@charset "utf-8";
.img {
  display: block;
  max-height: 100%;
  overflow: hidden;
}
.img > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.tof {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-select {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
button,
textarea,
select,
ul,
ol,
img,
a,
i {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  background-color: transparent;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
body {
  font-family: "微软雅黑";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
  list-style: none;
}
ol {
  list-style-position: inside;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
input,
button,
textarea,
select {
  resize: none;
  display: block;
  font-size: 16px;
  font-family: "微软雅黑";
}
input[type=submit],
input[type=reset],
input[type=button],
input[type=checkbox],
input[type=radio],
button,
label {
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.cl .fl,
.cl > a {
  display: block;
  float: left;
}
.cl .fr {
  display: block;
  float: right !important;
}
.cl > li,
.cl > div {
  float: left;
}
.cl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
/*header*/
.header {
  position: relative;
  width: 100%;
  z-index: 1000;
  height: 50px;
  background-color: #ef3b31;
  margin-top: 14px;
  box-shadow: 0 3px 4px #221714;
  box-shadow: 0 3px 4px rgba(34, 23, 20, 0.2) !important;
}
.header .logo {
  float: left;
  margin: 0 0 0 80px;
}
.header button {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 0;
  margin-left: -25px;
  display: none;
}
.header button span {
  width: 40px;
  height: 3px;
  display: block;
  margin: 8px auto;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header button:active span {
  background-color: #000;
}
.header .tel {
  float: right;
  height: 32px;
  line-height: 32px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 9px 55px 9px 0;
  padding-left: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: auto;
  background-size: auto;
  background-image: url("../../img/icon1.png");
}
.header .bar {
  position: absolute;
  left: 0;
  top: -14px;
  z-index: -1;
  height: 15px;
  background-color: #ef3b31;
}
.header .nav {
  position: absolute;
  left: 50%;
  top: -14px;
  padding-top: 14px;
  height: 50px;
}
.header .nav > ul > li > a {
  display: block;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.header .nav > ul > li > a span {
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}
.header .nav > ul > li.on span {
  border-bottom-color: #fff;
}
.header .nav > ul > li.active span {
  border-bottom-color: transparent;
}
.header .nav > ul > li ul {
  display: none;
}
.header .nav .hover {
  height: 50px;
  padding: 14px 30px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.header .nav .hover .l {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top-width: 50px;
  border-bottom-width: 50px;
  border-left-width: 30px;
  border-right-width: 30px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #2d2d2d transparent;
  width: 0;
  height: 0;
  overflow: hidden;
}
.header .nav .hover .r {
  position: absolute;
  right: 0;
  top: 14px;
  border-top-width: 50px;
  border-bottom-width: 50px;
  border-left-width: 30px;
  border-right-width: 30px;
  border-style: solid dashed dashed dashed;
  border-color: #2d2d2d transparent transparent transparent;
  width: 0;
  height: 0;
  overflow: hidden;
}
.header .nav .hover .t {
  position: absolute;
  left: 30px;
  top: -14px;
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #c01d1d transparent;
  width: 0;
  height: 0;
  overflow: hidden;
}
.header .nav .hover .b {
  height: 50px;
  position: absolute;
  left: 30px;
  bottom: 0;
  background-color: #2d2d2d;
}
/*栏目信息*/
.header-infos {
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 64px;
  z-index: 1000;
  padding: 20px 0;
  background-color: #2d2d2d;
}
.header-infos * {
  color: #ffffff;
}
.header-infos .ctn {
  display: none;
  width: 1000px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.header-infos .ctn .title {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
}
.header-infos .ctn .title span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid #fff;
  margin-bottom: -1px;
}
.header-infos .ctn .info {
  display: none;
}
.header-infos .ctn .l {
  width: 500px;
}
.header-infos .ctn .l ul li {
  width: 230px;
}
.header-infos .ctn .l ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.header-infos .ctn .l ul li a:hover {
  color: #ef3b31;
}
.header-infos .ctn .r {
  width: 440px;
}
.header-infos .ctn .r .pics {
  width: 210px;
}
.header-infos .ctn .r .pics .img {
  width: 210px;
  height: 120px;
}
.header-infos .ctn .r .pics p {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-infos .ctn .r .pics:hover p {
  color: #ef3b31;
}
/*footer*/
.footer {
  color: #fff;
  overflow: hidden;
  background-color: #ef3b31;
}
.footer a {
  color: #ffffff;
}
.footer > div {
  width: 1200px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.footer .ctn {
  padding: 35px 0;
  border-bottom: 1px solid #fff;
}
.footer .ctn .div1 {
  padding: 10px 120px 35px 100px;
  border-right: 1px solid #fff;
}
.footer .ctn .div2 {
  width: 136px;
  margin-left: 60px;
}
.footer .ctn .div2 .img {
  width: 90px;
  margin: 0 auto 6px;
}
.footer .ctn .div2 p {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.footer .ctn .div3,
.footer .ctn .div4 {
  margin-left: 90px;
  margin-top: 20px;
}
.footer .ctn .div3 .p1,
.footer .ctn .div4 .p1 {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .ctn .div3 .p2 img,
.footer .ctn .div4 .p2 img {
  width: 22px;
  margin-right: 10px;
  vertical-align: -4px;
}
.footer .p {
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
/*锚点*/
.anchorLink {
  position: fixed;
  right: 10px;
  top: 50%;
  width: 40px;
}
.anchorLink li {
  width: 40px;
  height: 20px;
  line-height: 20px;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  margin-bottom: 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.anchorLink .anchor .posa {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.anchorLink .anchor .posa img {
  margin: 7px 10px;
  vertical-align: top;
}
.anchorLink .anchor .posa span {
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  vertical-align: top;
  display: none;
}
.anchorLink .anchor.on {
  background-color: #ef3b31 !important;
}
.anchorLink .anchor:hover .posa {
  background-color: #ef3b31;
}
.anchorLink .anchor:hover .posa span {
  display: inline;
}
.anchorLink .home:hover,
.anchorLink .toTop:hover {
  background-color: #ef3b31 !important;
}
.anchorLink .contact {
  position: relative;
}
.anchorLink .contact:before {
  content: "";
  display: block;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #ffffff;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.anchorLink .contact .block {
  width: 0;
  padding-bottom: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: default;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.anchorLink .contact .block p {
  width: 100%;
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anchorLink .contact .block .p1 {
  font-size: 12px;
  color: #2d2d2d;
  position: relative;
  padding-left: 15px;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anchorLink .contact .block .p1:before {
  content: "";
  display: block;
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 14px;
  border-right-width: 14px;
  border-style: solid dashed dashed dashed;
  border-color: #ef3b31 transparent transparent transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -14px;
  top: 0;
}
.anchorLink .contact .block .p2 {
  font-size: 18px;
  color: #0000FF;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 8px;
}
.anchorLink .contact .block .ewm {
  width: 100px;
  margin: 10px auto 0;
}
.anchorLink .contact .block .ewm img {
  width: 100%;
}
.anchorLink .contact:hover {
  background-color: #ef3b31 !important;
}
.anchorLink .contact:hover:before,
.anchorLink .contact:hover .block {
  opacity: 1;
  filter: alpha(opacity=100);
}
.anchorLink .contact:hover .block {
  right: 40px;
  width: 150px;
}
.opg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.opg .alert {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
}
.opg .alert .title {
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #ef3b31;
}
.opg .alert .title button {
  width: 0;
  height: 0;
}
.opg .alert .title a {
  float: right;
  margin: 15px 15px 0 -35px;
}
.opg .alert .box {
  box-shadow: 0 2px 13px #000;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2) !important;
}
.opg .alert.video {
  margin-left: -550px;
  margin-top: -325px;
}
.opg .alert.video .box {
  width: 1100px;
  height: 600px;
}
.opg .alert.pics {
  margin-left: -460px;
  margin-top: -379px;
}
.opg .alert.pics .box {
  width: 800px;
  height: 640px;
  padding: 25px 60px 35px;
}
.opg .alert.pics .box .showPics {
  height: 100%;
  overflow: hidden;
}
.opg .alert.pics .box .showPics .big {
  margin-bottom: 11px;
  height: 545px;
  overflow: hidden;
  position: relative;
}
.opg .alert.pics .box .showPics .big li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.opg .alert.pics .box .showPics .big li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0 2%;
  font-size: 24px;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.opg .alert.pics .box .showPics .big li .text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opg .alert.pics .box .showPics .big li.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.opg .alert.pics .box .showPics .big > .prev,
.opg .alert.pics .box .showPics .big > .next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.opg .alert.pics .box .showPics .big > .prev button,
.opg .alert.pics .box .showPics .big > .next button {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  display: none;
}
.opg .alert.pics .box .showPics .big > .prev:hover button,
.opg .alert.pics .box .showPics .big > .next:hover button {
  display: block;
}
.opg .alert.pics .box .showPics .big > .prev {
  left: 0;
}
.opg .alert.pics .box .showPics .big > .prev button {
  left: 60px;
}
.opg .alert.pics .box .showPics .big > .next {
  right: 0;
}
.opg .alert.pics .box .showPics .big > .next button {
  right: 60px;
}
.opg .alert.pics .box .showPics .small button {
  width: 20px;
  height: 84px;
  border: 1px solid #ef3b31;
}
.opg .alert.pics .box .showPics .small button img {
  width: 5px;
}
.opg .alert.pics .box .showPics .small .ul {
  width: 740px;
  height: 84px;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
}
.opg .alert.pics .box .showPics .small .ul ul {
  position: relative;
}
.opg .alert.pics .box .showPics .small .ul li {
  cursor: pointer;
  width: 140px;
  height: 80px;
  border: 2px solid transparent;
  margin: 0 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.opg .alert.pics .box .showPics .small .ul li .img {
  width: 140px !important;
  height: 80px !important;
  display: table-cell;
  vertical-align: middle;
}
.opg .alert.pics .box .showPics .small .ul li.on {
  border-color: #ec3939;
}
.opg .alert.data {
  margin-left: -380px;
  margin-top: -224px;
}
.opg .alert.data .box {
  width: 580px;
  height: 298px;
  padding: 40px 90px 60px;
}
.opg .alert.data .box .table .thead {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ef3b31;
  border: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opg .alert.data .box .table .tbody {
  overflow: hidden;
}
.opg .alert.data .box .table .tr {
  display: table;
  width: 100%;
  font-size: 12px;
  color: #313131;
  border-bottom: 1px solid #ddd;
}
.opg .alert.data .box .table .tr .td {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  border-right: 1px solid #ddd;
  white-space: nowrap;
}
.opg .alert.data .box .table .tr .td:first-child {
  border-left: 1px solid #ddd;
}
.opg .alert.data .box .table .tr:first-child {
  text-align: center;
  font-size: 14px;
  color: #2d2d2d;
}
.opg .alert.data .box .table .tr .td1 {
  width: 300px;
  padding: 10px 25px;
}
.opg .alert.data .box .table .tr .td1 p {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opg .alert.data .box .table .tr .td2 {
  width: 80px;
  text-align: center;
  padding: 10px 20px;
}
.opg .alert.data .box .table .tr .td2 p {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opg .alert.data .box .table .tr .td3 {
  text-align: center;
  padding: 10px 35px;
}
.opg .alert.data .box .table .tr .td3 a {
  color: #227bdb;
}
.opg .alert.data .box .table .tr .td3 a:hover {
  text-decoration: underline;
}
/*响应式*/
/*1200px-1439px*/
@media (max-width: 1439px) {
  .header {
    overflow: hidden;
  }
  .header .logo{
	margin-left: 0;
  }
  .header .tel {
    display: none;
  }
  .header .nav {
    position: relative;
    left: 0;
    margin-left: 0 !important;
    float: right;
  }
}
/*960px-1199px*/
@media (max-width: 1199px) {
  .header .logo {
    margin-left: 0;
    width: 136px;
  }
  .header .nav {
    font-size: 14px;
  }
  .header-infos .ctn {
    width: 900px;
  }
  .header-infos .ctn .l {
    width: 420px;
  }
  .header-infos .ctn .l ul li {
    width: 200px;
  }
  .footer > div {
    width: 960px;
  }
  .footer .ctn .div1 {
    padding: 10px 70px 35px 50px;
  }
  .footer .ctn .div3,
  .footer .ctn .div4 {
    margin-left: 60px;
  }
  .opg .alert.video {
    margin-left: -325px;
    margin-top: -200px;
  }
  .opg .alert.video .box {
    width: 600px;
    height: 300px;
    padding: 25px;
  }
  .opg .alert.pics {
    margin-left: -340px;
    margin-top: -315px;
  }
  .opg .alert.pics .box {
    width: 600px;
    height: 510px;
    padding: 30px 40px 40px;
  }
  .opg .alert.pics .box .showPics .big {
    height: 408px;
    margin-bottom: 18px;
  }
  .opg .alert.pics .box .showPics .small .ul {
    width: 540px;
  }
  .opg .alert.pics .box .showPics .small .ul li {
    width: 127px;
  }
  .opg .alert.data {
    margin-left: -290px;
    margin-top: -204px;
  }
  .opg .alert.data .box {
    width: 500px;
    padding: 25px 40px 35px;
  }
  .opg .alert.data .box .table .tr .td1 {
    width: 225px;
  }
  .opg .alert.data .box .table .tr .td1 p {
    width: 225px;
  }
}
/*640px-959px*/
@media (max-width: 959px) {
  .header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    padding: 0 15px;
    margin-top: 0;
  }
  .header .bar,
  .header .nav .hover {
    display: none;
  }
  .header .logo {
    width: 120px;
	margin: 5px 0;
  }
  .header button {
    display: block;
  }
  .header .tel {
    display: block;
    margin-right: 0;
  }
  .header .nav {
    float: none;
    top: 0;
    display: none;
    padding-top: 0;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
  }
  .header .nav > ul > li {
    float: none;
    text-align: center;
    border-top: 1px solid #fff;
  }
  .header .nav > ul > li:first-child {
    border-top: 0;
  }
  .header .nav > ul > li > a {
    height: 40px;
    line-height: 40px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .header .nav > ul > li > a:active {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .header .nav > ul > li ul {
    text-align: left;
  }
  .header .nav > ul > li ul li {
    border-top: 1px solid #fff;
  }
  .header .nav > ul > li ul a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
    padding: 0 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75) !important;
  }
  .header .nav > ul > li ul a:active {
    background-color: #000 !important;
  }
  .footer > div {
    width: 600px;
  }
  .footer .div1 {
    margin-left: 75px;
  }
  .anchorLink {
    display: none;
  }
  .opg .alert {
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    padding: 20px 5% 0 !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .opg .alert .box {
    width: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  .opg .alert.video .box {
    height: 300px;
  }
  .opg .alert.pics .box {
    height: auto;
  }
  .opg .alert.pics .box .showPics .big {
    height: 392px;
  }
  .opg .alert.pics .box .showPics .big > .prev,
  .opg .alert.pics .box .showPics .big > .next {
    display: none;
  }
  .opg .alert.pics .box .showPics .small {
    padding-bottom: 66px;
    position: relative;
  }
  .opg .alert.pics .box .showPics .small .ul {
    margin: 0;
    width: 100%;
  }
  .opg .alert.pics .box .showPics .small .ul li {
    width: 136px;
  }
  .opg .alert.pics .box .showPics .small button {
    position: absolute;
    float: none;
    top: 100px;
    width: 70px;
    height: 50px;
  }
  .opg .alert.pics .box .showPics .small button img {
    width: auto;
  }
  .opg .alert.pics .box .showPics .small button.prev {
    left: 35%;
  }
  .opg .alert.pics .box .showPics .small button.next {
    right: 35%;
  }
  .opg .alert.data .box .table .tr .td1 {
    width: 300px;
  }
}
/*320px-639px*/
@media (max-width: 639px) {
  .header .tel {
    display: none;
  }
  .header button {
    width: 40px;
    left: auto;
    right: 15px;
    margin-left: 0;
  }
  .header button span {
    width: 30px;
    margin: 6px auto;
  }
  .footer > div {
    width: 320px;
  }
  .footer .ctn {
    padding: 0;
    border-bottom: 0;
  }
  .footer .ctn > div,
  .footer .ctn > a {
    float: none;
    margin: 0  15px !important;
    width: auto !important;
    text-align: center;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    padding: 10px 0 !important;
  }
  .opg .alert .title {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .opg .alert .title a {
    width: 14px;
    margin: 8px 10px 8px -24px;
  }
  .opg .alert.video .box {
    height: 180px;
  }
  .opg .alert.pics .box .showPics .big {
    height: 196px;
    margin-bottom: 14px;
  }
  .opg .alert.pics .box .showPics .big li .text {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
  .opg .alert.pics .box .showPics .small button.prev {
    left: 20%;
  }
  .opg .alert.pics .box .showPics .small button.next {
    right: 20%;
  }
  .opg .alert.data .box .table .thead {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .opg .alert.data .box .table .tr .td {
    padding: 5px;
  }
  .opg .alert.data .box .table .tr .td1,
  .opg .alert.data .box .table .tr .td1 p {
    width: 140px;
  }
  .opg .alert.data .box .table .tr .td2,
  .opg .alert.data .box .table .tr .td2 p {
    width: 60px;
  }
}
