.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 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;
}

.product {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 530px;
  background: #f0f0f0;
  border-top: 1px solid #dcdcdc;
  padding-top: 60px;
}

.product .main {
  width: 980px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.product .main .ititle {
  width: 980px;
  text-align: center;
  padding: 0 0 30px 0;
}

.product .main .ititle p {
  text-transform: uppercase;
  color: #222c50;
  font: 16px/20px 'arial';
}

.product .main .ititle span {
  margin: 0px auto 0;
  width: 200px;
  line-height: 55px;
  color: #da0c0c;
  display: block;
  text-align: center;
  font-size: 40px;
  font-family: 'Microsoft Yahei';
  font-weight: bold;
}

.product .main .pro_lanfra {
  margin: 0 auto;
  width: 980px;
  text-align: center;
  font-size: 14px;
  color: #4e6990;
  line-height: 30px;
  padding: 0 0 25px 0;
}

.product .main .pro_lanfra span {
  position: relative;
  margin: 0 0 0 6px;
}

.product .main .pro_lanfra span a {
  color: #222c50;
  background: #eaeaea;
  padding: 1px 8px;
  border-radius: 5px;
  display: inline-block;
}

.product .main .pro_lanfra span a:hover {
  color: #fff;
  background: #da0c0c;
}

.product .main .pro_lanfra a.promore {
  color: #ff002a;
  background: #eaeaea;
  padding: 1px 8px;
  border-radius: 5px;
  display: inline-block;
}

.product .main .view-port {
  overflow: hidden;
  padding-top: 30px;
  float: left;
  position: relative;
  width: 980px;
}

.product .main .view-port .swiper-container {
  overflow: initial !important;
  height: 228px;
}

.product .main .view-port .swiper-container .item {
  z-index: 9;
  width: 220px;
  float: left;
}

.product .main .view-port .swiper-container .item a {
  background: #222c50;
  width: 220px;
  display: block;
  top: 0;
  position: absolute;
  left: 0;
}

.product .main .view-port .swiper-container .item a em {
  display: none;
  position: absolute;
  border: 1px solid #da0c0c;
  width: 208px;
  height: 153px;
  left: 5px;
  top: 5px;
}

.product .main .view-port .swiper-container .item a .item_img {
  float: left;
  width: 220px;
  height: 165px;
  line-height: 162px;
  text-align: center;
  background: #fff;
}

.product .main .view-port .swiper-container .item a .item_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.product .main .view-port .swiper-container .item a .proname {
  display: block;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 220px;
  padding: 0;
  font-size: 14px;
}

.product .main .view-port .swiper-container .item:hover a {
  top: -30px;
}

.product .main .view-port .swiper-container .item:hover a p {
  background: #da0c0c;
}

.product .main .view-port .swiper-container .item:hover a em {
  display: block;
}

.product .main .bullet-pagination {
  width: 100%;
  text-align: center;
  float: left;
  padding-top: 10px;
}

.product .main .bullet-pagination .bullet.active {
  background: #da0c0c;
}

.product .main .bullet-pagination .bullet {
  display: inline-block;
  background: #222c50;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  margin: 0 8px;
}

.aboutf {
  width: 980px;
  margin: 0 auto;
  height: 315px;
  padding: 35px 0 0 0;
}

.aboutf .imgleft {
  float: left;
  width: 330px;
  height: 250px;
  background: url(../images/abfra.jpg) right bottom no-repeat;
  padding: 0 20px 20px 0;
}

.aboutf .imgleft .img_lfd {
  width: 300px;
  height: 250px;
  line-height: 247px;
  text-align: center;
  background: #fff;
}

.aboutf .imgleft .img_lfd img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.aboutf .abright {
  float: right;
  width: 590px;
}

.aboutf .abright p.name {
  float: left;
  background: url(../images/abname.gif) left center no-repeat;
  padding: 0 0 0 38px;
  height: 55px;
}

.aboutf .abright p.name span {
  display: block;
  font-size: 24px;
  color: #da0c0c;
  font-family: 'Microsoft Yahei';
  font-weight: bold;
}

.aboutf .abright p.name em {
  font-size: 16px;
  font-family: Impact;
  font-style: normal;
  color: #222c50;
  text-transform: uppercase;
}

.aboutf .abright p.name em font {
  color: #d40000;
}

.aboutf .abright p.con {
  font-family: 'Microsoft Yahei';
  float: left;
  width: 590px;
  line-height: 26px;
  height: 156px;
  padding: 10px 0 0 0;
  color: #747474;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-align: Justify;
  text-justify: inter-ideograph;
}

.aboutf .abright .abmore {
  float: left;
  width: 104px;
  height: 40px;
  background: #222c50;
  color: #fff;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  text-align: center;
  line-height: 40px;
  margin: 10px 0 0 0;
}

.case {
  width: 100%;
  height: 520px;
  background: #f1f1f1;
  padding: 60px 0 0 0;
}

.case .main {
  width: 980px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.case .main .ititle {
  width: 980px;
  float: left;
  text-align: center;
  padding: 0 0 30px 0;
}

.case .main .ititle p {
  text-transform: uppercase;
  color: #222c50;
  font: 16px/20px 'arial';
}

.case .main .ititle span {
  margin: 0px auto 0;
  width: 200px;
  line-height: 55px;
  color: #da0c0c;
  display: block;
  text-align: center;
  font-size: 40px;
  font-family: 'Microsoft Yahei';
  font-weight: bold;
}

.case .main .ititle em {
  font-style: normal;
  color: #222c50;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
}

.case .main .more {
  margin: 0 auto;
  width: 104px;
  height: 40px;
  background: #222c50;
  color: #fff;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  text-align: center;
  line-height: 40px;
}

.case .main .more a {
  color: #fff;
}

.case .main .casecon {
  float: left;
  width: 980px;
  padding: 30px 0 0 0;
}

.case .main .casecon a {
  float: left;
  width: 243px;
  height: 264px;
  background: #fff;
  position: relative;
  margin: 0 2px 0 0;
}

.case .main .casecon a .caser {
  float: left;
  width: 243px;
  position: absolute;
  top: 0;
  height: 82px;
  font: bold 12px/18px 'Microsoft Yahei';
  background: url(../images/hxing.png) no-repeat center 60px;
  color: #131313;
}

.case .main .casecon a .caser .caser_t {
  font: 18px/1 'Impact';
  margin: 9px 0 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.case .main .casecon a .caser .casertxt {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  height: 25px;
  font-size: 14px;
  color: #222c50;
  line-height: 25px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case .main .casecon a i {
  display: none;
  width: 243px;
  height: 182px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: url(../images/hbg.png) left top repeat;
}

.case .main .casecon a .case_img {
  width: 243px;
  height: 182px;
  line-height: 179px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.case .main .casecon a .case_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.case .main .casecon a:nth-child(2n) .caser {
  top: 69%;
}

.case .main .casecon a:nth-child(2n) i {
  bottom: 82px;
}

.case .main .casecon a:nth-child(2n) .case_img {
  top: 0;
}

.case .main .casecon a:hover {
  background: #da0c0c;
  color: #ffffff !important;
}

.case .main .casecon a:hover .triangletop {
  border-bottom: 10px solid #80c534;
}

.case .main .casecon a:hover .trianglebot {
  border-top: 10px solid #80c534;
}

.case .main .casecon a:hover .casertxt {
  background: url(../images/arrow2.gif) no-repeat left bottom;
}

.case .main .casecon a:hover em {
  display: block;
}

.case .main .casecon a:hover .caser {
  background: url(../images/bxing.png) no-repeat center 60px;
  color: #fff;
}

.case .main .casecon a:hover .casertxt {
  color: #fff;
}

.case .main .casecon a:hover i {
  display: block;
}

.news {
  width: 980px;
  margin: 0 auto;
  height: 642px;
  padding: 60px 0 0 0;
}

.news .ititle {
  width: 980px;
  float: left;
  text-align: center;
  padding: 0 0 30px 0;
}

.news .ititle p {
  text-transform: uppercase;
  color: #222c50;
  font: 16px/20px 'arial';
}

.news .ititle span {
  margin: 0px auto 0;
  width: 200px;
  line-height: 55px;
  color: #da0c0c;
  display: block;
  text-align: center;
  font-size: 40px;
  font-family: 'Microsoft Yahei';
  font-weight: bold;
}

.news .ititle em {
  font-style: normal;
  color: #222c50;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
}

.news .more {
  margin: 0 auto;
  width: 104px;
  height: 40px;
  background: #222c50;
  color: #fff;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  text-align: center;
  line-height: 40px;
}

.news .more a {
  color: #fff;
}

.news .newscon {
  float: left;
  width: 980px;
  padding: 30px 0 0 0;
}

.news .newscon ul li {
  float: left;
  width: 470px;
  padding: 0 0 14px 0;
}

.news .newscon ul li a {
  display: block;
  color: #515d6b;
}

.news .newscon ul li a .nnr {
  width: 428px;
  height: 118px;
  border: 1px solid #ededed;
}

.news .newscon ul li a .nnr .name {
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #4e6990;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 0 9px;
}

.news .newscon ul li a .nnr em {
  display: block;
  background: url(../images/time.jpg) 11px center no-repeat;
  font-style: normal;
  padding: 0 0 0 30px;
  color: #747474;
}

.news .newscon ul li a .nnr .nnrcon {
  width: 400px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #747474;
  padding: 10px 0 0 9px;
}

.news .newscon ul li a:hover .nnr {
  border: 1px solid #da0c0c;
}

.news .newscon ul li a:hover .name {
  color: #da0c0c;
}