@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 'microsoft yahei', '微软雅黑', Arial, sans-serif;
}

address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
  display: block;
}

button,
input,
select,
textarea {
  border: 0;
  background: none;
  outline: none;
}

.clear {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
}

a:hover {
  transition: all ease 0.3s;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.fn {
  float: none;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

input {
  background: none;
  border: none;
  outline: none;
  appearance: normal;
  box-sizing: border-box;
  vertical-align: middle;
}

textarea {
  background: none;
  border: none;
  outline: none;
  appearance: normal;
}

body {
  color: #666;
  overflow-x: hidden;
}

a {
  color: #666;
}

a:hover {
  color: #ee2e2c;
}

.h15 {
  height: 15px;
  clear: both;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.g-in {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.g-in:after,
.g-in:before {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.ibw-topbar {
  border-bottom: 1px solid #eaeaea;
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 30px;
}

.topbar-kf {
  padding-left: 18px;
  background: url('index-tel.png') no-repeat 0 50%;
  color: #ee2e2c;
}

.topbar-user {
  color: #666;
}

.topbar-user a {
  display: inline-block;
  margin: 0 8px;
  color: #ee2e2c;
}

.topbar-user a:hover {
  color: #f60;
}

.header {
}

.topArea {
  padding: 15px 0 15px;
}

.topArea .logo {
  /* width: 224px; */
  float: left;
  /* margin-right: 16px; */
}

.topArea .qie {
  width: 90px;
  float: left;
  padding-top: 10px;
}

.topArea .qie .q1 {
  font-size: 14px;
  color: #000;
  line-height: 29px;
}

.topArea .qie .q1 img {
  vertical-align: middle;
  margin-left: 5px;
}

.topArea .qie .q2 {
  border: 1px solid #eeeeee;
  color: #999;
  display: inline-block;
  padding: 0 6px;
  line-height: 18px;
  cursor: pointer;
}

.topArea .search {
  float: left;
  width: 534px;
  margin-top: 15px;
  border: 1px solid #ee2e2c;
  position: relative;
}

.search #ul {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid #ee2e2c;
  border-top: none;
  border-bottom: none;
  z-index: 99;
  left: -1px;
}

.search #ul li {
  border-bottom: 1px solid #efefef;
  line-height: 30px;
  text-align: left;
  width: 84px;
  padding-left: 12px;
}

.search #ul li:last-child {
  border-bottom: 1px solid #ee2e2c;
}

.search #ul li:hover {
  background: #f2f2f2;
}

.search #ul li a {
  font-size: 14px;
  color: #999;
  display: block;
}

.search .select-case {
  display: inline-block;
  width: 84px;
  text-align: center;
  vertical-align: top;
}

.search .select-case input {
  font-size: 14px;
  color: #999;
  width: 84px;
  height: 38px;
  line-height: 38px;
  text-align: left;
  cursor: pointer;
  background: url('sel-ico.png') no-repeat 50px 18px;
  padding-left: 12px;
}

.search .in1 {
  height: 38px;
  width: 350px;
  padding: 0 15px;
  border: none;
  font-size: 14px;
  color: #999;
  border-left: 1px #c9c9c9 solid;
  vertical-align: top;
}

.search .in2 {
  width: 98px;
  height: 38px;
  background: #ee2e2c url('ico2.png') 13px center no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border: none;
  cursor: pointer;
  padding-left: 15px;
  float: right;
}

.topArea .release {
  float: right;
  margin-top: 15px;
}

.topArea .release a {
  display: inline-block;
  width: 114px;
  margin-left: 11px;
  border: 1px solid #dfdfdf;
  background-color: #f4f4f4;
  vertical-align: top;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
}

.nav {
  height: 50px;
}

.nav .n1 {
  width: 224px;
  position: relative;
  background: #ee2e2c;
  float: left;
  z-index: 9;
}

.nav .n1 .cate {
  width: 224px;
  padding-left: 47px;
  background: url('index-icon.png') no-repeat 18px 50%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
}

.nav .n1 .cfenlei {
  position: absolute;
  left: 0;
  top: 50px;
  width: 224px;
}

.nav .n1 .cates {
  position: relative;
  width: 224px;
  padding: 4px 0 3px;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 99;
  overflow: auto;
  height: 518px;
}

.nav .n1 .cates .item {
  font-size: 15px;
  font-weight: 400;
  line-height: 39px;
}

/* 17 * 30 = 510 */
.nav .n1 .cates .item a {
  position: relative;
  display: block;
  padding: 6px 0 6px 22px;
}

.nav .n1 .cates .item a::after {
  position: absolute;
  right: 12px;
  top: 20px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  background: url('index-ciro.png') no-repeat;
}

.nav .n1 .cates .item a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 11px;
  vertical-align: top;
  margin-right: 10px;
  background: url('pro_icon.png') no-repeat;
}

.nav .n1 .cates .item a .cate-icon-0 {
  background-position: 0 0;
}

.nav .n1 .cates .item a .cate-icon-1 {
  background-position: 0 -31px;
}

.nav .n1 .cates .item a .cate-icon-2 {
  background-position: 0 -62px;
}

.nav .n1 .cates .item a .cate-icon-3 {
  background-position: 0 -93px;
}

.nav .n1 .cates .item a .cate-icon-4 {
  background-position: 0 -124px;
}

.nav .n1 .cates .item a .cate-icon-5 {
  background-position: 0 -155px;
}

.nav .n1 .cates .item a .cate-icon-6 {
  background-position: 0 -186px;
}

.nav .n1 .cates .item a .cate-icon-7 {
  background-position: 0 -217px;
}

.nav .n1 .cates .item a .cate-icon-8 {
  background-position: 0 -248px;
}

.nav .n1 .cates .item a .cate-icon-9 {
  background-position: 0 -279px;
}

.nav .n1 .cates .item a .cate-icon-10 {
  background-position: 0 -310px;
}

.nav .n1 .cates .item a .cate-icon-11 {
  background-position: 0 -341px;
}

.nav .n1 .cates .item a .cate-icon-12 {
  background-position: 0 -372px;
}

.nav .n1 .cates .item a .cate-icon-13 {
  background-position: 0 -403px;
}

.nav .n1 .cates .item a .cate-icon-14 {
  background-position: 0 -434px;
}

.nav .n1 .cates .item a .cate-icon-15 {
  background-position: 0 -465px;
}

.nav .n1 .cates .item a .cate-icon-16 {
  background-position: 0 -496px;
}

.nav .n1 .cates .on {
  /* background: #eee;
  transition: none; */
}

.nav .n1 .cates .on a::after {
  background-position: 0 -40px;
}

.nav .n1 .bd {
  position: absolute;
  left: 224px;
  top: 0;
  width: 976px;
  border: 2px solid #ee2e2c;
  min-height: 518px;
  background: #fff;
}

.nav .n1 .bd .xi {
  margin-top: 18px;
  padding: 0 34px;
}

.nav .n1 .bd .ww {
  display: block;
  /* width: 180px; */
  /* float: left; */
  padding-left: 0;
  font-size: 14px;
  color: #ee2e2c;
  padding-top: 2px;
}

.nav .n1 .bd .duo {
  border-bottom: 1px solid #eee;
  /* width: 760px; */
  /* float: left; */
  padding: 7px 0;
  line-height: 26px;
}

.nav .n1 .bd .duo .ak {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #999;
}

.nav .n1 .bd .duo .ak:hover {
  color: #ee2e2c;
}

.nav .n1 .bd .xi:last-child .duo {
  border-bottom: 0;
}

.inline_block {
  display: inline-block;
}

.disabled span {
  background: #fff !important;
  color: #000 !important;
}

.active_block {
  background: #ff0000;
  color: #fff;
  border: 1px solid #ebebeb;
  padding: 7px 12px;
  text-decoration: none;
  vertical-align: top;
}

.pagination li {
  color: #000;
}

.nav .n1 .dp {
  display: none;
}

.nav .n2 {
  float: right;
  line-height: 50px;
  margin-left: 40px;
}
.fz22 {
  font-size: 22px !important;
}
.nav .n2 li {
  float: left;
  padding: 0 38px;
}

.nav .n2 li a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.nav .n2 li a.curr,
.nav .n2 li a:hover {
  color: #ee2e2c;
}

.nav .n3 {
  float: right;
  width: 95px;
  padding-top: 5px;
}

.nav .n3 a {
  display: block;
  background: #ef5f44;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 95px;
  height: 35px;
  line-height: 35px;
}

.nav .n1 .bd .s5 .xi {
  margin-top: 44px;
}

.nav .n1 .bd .s5 .xi .duo {
  padding: 16px 0;
  line-height: 30px;
}

.nav .n1 .bd .s10 .xi {
  margin-top: 30px;
}

.nav .n1 .bd .s10 .xi .duo {
  padding: 16px 0;
  line-height: 30px;
}

.nav .n1 .bd .s12 .xi {
  margin-top: 12px;
  padding: 0 34px;
}

.nav .n1 .bd .s12 .xi .duo {
  padding: 8px 0;
  line-height: 23px;
}

.nav .n1 .bd .s16 .xi {
  margin-top: 30px;
}

.nav .n1 .bd .s16 .xi .duo {
  padding: 16px 0;
  line-height: 30px;
}

.footer {
  background: #f0f0f0;
  padding-top: 12px;
  border-top: 4px solid #e2e2e2;
}

.footer .f1 {
  width: 350px;
  padding-left: 26px;
  float: left;
  border-right: 1px solid #dbdbdb;
  padding-top: 15px;
  height: 150px;
}

.footer .f1 .ct {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.footer .f1 a {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}

.footer .f2 {
  width: 413px;
  padding-left: 153px;
  float: left;
  border-right: 1px solid #dbdbdb;
  padding-top: 35px;
  height: 130px;
  background: url('kefu.jpg') 53px center no-repeat;
}

.footer .f2 .p1 {
  font-size: 16px;
  color: #000;
}

.footer .f2 .p2 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  font-family: Arial;
}

.footer .f2 .p3 {
  font-size: 14px;
  color: #666;
}

.footer .f3 {
  float: right;
  width: 335px;
  padding-top: 15px;
}

.footer .f3 li {
  float: left;
  margin-right: 37px;
  text-align: center;
  color: #666;
}

.footer .f3 li p {
  margin-top: 5px;
}

.footer .f3 li img {
  width: 106px;
  height: 106px;
}

.footer .fb {
  border-top: 1px solid #dbdbdb;
  color: #666;
  margin-top: 20px;
  padding: 15px 0;
  line-height: 20px;
  text-align: center;
}

.footer .fb a {
  color: #666;
}

.footer .fb a:hover {
  color: #f60;
}

.tab-box > div {
  display: none;
}

.tab-box div:first-child {
  display: block;
}
