/* 申明当前css文件是UTF-8字符编码 */
@charset "UTF-8";

/*清除所有元素内外间距*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}

img,
input,
button,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  /*去掉input默认的蓝色边框*/
  outline-style: none;
}

/* 去掉li默认的样式 */
li {
  list-style: none;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

/* 去掉文本域可以被拉大的效果 */
textarea {
  resize: none;
}

.fcolor {
  color: #2c2c2c;
}

img {
  border: 0;
  display: block;
  /*去除底边的像素*/
}

/*清除浮动最现代、最流行的方式*/
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

/* 去掉a的默认底线 */
a {
  text-decoration: none;
  color: #000;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

/* 去掉h1- h6的标签默认样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

/* 版心 */
.w {
  width: 1200px;
  margin: 0 auto;
}

/* 滚动条美化 */
::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 9px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(192, 199, 210);
  -webkit-border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #9f9f9f;
}

::-webkit-scrollbar-arrow {
  color: #f00;
  backgound: #0f0;
}

body {
  cursor: url(../img/b.cur), default;
  font-family: "LXGW WenKai", sans-serif;
}

a:hover {
  cursor: url(../img/a.cur), pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.main {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  /* -------- */
  position: relative;
  z-index: 99;
  /* -------- */
}

.header {
  height: 75px;
  background: url(../img/topbg.png) no-repeat top left;
}

.main .header .img {
  width: 150px;
  height: 75px;
  position: relative;
}

.main .header .img img {
  /* width: 115px;
    height: 35px;
    position: absolute;
    top: 20px; */
  width: 150px;
  height: 55px;
  position: absolute;
  top: 10px;
}

.main .header .weather {
  position: relative;
  width: 700px;
  height: 75px;
  /* margin-left: 25px; */
  padding-top: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.main .header .weather .mask1 {
  position: absolute;
  top: 0;
  left: 110px;
  width: 500px;
  height: 60px;
  z-index: 9999;
  background-color: transparent;
  cursor: url(../img/a.cur), pointer;
}

.main .header .weather .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 60px;
  z-index: 999;
  background-color: transparent;
  cursor: url(../img/b.cur), default;
}

.main .header .top {
  width: 210px;
  height: 75px;
}

.main .header .top ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-top: 20px;
}

.main .header .time {
  height: 75px;
  width: 110px;
  cursor: url(../img/a.cur), pointer;
}

.main .header .time span {
  padding-left: 10px;
  font-size: 30px;
  line-height: 75px;
}

.nine {
  margin-top: 10px;
  border: solid 1px #d6d6d6;
  border-radius: 10px;
  box-shadow: 10px 10px 13px -18px #000;
  background-color: #f8f9f9;
  box-sizing: border-box;
  /* -------- */
  position: relative;
  z-index: 99;
  /* -------- */
}

.box {
  width: 100%;
  padding-top: 10px;
  background-color: #fff;
}

.box .search {
  position: relative;
  border: solid 1px #d6d6d6;
  border-radius: 10px;
  box-shadow: 10px 10px 13px -18px #000;
  background-color: #f8f9f9;
  height: 120px;
  box-sizing: border-box;
  /* -------- */
  z-index: 999;
  /* -------- */
}

.box .search .left {
  width: 118px;
  height: 118px;
  background: url(../img/head/015.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 15px;
}

.box .search .right {
  width: 118px;
  height: 118px;
  background: url(../img/head/015s.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 15px;
}

.box .search a {
  display: block;
  width: 118px;
  height: 118px;
  cursor: url(../img/a.cur), pointer;
}

.nine .section {
  /* -------- */
  position: relative;
  z-index: 99;
  /* -------- */
  width: 1200px;
  height: 30px;
  /* border-bottom: solid 1px #d6d6d6; */
  overflow: hidden;
  box-sizing: border-box;
}

.nine .section .title span {
  color: #498949;
  margin-left: 8px;
  font-size: 16px;
  line-height: 30px;
}

.nine .section .title b a {
  font-size: 16px;
  line-height: 30px;
  margin-left: 20px;
  color: #6b6b6b;
}

.nine .section .title .kai {
  display: block;
  float: right;
  width: 50px;
  height: 30px;
  color: #6b6b6b;
  text-align: right;
  background-color: pink;
  background: url(../img/on.png) no-repeat center right;
  margin-right: 20px;
  line-height: 30px;
}

.nine .list {
  display: none;
  width: 1200px;
  /* height: 270px; */
  height: 475px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}

.list1::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.list1 {
  overflow-y: auto !important;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.nine .list li {
  margin: 10px 10px 0 10px;
  /* margin: 5px 5px 0 5px; */
  display: inline-block;
}

.nine .list li a {
  /* -------- */
  z-index: 99;
  /* -------- */
  position: relative;
  display: block;
  width: 60px;
  height: 85px;
  color: #6b6b6b;
  background: url(../img/icon.gif) center top no-repeat;
}

.nine .list li a img {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 4px;
  left: 6px;
  border-radius: 5px;
  box-shadow: 0px 12px 16px -8px #aaa;
  background-color: #fff;
}

.nine .list li a img:hover {
  transform: translate3d(0, -1px, 0);
  box-shadow: rgba(33, 33, 33, 0.75) 0 14px 12px -6px !important;
}

.nine .list li span {
  display: inline-block;
  margin-top: 60px;
  font-size: 12px;
  width: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content {
  height: 290px;
  padding: 0 10px;
  box-sizing: border-box;
  border: solid 1px #d6d6d6;
  border-radius: 10px;
  box-shadow: 11px 12px 13px -18px #000;
  background-color: #f8f9f9;
  /* -------- */
  position: relative;
  z-index: 99;
  /* -------- */
}

.content .title {
  height: 40px;
  border-bottom: solid 1px #d6d6d6;
}

.content .title span {
  margin-right: 50px;
  line-height: 40px;
  color: #498949;
  font-weight: bold;
}

.content .title ul {
  margin-left: 35px;
  overflow: hidden;
}

.content .title ul li {
  margin-right: 10px;
  display: inline-block;
  line-height: 40px;
}

.content .title ul li a {
  color: #6b6b6b;
}

.content .link ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 119px;
  display: inline-block;
}

.content .link ul li a {
  color: #6b6b6b;
}

.content .link ul li a:hover {
  color: #498949;
  font-weight: bold;
}

.content .link ul li:hover {
  box-shadow: 0px 12px 16px -8px #aaa;
}

.content .link ul li:nth-child(n + 2) {
  text-align: center;
}

.content .link ul li:first-child {
  width: 80px;
  padding-left: 40px;
  box-sizing: border-box;
}

.content .link ul li:last-child {
  width: 70px;
  text-align: right;
}

.content .link ul.border li {
  border-bottom: none;
}

.content .link ul span {
  position: absolute;
  left: 2px;
  top: 4px;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.content .a .one span {
  background-image: url(../img/icon/shipin1.png);
}

.content .a .two span {
  background-image: url(../img/icon/game1.png);
}

.content .a .three span {
  background-image: url(../img/icon/books1.png);
}

.content .a .four span {
  background-image: url(../img/icon/news1.png);
}

.content .a .five span {
  background-image: url(../img/icon/junshi1.png);
}

.content .a .six span {
  background-image: url(../img/icon/music1.png);
}

.content .b .one span {
  background-image: url(../img/icon/search1.png);
}

.content .b .two span {
  background-image: url(../img/icon/tool.png);
}

.content .b .three span {
  background-image: url(../img/icon/sucai1.png);
}

.content .b .four span {
  background-image: url(../img/icon/xuexi1.png);
}

.content .b .five span {
  background-image: url(../img/icon/inter1.png);
}

.content .b .six span {
  background-image: url(../img/icon/code1.png);
}

.content .c .one span {
  background-image: url(../img/icon/tiyu1.png);
}

.content .c .two span {
  background-image: url(../img/icon/lvyou1.png);
}

.content .c .three span {
  background-image: url(../img/icon/job1.png);
}

.content .c .four span {
  background-image: url(../img/icon/good1.png);
}

.content .c .five span {
  background-image: url(../img/icon/home1.png);
}

.content .c .six span {
  background-image: url(../img/icon/shenghuo.png);
}

.content .d .one span {
  background-image: url(../img/icon/gowu1.png);
}

.content .d .two span {
  background-image: url(../img/icon/youhui1.png);
}

.content .d .three span {
  background-image: url(../img/icon/bank1.png);
}

.content .d .four span {
  background-image: url(../img/icon/huo.png);
}

.content .d .five span {
  background-image: url(../img/icon/jiaoyou.png);
}

.content .d .six span {
  background-image: url(../img/icon/shequ1.png);
}

.content .e .one span {
  background-image: url(../img/icon/qian1.png);
}

.content .e .two span {
  background-image: url(../img/icon/che1.png);
}

.content .e .three span {
  background-image: url(../img/icon/pc1.png);
}

.content .e .four span {
  background-image: url(../img/icon/phone1.png);
}

.content .e .five span {
  background-image: url(../img/icon/ku1.png);
}

.content .e .six span {
  background-image: url(../img/icon/ruan1.png);
}

.tool {
  height: 180px;
  position: relative;
  /* -------- */
  z-index: 99;
  /* -------- */
}

.tool .a {
  width: 296px;
  height: 180px;
  display: inline-block;
  padding: 8px;
  border: solid 1px #d6d6d6;
  border-radius: 10px;
  box-shadow: 11px 12px 13px -18px #000;
  background-color: #f8f9f9;
  box-sizing: border-box;
}

.tool .a:nth-child(4) {
  position: absolute;
  right: 2px;
  top: 0;
}

.tool .title {
  height: 40px;
  border-bottom: solid 1px #d6d6d6;
}

.tool .title span {
  font-weight: bold;
  font-size: 18px;
  color: #498949;
  line-height: 40px;
  margin-left: 15px;
}

.tool li {
  display: inline-block;
  width: 65px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.tool li:nth-child(4n) {
  width: 50px;
}

.tool li:hover {
  box-shadow: 0px 16px 16px -8px #aaa;
}

.tool li a {
  font-size: 18px;
  color: #8c8c8c;
}

.tool li a:hover {
  font-weight: bold;
  color: #ff6000;
}

.tops {
  display: none;
  position: fixed;
  left: 95%;
  bottom: 85px;
  cursor: url(../img/a.cur), pointer;
  /* -------- */
  z-index: 99;
  /* -------- */
}

.footer {
  padding-top: 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  height: 75px;
  text-align: center;
  /* -------- */
  position: relative;
  z-index: 99;
  /* -------- */
}

.footer a {
  font-size: 16px;
  color: #d6d6d6;
}

.footer p {
  font-size: 14px;
  margin-top: 10px;
  color: #d6d6d6;
}

.footer a:nth-child(n + 1) {
  margin-left: 20px;
}

.dialog {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 776px;
  height: 580px;
  overflow-y: auto;
  padding: 30px 40px;
  box-sizing: border-box;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/dialog.png) no-repeat center center;
}

.dialog p {
  color: #575f5c;
  text-indent: 2em;
  font-size: 16px;
}

.dialog p a {
  color: #ea5327;
  margin-left: 10px;
}

.dialog img {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 10px;
}

.dialog img:hover {
  transform: rotate(180deg);
}

.dialog .dialogCont textarea {
  border: 0;
  width: 100%;
  height: 300px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #666;
  color: #fff;
  resize: none;
}

.dialog button {
  height: 40px;
  width: 49%;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}

.dialog button:first-child {
  background-color: #34b104;
}

.dialog button:nth-child(2) {
  background-color: #f7bba6;
}

#jsi-flying-fish-container {
  position: relative;
  width: 100%;
  text-align: center;
}

#jsi-flying-fish-container .foot {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 99999;
  width: 100%;
  font-size: 12px;
  color: #abb2b9;
}

#jsi-flying-fish-container .foot a {
  margin: 0 10px 0 5px;
  color: #abb2b9;
}
