@charset "utf-8";

/***************
This is for BASE, including header and footer
***************/
html, body, div, span, 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, tf, tr, th {
   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;
   font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
   margin: 0px;
}

input, textarea, select {
   font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
   /* background-color: #FFFFFF; */
   font-size: 12px;
   outline: none;
}

img {
   border: 0px;
   vertical-align: bottom;
   -ms-interpolation-mode: bicubic;
   max-width: 100%;
}

a, a:link {
   text-decoration: none;
   color: #323232;
}

a:hover {
   text-decoration: none;
   color: #8c0000;
}

ul, li {
   list-style-type: none;
}

.pku-red {
   color: #8c0000;
}

.pku-gold {
   color: #dda813;
}

.pku-gray {
   color: #565656;
}

.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: #8c0000;
   color: #FFFFFF;
   text-shadow: none;
}

*::-moz-selection {
   color: #8c0000;
   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*/
input[type='button'] {
   outline: none;
   border: 0 none;
   background-color: transparent;
   cursor: pointer;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
   -webkit-transition-delay: 99999s;
   -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

button {
   outline: none;
}

input, textarea, select {
   font-weight: inherit;
}

input, select, textarea, button {
   vertical-align: middle;
   background: none;
}

.mainWrap {
   width: 1000px;
   margin: auto;
   /* height: 32px; */
}



.header .topLine {}

.header .topWrap {
   padding: 0;
   background: #8c0000 url(../images/dlzx.png) no-repeat top right;

}

.header .topWrap .mainWrap {
   /* height: 100px; */
}

.header .logo {
   float: left;
   _display: inline;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 15px;
   box-sizing: border-box;
}

.header .logo a {
   /* float: left; */
   display: inline-block;
   vertical-align: middle;
}

.header .logo a.sub_logo {

   padding-left: 15px;
   margin-left: 15px;
   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: 140px;
   /* top:68px; */
   top: 55px;
   color: #FFFFFF;
   font-size: 30px;
}

.header .topWrap .slogan img {
   width: 400px;
}

.header .subnavLeft {
   padding-left: 10px;
}

.header .search {
   float: right;
   _display: inline;
   padding-right: 10px;
   height: 20px;
}

.header .search .inp {
   border: 0;
   height: 16px;
   width: 130px;
   /* border:1px solid #821514;*/
   margin-top: 2px;
   padding-left: 5px;
   padding-right: 5px;
   float: left;
   color: #fff;
   _display: inline;
   background: #AC0000;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   opacity: 0.8;
   filter: alpha(opacity=80);
}

.header .search .inp:hover {
   /* background: #fff; */
   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;
   background-color: #fff;
}

.header .subNav .menu {
   display: none;
}

.header .subNav li {
   float: left;
   _display: inline;
   padding: 6px 2px 6px 3px;
   position: relative;
   z-index: 999;
   zoom: 1;
}

.header .subNav li a {
   display: block;
   /* ZB	font-size:12px; */
   font-size: 14px;
   color: rgba(255, 255, 255, .8);
   padding: 0 5px;

   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.gp-menu-sub {
   padding: 0 22px 0 8px;
   background: #f3f3f3;
   overflow: hidden;
   display: none;
}

.header .subNav #mobileNav ul>li {
   padding: 2px 2px 2px 2px;
   line-height: 40px;
   /* height: 36px; */
   position: relative;
   /* width: 154px; */
}

.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;
   border-bottom: 1px solid #f2f2f2;
}

.header .subNav #mobileNav ul>li.on .gp-menu-arrow {
   transform: rotate(90deg);
}

.gp-menu-arrow {
   position: absolute;
   right: 0;
   top: 0;
   font-size: 2.5rem;
   cursor: pointer;
   width: 40px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
   -o-transition: all .5s;
   transition: all .5s;
   background: url(../images/mobile_arrow1.png) center no-repeat;
}

.header .nav {

   background-color: #fff;
   position: relative;
   z-index: 4;
}

.header .nav .menu {
   display: none;
}

header .nav #nav {
   /* text-align:center; */
   margin: auto;
   width: 1000px;
   display: flex;
   text-align: justify;
   justify-content: space-between;
}

.header .nav li {
   float: left;
   _display: inline;

   +padding: 0 9px 0 8px;
   z-index: 999;
   zoom: 1;
   position: relative;
}

.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 */
.header .nav #nav .sub-nav li a:hover{color:}
   background: url(../images/nav_cur_red.png) bottom repeat-x;

}
.header .nav li a:hover{
   color:#700005
}
.header .nav li a {
   display: block;
   line-height: 43px;
   /* ZB	font-size:15px; */
   font-size: 16px;
   /* PKU	color:#fff; */
   color: #333;

   text-align: center;
   padding: 0 10px 0 9px;
   box-sizing: border-box;
   -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: #8f000b;
}

.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 #8c0000;

   left: 0%;
   width: 100%;
   z-index: 2;
   padding: 2em 0;
   display: none;

}

#nav .minfoWrap_inner {
   width: 1200px;
   background: #fff;
   margin: 0 auto;
}

#nav ul.last {
   right: 2px;
}

#nav ul li {
   float: none;
   display: block;
   box-sizing: border-box;
   padding-bottom: 20px;
}

#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;
}

.nav-bg {

display: block;

position: absolute;

width: 100%;

top: 43px;

left: 0;

background: #f5f5f5;

opacity: 0;

height: 0;

display: none;

transition: all .3s ease-in-out;
}

.header .nav.on .nav-bg {
   opacity: 1;
   display:block;
}


.header .nav #nav li .sub-nav {
   position: absolute;
   z-index: 4;
   display: none;
   /* opacity: 0; */
   width: calc(100% + 50px);
   padding: 30px 10px;
   left: 50%;
   transform: translateX(-50%);
   box-sizing: border-box;
   transition: all .3s ease-in-out;
}

.header .nav.on #nav li .sub-nav {
   display: block;
}

.header .nav #nav li .sub-nav::before {
   content: '';
   display: block;
   position: absolute;
   width: 1px;
   height: calc(100% - 60px);
   min-height: 144px;
   background: rgba(0, 0, 0, .06);
   left: 0;
   top: 30px;
}

.header .nav #nav .sub-nav li:hover a{
   color:#700005
}
.header .nav #nav .sub-nav li a {

color: #757575;

line-height: 16px;

font-size: 0;

text-align: center;
}

.header .nav.on #nav .sub-nav li a{
font-size:14px}
.readmore {
   /* //	text-transform: uppercase; */
   font-size: 15px !important;
   box-shadow: none;
   color: #8c0000 !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: #8c0000 !important;
}

.fl {
   float: left;
}

.fr {
   float: right;
}

.main-body {
   width: 100%;
   max-width: 1380px;
   margin: 0 auto;
   overflow: hidden;
}

.footer {
   padding: 10px 0;
   box-sizing: border-box;
   background: #660005;
   text-align: center;
   margin-top: 50px;
}
.fot_bot{font-size: 14px;max-width: 1000px;margin: 0 auto;}
.fot_bot span{
   display: inline-block;
   margin: 0 23px;

}
.fot_bot span a{  color: #fff;}
.fot_bot span:hover a{
   color: #e0c67e;
}
/*action*/
.ssubNav {
   display: none;
}

@media screen and (max-width:1024px) {
   .header .logo {
      /* width: 410px; */
      float: none;
      margin: 0 auto;
      display: inline-block;
      overflow: hidden;
      padding: 22px 0 22px 0;
   }

   .logo a {
      width: 160px;
   }

   .header .logo a.sub_logo {
      width: 200px;
   }

   .mainWrap {
      width: 800px;
      margin: 0 auto;
      text-align: center;
   }

   .header .nav #nav {
      width: 795px;
   }

   .header .nav #nav .minfoWrap .minfoWrap_inner div.fl {
      display: none;
   }

   .header .nav li {
      padding: 0;

   }

   .header .nav li a {
      font-size: 13px;
      /*padding:0 9px;*/
      /* width: 79px; */
   }

   #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: 11px;
      line-height: 12px;

   }

   .header .nav #nav li .sub-nav {
      width: calc(100% + 15px);
      left: 0;
      transform: translateX(0);
      padding: 30px 10px;
   }

   .header .nav #nav li:nth-child(1) .sub-nav {
      width: calc(100% + 20px);
   }

  


   .header .topWrap {
      height: auto;
   }
}

@media screen and (max-width:800px) {
  
   .footer {
      margin-top: 20px;
  }
   .mainWrap {
      width: 640px;
   }

   .mainWrap02 {
      position: relative;
      display: none;
      background: #444;
   }

   #nav .minfoWrap {
      left: 50%;
      margin-left: -380px;
      width: 760px;
   }

   .header .topWrap {
      position: relative;
   }

   .header .logo {
      margin: auto;
      padding-left: 0px;
   }

   .header .search {
      float: none;
      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 .inp:hover {
      background: #8c0000;
   }

   .header .search .btn {
      height: 20px;
      line-height: 20px;
      font-size: 12px;
      color: #8c0000;
   }

   .subNav .ssubNav {

      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: inline-block;
      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: 19px;
      height: 2px;
      border-radius: 2px;
      background-color: #FFF;
      display: block;
      margin-bottom: 4px;
      -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(6px) rotate(45deg);
      -ms-transform: translateY(6px) rotate(45deg);
      -webkit-transform: translateY(6px) rotate(45deg);
      -o-transform: translateY(6px) rotate(45deg);
      -moz-transform: translateY(6px) 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(-6px) rotate(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
      -webkit-transform: translateY(-6px) rotate(-45deg);
      -o-transform: translateY(-6px) rotate(-45deg);
      -moz-transform: translateY(-6px) 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: none;
      border: none;
   }

   .header .subNav li a {

      font-size: 12px;
      color: #f5f5f5;
   }

   .header .subNavRight {
      float: none !important;
   }

   .header .subNavRight li a {
      padding-left: 17px;
   }

   .minfoWrap {
      display: none !important;
   }

   .header .topWrap {
      height: auto;

   }

   .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%;
      text-align: left;
      display: none;
   }

   .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 {
      display: none;
   }

   .header .topWrap {
      height: auto;
   }

   .header .topWrap .slogan {
      display: none;
   }

   .minfoWrap {
      display: none !important;
   }
}

@media screen and (max-width:640px) {
   .mainWrap {
      width: 100%;
   }

   .mainWrap02 {
      position: relative;
      display: none;
      background: #444;
   }

   .header .topWrap {
      position: relative;
   }


   .header .search {}

   .header .search .ext {
      float: right;
      padding: 4px 30px 10px 0;
   }

   .header .search .ext a {
      color: #fff;
   }

   .header .search .inp {
      border: 0;
      margin-left: 7px;
      height: 14px;
      width: 130px;
   }

   .header .search .btn {
      height: 20px;
      line-height: 20px;
      font-size: 12px;
   }

   .header .topWrap {
      height: auto;

   }

   .header .nav {
      background: #efefef;
      border: 0;

   }

   .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 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 li a .thuicon-angle-down {
      display: none;
   }



   .header .caret {
      display: none;
   }

   .subNav .ssubNav {

      line-height: 35px;
      line-height: 32px;
      /*   ZB   */
      font-size: 14px;
      padding: 0 20px;
      cursor: pointer;
      color: #fff;

      background: #700005;
      /*  ZB   */
      cursor: pointer;
      display: inline-block;
      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: 19px;
      height: 2px;
      border-radius: 2px;
      background-color: #FFF;
      display: block;
      margin-bottom: 4px;
      -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(6px) rotate(45deg);
      -ms-transform: translateY(6px) rotate(45deg);
      -webkit-transform: translateY(6px) rotate(45deg);
      -o-transform: translateY(6px) rotate(45deg);
      -moz-transform: translateY(6px) 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(-6px) rotate(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
      -webkit-transform: translateY(-6px) rotate(-45deg);
      -o-transform: translateY(-6px) rotate(-45deg);
      -moz-transform: translateY(-6px) 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: none;
      border: none;
   }

   .header .subNavRight li a {
      padding-left: 17px;
   }

   .header .subNavRight {
      float: none !important;
   }

   .minfoWrap {
      display: none !important;
   }
}

@media screen and (max-width:480px) {

   .header .topWrap {
      background-size: auto 70px;
   }

   .header .topWrap .mainWrap {
      height: 70px;
   }



   .logo a {
      width: 90px;
   }

   .header .logo a.sub_logo {
      width: 90px;
   }


}

@media screen and (max-width:360px) {

   .minfoWrap {
      display: none !important;
   }

   .header .topWrap {
      background-size: auto 60px;
   }

   .header .topWrap .mainWrap {
      height: 60px;
   }

   .header .logo {
      padding-top: 14px;
      padding-bottom: 14px;

   }

   .header .logo img {
      width: 120px;
   }


   .header .logo a.sub_logo img {
      width: 145px;
   }

  
}

@media screen and (max-width:320px) {


   .header .topWrap {
      background-size: auto 50px;
   }

   .header .topWrap .mainWrap {
      height: 50px;
   }

   .header .logo {
      margin: auto;
      padding-top: 11px;
      padding-bottom: 11px;

   }

   .header .logo img {
      width: 100px;
   }


   .header .logo a.sub_logo img {
      width: 119px;
   }

   .header .search .inp {
      width: 100px;
   }

   .header .nav .menu {
      line-height: 40px;
      font-size: 16px;
   }

   .minfoWrap {
      display: none !important;
   }


}