@charset "utf-8";
/***************
This is for BASE, including header and footer
***************/
/* 20200416 Replace all #8f000b with #9b0000 */
/* 20200420 Replace all #A90000 with #9b0000 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, image, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th {
	/* 为了确保办公通知公告内容的正常显示，删除了SPAN的默认样式 */
	border: 0px;
	padding: 0px;
	/*font-size: 100%;*/
	margin: 0px;
	font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:normal;
}
body {
	color: #565656;
	line-height: 20px;
	font-size: 12px;
	margin: 0px;
}
input, textarea, select {
	font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	background-color: #FFFFFF;
	font-size:12px;
	outline:none;
}
input::-ms-clear { display: none; }
input::-webkit-search-cancel-button { display: none; }
img {
	border: 0px;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
}
a, a:link {
	text-decoration: none;
   color: #323232;
}
a:hover {
	text-decoration:none;
	color:#9b0000;
}
ul{
	list-style-type:none;
}
.pku-red{
   color:#9b0000; 
}
.pku-red-2{
   color:#AC0000;
}
.pku-red-3{
   color:#9b0000;
}
.pku-gold{
   color:#dda813;
}
.pku-gray{
   color:#565656;
}
.pku-grey{
   color:#CECECE;
}
.pku-green{
   color:#00A105;
}
.black{
  color:#000;
}
.white{
  color:#FFF;
}
.pku-grey-hr{
   height:1px;
   border:none;
   border-top:1px solid #cecece;
}
.icon-space-right{
   margin-right:3px;
}
.icon-space-left{
   margin-left:3px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0px;
	visibility: hidden;
}
.yahei {
	font-family:"Microsoft Yahei", Arial;
}
h1, h2, h3, h4 {
	font-family:"Microsoft Yahei", Arial;
}
.relative {
	position:relative;
}
.clearfix {
*display:inline-block;
*zoom:1;
*vertical-align:top;
}
/* Add by PKU zb 2014.9.1 */
.clearfix1 {
*display:inline-block;
*zoom:1;
*vertical-align:top;
line-height:35px
}
.clear{
	clear:both;
}
.clear_f {
	clear:both;
}
 *::selection {
 background:#9b0000;
 color: #FFFFFF;
 text-shadow: none;
}
 *::-moz-selection {
 background: #9b0000;
 color: #FFFFFF;
 text-shadow: none;
}
.ie6 {
	text-align:center;
	font-size:14px;
	line-height:60px;
}
.ie6 span {
	float:right;
	margin-right:30px;
	cursor:pointer;
}
.blankspace {
	height:1.5em;
	overflow:hidden;
	margin:0;
	padding:0;
	clear:both;
}
/*comm used header,content,footer*/

.mainWrap {
	width:1000px;
	margin:auto;
}
/*
.header {
	background:#fff url(../img/bg.jpg) repeat-x top
}
*/

.header{
   overflow:hidden;
}
.header .topLine {
}
.header .topWrap {
	padding:0;
	/* background:#7f0101 url(../img/pkucloud1h100.png) no-repeat top right; LHY */
	/* background:#9b0000 url(../img/pkucloud1h100.png) no-repeat top right;  zb */
	background:#8c0000 url(../img/img_xnmh.gif) no-repeat top right;
	background-size:auto 100px;
	/* border-top:0px solid #c40000;
	border-bottom:0px solid #600000;*/
}
.header .topWrap .mainWrap{
	height:100px;
}
.header .logo {
	float:left;
	_display:inline;
	padding-top:20px;
	/*padding-left:15px;*/
}
.header .logo a{
	float:left;
	display:inline;
}
.header .logo img{
	width:60px; /* 213px; */
}
.header .logo a.sub_logo {
	float:left;
	display:inline;
	margin-top:15px;
   margin-left:15px;
	/*padding-left:15px;*/
   padding-top:2px;
   color:#FFFFFF;
   font-family: '方正黑体简体','Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
   font-size:30px;
   height:30px;
   /*border-left:solid 1px #fff;*/
}
.header .logo a.sub_logo:hover {
	color:#CECECE;
}
.header .logo a.sub_logo span.logo_hotline {
	font-family:Georgia;
}
.header .topWrap .slogan {
	position:absolute;
   right:440px;
   top:42px;
	color:#FFFFFF;
   font-size:30px;
}
.header .topWrap .slogan img {
	width:80px;
	height:80px;
}
.header .subnavLeft {
	padding-left:10px;
}
.header .logon {
	float:left;
	_display:inline;
	height:20px;
}
.header .logon .inp {
	border:0;
	height:16px;
   line-height:16px;
	width:120px;
	/* border:1px solid #821514;*/
	margin-top:2px;
   margin-right:5px;
	padding-left:5px;
   padding-right:5px;
	float:left;
	_display:inline;
	background:#AC0000;
   color:#eee;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.header .logon .inp:hover {
	background:#fff;
   color:#000;
	opacity:1
}
.header .logon .btn{
	height:18px;
   width:30px;
	padding:0 5px;
 *padding:0 5px 0 8px;
   margin-top:0px;
	line-height:18px;
	text-align:center;
	border:0;
	float:left;
	font-size:14px;
	_display:inline;
	color:#fff;
	cursor:pointer;
}
.header .logon #btn-logon{
}

.header .search {
	float:right;
	_display:inline;
	/*padding-right:10px;*/
   height:20px;
}
.header .search .inp {
	border:0;
	height:17px;
    line-height:17px;
    width:130px;
	/* border:1px solid #821514;
	margin-top:1px;*/
	padding:1px 5px 2px 5px;
   vertical-align:middle;
	float:left;
	_display:inline;
	background:#AC0000;
   color:#eee;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.header .search .inp:hover {
	background:#fff;
   color:#000;
	opacity:1
}
.header .search .btn {
	height:22px;
	padding:0 8px;
 *padding:0 8px 0 12px;
	line-height:21px;
	text-align:center;
	border:0;
	float:left;
	font-size:12px;
	_display:inline;
	color:#fff;
	cursor:pointer;
 *background:url(search_normal.png) 0 3px no-repeat;
}
.header .search .btn:hover {
 *background:url(search_normal.png) 0 3px no-repeat;
}
.header .subNav {
	background:#700005; 
	border-bottom:0px solid #700005;
}
.header .subNav .onlymobileshow{
	display:none;
}
.header .subNav .menu {
	display:none;
}
.header .subNav li {
	float:left;
	_display:inline;
	padding:6px 2px 6px 3px;
   height:20px;
   line-height:20px;
	position:relative;
	z-index:999;
	zoom:1;
}
.header .subNav li a {
	display:block;
/* ZB	font-size:12px; */
	font-size:14px;
	color:#e5e3e3;
	padding:0 5px;
   height:20px;
   line-height:20px;
	/* text-shadow:0px 2px 1px #600000; */
	filter:dropshadow(color=#600000, offx=0, offy=2);
}
.header .subNav li a:hover, .header .subNav li a:focus, .header .subNav li a.hover {
	color:#fff;
}
.header .subNav li.current {
	background:#fff;
}
.header .subNav li.current a {
	color:#444;
	text-shadow:0px 2px 1px #f3f3f3;
	filter:dropshadow(color=#f3f3f3, offx=0, offy=2);
}
.header .subNavRight {
	float:right!important;
}
.header .subNav #mobileNav ul {
   height:120px;
   width:640px;
}
.header .subNav #mobileNav li {
   padding: 2px 2px 2px 2px;
   line-height:40px;
   height:36px;
   width:154px;
   float:left;
}
.header .subNav #mobileNav li a {
   line-height:36px;
   height:36px;
}
.header .subNav #mobileNav li form{
   height:40px;
   line-height:40px;
}
.header .subNav #mobileNav li form input {
   width:80px;
   float:left;
   opacity:0.8;
   background-color:#fff;
   border:1px solid #C4C4C4;
   margin-left:8px;
   margin-right:3px;
   margin-top:12px;
}
.header .subNav #mobileNav li form a {
   height:40px;
   line-height:40px;
}
.header .subNav #mobileNav li a {
   font-size:14px;
   color:#000;
   float:left;
}
.header .nav {
	/* float:right;
	_display:inline;
	margin-top:25px;*/
	background-color:#EFEFEF;
}
.header .nav .menu {
	display:none;
}
header .nav #nav{
	/* text-align:center; */
	margin:auto;
	width:1000px;
}
.header .nav li {
	float:left;
	_display:inline;
	padding:0 30px 0 29px;
	+padding:0 29px 0 28px;
	z-index:999;
	zoom:1;
}
.header .nav li.nav_first {
        padding-left:0px;
}
.header .nav li.nav_last {
        padding-right:0px;
} 
.header .nav li a.current {
/* PKU	background: url(nav_cur.png) bottom repeat-x */
	background: url(../img/nav_cur_red.png) bottom repeat-x;
   /*color:#fff;
	background:#9b0000;*/
}
.header .nav li a {
	display:block;
	line-height:43px;
/* ZB	font-size:15px; */
	font-size:18px;
/* PKU	color:#fff; */
	color:#333;
	/* padding:0 12px;
 *padding:0 13px; */
  text-align:center;
  width:80px;
  -webkit-transition-duration:.3s;
  -moz-transition-duration:.3s;
  -o-transition-duration:.3s;
  transition-duration:.3s;
	-ms-transition-duration:0s;
}
.header .nav li a:hover, .header .nav li:hover a{
   color:#fff;
   background:#8C0000;
}
.header .nav li a i {
	padding:0;
 *margin:0 -5px 0 5px;
}
.header .nav li a i:before {
	margin-right:-4px;
}

.header .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

#nav .minfoWrap {
	position:absolute;
	background:#fff;
/* PKU */
	border-top: 0px solid #9b0000;
/* PKU 	top:132px; */
/* PKU
	top:131px;
*/
	left:0%;
	width:100%;
	z-index:2;
	padding:2em 0;
	display:none;
	/* -webkit-box-shadow:0 6px 12px #838383;
	-moz-box-shadow:0 6px 12px #838383;
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.63); */
}
#nav .minfoWrap_inner {
	width:1200px;
	background:#fff;
	margin:0 auto;
}
#nav ul.last {
	right:2px;
}
#nav ul li {
	float:none;
	display:block;
	padding:0;
	margin:0;
}
#nav ul li a {
	background:#fff;
	line-height:24px;
	font-size:14px;
	color:#565656;
/* PKU	padding:0 0 0 20px; */
	padding:0 0 0 0px;
}
.header .nav #nav li .sub-nav{
   position:absolute;
   z-index:4;
   display:none;
}
.header .nav #nav .sub-nav li a{
   background:#9b0000;
   color:#fff;
   line-height:16px;
	font-size:14px;
   text-align:left;
   width:200px;
   padding:10px 0px 10px 60px;
}
.header .nav #nav .sub-nav li a .more{
   float:right;
   padding-right:10px;
}
.header .nav #nav .sub-nav li a i{
   float:right;
   padding-right:10px;
}
.header .nav #nav .sub-nav li a:hover{
   background:#9c0000;
}
.header .nav #nav li .sub-nav .sub-nav-s{
   position:relative;
   z-index:4;
   display:none;
}
.header .nav #nav .sub-nav .sub-nav-s li a{
   width:186px;
   padding-left:74px;
}
.readmore {
//	text-transform: uppercase;
	font-size: 15px!important;
	box-shadow: none;
	color: #9b0000!important;
	display:inline !important;
	-webkit-transition: 400ms !important;
	-moz-transition: 400ms !important;
	-o-transition: 400ms !important;
	transition: 400ms !important;
}
.readmore:hover {
	text-shadow: none;
	box-shadow: none !important;
	color:#333!important;
}
.readmore1 {
//	text-transform: uppercase;
	font-size: 15px!important;
	box-shadow: none;
	color: #000000!important;
	display:inline !important;
	-webkit-transition: 400ms !important;
	-moz-transition: 400ms !important;
	-o-transition: 400ms !important;
	transition: 400ms !important;
}
.readmore1:hover {
	text-shadow: none;
	box-shadow: none !important;
	color:#9b0000!important;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.main-body{
  width:100%;
  max-width:1380px;
  min-height:450px;
  margin:0 auto;
  overflow:hidden;
}

.footer{
   width: 100%;
   height:40px;
   background: #505050;
   margin-top:40px;
}
.footer .footWrap {
	background:#ededed;
	padding:40px 0;
	border-top: #dfdfdf 1px solid;
}
.footer .footWrap li {
	width:150px;
	float:left;
	_display:inline;
}
.footer .footWrap h4 {
	padding-bottom:8px;
}
.footer .footWrap h4 a {
	font-size:15px;
	color:#333;
}
.footer .footWrap h4 a:hover {
	color:#9b0000
}
.footer .footWrap a {
	color:#787878;
	display:block;
	line-height:24px;
	text-align:center;
}
.footer .footWrap a:hover {
	color:#9b0000;
}
.footer .copyrights {
	color:#f8f8f8;
	padding:15px 0;
	line-height:22px;
	background:#821514;
	border-top:#9b0000;
}
.footer .copyrights .info {
	float:left;
}
.footer .copyrights .info span {
	padding-right:24px;
}
.footer .copyrights .icp {
	float:right;
}
.footer .copyrights .copy {
	display:block;
}
.fot_bot{
   width:1000px; 
   margin:0 auto;
   font-size: 12px;
   overflow: hidden;
   color: #fff;
   text-align: center;
   height:40px;
   line-height: 40px;
   background: #505050;
}
.fot_bot span{
   display:inline-block;
   float:left;
   width:160px;
   padding: 0 15px;
}
.fot_bot span a{
   color: #fff;
}
.fot_bot span a:hover{
   color: #EEE;
}
.fot_bot .copyright{
   width:120px;
}
.fot_bot .addr{
   width:180px;
}
.fot_bot .postcode{
   width:90px;
}
.fot_bot .telephone{
   width:130px;
}
.fot_bot .email{
   width:160px;
}
.fot_bot .tech-sup{
   width:140px;
}

._plugMasklayer {
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.8;
	filter:alpha(opacity=80);
	_position: absolute;
	position:fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
	bottom:0;
}
._plugLayer {
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	left: 50%;
	top: 50%;
	border:1px solid #609;
	_position: absolute;
	position:fixed;
	z-index: 9999;
}
/*action*/
.ssubNav {
	display:none;
}

 @media screen and (max-width:1024px) {
    
   .mainWrap {
    width:800px;
    margin:0 auto;
   }
   .header .nav #nav{
   	width:800px;
   }
   .header .nav #nav .minfoWrap .minfoWrap_inner div.fl{
   	display:none;
   }
    .header .nav li {
     /*padding: 0 24px 0 24px;
     padding:0 10px 0 9px;
	  +padding:0 9px 0 8px;*/
   }
    .header .nav li a {
    /*font-size:14px;
    padding:0 9px;
    width:100px;*/
   }
    #nav ul {
    width:100px;
   }

    #nav ul.fl{
    width:160px;
   }
    #nav ul.fl a {
    width:150px;
   }
   
   .header .nav #nav .sub-nav li a{
      line-height:25px;
   	font-size:12px;
      line-height:12px;
      width:160px;
      padding-left:42px;
   }
   .header .nav #nav .sub-nav .sub-nav-s li a{
      width:148px;
      padding-left:54px;
   }
    .footer .footWrap li {
    width:120px;
    overflow:hidden;
   }
   .footer{
      height:102px;
   }
   .fot_bot{
      width:400px;
      height:78px;
      padding:12px 0;
      line-height:26px;
   }
   .fot_bot span{
      text-align:left;
   }
   .fot_bot .copyright{
      width:150px;
   }
   .fot_bot .postcode{
      width:150px;
   }
   .fot_bot .telephone{
      width:150px;
   }
   .fot_bot .email{
      width:170px;
   }
   .fot_bot .tech-sup{
      width:170px;
   }
   .header .topWrap {
   height:auto;
   }
}
@media screen and (max-width:1200px) {
	.header .topWrap .slogan {
	   position:absolute;
	   right:390px;
	   top:42px;
		color:#FFFFFF;
	   font-size:30px;
	}
}
@media screen and (max-width:1000px) {
	.header .topWrap .slogan {
		position:absolute;
	   right:340px;
	   top:42px;
		color:#FFFFFF;
	   font-size:30px;
	}
}
@media screen and (max-width:900px) {
	.header .topWrap .slogan {
		position:absolute;
	   right:280px;
	   top:42px;
		color:#FFFFFF;
	   font-size:30px;
	}
}
 @media screen and (max-width:800px) {
    
    .mainWrap {
    width: calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
   }
   .mainWrap02 {
    position:relative;
    display:block;
    background:#444;
   }
   #nav .minfoWrap {
    left:50%;
    margin-left:-380px;
    width:760px;
   }
   /* .header .topWrap {
    position:relative;
   }*/
  /* .header .search {
    float:none;
    position:absolute;
    width:100%;
    top:0px;
    margin-top:10px;
   }
   .header .search .ext {
    float:right;
    padding:4px 30px 10px 0;
   }
    .header .search .ext a {
    color:#fff;
   }
    .header .search .inp {
    border:0;
    margin-left:20px;
    height:14px;
    width:130px;
    background:#fff;
   }
    .header .search .btn {
    height:20px;
    line-height:20px;
    font-size:12px;
   }*/
   .subNav .ssubNav {
   /*display:block;*/
  /* PKU
   line-height:44px;
   PKU font-size:18px; */
   width:calc(100% - 40px);
   font-size:14px;
   padding:0px 20px;
   cursor:pointer;
   color:#fff;
   /*background:#5e0000;     ZB   */
   background:#700005;   /*  ZB   */
	cursor:pointer;
	display:none;
	/*padding-top:10px;*/
	-ms-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out s;
	-moz-transition: all 0.4s ease-in-out s;
	transition: all 0.4s ease-in-out 0s;
  }
  .header .subNavLeft{
      display:block;
      float:left;
  }
  .navline {
   	width:16px;
   	height:2px;
   	border-radius:2px;
   	background-color:#FFF;
   	display:block;
   	margin-bottom:3px;
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.4s ease-in-out 0s;
   	-o-transition: all 0.4s ease-in-out s;
   	-moz-transition: all 0.4s ease-in-out s;
   	transition: all 0.4s ease-in-out 0s;	
   }
   .navline1{
   	transform:translateY(5px) rotate(45deg);
   	-ms-transform:translateY(5px) rotate(45deg);
   	-webkit-transform:translateY(5px) rotate(45deg);
   	-o-transform:translateY(5px) rotate(45deg);
   	-moz-transform:translateY(5px) rotate(45deg);
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.4s ease-in-out 0s;
   	-o-transition: all 0.4s ease-in-out s;
   	-moz-transition: all 0.4s ease-in-out s;
   	transition: all 0.4s ease-in-out 0s;
   }
   .navline2{
   	background-color:#700005;
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.2s ease-in-out 0s;
   	-o-transition: all 0.2s ease-in-out s;
   	-moz-transition: all 0.2s ease-in-out s;
   	transition: all 0.2s ease-in-out 0s;
   }
   .navline3{
   	transform:translateY(-5px) rotate(-45deg);
   	-ms-transform:translateY(-5px) rotate(-45deg);
   	-webkit-transform:translateY(-5px) rotate(-45deg);
   	-o-transform:translateY(-5px) rotate(-45deg);
   	-moz-transform:translateY(-5px) rotate(-45deg);
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.4s ease-in-out 0s;
   	-o-transition: all 0.4s ease-in-out s;
   	-moz-transition: all 0.4s ease-in-out s;
   	transition: all 0.4s ease-in-out 0s;
   }
   .header .subnavLeft {
   /*padding-top:30px;*/
   }
   /*.header .subNav li {
   float:left;
   padding:8px 12px 4px 0;
   height:20px;
   line-height:20px;
   border:none;
   }
   .header .subNav li a {
   padding:0px;
   font-size:14px;
   color: #f5f5f5;
   }*/
   .header .subNav .ssubNav li{
      padding:6px 12px 6px 0;
      height:20px;
      line-height:20px;
   }
   .minfoWrap {
   display:none!important;
   }
    .header .topWrap {
    height: auto;
     /* padding:20px 0 0;*/
     
   }
   
    .header .nav {
    background:#efefef;
    border:0;
    /* margin-top:20px;*/
   }
    .header .nav .menu {
    display:none;
   line-height:44px;
    line-height:38px;   /*   ZB   */
    font-size:18px;
    padding:0 20px;
    cursor:pointer;
    color:#22132d;
   }
    .header .nav .menu .menuicon {
    float:right;
    color:#22132d;
   }
   .header .nav #nav{
   	width:100%;
   }
    .header .nav li {
     /*padding: 0 24px 0 24px;
     padding:0 11px 0 11px;
   	+padding:0 10px 0 10px;*/
     padding:0 35px 0 32px;
	  +padding:0 34px 0 31px;
   }
    .header .nav li.nav_first{
      padding-left:20px;
    } 
    .header .nav li a {
    /*font-size:13px;
    padding:0 9px;
    width:100px;*/
   }
   /* .header .nav ul {
    display:none;
   }
    .header .nav li {
    float:none;
    padding:0;
    border-top:1px solid #ddd;
    background:#fff;
    overflow:hidden;
   }
    .header .nav li a {
    font-size:12px;
    text-indent:20px;
    line-height:30px;
    color:#333;
    width:auto;
    text-align:left;
   }*/
   .header .nav #nav .sub-nav li a{
      line-height:25px;
   	font-size:12px;
      line-height:12px;
      width:130px;
      padding-left:28px;
   }
   .header .nav #nav .sub-nav .sub-nav-s li a{
      width:118px;
      padding-left:40px;
   }
   .header .subNav #mobileNav ul {
      height:80px;
   }
   
    .footer .footWrap li {
    width:190px;
    height:200px;
    overflow:hidden;
   }
    .footer .copyrights {
    text-align:center;
   }
    .footer .copyrights .info {
    float:none;
    display:block;
   }
    .footer .copyrights .icp {
    float:none;
    display:block;
   }
   .header .logo {
      /*float:none;*/
      display:block;
      width:424px;
      height:60px;
      margin:0 auto;
      padding-bottom:0;
   }
   .header .nav {
   float:none;
   }
   .header .topWrap {
   height:auto;
   }
   .header .topWrap .slogan {
   	display:none;
   }
   .minfoWrap {
   display:none!important;
   }
}
 @media screen and (max-width:640px) {
  .mainWrap02 {
  position:relative;
  display:block;
  background:#444;
  }
  /* .header .topWrap {
   position:relative;
  }*/
  .header .topWrap .mainWrap{
   	height:100px;
   }
  .header .logo {
      margin:auto;
      padding-left:0px;
   	padding-top:28px;
   	padding-bottom:27px;
      height:45px;
      width:311px;
   }
   .header .logo img{
      width:45px; /*160px;*/
    }
   .header .logo a.sub_logo {
   	 margin-top:8px;
      font-size:20px;
   }
   
  /* .header .search {
   float:none;
   position:absolute;
   width:100%;
   top:0px;
   margin-top:10px;
  }
   .header .search .ext {
   float:right;
   padding:4px 30px 10px 0;
  }
   .header .search .ext a {
   color:#fff;
  }
   .header .search .inp {
   border:0;
   margin-left:20px;
   height:14px;
   width:130px;
  }
   .header .search .btn {
   height:20px;
   line-height:20px;
   font-size:12px;
  }*/
   .header .topWrap {
   height: auto;
   /* padding:20px 0 0;*/
   background:#8c0000;
  }
   .header .nav {
   background:#efefef;
   border:0;
   /* margin-top:20px;*/
  }
   .header .nav .menu {
   display:none;
   line-height:44px;
   line-height:38px;   /*   ZB   */
   font-size:18px;
   padding:0 20px;
   cursor:pointer;
   color:#22132d;
  }
   .header .nav .menu .menuicon {
   float:right;
   color:#22132d;
  }
  .header .nav #nav{
   	width:100%;
   }
   .header .nav li {
     /*padding: 0 24px 0 24px;
     padding:0 5px 0 5px;
   	+padding:0 5px 0 5px;*/
     padding:0 15px 0 15px;
   }
   .header .subNav .ssubNav li{
      padding:6px 0px 6px 0px;
      height:20px;
      line-height:20px;
   }
    .header .nav li a {
    /*font-size:13px;
    padding:0 9px;
    width:86px;*/
   }
   /*.header .nav ul {
   display:none;
  }
   .header .nav li {
   float:none;
   padding:0;
   border-top:1px solid #ddd;
   background:#fff;
   overflow:hidden;
  }
   .header .nav li a {
   font-size:15px;
   text-indent:20px;
   color:#000;
  }*/
  .header .nav #nav .sub-nav li a{
      line-height:25px;
   	font-size:12px;
      line-height:12px;
      width:94px;
      padding-left:18px;
   }
   .header .nav #nav .sub-nav .sub-nav-s li a{
      width:82px;
      padding-left:30px;
   }
   .header .nav li a .thuicon-angle-down {
   display:none;
  }
    .header .subNav #mobileNav ul {
      height:120px;
      width:480px;
   }
   .footer .footWrap {
   padding:14px 0;
  }
   .footer .footWrap li {
   width:25%;
   height:auto;
  }
   .footer .footWrap a {
   display:none;
  }
   .footer .footWrap h4 a {
   display:block;
   font-size:12px;
   line-height:30px;
  }
   .footer .footWrap h4 {
   padding-bottom:0;
  }
   .footer .copyrights {
   text-align:center;
  }
   .footer .copyrights .info {
   float:none;
   display:block;
   padding:0 30px;
  }
   .footer .copyrights .info span {
   display:block;
   padding:0;
  }
   .footer .copyrights .icp {
   float:none;
   display:block;
  }
  .header .caret {
  display:none;
  }
  .subNav .ssubNav {
   /*display:block;*/
  /* PKU
   line-height:44px;
   PKU font-size:18px; 
   line-height:35px;
   line-height:32px;*/   /*   ZB   */
   font-size:14px;
   padding:0 20px;
   cursor:pointer;
   color:#fff;
   /*background:#5e0000;     ZB   */
   background:#700005;   /*  ZB   */
	cursor:pointer;
	display:none;
	/* padding-top:10px;*/
	-ms-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out s;
	-moz-transition: all 0.4s ease-in-out s;
	transition: all 0.4s ease-in-out 0s;
  }
  .navline {
   	width:16px;
   	height:2px;
   	border-radius:2px;
   	background-color:#FFF;
   	display:block;
   	margin-bottom:3px;
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.4s ease-in-out 0s;
   	-o-transition: all 0.4s ease-in-out s;
   	-moz-transition: all 0.4s ease-in-out s;
   	transition: all 0.4s ease-in-out 0s;	
   }
   .navline1{
   	transform:translateY(5px) rotate(45deg);
   	-ms-transform:translateY(5px) rotate(45deg);
   	-webkit-transform:translateY(5px) rotate(45deg);
   	-o-transform:translateY(5px) rotate(45deg);
   	-moz-transform:translateY(5px) rotate(45deg);
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.4s ease-in-out 0s;
   	-o-transition: all 0.4s ease-in-out s;
   	-moz-transition: all 0.4s ease-in-out s;
   	transition: all 0.4s ease-in-out 0s;
   }
   .navline2{
   	background-color:#700005;
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.2s ease-in-out 0s;
   	-o-transition: all 0.2s ease-in-out s;
   	-moz-transition: all 0.2s ease-in-out s;
   	transition: all 0.2s ease-in-out 0s;
   }
   .navline3{
   	transform:translateY(-5px) rotate(-45deg);
   	-ms-transform:translateY(-5px) rotate(-45deg);
   	-webkit-transform:translateY(-5px) rotate(-45deg);
   	-o-transform:translateY(-5px) rotate(-45deg);
   	-moz-transform:translateY(-5px) rotate(-45deg);
   	-ms-transition: all 0.4s ease-in-out 0s;
   	-webkit-transition: all 0.4s ease-in-out 0s;
   	-o-transition: all 0.4s ease-in-out s;
   	-moz-transition: all 0.4s ease-in-out s;
   	transition: all 0.4s ease-in-out 0s;
   }
  .header .subnavLeft {
  padding-top:30px;
  }
  .header .subNav li {
  float:left;
  border:none;
  }
 
  /*.header .subNavRight li a {
  padding-left:17px;
  }
  .header .subNavRight {
  float:none!important;
  }*/
  .minfoWrap {
  display:none!important;
  }
}
@media screen and (max-width:500px) {
   .mainWrap02-w { /*用于适配内外头部不一样的显示*/
	  position:relative;
	  display:none;
	  background:#444;
	  }
	.subNav .ssubNav-w { /*用于适配内外头部不一样的显示*/
	   	display:block;
	   }
}
@media screen and (max-width:480px) {
	/**20200704 头部加燕云之后*/
	.mainWrap02 {
	  position:relative;
	  display:none;
	  background:#444;
	  }
	.subNav .ssubNav {
	   	display:block;
	   }
	/**END 20200704 头部加燕云之后*/
    .header .subNav #mobileNav ul {
      height:120px;
      width:360px;
   }
   .header .topWrap {
   	background-size:auto 70px;
   }
   .header .topWrap .mainWrap{
   	height:77px;
   }
   .header .logo {
   	padding-top:19px;
   	padding-bottom:18px;
      height:40px;
      width:258px;
   }
   .header .logo img{
      width:40px; /*140px;*/
    }
    .header .logo a.sub_logo {
   	margin-top:6px;
      margin-left:10px;
      /*padding-left:10px;*/
      font-size: 18px; /*16px;*/
      height:24px;
   }
   .header .nav #nav{
      width:100%;
      padding-left:20px;
   }
   .header .nav li {
     /*padding: 0 24px 0 24px;*/
     padding:0 3px 0 1px;
   }
    .header .nav li a {
    font-size:16px;
    /*font-size:13px;
    padding:0 9px;
    width:66px;*/
   }
   .header .nav #nav .sub-nav li a{
      line-height:25px;
   	font-size:11px;
      line-height:12px;
      width:120px;
      padding-left:8px;
   }
   .header .nav #nav .sub-nav .sub-nav-s li a{
      width:109px;
      padding-left:19px;
   }
   
   .noMobileShow .mobileShowCenter{
   		text-align:center!important;
   		margin:0 auto!important;
   }
   .noMobileShow .navUl{
   		padding-left:0px!important;
   		width:calc(100% - 40px)!important;
   }
   .noMobileShow .navLi{
   		width:25%!important;
   		padding:0px!important;
   }
   .noMobileShow .navA{
   		width:calc(100% - 4px)!important;
   		padding-right:4px!important
   }
}
 @media screen and (max-width:400px) {
 	.mainWrap02 {
	  position:relative;
	  display:none;
	  background:#444;
	  }
	.subNav .ssubNav {
	   	display:block;
	   }
 	.footer{
      height:180px;
   }
   .fot_bot{
      width:240px;
      height:156px;
   }
   .fot_bot span{
      width:240px;
      text-align:left;
   }
}
 @media screen and (max-width:360px) {
   
  .minfoWrap {
  display:none!important;
  }
  .header .subNav #mobileNav ul {
      height:120px;
      width:320px;
   }
  .header .topWrap {
   	background-size:auto 60px;
   }
   .header .topWrap .mainWrap{
   	height:60px;
   }
   .header .logo {
   	padding-top:13px;
   	padding-bottom:13px;
      height:34px;
      width:232px;
   }
   .header .logo img{
      width:34px; /*120px;*/
    }
    .header .logo a.sub_logo {
   	margin-top:6px;
      margin-left:10px;
      padding-top:0px;
      padding-bottom:2px;
     /* padding-left:10px;*/
      font-size:15px;
      height:20px;
   }
   .header .nav #nav{
      width:100%;
   }
   .header .nav li {
     /*padding: 0 24px 0 24px;*/
     padding:0px;
   	+padding:0px;
   }
    .header .nav li a {
    /*font-size:12px;
    padding:0 9px;
    width:64px;*/
   }
   .header .nav #nav .sub-nav li a{
      line-height:25px;
   	font-size:11px;
      line-height:12px;
      width:108px;
      padding-left:6px;
   }
   .header .nav #nav .sub-nav .sub-nav-s li a{
      width:97px;
      padding-left:17px;
   }
}
 @media screen and (max-width:320px) {
      .header .subNav #mobileNav ul {
         height:240px;
         width:200px;
      }
      .header .subNav .ssubNav li{
	  	padding: 6px 0px 6px 0px;
	  }
      .header .topWrap {
        	background-size:auto 50px;
        }
        .header .topWrap .mainWrap{
        	height:50px;
        }
      .header .logo {
       margin:auto;
       padding-top:11px;
       padding-bottom:11px;
       height:28px;
       width:193px;
     }
      .header .logo img{
       width:28px;/*100px;*/
     }
     .header .logo a.sub_logo {
      	margin-top:6px;
         margin-left:10px;
         padding-top:0px;
         padding-bottom:6px;
         /*padding-left:10px;*/
         font-size:12px;
         height:15px;
      }
   .header .search .inp {
   width:100px;
  }
   .header .nav .menu {
   line-height:40px;
   font-size:16px;
  }
  .header .nav #nav{
      width:100%;
   }
   .header .nav li {
     /*padding: 0 24px 0 24px;*/
     padding:0px;
   	+padding:0px;
   }
    .header .nav li a {
    /*font-size:12px;
    padding:0 9px;
    width:64px;*/
   }
   .header .nav #nav .sub-nav li a{
      line-height:25px;
   	font-size:11px;
      line-height:12px;
      width:100px;
      padding-right:0px;
      padding-left:4px;
   }
   .header .nav #nav .sub-nav .sub-nav-s li a{
      width:89px;
      padding-left:15px;
   }
  .minfoWrap {
  		display:none!important;
  }
  
  .noMobileShow .navA{
  		font-size:14px!important;
  }
}
