*{
  margin:0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  background: #f2f2f2;
  outline: none;
  box-sizing: border-box;}
p{
  background: #ffffff !important;}
 td{
  background: #ffffff !important;}
 tr{
  background: #ffffff !important;}
.main a:hover{
  color: #b6860e;}
.all{
  width: 100%;
  height: auto;
  min-width:1200px;}
.header{
  width: 100%;
  margin: auto;}
.header_logo {
  width: 1200px;
  height: 180px;
  margin: auto;
  padding: 0px 0px 10px;}
.logo{
  width: 66%;
  height: 132px;
  /* background: url(./images/logo.png) no-repeat; */
  background-size: 100% 100%;
  display: inline-block;}
.logo img{
  width: 100%;
  height: auto;}
 /*搜索框6*/
 .search{
  display: inline-block;
  margin-bottom: 60px;
  padding: 18px;
  position: relative;
  width: 25%;
  right: 0px;
  margin-left: 100px;}
 input, button {
  border: none;
  outline: none;}

.bar6 input {
    border: 2px solid #c5464a;
    border-radius: 5px;
    background: transparent;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;  
    padding-left:10px;}
.bar6 button {
    background: #c5464a;
    border-radius: 0 5px 5px 0;
    width: 60px;
    top: 0;
    right: 0;
    height: 36px;
    cursor: pointer;
    position: absolute;}
.bar6 button:before {
    content: "搜索";
    font-size: 13px;
    color: #F9F0DA;}

#nav_out{
  width: 100%;
  height: 40px;
  margin: 0 auto;
  border-bottom: 2px solid #af151d;
  box-shadow: 0px 7px 7px -7px #5E5E5E;}
#nav {
  background: #af151d;
  height: 40px;
  width: 1200px;
  margin: auto;}
#nav ul li{
   float:left; 
   display:block;
   height: 40px; 
   line-height: 40px; 
   padding: 0 20px; 
   position: relative;
   width: auto;
   background-color:#a5121a;
   z-index: 999;
   min-width:100px;}
#nav ul li a{
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  white-space: nowrap

;}
#nav ul li:hover{
  background-color: #900d10;}
#nav ul li ul li{
  display: inline-block;
  float: none;
  width: 100%;}
#nav ul li ul li:hover{
  width: 100%;
  background-color: #900d10;}
/*关键一：将二级菜单设置为display：none;*/
#nav ul li ul{position: absolute;top:40px;left: 0; display: none;}
/*关键二：在划过二级菜单从属的一级菜单时，设置为display:block;*/
#nav ul li:hover ul{
  display: block;
  background-color: #a5121a;}
/* banner的样式 */
.banner {
  margin: 10px auto;
  width: 1200px;
  height: 360px;}
.banner:hover .btn {
  background-color: rgba(0,0,0,.2);
  color:#fff;}
#igs {
  width: 100%;
  height: 100%;
  position: relative;}
#igs img{
  width: 1200px;
  height: 360px;}

.ig {
  position: absolute;}

#tabs {
  position: absolute;
  list-style: none;
  background-color: transparent;
  left: 550px;
  bottom: 10px;
  border-radius: 10px;
  padding: 5px 0 5px 5px;}

.tab{
  float: left;
  text-align: center;
  line-height: 20px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);}
.bg{
  width: 50px;
  background-color: rgba(199, 92, 29, 1);
  transition: 0.5s;}
.btn{
  position: absolute;
  color: transparent;
  top: 110px;
  width: 40px;
  height: 100px;
  /* background-color: rgba(255,255,255,.3); */
  background: transparent;
  font-size: 40px;
  /* font-weight: bold; */
  text-align: center;
  line-height: 100px;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;}

.btn2{
  position: absolute;
  right: 0px;}

.btn:hover{
  background-color: rgba(0,0,0,.2);
  color:#fff;}
.main {
 width: 1200px;
 margin: 20px auto;
 min-height: 600px;}
.main_one{
 width: 100%;
 height: 420px;}
.tpyw{
  width:500px;
  height: 400px;
  display: inline-block;}
.title{
  width: 100%;
  height: 40px;
  position: relative;}
.icon{
  height: 40px;
  line-height: 40px;
  background: url(../img/icon/title_notice.jpg) 10px no-repeat;
  width: 130px;
  padding-left: 50px;
  display: inline-block;
  font-size: 16px;
  background-color: #af151d;
  color: #fff;}
.changeimg {
width: 100%;
height: 345px;
overflow: hidden;
padding-top:10px;}
.tpyw_right{
  width:670px;
  height: 400px;
  margin-left: 20px;
  display: inline-block;}
.more{
  font-size: 13px;
  color: #b6860e;
  display: inline-block;
  right: 20px;
  bottom: 10px;
  position: absolute;}
.content{
  width: 100%;
  height: 345px;
  /* text-indent: 9999px; */
  overflow: hidden;}
.content ul li {
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  width: 100%;
  padding-left: 10px;
  border-bottom: 1px solid rgba(238, 225, 225, 0.747);}
.content ul li span{
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding-left: 10px;
  margin-right: 20px;
  width: 100px;
  background-color: #b6860e;
  font-size: 14px;
  color: #fff;}
.content ul li a{
  font-size: 14px;
  color: #2d2d2d;}
.tzgg{
  width: 30%;
  display: inline-block;
  height: 340px;
  overflow: hidden;}
.two_title{
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #af151d;
  position: relative;}
.four_title{
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #af151d;
  position: relative;}
.rightw{
  margin-left: 50px;}
.two_content{
  width: 100%;
  height: 300px;
  /* text-indent: 9999px; */
  overflow: hidden;
  padding-top: 20px;}
.tzgg .two_content ul li {
  background: url(../img/icon/yellow.jpg) 8px no-repeat;
  /* height: 40px;
  line-height: 40px; */
  font-size: 13px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid rgba(243, 241, 241, 0.747);
  vertical-align: middle;}
.two_content ul li a{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #2d2d2d;
  width: 240px;}
.two_content ul li span{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #6c6a6a;
  width: 80px;}
.main_three{
  width: 100%;
  height: 350px;
  background-color: #fff9f9;
  padding: 20px;}
.three_title{
  height: 40px;
  width: 100%;
  font-size: 15px;
  background: url(../img/icon/title_talking.jpg) no-repeat;
  padding-left: 50px;
  padding-top: 5px;
  border-bottom: 2px solid #af151d;}
.main_four{
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;}
.djgz{
  width: 600px;
  height: 100%;
  display: inline-block;}
.djgz_icon{
  height: 100%;
  line-height: 40px;
  background: url(../img/icon/title_news.jpg) 10px no-repeat;
  width: 130px;
  padding-left: 50px;
  display: inline-block;
  background-color: #af151d;
  color: #fff;}
.djgz .two_content ul li {
  /* background: url(../img/icon/yellow.png) 8px no-repeat; */
  /* height: 40px;
  line-height: 40px; */
  font-size: 13px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid rgba(243, 241, 241, 0.747);
  vertical-align: middle;
  background: #e7e7e7;}
.djgz .two_content ul li a{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #2d2d2d;
  width: 450px;
  border-left: 5px solid #b6860e;
  padding-left: 15px;
  background: #e7e7e7;}
.djgz .two_content ul li a:hover{
  color: #b6860e;}
.two_content ul li span{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #6c6a6a;
  width: 80px;
  background: transparent;}
.ztck_icon{
  height: 100%;
  line-height: 50px;
  background: url(../img/icon/title_quicklink.jpg) 0px 10px no-repeat;
  width: 100%;
  padding-left: 40px;
  display: inline-block;}
.xnlj_icon{
  height: 100%;
  line-height: 50px;
  background: url(../img/icon/title_talking.jpg) 0px 15px no-repeat;
  width: 100%;
  padding-left: 50px;
  display: inline-block;}
.ztck{
  display: inline-block;
  width: 250px;
  height: 330px;
  /* background-color: #f5f6fb; */
  overflow: hidden;
  margin-left: 30px;
  border: 5px solid #e7e7e7;
  padding: 0 10px;
  margin-bottom: 25px;}
.ztck a{
display: inline-block;
width: 100%;
background-color: #e7e7e7;
height: 45px;
line-height: 45px;
text-align: center;
margin-top: 8px;
color: #1e1e1e;}
.ztck a:nth-of-type(1){
  background-color: #af151d;
  color: #fff;}
.ztck a:nth-of-type(2){
  background-color: #de575d;
  color: #fff;}
.ztck a:nth-of-type(3){
  background-color: #f68535;
  color: #fff;}
.ztck a:nth-of-type(4){
  background-color: #008fd4;
  color: #fff;}
.ztck a:nth-of-type(5){
  background-color: #60bb45;
  color: #fff;}

.ztck a:hover{
 opacity: 0.9;
 transition: 1s;}
.xnlj{
  display: inline-block;
  width: 250px;
  height: 330px;
  /* background-color: #f5f6fb; */
  overflow: hidden;
  margin-left: 30px;
  border: 5px solid #e7e7e7;
  padding: 0 10px;
  margin-bottom: 25px;}
.xnlj a{
  font-size: 14px;
  font-weight:600;
  display: inline-block;
  width: 100%;
  background-color: #e7e7e7;
  height: 40px;
  line-height: 40px;
  padding-left: 90px;
  margin-top: 20px;
  color: #482c1e;}
.xnlj a:nth-of-type(1){
background: url(../img/icon/gxun.jpg) no-repeat;}
.xnlj a:nth-of-type(2){
  background: url(../img/icon/library.jpg) no-repeat;}
.xnlj a:nth-of-type(3){
  background: url(../img/icon/graduate.jpg) no-repeat;}
.xnlj a:nth-of-type(4){
  background: url(../img/icon/department.jpg) no-repeat;}
.xnlj a:hover{
  color: #482c1e;
  box-shadow: 0px 15px 15px -15px #5E5E5E;
  transition: 1s;}
/* 内容页 
*/
.left{
  width: 300px;
  height: auto;
  min-height: 600px;  
  background-color: #fdfdfd;
  display: inline-block;
  overflow: hidden;}
.right{
  width: 840px;
  height: auto;
  min-height: 600px;  
  background-color: #fdfdfd;  
  display: inline-block;
  margin-left: 50px;
  overflow: hidden;
  vertical-align:top;}
.left_one{
  width: 100%;
  min-height: 30px;
  overflow: hidden;
  background-color: #fdfdfd;}
.left_one .left_title{
  display: inline-block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  background: url(../img/icon/title_news.jpg) 10px no-repeat;
  background-color: #af151d;
  color: #fff;
  font-size: 16px;
  padding-left: 40px;}
.left_one a{
  display: inline-block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  background-color: #e7e7e7;
  font-size: 15px;
  margin: 20px 25px 0px;
  cursor: pointer;
  color:#655555
;}
.left_one a:hover{
  color: #fff;
  background-color: #af151d;}
.right_title{
  width: 100%;
  height: 50px;
  background-color: #fdfdfd;
  border-bottom: 3px solid #f2f2f2;
  position: relative;}
.right_title span:nth-of-type(1){
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  color: #555555;
  display: inline-block;
  border-bottom: 3px solid #af151d;
  background-color: transparent;}
.right_title span:nth-of-type(2){
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  background-color: transparent;}
.right_content{
  padding: 30px;
  background-color: transparent;
  width: 100%;}
.right_content ul{
  background-color: transparent;
  width: 100%;}
.right_content ul li{
  background-color: transparent;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 100%;
  color: #555555;
  font-size: 14px;
  margin-top: 10px; 
  border-bottom: 1px solid #c7c7c7;
  background:url(../img/icon/yellow.jpg) 5px no-repeat;}
.right_content ul li a{
  display: inline-block;
  background-color: transparent;
  width: 83%;
  /* border-left: 5px solid #e37400; */
  padding-left: 25px;
  color: #555555;}
.right_content ul li a:hover{
  color: #b6860e;}
.right_content ul li:hover{
  border-bottom: 1px solid #e37400;}
.right_content ul li span{
  background-color: transparent;
  display: inline-block;
  width: 15%;
  color: #918c8c;}
.szwz{
  background-color: #ffffff;
  height: 50px;
  width: 100%;
  padding-left:20px;}
.szwz span{
  width: auto;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;}
.szwz a{
  background-color: #ffffff;
  font-size:12px;
  color:#66667f;}
.main_content{
  background-color: #ffffff;
  min-height: 600px;
  width: 100%;}
.main_content span{
  background-color: #ffffff;}
.main_content p{
  background-color: #ffffff;}
.main_content a{
  background-color: #ffffff;
  font-size:14px;
  color:#66667f;}
.main_content div{
  background-color: #ffffff;}
.main_content ul{
  background-color: #ffffff;}
.main_content li{
  background-color: #ffffff;}

/* 底部 */
.footer{
  width: 100%;
  height: 150px;
  background-color: #af151d;}
.footer_content{
  background-color: transparent;
  padding-top: 30px;
  width: 460px;
  margin: 30px auto;
  height: 100px;
  color: #fff;
  font-size: 13px;}
.footer_content div {
  background-color: #af151d;
  margin-top: 20px;}
.footer_content div span{
  background-color: #af151d;
  padding-left: 20px;}