/*只显示一行*/
.list-wrap .list-layout .content > .title {
  height: 50px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-row .col1 .list li .text {
  width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
a,
a:hover,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #222;
}
.imgdiv {
  text-align: center;
  margin-bottom: 20px;
}
.qcodeimg {
  display: none;
  text-align: center;
}
.qcodeimgbox {
  text-align: center;
}
.qcodeimgbox img {
  width: 284px;
}
.qcodeimg .qcode-text {
  font-size: 14px;
  text-align: justify;
  display: inline-block;
  color: #222;
  line-height: 1.4;
  width: 90px;
  vertical-align: top;
}
.banner-box {
  position: relative;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
td, th {
    border: 1px solid black;
}
@font-face
{
font-family: XingZiGuanFont;
src:url('')
}

body {
  // font-family: XingZiGuanFont;
  font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1;
  color: #222;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
img {
  border: 0;
  vertical-align: top;
}
input,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #222;
}
.clear::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrap {
  width: 980px;
  margin: 0 auto;
}
.header {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  /*IE8兼容*/
  height: 80px\9;
  /*IE7兼容*/
  *height: 40px;
}
.header .logo {
  float: left;
}
.header .right {
  text-align: right;
  font-size: 0;
}
.header .right .qcode-text {
  font-size: 14px;
  text-align: justify;
  display: inline-block;
  color: #222;
  line-height: 1.4;
  width: 90px;
  vertical-align: top;
  *margin-top: 20px;
  *margin-right: 60px;
}
.header .right .qcode-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  *margin-top: -50px;
}
.header .right .qcode-img img {
  margin-top: -10px;
  display: block;
  width: 100%;
}
.header .right .search {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  font-size: 0;
}
.header .right .search .input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  background-color: #eee;
  width: 250px;
  height: 40px;
}
.header .right .search .input input {
  width: 100%;
  padding: 10px;
  height: 100%;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}
.header .right .search .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  vertical-align: top;
}
.header .right .login {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  vertical-align: top;
  margin-left: 10px;
}
.header-contact {
  width: 200px;
  height: 70px;
  display: inline-block;
  *position: absolute;
  *right: 320px;
  *top: 20px;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: top;
}
.header-contact .tel,.header-contact .letter{
    height: 40px;
    line-height: 20px;
}
.header-contact .number {
  font-size: 18px;
  color: #246dd0;
}
.nav {
  /*容器bug*/
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 10020;
  background-color: #246dd0;
}
.nav .nav-list {
  font-size: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 980px;
  margin: 0 auto;
}
.nav .nav-list > li {
  width: 14.2%;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  vertical-align: top;
  position: relative;
}
.nav .nav-list > li:first-child {
  width: 14.8%;
}
.nav .nav-list > li > a,
.nav .nav-list > li > a:link,
.nav .nav-list > li > a:visited {
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.nav .nav-list > li > a:hover {
  background-color: #2062ba;
}
.nav .nav-list > li.active > a {
  background-color: #004098;
}
.nav .nav-list > li ul.list2 {
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 11020;
}
.nav .nav-list > li ul.list2 li {
  background-color: #246dd0;
}
.nav .nav-list > li ul.list2 li:active {
  background-color: #004098;
}
.nav .nav-list > li ul.list2 li a,
.nav .nav-list > li ul.list2 li a:link,
.nav .nav-list > li ul.list2 li a:visited {
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.nav .nav-list > li ul.list2 li a:hover {
  background-color: #2062ba;
}
.nav .nav-list > li ul.list2.active {
  visibility: visible;
  opacity: 1;
}
.nav .nav-list > li {
  /*IE7兼容*/
  *display: inline;
}
.banner {
  width: 980px;
  height: 330px;
  margin: 20px auto;
}
.banner-left {
  float: left;
  width: 81%;
  margin-right: 2%;
}
.banner-right {
  float: left;
  width: 17%;
  *position: absolute;
  *left: 76%;
}
.banner-right .img-banner {
  display: block;
  margin-top: 10px;
}
.banner-right .img-banner:first-child {
  margin-top: 0;
}
.intro-wrap {
  width: 980px;
  margin: 0 auto;
  background-color: #f5f5f5;
}
.intro-wrap ul {
  width: 980px;
  margin: 0 auto;
  font-size: 0;
}
.intro-wrap ul li {
  width: 25%;
  *width: 20%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  padding: 20px 0 20px 15px;
}
.intro-wrap ul li .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  vertical-align: top;
  margin-right: 20px;
}
.intro-wrap ul li .icon img {
  width: 40px;
}
.intro-wrap ul li .content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
}
.intro-wrap ul li .content h3 {
  font-size: 18px;
  color: #246dd0;
  font-weight: bold;
}
.intro-wrap ul li .content p {
  color: #9b9b9b;
  font-size: 13px;
  margin-top: 8px;
}
.content-row {
  margin: 0 auto;
  width: 980px;
  min-height: 340px;
  *min-height: 340px;
  margin-top: 20px;
  padding: 0;
}
.content-row .col1 {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.content-row .col1 .list li {
  line-height: 36px;
  *min-height: 36px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.content-row .col1 .list li.top {
  padding-right: 0px;
  margin: 20px 0 0 0;
  *margin-bottom: 10px;
  min-height: 120px;
  *height: 100px;
}
.content-row .col1 .list li.top .img,
.content-row .col1 .list li.top .content {
  height: 120px;
}
.content-row .col1 .list li span {
  color: #9b9b9b;
  font-size: 12px;
  float: right;
}
.content-row .col1 .list li a {
  font-size: 14px;
  color: #222;
  display: block;
}
.content-row .col1 .list li .img {
  float: left;
  width: 40%;
}
.content-row .col1 .list li .content {
  float: left;
  width: 60%;
  line-height: 1.3;
}
.content-row .col1 .list li .content p {
  color: #9b9b9b;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
}
.content-row .col2 {
  float: left;
  width: 48%;
}
.content-row .col2 .video {
  margin-top: 20px;
}
.content-row .col3 {
  float: right;
  width: 160px;
}
.content-row .col3 .img-banner {
  display: block;
  margin-top: 15px;
}
.content-row .col3 .img-banner:first-child {
  margin-top: 0;
}
.content-row .title {
  height: 46px;
  border-bottom: 2px solid #e5e6e7;
  position: relative;
  line-height: 44px;
  *display: block;
  *width: 300px;
}
.content-row .title h3 {
  position: absolute;
  height: 46px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #246dd0;
  border-bottom: 2px solid #246dd0;
}
.product-wrap {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  margin: 30px auto;
}
.product-wrap .menu {
  font-size: 0;
}
.product-wrap .menu li {
  background-color: #f5f5f5;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  vertical-align: top;
  padding: 20px 0;
  text-align: center;
  width: 32%;
  height: 140px;
  opacity: 1.0;
  margin-right: 10px;
  padding: 30px 20px;
  color: #000;
  text-align: left;
}
.product-wrap .menu li:last-child {
  margin-right: 0px;
}
.product-wrap .menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product-wrap .menu li .icon1,
.product-wrap .menu li .icon2,
.product-wrap .menu li .icon3 {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}
.product-wrap .menu li .icon1 {
  background: url(../image/icon-d2-w.png) center no-repeat #cacaca;
}
.product-wrap .menu li .icon2 {
  background: url(../image/icon-d1-w.png) center no-repeat #cacaca;
}
.product-wrap .menu li .icon3 {
  background: url(../image/icon-d3-w.png) center no-repeat #cacaca;
}
.product-wrap .menu li h5 {
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 20px;
}
.product-wrap .menu li .line {
  display: inline-block;
  width: 48px;
  height: 3px;
  background: #d7000f;
  margin: 8px 0;
}
.product-wrap .menu li p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.product-wrap .menu li:hover {
  background: #0068aa;
  background: #014099;
  background: #2062ba;
}
.product-wrap .menu li:hover a,
.product-wrap .menu li:hover h5,
.product-wrap .menu li:hover p {
  color: #fff;
}
.product-wrap .menu li:hover .line {
  background: white;
}
.product-wrap .menu li:hover .icon1 {
  background: url(../image/icon-d2-b.png) center no-repeat #ffffff;
}
.product-wrap .menu li:hover .icon2 {
  background: url(../image/icon-d1-b.png) center no-repeat #ffffff;
}
.product-wrap .menu li:hover .icon3 {
  background: url(../image/icon-d3-b.png) center no-repeat #ffffff;
}
.product-wrap .tab-content {
  display: table;
  width: 100%;
}
.product-wrap .tab-content .left {
  display: table-cell;
  width: 20%;
  float: left;
  vertical-align: top;
}
.product-wrap .tab-content .left .list li {
  padding: 0 15px;
  line-height: 40px;
  border-bottom: 1px solid #e5e6e7;
  font-size: 16px;
  position: relative;
}
.product-wrap .tab-content .left .list li:after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  transform: rotate(45deg);
  right: 15px;
  top: 15px;
  line-height: 1;
}
.product-wrap .tab-content .right {
  width: 80%;
  *width: 73%;
  float: left;
  display: table-cell;
  vertical-align: top;
  padding: 30px;
  border-left: 1px solid #e5e6e7;
}
.product-wrap .tab-content .right .text {
  float: left;
  width: 430px;
}
.product-wrap .tab-content .right .text h3 {
  font-size: 16px;
  font-weight: bold;
}
.product-wrap .tab-content .right .text p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.product-wrap .tab-content .right .img {
  float: right;
  width: 260px;
}
.product-wrap .tab-content .bl-ul li,
.product-wrap .tab-content .sm-ul li,
.product-wrap .tab-content .zc-ul li,
.product-wrap .tab-content .cx-ul li,
.product-wrap .tab-content .qt-ul li {
  cursor: pointer;
}
.product-wrap .tab-content .bl-ul li.active,
.product-wrap .tab-content .sm-ul li.active,
.product-wrap .tab-content .zc-ul li.active,
.product-wrap .tab-content .cx-ul li.active,
.product-wrap .tab-content .qt-ul li.active {
  background-color: #f4f9ff;
}
.link {
  background-color: #f5f5f5;
  width: 100%;
  min-width: 1042px;
}
.link .title {
  border-top: 1px solid #e5e6e7;
  border-bottom: 2px solid #246dd0;
  line-height: 50px;
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.link .link-list {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 0;
}
.link .link-list .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  margin: 3px;
  vertical-align: top;
}
.link .link-list .item img {
  height: 60px;
}
.footer-link {
  width: 100%;
  min-width: 1042px;
  border-top: 1px solid #e5e6e7;
  border-bottom: 1px solid #e5e6e7;
}
.footer-link ul.list {
  width: 980px;
  margin: 0 auto;
  height: 48px;
  *height: 46px;
  font-size: 0;
  border-left: 1px solid #e5e6e7;
}
.footer-link ul.list li {
  width: 140px;
  line-height: 46px;
  border-right: 1px solid #e5e6e7;
  float: left;
  font-size: 14px;
  text-align: center;
}
.footer-link ul.list li a,
.footer-link ul.list li a:link,
.footer-link ul.list li a:visited {
  display: block;
}
.footer-link ul.list li a img,
.footer-link ul.list li a:link img,
.footer-link ul.list li a:visited img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  vertical-align: middle;
  width: 16px;
}
.footer-link ul.list li a span,
.footer-link ul.list li a:link span,
.footer-link ul.list li a:visited span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  height: 16px;
  line-height: 16px;
}
.footer-link ul.list li a:hover {
  background-color: #f5f5f5;
}
.footer {
  background-color: #246dd0;
  color: #fff;
  min-width: 1042px;
  *min-width: 992px;
  padding: 25px;
}
.footer .content {
  width: 980px;
  margin: 0 auto;
  line-height: 2;
}
.footer .content span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  margin-right: 15px;
}
.banner2 {
  /*容器bug*/
  min-width: 1042px;
  width: 100%;
  background: url(../image/banner2.jpg) no-repeat center;
  background-size: cover;
  /*无效*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/banner2.jpg", sizingMethod="scale");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/banner2.jpg', sizingMethod='scale')";
  height: 200px;
  *height: 300px;
}
.list-wrap {
  min-width: 1042px;
  background-color: #f5f5f5;
  padding-bottom: 30px;
  z-index: 1;
}
.list-wrap .list-layout {
  width: 980px;
  margin: 0 auto;
  display: table;
  *display: inline-block;
  *position: relative;
}
.list-wrap .list-layout .menu {
  width: 230px;
  *width: 200px;
  background-color: #fff;
  border-right: 30px solid #f5f5f5;
  display: table-cell;
  vertical-align: top;
  position: relative;
  *display: inline-block;
  *float: left;
  *left: 0px;
}
.list-wrap .list-layout .menu .title {
  width: 200px;
  *width: 170px;
  position: absolute;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  /*兼容ie78*/
  background-color: #246dd0;
  filter: alpha(opacity=70);
  opacity: 0.7;
  background-color: rgba(36, 109, 208, 0.7);
  top: -50px;
}
.list-wrap .list-layout .menu ul {
  width: 200px;
  *width: 170px;
  height: 100%;
  background-color: #fff;
}
.list-wrap .list-layout .menu ul li {
  line-height: 50px;
  font-size: 16px;
}
.list-wrap .list-layout .menu ul li a {
  display: block;
  margin-left: 15px;
  border-bottom: 1px solid #e5e6e7;
  position: relative;
}
.list-wrap .list-layout .menu ul li a:after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  transform: rotate(45deg);
  right: 15px;
  top: 20px;
  line-height: 1;
}
.list-wrap .list-layout .menu ul li.active {
  background-color: #246dd0;
  border-bottom: 1px solid #e5e6e7;
  *background: none;
  filter: alpha(opacity=20);
  opacity: 0.8;
  background-color: rgba(36, 109, 208, 0.2);
}
.list-wrap .list-layout .menu ul li.active a {
  color: #246dd0;
  font-weight: bold;
  border: none;
}
.list-wrap .list-layout .menu ul li.active a:after {
  border-top: 1px solid #246dd0;
  border-right: 1px solid #246dd0;
}
.list-wrap .list-layout .content {
  width: 750px;
  display: table-cell;
  *width: 750px;
  *display: inline-block;
  *float: left;
  vertical-align: top;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.list-wrap .list-layout .content > .title {
  width: 100%;
  *width: 96%;
  height: 40px;
  padding: 0 15px;
  line-height: 42px;
  /*兼容ie78*/
  border-bottom: 1px solid #e5e6e7;
  background-color: #f6f9fd;
  filter: alpha(opacity=90);
  opacity: 0.9;
  background-color: rgba(246, 249, 253, 0.9);
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 18px;
}
.list-wrap .list-layout .content > .title a {
  color: #246dd0;
}
.list-wrap .list-layout .content .list {
  padding: 0 30px 30px;
}
.list-wrap .list-layout .content .list ul li {
  height: 36px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px dashed #c8d0d7;
  line-height: 36px;
  font-size: 16px;
}
.list-wrap .list-layout .content .list ul li .icon {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #004288;
  margin-right: 10px;
}
.list-wrap .list-layout .content .list ul li .icon img {
  display: none;
  height: 16px;
  margin-top: 10px;
  margin-right: 5px;
}
.list-wrap .list-layout .content .list ul li a {
  color: #666666;
}
.list-wrap .list-layout .content .list ul li .time {
  float: right;
  color: #666666;
  font-size: 11px;
}
.list-wrap .list-layout .content .list ul li .download {
  display: inline-block;
  padding: 5px 10px;
  color: #246dd0;
  float: right;
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
}
.list-wrap .list-layout .content .list .page {
  text-align: right;
  margin-top: 30px;
}
.list-wrap .list-layout .content .list .page a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  line-height: 30px;
  min-width: 30px;
  font-size: 14px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  text-align: center;
  padding: 0 10px;
}
.list-wrap .list-layout .content .list .page a.active {
  color: #fff;
  background-color: #246dd0;
  border: 1px solid #246dd0;
  font-weight: bold;
}
.list-wrap .list-layout .content .list .page a.active:hover {
  border: 1px solid #246dd0;
}
.list-wrap .list-layout .content .list .page a.disable {
  color: #ccc;
}
.list-wrap .list-layout .content .list .page a:hover {
  border: 1px solid #e5e6e7;
}
.list-wrap .list-layout .content .detail {
  padding: 0 30px 30px;
}
.list-wrap .list-layout .content .detail .detail-title {
  text-align: center;
  margin: 30px 0;
}
.list-wrap .list-layout .content .detail .detail-title h1 {
  font-size: 24px;
  line-height: 36px;
}
.list-wrap .list-layout .content .detail .detail-title .time {
  color: #9b9b9b;
  font-size: 12px;
  margin-top: 15px;
}
.list-wrap .list-layout .content .detail .detail-title .time:before,
.list-wrap .list-layout .content .detail .detail-title .time:after {
  content: " ";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _display: inline;
  _zoom: 1;
  vertical-align: top;
  margin: 4px 10px;
  height: 1px;
  border-bottom: 1px solid #e5e6e7;
  width: 50px;
}
.list-wrap .list-layout .content .detail .detail-body {
  width: 690px;
  *width: 690px;
  *margin-top: -30px;
}
.list-wrap .list-layout .content .detail .detail-body .para-s p {
  margin: 10px 0;
}
.list-wrap .list-layout .content .detail .detail-body p {
  margin: 10px 0;
  *margin: 30px 30px 30px 0;
  /*文字两端对齐*/
  text-align: justify;
  text-justify: newspaper;
  font-size: 16px;
  line-height: 2;
}
.list-wrap .list-layout .content .detail .detail-body img {
  max-width: 100%;
  *max-width: 96%;
}
.list-wrap .list-layout .content .form-wrap {
  padding: 30px 80px;
}
.list-wrap .list-layout .content .form-wrap .text {
  line-height: 1.5;
  margin-bottom: 30px;
}
.list-wrap .list-layout .content .form-wrap .form {
  margin-bottom: 30px;
}
.list-wrap .list-layout .content .form-wrap .form .item {
  margin: 15px 0;
  overflow: hidden;
}
.list-wrap .list-layout .content .form-wrap .form .item label {
  float: left;
  width: 15%;
  line-height: 40px;
}
.list-wrap .list-layout .content .form-wrap .form .item .form-input {
  width: 85%;
  float: left;
}
.list-wrap .list-layout .content .form-wrap .form .item .form-input input {
  background-color: #f5f5f5;
  height: 40px;
  border: none;
  width: 100%;
  padding: 10px;
  *padding: 0;
}
.list-wrap .list-layout .content .form-wrap .form .item .form-input select {
  background-color: #f5f5f5;
  height: 40px;
  min-width: 160px;
  border: none;
}
.list-wrap .list-layout .content .form-wrap .form .item .form-input textarea {
  background-color: #f5f5f5;
  width: 100%;
  padding: 10px;
}
.list-wrap .list-layout .content .form-wrap .form .item .form-input.code {
  position: relative;
}
.list-wrap .list-layout .content .form-wrap .form .item .form-input.code input {
  width: 50%;
}
.list-wrap .list-layout .content .form-wrap .form .item .form-input.code .code-show {
  position: absolute;
  top: 0;
  left: 53%;
  width: 80px;
}
.list-wrap .list-layout .content .form-wrap .form .item .form-input.code .code-show img {
  width: 100px;
  height: 40px;
}
.list-wrap .list-layout .content .form-wrap .form .button {
  margin-left: 15%;
}
.list-wrap .list-layout .content .form-wrap .form .button button {
  background-color: #246dd0;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
}
.list-wrap .list-layout.layout2 .content {
  width: 980px;
}
.list-wrap .list-layout.layout2 .content .detail {
  padding: 0 30px 30px;
  width: 760px;
  *width: 700px;
  margin: 0 auto;
}
/* IE9 hack */
@media all and (min-width: 0) {
  .list-wrap .list-layout .menu ul li.active {
    filter: alpha(opacity=80);
  }
}
.banner-img {
  width: 100%;
  height: 100%;
}
.flex-control-nav {
  *display: none;
}
#navbar {
  *width: 1180px;
  width: 1180px;
}
.flex-direction-nav {
  width: 100%;
  position: absolute;
}
.todownload,
.todownload:hover,
.todownload:active,
.todownload:link,
.todownload:visited {
  color: #0080ff;
  cursor: pointer;
}
#list-first-block {
  height: 140px;
  padding-top: 30px;
}
#list-first-block a {
  display: block;
  height: 100px;
  width: 100%;
}
#list-first-block .left {
  display: inline-block;
  width: 25%;
  height: 100px;
  float: left;
  padding-right: 10px;
}
#list-first-block .left img {
  width: 160px;
}
#list-first-block .right {
  width: 75%;
  height: 100px;
  display: inline-block;
  float: left;
}
#list-first-block .right h3 {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
#list-first-block .right .timer {
  margin-top: 6px;
  float: none;
  display: block;
  color: #666666;
  font-size: 11px;
  height: 26px;
  line-height: 26px;
}
#list-first-block .right p {
  overflow-x: inherit;
  display: block;
  font-size: 12px;
  line-height: 1.8;
  white-space: normal;
}
br {
  line-height: 24px;
  font-size: 0;
}
.table-type1 tr td:last-of-type {
  padding-bottom: 26px !important;
}
.ipv6{
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 20px;
    font-size: 11px;
    width: 36px;
    height: 22px;
    text-align: left;
    padding: 2px 6px;
    margin-top: 4px;
}
