.fixed {
  position: fixed;
  width: 55px;
  height: 212px;
  right: 25px;
  bottom: 50px;
  z-index: 99999;
}

.fixed a {
  display: block;
  width: 55px;
  height: 53px;
}

.fixed .barbook {
  background: url(../images/fixed.jpg) 0 0 no-repeat;
}

.fixed .barbook:hover {
  background-position: -54px 0;
}

.fixed a.codepic {
  background: url(../images/fixed.jpg) 0 0 no-repeat;
  background-position: 0 -53px;
  height: 52px;
}

.fixed a.codepic:hover {
  background-position: -54px -53px;
}

.fixed a.backup {
  background: url(../images/fixed.jpg) 0 0 no-repeat;
  background-position: 0 -158px;
  height: 52px;
}

.fixed a.backup:hover {
  background-position: -54px -158px;
  height: 53px;
}

.fixed .ddv {
  position: relative;
}

.fixed .ddv .ddv_img {
  position: absolute;
  left: -196px;
  width: 196px;
  height: 196px;
  line-height: 193px;
  text-align: center;
  top: -106px;
  display: none;
}

.fixed .ddv .ddv_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header {
  width: 100%;
  height: 68px;
  padding-top: 16px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.header .main {
  width: 1100px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.header .main .logo {
  float: left;
  width: 120px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  margin-left: 48px;
}

.header .main .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header .main h1 {
  float: left;
  margin-left: 10px;
  font-size: 24px;
  margin-top: 10px;
}

.header .main .yuw {
  float: right;
  margin-right: 48px;
}

.header .main .yuw .shouji {
  float: left;
  font-size: 24px;
  margin-top: 10px;
  color: #000;
}

.header .main .yuw .shouji:hover {
  color: #da0c0c;
}

.header .main .yuw .tel {
  float: left;
  margin-left: 20px;
}

.header .main .yuw .tel span {
  background: url(../images/tel.gif) right center no-repeat;
  padding-right: 30px;
  font: 22px/26px 'Microsoft Yahei';
  color: #da0c0c;
  display: block;
  text-align: right;
}

.header .main .yuw .tel p {
  display: block;
  text-align: right;
  color: #222c50;
  font: 30px/40px 'Impact';
}

.menu {
  width: 100%;
  height: 70px;
  background: #f0f0f0;
}

.menu .menufra {
  width: 1100px;
  margin: 0 auto;
  height: 70px;
}

.menu .menufra ul {
  width: 100%;
  height: 70px;
  background: url(../images/menuline.gif) center left no-repeat;
}

.menu .menufra ul li {
  float: left;
  background: url(../images/menuline.gif) center right no-repeat;
  margin: 0 -1px;
}

.menu .menufra ul li:first-child {
  margin-left: 48px;
}

.menu .menufra ul li a {
  display: block;
  width: 103px;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #505050;
  font-family: 'Microsoft Yahei';
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

.menu .menufra ul li a:hover {
  background: url(../images/menuhover.gif) center no-repeat;
  position: relative;
}

.menu .menufra ul li.active {
  background: url(../images/menuhover.gif) center no-repeat;
  position: relative;
}

.nott #box {
  width: 100%;
  height: 450px;
  position: relative;
}

.nott #box .box-nav {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nott #box .box-nav ul {
  width: 9999999999999999999999999999999999999px !important;
  position: absolute;
  height: 450px;
  left: 0;
  top: 0;
}

.nott #box .box-nav ul li {
  float: left;
  height: 450px;
  line-height: 447px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  border: none;
}

.nott #box .box-nav ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: none;
}

.nott #box .box-nav ol {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.nott #box .box-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  color: red;
}

.nott #box .box-nav ol .current {
  background-color: red !important;
}

.notice {
  width: 100%;
  height: 60px;
  background: #222c50;
  position: relative;
  z-index: 999;
}

.notice .main {
  width: 1100px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.notice .main b {
  margin-left: 5%;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 60px;
  font-family: 'Microsoft Yahei';
}

.notice .main marquee {
  float: left;
  margin-left: 20px;
  width: 36%;
  line-height: 60px;
  color: #ffffff;
}

.notice .main marquee a {
  color: #ffffff;
}

.notice .main .search {
  position: relative;
  padding-top: 13px;
  float: right;
  z-index: 9999;
  height: 32px;
  line-height: 32px;
}

.notice .main .search .text {
  float: left;
  width: 237px;
  padding-left: 5px;
  color: #252525;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d4d4d4;
}

.notice .main .search #sear {
  float: left;
  width: 33px;
  margin-left: 3px;
  height: 32px;
  background: url(../images/button.gif) center top no-repeat;
}