/* @import url(../fonts/iconfont.css); */
/* reset */
body,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
form,
table,
th,
td,
img,
div {
  padding: 0;
  margin: 0;
}
body {
  background: #f5f5f5;
  color: #000;
  font: 14px \5fae\8f6f\96c5\9ed1, \5b8b\4f53;
  overflow-x: hidden;
}
img {
  border: 0;
}
select,
input,
img {
  vertical-align: middle;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #1581f4;
}
/*common*/
.container {
  position: relative;
  width: 1200px;
  margin: 0px auto;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
*html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
i,
em {
  font-style: normal;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}

/*header*/
.header-index {
  background: #1581f4 url(../images/bg1.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.header-index .header {
}
.header-index .header .logo {
  float: left;
}
.header-index .header .logo a {
  background: url(../images/logo_blue.png) no-repeat center center;
  width: 186px;
  height: 80px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
}
.header-index .header .logo a.index {
  background: url(../images/logo_white.png) no-repeat center center;
}
.header-index .header .naver {
  float: left;
  padding-top: 25px;
  margin-left: 25px;
}
.header-index .header .naver li {
  float: left;
}
.header-index .header .naver li a {
  padding: 0 11px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  display: block;
}
.header-index .header .sea {
  float: right;
  padding-top: 25px;
  line-height: 50px;
}
.header-index .header .sea .iconfont {
  color: #fff;
}

.header-box {
  background: #fff;
  box-shadow: 0 0 20px #ccc;
}
.header-box .header {
}
.header-box .header .logo {
  float: left;
}
.header-box .header .logo a {
  background: url(../images/logo_blue.png) no-repeat center center;
  width: 186px;
  height: 80px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
}
.header-box .header .naver {
  float: left;
  padding-top: 25px;
  margin-left: 25px;
}
.header-box .header .naver li {
  float: left;
}
.header-box .header .naver li a {
  padding: 0 11px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  display: block;
}
.header-box .header .naver li a.cur,
.header-box .header .naver li a:hover {
  color: #1581f4;
}
.header-box .header .sea {
  float: right;
  padding-top: 25px;
  line-height: 50px;
}
.header-box .header .sea .iconfont {
  color: #333;
}

/*search index*/
.search-index {
  padding: 50px 0 100px;
}
.search-index h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
}
.search-index .search-box {
  position: relative;
  margin: 25px auto;
  border-radius: 25px;
  background: #fff;
  width: 600px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.search-index .iconfont {
  margin-left: 15px;
  color: #8f8f8f;
  font-size: 20px;
}
.search-index .search-input {
  position: absolute;
  left: 50px;
  top: 0;
}
.search-index .search-input input {
  border: 0;
  text-index: 4rem;
  line-height: 50px;
  height: 50px;
  width: 450px;
}
.search-index .search-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.search-index .search-btn input {
  background: #e2f0fd;
  width: 110px;
  height: 50px;
  line-height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 0;
  color: #1581f4;
  font-size: 14px;
}
.search-index .search-hot {
  margin-top: 25px;
  text-align: center;
  color: #fff;
}
.search-index .search-hot a {
  margin: 0 5px;
  border-radius: 15px;
  padding: 0 10px;
  background: #4c9ff7;
  color: #fff;
  height: 22px;
  line-height: 22px;
}
.search-index .search-hot a:hover {
  background: #1473e0;
  text-decoration: none;
}

/*drop search*/
.form-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  right: 0;
  left: auto;
  width: 500px;
  padding: 25px 25px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0px 5px 7px 0px #eee;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.form-search .search-box {
  position: relative;
  margin: 0 auto;
  border-radius: 25px;
  border: 1px solid #1581f4;
  background: #fff;
  width: 500px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.form-search .iconfont {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 50px;
  height: 50px;
  color: #828282;
  font-size: 20px;
}
.form-search .search-input {
  position: absolute;
  left: 50px;
  top: 0;
}
.form-search .search-input input {
  border: 0;
  background: transparent;
  text-index: 4rem;
  line-height: 48px;
  height: 48px;
  width: 335px;
}
.form-search .search-btn {
  position: absolute;
  right: 0;
  top: -1px;
  right: -3px;
}
.form-search .search-btn input {
  background: #1581f4;
  width: 110px;
  height: 50px;
  line-height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

/*main*/
.main {
  margin-top: 0px;
}
.smain {
  margin-top: 15px;
}
.newbg {
  padding-top: 15px;
  background: #fff;
}
.leftbar {
  float: left;
  width: 880px;
}
.sidebar {
  float: right;
  width: 300px;
}

.crumb {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #828282;
}
.crumb a {
  color: #828282;
}

/*title*/
.h20 {
  padding: 25px 0;
  height: 32px;
  text-align: center;
}
.h20 h2 {
  position: relative;
  padding-bottom: 15px;
  font-size: 26px;
}
.h20 h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  width: 20px;
  height: 3px;
  background: #1581f4;
}

.h21 {
  padding: 25px 25px;
  background: #fff;
  display: block;
}
.h21 h2 {
  position: relative;
  text-indent: 0.8rem;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
}
.h21 h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 20px;
  background: #1581f4;
}

/*ad*/
.s-ad {
  margin-bottom: 20px;
}
.s-ad2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*edit list*/
.edit-list {
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.edit-list .item {
  margin: 10px 0;
  width: 13%;
  overflow: hidden;
}
.edit-list .item .pic {
  position: relative;
  padding: 1px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  width: 150px;
  height: 220px;
  overflow: hidden;
}
.edit-list .item .pic img {
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.edit-list .item:hover .pic img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.edit-list .item .iconfont {
  position: absolute;
  right: 1px;
  bottom: 1px;
  color: #3a80fc;
  font-size: 22px;
}
.edit-list .item p {
  margin-top: 10px;
}
.edit-list .item p a {
  display: block;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/*new list*/
.new-list {
  padding-top: 25px;
  padding-bottom: 25px;
}
.new-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-list li {
  width: 23%;
}
.new-list li a {
  display: block;
  padding-left: 28px;
  background: url(../images/icon_word.png) no-repeat 0 center;
  height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*rec list*/
.re-list {
  padding: 0 20px;
  padding-bottom: 15px;
  background: #fff;
}
.re-list li a {
  display: block;
  padding-left: 28px;
  background: url(../images/icon_word.png) no-repeat 0 center;
  height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*list*/
.list {
  padding: 0 25px;
  padding-bottom: 25px;
  background: #fff;
}
.list .item {
  padding: 15px 0;
  border-top: 1px dashed #d6d6d6;
}
.list .item:first-child {
  border-top: 0;
}
.list .item .tit {
}
.list .item .tit a {
  display: block;
  padding-left: 28px;
  background: url(../images/icon_word.png) no-repeat 0 center;
  font-size: 18px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list .item .txt {
  padding: 5px 0;
  color: #959595;
  line-height: 28px;
  word-wrap: break-word;
  word-break: break-all;
}
.list .item .inf {
  padding: 5px 0;
  color: #bebebe;
  font-size: 12px;
}
.list .item .inf span {
  margin-right: 5px;
}
.list .item .inf span.view,
.list .item .inf span.time {
  margin-right: 15px;
}
.list .item .inf .iconfont {
  font-size: 14px;
}
.list .more {
  border-radius: 35px;
  border: 1px solid #f5f5f5;
  background: #fff;
  text-align: center;
  color: #7e7e7e;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 16px;
}

/*page*/
.page {
  clear: both;
  padding: 25px 0;
  text-align: center;
}
.page a {
  margin: 0 2px;
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
  font-weight: normal;
}
.page span,
.page a:hover {
  margin: 0 2px;
  padding: 5px 10px;
  font-weight: normal;
  background: #1581f4;
  border: 1px solid #1581f4;
  color: #fff;
  text-decoration: none;
}

/*content*/
.content-box {
  padding: 35px 25px;
  background: #fff;
}
h1 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.info {
  padding: 25px 0;
  text-align: center;
  color: #bebebe;
}
.info span {
  margin: 0 10px;
}
.content {
  line-height: 36px;
  font-size: 16px;
}
.content img {
  max-width: 96%;
  height: auto !important;
}
.content a {
  color: #1581f4;
}

/*down*/
.content-doc {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 25px;
  background: #fff;
}
.content-doc dl {
  display: flex;
}
.content-doc dl dt .icon {
  padding: 12px;
  background: #1c52a1;
  border-radius: 10px;
}
.content-doc dl dt .icon .iconfont {
  color: #fff;
  font-size: 55px;
}
.content-doc dl dd {
  padding: 0 15px;
  width: 80%;
}
.content-doc dl dd h3 a {
  color: #1c69cc;
  font-size: 20px;
  font-weight: bold;
}
.content-doc dl dd p {
  line-height: 36px;
  color: #ff7b00;
}
.content-doc dl dd .iconfont {
  color: #f90;
}
.content-doc dl dd .star {
  color: #828282;
}
.content-doc dl dd.download {
  padding-top: 10px;
  width: 260px;
}
.content-doc dl dd.download a {
  display: block;
  border-radius: 10px;
  background: #44b549;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 65px;
  text-align: center;
}
.content-doc dl dd.download a:hover {
  background: #26a32c;
}
.content-doc dl dd.download .iconfont {
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
}

/*pn*/
.pn {
  padding: 25px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pn .pre,
.pn .next {
  width: 46%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.pn .next {
  text-align: right;
}

/*other list*/
.rel-list {
  padding: 0px 25px;
  padding-bottom: 25px;
  background: #fff;
}
.rel-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rel-list li {
  width: 46%;
}
.rel-list li a {
  display: block;
  padding-left: 28px;
  background: url(../images/icon_word.png) no-repeat 0 center;
  height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*search*/
.result-sort {
  padding-bottom: 25px;
  background: #fff;
  padding-left: 40px;
  color: #4c4f53;
}
.result-sort a {
  margin-left: 15px;
  padding: 0 10px;
  line-height: 28px;
  border-radius: 15px;
  display: inline-block;
}
.result-sort a.cur {
  background: #2c9ff7;
  color: #fff;
}

.result {
  padding: 15px 0;
  color: #888;
}
.result strong {
  color: red;
}

.sea-list {
  display: flex;
  background: #fff;
  padding: 0 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sea-list a {
  display: inline-block;
  margin: 5px 0;
  padding: 0 2%;
  background: #f5f5f5;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 20px;
  width: 26%;
  text-align: center;
  color: #333;
  white-space: nowrap;
}
.sea-list a:hover,
.sea-list a.cur {
  background: #2c9ff7;
  color: #fff;
}

/*footer*/
.footer {
  margin-top: 50px;
  padding: 25px 0;
  background: #333945;
  line-height: 28px;
}
.footer .flinks {
  color: #fff;
}
.footer .flinks a {
  margin-right: 10px;
  color: #8d8d8d;
  display: inline-block;
}
.footer .copyright {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #474b53;
  color: #c5c5c5;
  text-align: center;
}
.footer .copyright a {
  color: #c5c5c5;
}

/*retop*/
#toTop {
  position: fixed;
  z-index: 99999;
  right: 5%;
  bottom: 5%;
  border-radius: 5px;
  background: #828282;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  display: none;
}
#toTop .iconfont {
  font-size: 36px;
}
#toTop:hover .iconfont {
  color: #eee;
}

.customer-service,
.login-service {
  cursor: pointer;
}

.register-box {
  z-index: 999;
  width: 469px;
  height: 430px;
  padding: 0px 70px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 50px auto;
}
.reg-head {
  margin: 70px 0 40px;
  text-align: center;
  font-size: 30px;
}
.reg-head img {
  display: inline-block;
  width: 140px;
  height: 40px;
}
.reg-box {
  margin-top: 38px;
}
.reg-item {
  margin-bottom: 30px;
}
.reg-text {
  width: 100%;
  height: 47px;
  padding: 0 15px;
  border: 1px solid #cfcfcf;
}
.code {
  width: 113px;
  margin-right: 15px;
}
.code-img {
  height: 50px;
  width: auto;
}
.getcode-btn {
  width: 180px;
  height: 47px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #e14b4c;
  cursor: pointer;
}
.reg-log {
  float: right;
  margin-left: 92px;
  font-size: 14px;
}
.reg-item {
  font-size: 14px;
}
.reg-item a {
  color: #e14b4c;
  font-size: 14px;
}
.reg-sub {
  width: 100%;
  height: 40px;
  margin: auto;
  display: block;
  border-radius: 4px;
  background: #e14b4c;
  font-size: 18px;
  color: #fff;
  border: none;
}
.wx_flex {
  display: flex;
  justify-content: space-between;
}
.wx_flex .wx_login,
.wx_flex .submitBtn {
  width: 48%;
}
.wx_login {
  background-color: #04d268;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.wx_login_box {
  display: none;
  text-align: center;
}
.wx_login_box img {
  width: 280px;
  height: 280px;
  display: block;
  margin: 20px auto;
}
.wx_login_box .m {
  display: none;
}
.wx_login_box span {
  display: block;
  margin-top: 20px;
  color: #999;
  font-size: 14px;
}
.wx_login_box p {
  display: block;
  color: #3481cf;
  margin-top: 10px;
  cursor: pointer;
}
.wx_login_box em {
  display: block;
  color: #e14b4c;
  margin-top: 20px;
  cursor: pointer;
}
