@charset "utf-8";
.banner {
  height: 485px;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.banner img {
  width: 100%;
}

.productbg {
  height: 200px;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.productbg img {
  height: 200px;
  width: 100%;
}

#header {
  height: 144px;
  width: 100%;
  background: #001941;
  min-width: 1200px;
}
#header .header_content {
  width: 1200px;
  height: 144px;
  margin: 0 auto;
}
#header .header_content .header_content_top {
  width: 100%;
  height: 72px;
}
#header .header_content .header_content_top .content_top_left {
  width: 198px;
  height: 72px;
  /*background: url(../img/log.png) 0px 11px no-repeat;*/
}
#header .header_content .header_content_top .content_top_right {
  width: 50%;
  height: 72px;
  line-height: 72px;
}
#header .header_content .header_content_top .content_top_right a {
  display: block;
  float: right;
  padding: 0px 10px;
  color: #888b9b;
  font-size: 14px;
  font-family: \5B8B\4F53;
}
#header .header_content .header_content_top .content_top_right a:hover {
  color: #fff;
}
#header .header_content .header_content_top .content_top_right .login, #header .header_content .header_content_top .content_top_right .sin {
  color: #fff;
}
#header .header_content .header_content_top .content_top_right i {
  width: 2px;
  height: 15px;
  background: #fff;
  margin-top: 28px;
}
#header .header_content .header_content_btm {
  width: 100%;
  height: 72px;
}
#header .header_content .header_content_btm .stair {
  height: 72px;
}
#header .header_content .header_content_btm .stair .stairli {
  display: block;
  float: left;
  margin: 0 24px;
  position: relative;
}
#header .header_content .header_content_btm .stair .stairli .ind {
  height: 70px;
  width: 72px;
  display: block;
  color: #888b9b;
  text-align: center;
  line-height: 72px;
}
#header .header_content .header_content_btm .stair .stairli .level {
  position: absolute;
  top: 72px;
  left: -100px;
  min-width: 590px;
  background: rgba(227, 229, 229, 0.93);
  z-index: 999999999;
  transition: all .8s;
  display: none;
}
#header .header_content .header_content_btm .stair .stairli .level2 {
  position: absolute;
  top: 72px;
  left: -100px;
  background: rgba(227, 229, 229, 0.93);
  z-index: 999999999;
  transition: all .8s;
  display: none;
}
#header .header_content .header_content_btm .stair .stairli .level .leftli {
  width: 220px;
  height: 220px;
  background: #fff;
  float: left;
  margin: 30px;
}
#header .header_content .header_content_btm .stair .stairli .level2 .leftli {
  width: 170px;
  height: 170px;
  background: #fff;
  float: left;
  margin: 30px;
}
#header .header_content .header_content_btm .stair .stairli .level .leftli img {
  display: block;
  width: 100%;
  height: 100%;
}
#header .header_content .header_content_btm .stair .stairli .level2 .leftli img {
  display: block;
  width: 100%;
  height: 100%;
}

#header .header_content .header_content_btm .stair .stairli .level .lis {
  cursor: pointer;
  display: inline-block;
  line-height: 36px;
  margin: 20px 0px -10px 0px;
  padding: 0px 30px;
  text-align: center;
  height: 36px;
}
#header .header_content .header_content_btm .stair .stairli .level2 .lis {
  cursor: pointer;
  display: inline-block;
  line-height: 36px;
  margin: 20px 0px -10px 0px;
  padding: 0px 30px;
  text-align: center;
  height: 36px;
}
#header .header_content .header_content_btm .stair .stairli .level .lis .link {
  transition: all .2s;
  color: #001941;
  font-size: 14px;
  line-height: 36px;
}
#header .header_content .header_content_btm .stair .stairli .level2 .lis .link {
  transition: all .2s;
  color: #001941;
  font-size: 14px;
  line-height: 36px;
}
#header .header_content .header_content_btm .stair .stairli .level .lis:hover {
  background: #0d66d5;
  border-radius: 18px;
}
#header .header_content .header_content_btm .stair .stairli .level2 .lis:hover {
  background: #0d66d5;
  border-radius: 18px;
  height: 36px;
  line-height: 36px;
}

#header .header_content .header_content_btm .stair .stairli .level .lis:hover .link {
  color: #fff;
}
#header .header_content .header_content_btm .stair .stairli .level2 .lis:hover .link {
  color: #fff;
}
#header .header_content .header_content_btm .stair .stairli .secondlevel {
  min-width: 960px;
}
#header .header_content .header_content_btm .stair .stairli .level2 {
  min-width: 690px;
}
#header .header_content .header_content_btm .stair .stairli:hover .ind {
  border-bottom: 2px solid #fff;
  color: #fff;
}
#header .header_content .header_content_btm .stair .stairli:hover .level {
  display: block;
}
#header .header_content .header_content_btm .stair .stairli:hover .level2 {
  display: block;
}

#header .header_content .header_content_btm .stair .stairli .headselect {
  border-bottom: 2px solid #fff;
  color: #fff;
}
#header .header_content .header_content_btm .sminputbox {
  position: relative;
}
#header .header_content .header_content_btm .sminputbox input {
  padding-left: 16px;
  outline: none;
  width: 117px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 16px;
  color: #fff;
  padding-right: 40px;
  background: #001941;
  margin: 10px 10px 0px 0px;
}
#header .header_content .header_content_btm .sminputbox .gosearch {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/search.png) center no-repeat;
}

#header1 .header_content, #header2 .header_content {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
#header1 .header_content .header_content_top, #header2 .header_content .header_content_top {
  width: 100%;
  height: 80px;
}
#header1 .header_content .header_content_top .content_top_left, #header2 .header_content .header_content_top .content_top_left {
  width: 50%;
  height: 80px;
}
#header1 .header_content .header_content_top .content_top_left .log, #header2 .header_content .header_content_top .content_top_left .log {
  width: 188px;
  height: 80px;
  float: left;
  display: inline-block;
  background: url(../img/log.png) center no-repeat;
}
#header1 .header_content .header_content_top .content_top_left .logsin, #header2 .header_content .header_content_top .content_top_left .logsin {
  float: left;
  display: inline-block;
  font-family: "SimHei";
  font-size: 30px;
  line-height: 48px;
  margin-left: 30px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 2px solid #fff;
  color: #fff;
}
#header1 .header_content .header_content_top .content_top_right, #header2 .header_content .header_content_top .content_top_right {
  width: 50%;
  height: 72px;
  line-height: 72px;
}
#header1 .header_content .header_content_top .content_top_right a, #header2 .header_content .header_content_top .content_top_right a {
  display: block;
  float: right;
  padding: 0px 10px;
  color: #888b9b;
  font-size: 14px;
  font-family: \5B8B\4F53;
}
#header1 .header_content .header_content_top .content_top_right .login, #header2 .header_content .header_content_top .content_top_right .login, #header1 .header_content .header_content_top .content_top_right .sin, #header2 .header_content .header_content_top .content_top_right .sin {
  color: #fff;
}
#header1 .header_content .header_content_top .content_top_right i, #header2 .header_content .header_content_top .content_top_right i {
  width: 2px;
  height: 15px;
  background: #fff;
  margin-top: 28px;
}

#header1 {
  height: 80px;
  width: 100%;
  background: #001941;
  min-width: 1200px;
}

#header2 {
  height: 80px;
  width: 100%;
  background: #001941;
  min-width: 1200px;
}

#fotter {
  width: 100%;
  background: #001941;
}
#fotter .fotter_content {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
}
#fotter .fotter_content .content_top_left, #fotter .fotter_content .content_top_right {
  margin-top: 30px;
  float: left;
}
#fotter .fotter_content .content_top_left span, #fotter .fotter_content .content_top_right span {
  color: #888b9b;
  font-size: 14px;
  font-family: \5B8B\4F53;
  line-height: 34px;
  display: block;
}
#fotter .fotter_content .content_top_right {
  margin-left: 130px;
}
#fotter .content_btm {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #0f2e5f;
}
#fotter .content_btm .btm_con {
  margin: 0 auto;
  width: 1200px;
  height: 50px;
  color: #888b9b;
  font-size: 14px;
  font-family: \5B8B\4F53;
}

.classify, .pruductfy {
  text-align: center;
  width: 700px;
  height: 41px;
  margin: -3px auto;
}
.classify li, .pruductfy li {
  display: inline-block;
  float: left;
  margin: -1px 22px;
  color: #666666;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-family: \5B8B\4F53;
}
.classify li:hover, .pruductfy li:hover {
  border-bottom: 3px solid #0d66d5;
  box-sizing: border-box;
  color: #0d66d5;
  z-index: 4;
}
.classify .classifyselect, .pruductfy .classifyselect {
  border-bottom: 3px solid #0d66d5;
  box-sizing: border-box;
  color: #0d66d5;
  z-index: 4;
}

.pruductfy {
  width: 435px;
}

.engtitle, .chntitle {
  color: #666666;
  font-size: 24px;
  font-family: \5B8B\4F53;
  font-weight: bold;
  text-align: center;
  margin-top: 89px;
}

.chntitle {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 59px;
}

#content {
  width: 1200px;
  margin: 0 auto;
}

#more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 80px auto 82px;
  border: 1px solid #c5c5c5;
  color: #c5c5c5;
  font-size: 14px;
  font-family: \5B8B\4F53;
}
#more span {
  transition: all .8s;
}
#more i {
  transition: all .8s;
}
#more:hover {
  color: #0d66d5;
  border: 1px solid #0d66d5;
}
#more:hover span {
  display: inline-block;
  padding-right: 10px;
}
#more:hover i {
  display: inline-block;
  padding-left: 10px;
}

#pagebox {
  height: 38px;
  margin: 60px auto 165px;
}
#pagebox .pageul {
  text-align: center;
}
#pagebox .pageul .pageli {
  padding: 14px 17px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  color: #888888;
}
#pagebox .pageul .pageli:hover {
  background: #0d66d5;
  border: 1px solid #0d66d5;
  color: #fff;
}

#mask, #videomask,#recodemask{
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  top: 0px;
  left: 0px;
}

#recodemask .recodebox{
    position: relative;
    width: 300px;
    height: 300px;
    background: #eee;
    margin: 200px auto;
    position: relative;
}
#recodemask .recodebox .recodeimg{
    width: 250px;
    height: 250px;
    background: #f00;
    position: absolute;
    top: 25px;
    left: 25px;
}
#recodemask .recodebox .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: url(../img/cha.png) center no-repeat;
}
#videomask .videobox{
  position: relative;
  width: 1000px;
  height: 600px;
  background: #eee;
  margin: 50px auto;
}

#videomask .videobox .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: url(../img/cha.png) center no-repeat;
}

#fixedright {
  position: fixed;
  z-index: 99;
  bottom: 20%;
  right: 0px;
  height: 270px;
  background: #333333;
}
#fixedright .shareli {
  transition:  all 0.5s;
  display: block;
  width: 54px;
  height: 53px;
  text-align: center;
  border-bottom: 1px solid #444444;
  position: relative;
}
#fixedright .shareli .posli{
    transition:  all 0.5s;
    position: absolute;
    top: 0px;
    right: -130px;
    width: 130px;
    height: 54px;
    z-index: 999;
    color: #fff;
    line-height: 54px;
    text-indent: 18px;
    /*padding-left: 10px;*/
}
#fixedright .shareli:hover .posli{
    transform:translate(-130px,0px);
}

#fixedright .li1 {
  background: url(../img/icon01.png) #333333 center no-repeat;
}
#fixedright .shareli .posli1 {
  background: url(../img/icon01.png) #014da1 0px 0px no-repeat;
}
#fixedright .li2 {
  background: url(../img/icon02.png) #333333 center no-repeat;
}
#fixedright .shareli .posli2 {
  background: url(../img/icon02.png) #014da1 0px 0px no-repeat;
}
#fixedright .li3 {
  background: url(../img/icon03.png) #333333 center no-repeat;
}
#fixedright .shareli .posli3 {
  background: url(../img/icon03.png) #014da1 0px 0px no-repeat;
}
#fixedright .li4 {
  background: url(../img/icon04.png) #333333 center no-repeat;
}
#fixedright .shareli .posli4 {
  background: url(../img/icon04.png) #014da1 0px 0px no-repeat;
}
#fixedright .li5 {
  background: url(../img/icon05.png) #333333 center no-repeat;
}
#fixedright .shareli .posli5 {
  background: url(../img/icon05.png) #014da1 0px 0px no-repeat;
}

#productdetail_top {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
}
#productdetail_top .topcon {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
}
#productdetail_top .topcon span {
  display: block;
  float: right;
  color: #333333;
  font-size: 12px;
  font-family: \5B8B\4F53;
  padding-left: 5px;
}

/*分页*/
.pagination {
    margin: 80px auto;
  padding: 20px 0;
}

.pagination ul {
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin: 1px;
}

.pagination li a {
  display: block;
  padding: 10px 14px;
  background-color: #f5f5f5;
  color: #999;
}

.pagination li a:hover,
.pagination li.active a {
  background-color: #0aa7ff;
  color: #fff;
}

.pagination li.disabled a:hover {
  background-color: #f5f5f5;
  color: #999;
  cursor: default;
}

/*# sourceMappingURL=public.css.map */
