@charset "UTF-8";
html,
body {
  font-family: "Microsoft YaHei", Helvetica, STHeiTi, Arial, sans-serif;
  overflow: auto;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body,
th,
td,
p,
ol,
ul,
li,
dl,
dt,
dd,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
legend,
select,
textarea {
  margin: 0;
  padding: 0;
}

input,
img,
fieldset {
  border: none;
}

input,
select,
fieldset {
  vertical-align: middle;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent;
}

button,
input[type=button],
input[type=password],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}

input:-ms-clear {
  display: none;
}

/* clear IE10 X */
input {
  -webkit-user-modify: read-write-plaintext-only;
}

select {
  overflow-x: hidden;
}

.clear::after, .footer .netIcon::after,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.pr {
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ellipsis */
.elli, .com-user li input {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.boxsizing, .com-user li input {
  box-sizing: border-box;
}

img {
  width: 100%;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.none {
  display: none;
}

.tc {
  text-align: center;
}

.mt20 {
  margin-top: rem(20);
}

.active:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.main {
  margin: 0px auto 0;
  min-height: 500px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  -moz-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  overflow: hidden;
}

.userBox {
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.userBox .userboxmain {
  margin: 0px auto;
  width: 1140px;
}

.userBox a,
.userBox span {
  float: right;
  padding: 0 20px;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 14px;
}

.top {
  height: 170px;
  line-height: 170px;
  font-size: 50px;
  font-weight: bold;
  padding-left: 50px;
  text-shadow: 2px 2px #e6e6e6;
  display: none;
}

.top a {
  color: #000;
  text-decoration: none;
}

.swiper-slide {
  text-align: center;
}

.banner {
  min-height: 400px;
  position: relative;
}

.banner img {
  width: 1200px;
}

.banner .comp {
  position: absolute;
  left: 0%;
  top: 188px;
  width: 100%;
  font-size: 60px;
  color: #fff;
  text-align: center;
}

.nav {
  min-width: 1360px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  border-bottom: 2px solid #118aed;
}

.nav a {
  color: #333;
  display: inline-block;
  line-height: 100px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  height: 100px;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 4px;
}

.nav a.logo {
  width: 100px;
  margin-right: 65px;
}

.nav a:hover {
  background-color: #118aed;
  color: #fff;
}

.nav a.on {
  background-color: #118aed;
  color: #fff;
}

.content .gamelistmain {
  width: 1200px;
  margin: 40px auto 100px;
  border: 1px solid #aaa;
}

.content .gamelistmain .listtip {
  color: #118aed;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}

.content .gamelistmain .listtip img {
  width: 32px;
  height: 32px;
}

.content .gamelistmain ol {
  font-size: 0;
  margin-top: 30px;
  width: 100%;
  display: block;
  padding-bottom: 20px;
  text-align: center;
}

.content .gamelistmain li {
  width: 312px;
  height: 236px;
  margin: 18px 34px 0;
  display: inline-block;
  position: relative;
}

.content .gamelistmain li .img {
  height: 166px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.content .gamelistmain li .img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.content .gamelistmain li .gamaname {
  line-height: 68px;
  color: #222;
  font-size: 22px;
}

.content .gamelistmain li .gametext {
  line-height: 30px;
  color: #222;
  font-size: 14px;
}

.content .gamelistmain li a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 166px;
  opacity: 0.1;
  background: #000;
  filter: alpha(opacity=10);
  display: none;
}

.content .gamelistmain li a:hover .hover {
  display: block;
}

.content .gamelistmain li a:hover .gamename {
  color: #0088cc;
}

.contentCommon {
  width: 700px;
  margin: 0 auto;
  padding: 50px 0 100px;
  color: #222;
  margin-top: 40px;
}

.contentCommon img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  width: 700px;
}

.contentCommon h2 a {
  color: #222;
  font-size: 30px;
  font-weight: normal;
  line-height: 60px;
}

.contentCommon p {
  line-height: 30px;
  color: #222;
  margin-top: 30px;
}

.contentCommon ul li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.contentCommon td {
  border-top: 1px solid #e6e6e6;
  padding: 10px 10px 8px 0;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
}

.com-user {
  width: 448px;
  padding: 20px 42px 60px;
  margin: 90px auto;
  border: 1px solid #ededed;
}

.com-user .title {
  line-height: 90px;
  color: #118aed;
  font-size: 16px;
}

.com-user li {
  border: 1px solid #ededed;
  overflow: hidden;
  width: 446px;
  margin-bottom: 28px;
}

.com-user li input {
  float: left;
  padding: 20px;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
}

.com-user li.codeLi input {
  width: 346px;
}

.com-user li.codeLi .btn-getCode {
  width: 100px;
  height: 100%;
  background: #118aed;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 62px;
}

.com-user .btn {
  margin-top: 20px;
  display: block;
  height: 64px;
  width: 446px;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  color: #fff;
  background-color: #118aed;
}

.footer {
  background-color: #3a3d41;
  color: #999;
  font-size: 13px;
  padding: 0 50px;
  line-height: 22px;
  position: relative;
}

.footer .zhonggao {
  height: 50px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  font-size: 13px;
  border-bottom: 2px #43474a solid;
}

.footer .zhonggao span {
  padding-right: 30px;
  color: #D3D3D3;
}

.footer .footerMain {
  width: 1366px;
  margin: 0 auto;
  position: relative;
}

.footer .logoMain {
  position: absolute;
  left: 0;
  top: 46px;
  width: 400px;
}

.footer .logoMain a {
  float: right;
  width: 150px;
  margin-right: 20px;
}

.footer img {
  width: 100%;
}

.footer .footercenter {
  padding: 40px 0 20px 400px;
}

.footer .footercenter a {
  color: #999;
}

.footer .netIcon {
  margin-top: 20px;
}

.footer .netIcon a {
  width: 80px;
  float: left;
  margin-right: 14px;
}

.chargeMain {
  width: 1000px;
  margin: 0 auto;
}

.chargeMain input {
  border: 1px solid #ededed;
}

.chargeMain img {
  width: auto;
}

.chargeMain .charge select {
  margin-right: 30px;
}

#job_details_left {
  width: 728px;
  padding: 20px 20px 10px 0;
  height: auto;
  border: #fff 1px solid;
  margin-bottom: 5px;
}

#job_details_title {
  font-size: 26px;
  line-height: 38px;
}

#job_details_content_left {
  float: left;
  width: 520px;
  margin: 20px 10px 10px 0;
  height: auto;
  font-size: 14px;
}

#job_details_content_left table {
  width: 500px;
}

#job_details_content_left table tr {
  height: 24px;
}

.linkMain {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0 50px;
  border-top: 1px solid #cdcdcd;
}

.linkMain .ali-flink-tit {
  height: 50px;
  color: #333;
  text-align: left;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}

.linkMain .ali-flink-tit em {
  width: 15px;
  height: 10px;
  float: left;
  margin-top: 10px;
  display: inline-block;
  background-position: -90px -430px;
}

.linkMain .ali-flink-con {
  height: auto;
  text-align: left;
  line-height: 25px;
  display: table;
  word-wrap: break-word;
}

.linkMain .ali-flink-con li {
  float: left;
  margin: 0 5px;
  display: inline;
}

.linkMain .ali-flink-con li a:link {
  color: #666;
}

.linkMain .ali-flink-con li a:hover {
  color: #FF6600;
}

.linkMain .ali-flink-con li a:visited {
  color: #999999;
}

#hotrecommend,
#game-seeding,
.area {
  clear: both;
  overflow: hidden;
  zoom: 1;
  margin: 14px auto;
  width: 1200px;
}

#hotrecommend .pic-list {
  width: 1200px;
}

#hotrecommend .pic-list ul {
  width: 1216px;
}

#hotrecommend .pic-list li {
  height: 122px;
  overflow: hidden;
}

#hotrecommend .pic-list li img {
  width: 144px;
  height: 93px;
}

#hotrecommend .pic-list li .sort {
  position: absolute;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  bottom: 29px;
  left: 0;
  right: 0;
  display: block;
  background: url(http://p8.qhimg.com/d/inn/0891cd9a/img/txt_bg.png) no-repeat;
  text-align: left;
  color: #c8c8c7;
}

#hotrecommend .pic-list .tuijian li {
  width: 232px;
  height: 187px;
  margin: 0 .61em .56em 0;
}

#hotrecommend .pic-list .tuijian li img {
  width: 232px;
  height: 150px;
}

#hotrecommend .pic-list .tuijian li .txt {
  height: 37px;
  line-height: 37px;
}

#hotrecommend .pic-list .tuijian li .txt em {
  color: #7f7f7f;
  background: url(http://p8.qhimg.com/d/inn/0891cd9a/img/line3.png) no-repeat 0 5px;
  margin-left: 9px;
  padding-left: 10px;
}

.title {
  clear: both;
  height: 24px;
  line-height: 20px;
  margin-bottom: 9px;
}

.title h2 {
  float: left;
  font-size: 18px;
  font-weight: normal;
  background: url(http://p8.qhimg.com/d/inn/0891cd9a/img/imgbg.png) no-repeat 0 3px;
  padding-left: 10px;
  color: #2c2c2c;
}

.title h2 em {
  color: #f33300;
}

.title h2 span {
  font-size: 10px;
  font-style: italic;
  font-family: arial;
  vertical-align: middle;
  margin: 0 0 -4px 5px;
  display: inline-block;
  color: #b0b0b0;
}

.title h2 .ad img {
  vertical-align: bottom;
  margin-left: 5px;
}

.title-tab {
  float: left;
  font-size: 14px;
  padding-left: 23px;
}

.title-tab li {
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  margin-right: 20px;
}

.title-tab li.cur {
  background: #f85125;
  border-radius: 12px;
  color: #fff;
}

.title-tab li.cur a {
  color: #fff;
}

.title .more {
  float: right;
  margin: 4px 8px 0 0;
}

.pic-list {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

.pic-list li {
  float: left;
  width: 142px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #fff;
  text-align: center;
  margin: 0 0px 7px 0;
  position: relative;
}

.pic-list li img {
  display: block;
  background-color: #f9f9f9;
}

.pic-list li .txt {
  display: block;
  height: 29px;
  line-height: 29px;
  font-size: 13px;
  overflow: hidden;
}

.pic-list li a {
  color: #333;
}

.pic-list li a:hover {
  color: #f33300;
}

#game-seeding ul {
  text-align: justify;
  text-justify: distribute-all-lines;
}

#game-seeding ul:after {
  content: '';
  height: 0;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

#game-seeding ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
  width: 290px;
  margin-bottom: 12px;
  height: 237px;
  background: #fff;
}

#game-seeding ul li .t {
  position: relative;
}

#game-seeding ul li .t a .icon-play {
  width: 44px;
  height: 44px;
  background-position: 0 -79px;
  visibility: hidden;
}

#game-seeding ul li .t a:hover .icon-play {
  visibility: visible;
}

#game-seeding ul li .f {
  text-align: center;
}

#game-seeding ul li .f h3 {
  margin-top: 8px;
}

#game-seeding ul li .f h3 a {
  font-size: 12px;
  font-weight: normal;
  font-size: 13px;
}

#game-seeding ul li .f p {
  color: #9d9d9d;
  font-size: 11px;
  margin-top: 3px;
}

#gamevideo {
  margin-bottom: 18px;
}

#gamevideo .pic-list ul {
  width: 770px;
}

#gamevideo .pic-list li {
  width: 146px;
  height: 145px;
  margin: 0 6.3px 7px 0;
  text-align: left;
}

#gamevideo .pic-list li img {
  width: 146px;
  height: 102px;
}

#gamevideo .pic-list li span {
  padding: 0 7px;
}

#gamevideo .pic-list li .txt {
  font-size: 12px;
}

#gamevideo .pic-list li .brief {
  font-size: 11px;
  color: #c1c1c1;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  display: block;
  margin-top: -5px;
}

#gamevideo .pic-list .first {
  width: 290px;
  height: 299px;
  position: relative;
}

#gamevideo .pic-list .first img {
  width: 290px;
  height: 299px;
}

#gamevideo .pic-list .first .txt {
  position: absolute;
  bottom: 25px;
  font-size: 14px;
  color: #fff;
  z-index: 10;
}

#gamevideo .pic-list .first .brief {
  position: absolute;
  bottom: 12px;
  color: #b2b2b2;
  z-index: 10;
}

#gamevideo .pic-list .first .txtbg {
  height: 59px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(http://p8.qhimg.com/d/inn/0891cd9a/img/txt_bg4.png) repeat-x;
  padding: 0;
}

#gamevideo .pic-list .first a:hover .txt {
  color: #d0d0d0;
}

.w754 {
  overflow: hidden;
  width: 754px;
  float: left;
}

.w435 {
  overflow: hidden;
  width: 435px;
  float: right;
}

#specialtopic {
  margin-bottom: 18px;
}

#specialtopic .pic-list li {
  width: 213px;
  height: 94px;
}

#specialtopic .pic-list li img {
  width: 213px;
  height: 94px;
}

#specialtopic .pic-list li .txt {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
}

#specialtopic .pic-list li .txtbg {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  background: url(http://p8.qhimg.com/d/inn/0891cd9a/img/txt_bg3.png) repeat-x;
}

#specialtopic .pic-list li a:hover .txt {
  color: #d0d0d0;
}

.mHead-a {
  font-size: 0;
  line-height: 0;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 3px #ff3d3d solid;
  position: relative;
  margin: -2px auto;
  width: 1200px;
}

.mHead-a .bTit {
  display: inline-block;
  font-size: 28px;
  height: 30px;
  line-height: 30px;
  color: #ff3d3d;
}

.mHead-a .dot {
  font-size: 18px;
  font-family: "\5B8B\4F53";
}

.mHead-a .bTit a {
  color: #ff3d3d;
}

.tuku {
  margin: 20px 0;
  height: 455px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 1120px;
}

.tuku .col-ab {
  float: left;
  width: 820px;
  overflow: hidden;
}

.tuku .col-c2 {
  float: right;
  width: 300px;
}

.tuku .mod-c {
  float: left;
  margin-bottom: 2px;
  cursor: pointer;
  overflow: hidden;
}

.tuku .col-ab .mod-c {
  margin-right: 2px;
}

.tuku .mod-c-354 .popup {
  top: 454px;
}

.tuku .mod-c-230 .popup {
  top: 230px;
}

.tuku .mod-c-462 .popup {
  top: 222px;
}

.tuku .mod-c-300 .popup {
  top: 150px;
}

.mod-c {
  position: relative;
}

.mod-c a:hover {
  color: #fff;
  text-decoration: none;
}

.mod-c .popup {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  display: table;
  cursor: pointer;
}

.mod-c span {
  display: block;
}

.mod-c .wrap {
  *position: absolute;
  *top: 50%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  *left: 0;
}

.mod-c .inner {
  *position: relative;
  *top: -50%;
}

.mod-c .sum {
  line-height: 22px;
  color: #fff;
  padding: 0 25px;
  font-size: 16px;
}

.mod-c-354 {
  width: 354px;
}

.mod-c-230 {
  width: 230px;
}

.mod-c-462 {
  width: 462px;
}

.mod-c-300 {
  width: 300px;
}

.mod-c-354 .popup {
  height: 455px;
}

.mod-c-230 .popup {
  height: 230px;
}

.mod-c-462 .popup {
  height: 222px;
}

.mod-c-300 .popup {
  height: 150px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w700 {
  width: 700px;
  margin: 0 auto;
}

.column-title {
  text-align: right;
}

.column-title .column-title-border {
  border-bottom: 1px solid #ececec;
  border-top: 2px solid #c7c7c7;
  height: 52px;
  line-height: 52px;
}

.column-title .column-title-border h2 {
  position: relative;
  top: -2px;
  float: left;
  padding: 6px 5px 0 0;
  margin-right: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  font-family: Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
  color: #069;
  border-top: 2px solid #069;
  text-align: left;
}

.column-title .column-title-border h2 .arrow {
  padding: 6px 12px 0 0;
}

.column-title .column-title-border h2 a {
  padding: 6px 12px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  font-family: Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
  color: #069;
}

.column-title .column-title-border h2 a:link,
.column-title .column-title-border h2 a:active,
.column-title .column-title-border h2 a:visited,
.column-title .column-title-border h2 a:hover {
  padding: 6px 12px 0 0;
  color: #069;
}

.column-title .column-title-border h2 .cname {
  display: block;
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
  font-family: arial, sans-serif;
  color: #999;
  text-transform: uppercase;
}

.column-title .column-title-border .sub-class {
  display: inline-block;
  width: 460px;
  height: 44px;
  padding-right: 25px;
  color: #f0f0f0;
  overflow: hidden;
}

.column-title .column-title-border .sub-class a:link,
.column-title .column-title-border .sub-class a:active,
.column-title .column-title-border .sub-class a:visited {
  padding: 0 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
  color: #666;
}

.column-title .column-title-border .more {
  float: right;
  margin-top: 13px;
}

.column-title .column-title-border .more a:link {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 10;
}

.column-title .column-title-border .more a:link,
.column-title .column-title-border .more a:active,
.column-title .column-title-border .more a:visited {
  padding: 0 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
  color: #666;
}

.one-pic-pics {
  zoom: 1;
  margin-bottom: 16px;
}

.one-pic-pics .one-pic-pics-text {
  width: 350px;
}

.one-pic-pics .one-pic-pics-text h3 {
  font-size: 18px;
}

.one-pic-pics .one-pic-pics-text p {
  font-size: 14px;
}

.one-pic-pics .one-pic-pics-text a {
  color: #000;
}

.one-pic-text .fr {
  width: 310px;
  padding-left: 20px;
}

.none-pic .fr {
  width: 310px;
  padding-left: 20px;
}

.tlc ul li {
  overflow: hidden;
  position: relative;
  padding-left: 10px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
}

.tlc ul li i {
  position: absolute;
  top: 12px;
  left: 0;
  height: 3px;
  width: 3px;
  line-height: 3px;
  background: #6F94B8;
  overflow: hidden;
}

.tlc ul li a {
  color: #222;
}

.tlc ul li.tlc-fl {
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  height: 33px;
}

.one-pic-text .textW {
  padding-left: 28px;
}

.familytitle {
  background: url("../image/fwFAQ_anniu.png") no-repeat;
  width: 100%;
  height: 70px;
  margin-top: 10px;
  float: left;
}

.familytitle ul li {
  margin: 0px 10px;
  padding: 0px 20px;
  height: 32px;
  color: #626161;
  line-height: 32px;
  font-family: "Î¢ÈíÑÅºÚ";
  font-size: 16px;
  font-weight: bolder;
  vertical-align: middle;
  float: left;
  display: inline-block;
  cursor: pointer;
}

.familytitle ul li.on {
  margin: 0px 12px;
  padding: 0px 15px;
  color: white;
  background-color: #15a6ff;
}

.leftimg {
  float: left;
  display: inline;
}

.rightinfo {
  width: 80%;
  float: left;
  display: inline;
}

.rightinfo p {
  color: #6e6e6e;
  line-height: 25px;
  text-indent: 20px;
  padding-left: 0px;
  font-size: 12px;
  border-bottom-color: currentColor;
  border-bottom-width: medium;
  border-bottom-style: none;
  float: left;
}

.infoshow {
  width: 100%;
  padding-bottom: 10px;
  margin-top: 15px;
  border-bottom-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  float: left;
}

.infoshow label {
  margin: 10px 0px;
  width: 100%;
  color: #2e2e2e;
  font-size: 12px;
  font-weight: bolder;
  float: left;
}

.infoshow p {
  width: 100%;
  height: auto;
  color: #6e6e6e;
  line-height: 25px;
  text-indent: 20px;
  padding-left: 0px;
  font-size: 12px;
  border-bottom-color: currentColor;
  border-bottom-width: medium;
  border-bottom-style: none;
  float: left;
}

.infoshow span {
  width: 100%;
  color: #6e6e6e;
  line-height: 25px;
  padding-left: 3%;
  font-size: 12px;
  float: left;
}

.fcmTit {
  padding: 15px 0px;
  width: 100%;
  text-align: center;
}

.fcmbody {
  width: 100%;
  float: left;
}

.fcmbody h3 {
  padding: 10px 0px;
  width: 100%;
  float: left;
}

.fcmbody p {
  line-height: 30px;
  text-indent: 30px;
}

.aboutusDiv {
  margin: 30px auto 0px;
  width: 960px;
  min-height: 800px;
}

.aboutusDiv p {
  line-height: 25px;
  text-indent: 25px;
}

.sidebar_left {
  width: 250px;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  right: -300px;
  top: 126px;
}

.sidebar_left img {
  width: auto;
}

.familleftbar {
  border: 1px solid #75a4c7;
  width: 88%;
  padding-bottom: 15px;
  margin-top: 15px;
  float: left;
}

.familleftbar2 p {
  padding: 15px 0px 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  float: left;
}

.familleftbar2 p span {
  width: 70px;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  margin-left: 10px;
  vertical-align: middle;
  float: left;
  display: inline;
}

.familleftbar2 p label {
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  float: left;
  display: inline;
}

.familleftbar2 .downthis {
  padding-left: 18%;
  margin-top: 40px;
  float: left;
}

.familleftbar3 p {
  padding: 15px 10px 0px;
  text-align: center;
  font-size: 14px;
}

.familleftbar3 span {
  width: 100%;
  text-align: left;
  text-indent: 25px;
  font-weight: bolder;
  float: left;
}

.familleftbar3 label a {
  margin: 10px 0px;
  width: 100%;
  text-align: left;
  float: left;
  cursor: pointer;
}

.familleftbar3 label a:hover {
  color: red;
}

/* 公司名称 */
#comMain1 {
  width: 978px;
  margin: auto;
  height: 60px;
  background: #FFF;
  border: 1px #DDD solid;
  text-align: left;
  margin-top: 30px;
}

.comName {
  float: left;
  width: 600px;
  height: 90px;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
}

.comName1 {
  float: left;
  width: 590px;
  height: 40px;
  line-height: 40px;
  font-size: 15pt;
  font-family: "黑体";
  text-decoration: none;
  font-weight: 500;
  color: #FF6600;
}

.comName2 {
  float: left;
  width: 590px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #999;
}

.comNum {
  float: left;
  width: 278px;
  height: 90px;
  text-align: left;
  padding-top: 10px;
}

.comNum1 {
  float: left;
  width: 84px;
  border-left: 1px #DDD solid;
  padding-left: 5px;
  margin-top: 10px;
}

.comNum1 b {
  float: left;
  width: 84px;
  height: 30px;
  line-height: 30px;
  color: #FF6600;
  font-weight: 500;
  font-size: 15pt;
  font-family: "黑体";
  text-align: left;
}

.comNum1 p {
  float: left;
  width: 84px;
  height: 25px;
  line-height: 25px;
  color: #999;
}

.comQcode {
  float: right;
  width: 90px;
  height: 90px;
  padding-top: 7px;
}

.comQcode p {
  float: left;
  width: 70px;
  height: 70px;
  background-color: White;
}

.comQcode p img {
  width: 68px;
  height: 68px;
  padding: 3px;
  border: 1px #ddd solid;
}

.jobName {
  float: left;
  width: 600px;
  height: 30px;
  text-align: left;
  padding-top: 15px;
  padding-left: 10px;
}

.jobName1 {
  float: left;
  width: 590px;
  height: 30px;
  line-height: 30px;
  font-size: 15pt;
  font-family: "黑体";
  text-decoration: none;
  font-weight: 500;
  color: #FF6600;
}

.jobName2 {
  float: left;
  width: 590px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}

.jobNum {
  float: left;
  width: 278px;
  height: 90px;
  text-align: left;
  padding-top: 10px;
}

.jobNum1 {
  float: left;
  width: 84px;
  border-left: 1px #DDD solid;
  padding-left: 5px;
  margin-top: 10px;
}

.jobNum1 b {
  float: left;
  width: 84px;
  height: 30px;
  line-height: 30px;
  color: #FF6600;
  font-weight: 500;
  font-size: 15pt;
  font-family: "黑体";
  text-align: left;
}

.jobNum1 p {
  float: left;
  width: 84px;
  height: 25px;
  line-height: 25px;
  color: #999;
}

.jobQcode {
  float: right;
  width: 90px;
  height: 90px;
  padding-top: 7px;
}

.jobQcode p {
  float: left;
  width: 70px;
  height: 70px;
  background-color: White;
}

.jobQcode p img {
  width: 68px;
  height: 68px;
  padding: 3px;
  border: 1px #ddd solid;
}

.jobContent {
  float: left;
  width: 950px;
  border: #DDD 1px solid;
  padding: 14px;
  padding-top: 10px;
  background-color: white;
}

/*border-top:none;*/
.jobTitle {
  float: left;
  width: 950px;
  height: 35px;
  line-height: 35px;
  text-align: left;
}

.jobTitle span {
  float: left;
  width: 200px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
}

.jobdetail {
  float: left;
  width: 950px;
  text-align: left;
  color: #444;
  font-size: 14px;
}

.jobdetail ul li {
  float: left;
  width: 316px;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px #DFDFDF dashed;
  padding: 5px 0px;
  margin: 0;
}

.jobdetail p {
  float: left;
  width: 950px;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px #DFDFDF dashed;
  padding: 5px 0px;
  margin: 0;
}

.jobdetail dl {
  float: left;
  width: 950px;
  margin: 0px;
  text-align: left;
}

.jobdetail dl dt {
  float: left;
  width: 950px;
  height: 25px;
  line-height: 25px;
  padding: 5px 0px;
}

.jobdetail dl dt i {
  font-style: normal;
  font-weight: bold;
  color: #009900;
}

.jobdetail dl dd {
  float: left;
  width: 950px;
  line-height: 25px;
  text-align: left;
  margin: 0px;
  border-bottom: 1px #DFDFDF dashed;
  padding: 5px 0px;
}

.jobdesc {
  float: left;
  width: 950px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  word-break: break-all;
  overflow: auto;
  line-height: 25px;
  font-size: 14px;
}

#jobContact {
  float: left;
  width: 950px;
}

.jobcontact {
  float: left;
  width: 950px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.jobcontact ul li {
  float: left;
  width: 950px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.jobcontact p {
  float: left;
  width: 950px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #FF0000;
  font-size: 14px;
}

.jobcontact p a {
  color: #0868C8;
}

.jobbutton {
  float: left;
  width: 950px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#comMain2 {
  width: 980px;
  margin: auto;
  margin-top: 10px;
  overflow: hidden;
}

.comtitle {
  float: left;
  width: 978px;
  height: 35px;
  background: url(../../images/company/browse/titlebg.png) repeat-x;
  border-left: 1px #DDD solid;
  border-right: 1px #DDD solid;
}

.comtitleo {
  float: left;
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: url(../../images/company/browse/title1.jpg) no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.comtitlel {
  float: left;
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: url(../../images/company/browse/title2.jpg) no-repeat;
  text-align: center;
  font-size: 14px;
}

.comtitle b {
  float: right;
  width: 65px;
  height: 25px;
  text-align: left;
  padding-top: 7px;
}

.comtitle i {
  float: right;
  width: 65px;
  height: 25px;
  text-align: left;
  padding-top: 7px;
}

.comtitleo a:link {
  color: #FF6600;
}

.comtitleo a:visited {
  color: #FF6600;
}

.comtitleo a:hover {
  color: #FF6600;
}

.comtitlel a:link {
  color: #333;
}

.comtitlel a:visited {
  color: #333;
}

.comtitlel a:hover {
  color: #FF6600;
}
