@charset "UTF-8";
html {
  margin: 0 auto;
  height: 100%;
}
body,
html {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
body,
button,
input,
select,
textarea {
  font-family: , PingFang SC, "Helvetica Neue", Helvetica, STHeiTi, sans-serif !important;
}
body,
div,
ul,
li,
h1,
h2,
h3,
p,
hr,
input,
dl,
dt,
dd,
table,
tr,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  color: #333;
  font-family: ;
  border: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
h1,
h2,
h3 {
  font-size: 100%;
  font-weight: normal;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.dangerous {
  color: #e7370c;
}
.rt {
  float: right;
}
.rl {
  float: left;
}
a,
img {
  border: 0;
}
a:focus {
  outline: none;
  color: #333;
}
.btn-1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 110px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.btn-1:hover {
  background-color: #f5f5f7;
}
.btn-2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f5f5f7;
  border: 1px solid #ccc;
  cursor: pointer;
}
.btn-2:hover {
  background-color: #ebebef;
}
.btn-3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 110px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #e7370c;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.btn-3:hover {
  background-color: #b62733;
}
.btn-4 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-sizing: border-box;
  width: 100px;
  height: 34px;
  line-height: 32px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f5f5f7;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.btn-4:hover {
  background-color: #ebebef;
}
.btn-5 {
  width: 110px;
  height: 34px;
  line-height: 32px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffce40;
  cursor: pointer;
}
.btn-5:hover {
  background-color: #ffb11a;
}
.add {
  float: right;
  margin: 10px 20px 0 10px;
  color: #fff;
}
.add:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: '';
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-bottom: -2px;
  background: url(../img/icon-add01.png) no-repeat center;
  background-size: 14px;
}
.btn-big {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.submit {
  margin-top: 40px;
  margin-bottom: 90px;
}
.new-cpt:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: '';
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-bottom: -2px;
  background: url(../img/icon-add01.png) no-repeat center;
  background-size: 14px;
}
.paging {
  padding: 50px 0;
  text-align: center;
  font-size: 0;
}
.paging span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 7px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.paging .active {
  padding: 1px 11px;
  border: 0;
  background-color: #43424c;
  color: #fff;
}
.paging .no-num {
  border: 0;
  background-color: #fff;
}
.paging input {
  width: 65px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.paging .paging-submit {
  width: 65px;
  margin-left: 7px;
}
.demo {
  width: 98%;
}
.header,
.footer {
  width: 100%;
}
.header {
  height: 80px;
}
.header .header-wrap {
  position: relative;
}
.header .header-wrap .logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 4px;
}
.header .header-wrap .logo img {
  width: 195px;
  height: 72px;
}
.header .header-wrap .header-menu {
  float: right;
  width: 70%;
  padding-top: 30px;
  padding-right: 10px;
}
.header .header-wrap .header-menu li {
  float: right;
  box-sizing: border-box;
  text-align: center;
}
.header .header-wrap .header-menu li:last-child {
  border-right: 1px solid #d9dcde;
}
.header .header-wrap .header-menu li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  font-family: ;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.header .header-wrap .header-menu li > a .icon-msg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 26px;
  background: url(../img/message.png) no-repeat center;
  background-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.header .header-wrap .header-menu li > a .icon-msg .count-msg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: -6px;
  right: -18%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 0 1px;
  background-color: #f50008;
  font-size: 8px;
  color: #fff;
}
.header .header-wrap .header-menu li > a .icon-user {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #bdbdbd;
  background: url(../img/user.png) no-repeat center;
  background-size: 40px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}
.header .header-wrap .header-menu .user {
  position: relative;
}
.header .header-wrap .header-menu .user .user-content {
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  left: -8px;
  border: 1px solid #ccc;
  width: 102px;
  padding: 2px;
  background-color: #fff;
  z-index: 2;
}
.header .header-wrap .header-menu .user .user-content:before {
  position: absolute;
  top: -4px;
  left: 45px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: '';
  width: 6px;
  height: 6px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 1;
}
.header .header-wrap .header-menu .user .user-content div {
  box-sizing: border-box;
  width: 96px;
  height: 26px;
  line-height: 26px;
}
.header .header-wrap .header-menu .user .user-content div:hover {
  background-color: #f5f5f7;
}
.header .header-wrap .header-menu .user .user-content .header-active {
  background-color: #f5f5f7;
}
.header .header-wrap .header-menu .user .user-content .user-item {
  margin-bottom: 2px;
}
.header .header-wrap .psw-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.header .header-wrap .psw-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px;
  height: 28px;
  line-height: 30px;
  border: 1px solid #fac2a0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff2ea;
  text-align: center;
  color: #7d360f;
  font-size: 12px;
  margin-top: -2px;
}
.header .header-wrap .psw-menu .download {
  border: 0;
  padding: 1px  10px 0 10px;
  background-color: #e7370c;
  color: #fff;
}
.header .header-wrap .psw-menu .download:before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 12px;
  background: url(../img/icon-phone.png) no-repeat;
  background-size: 8px;
  margin-bottom: -1px;
  margin-right: 3px;
}
.header .header-wrap .logined {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.header .header-wrap .logined span {
  color: #999;
  height: 12px;
  line-height: 12px;
}
.header .header-wrap .logined span a {
  color: #333;
  padding: 0 10px;
}
.header .header-wrap .logined span a:hover {
  color: #e7370c;
}
.header .header-wrap .logined span .sign-out {
  color: #999;
}
.header .header-wrap .logined span i {
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #999;
}
.header .header-wrap .logined .download {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 34px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  border: 0;
  padding: 1px  10px 0 10px;
  margin-right: 25px;
  margin-top: -3px;
  background-color: #e7370c;
  color: #fff;
}
.header .header-wrap .logined .download:before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 12px;
  background: url(../img/icon-phone.png) no-repeat;
  background-size: 8px;
  margin-bottom: -1px;
  margin-right: 3px;
}
.header-wrap,
.built-wrap {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}
.nav {
  width: 100%;
  background-color: #e7370c;
  background-size: 100%;
}
.nav .nav-content {
  width: 1000px;
  margin: 0 auto;
  height: 56px;
  color: #fff;
  position: relative;
}
.nav .nav-content a {
  vertical-align: middle;
  color: #f0646e;
}
.nav .nav-content a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 32px;
  line-height: 32px;
  padding: 2px 28px;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 2px 1px #7c0008;
  font-size: 16px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.nav .nav-content a span:hover {
  padding: 0 26px;
  background-color: #fff;
  border: 2px solid #333;
  color: #010101;
  text-shadow: none;
}
.nav .nav-content a .content-active {
  padding: 0 26px;
  background-color: #fff;
  border: 2px solid #333;
  color: #010101;
  text-shadow: none;
}
.nav .nav-content .contribute {
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 999;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 194px;
  height: 64px;
  background: url(../img/contribute.png) no-repeat center;
  vertical-align: middle;
  cursor: pointer;
}
.nav .nav-content .contribute-item {
  position: absolute;
  right: 30px;
  bottom: -65px;
  z-index: 9;
  background-color: #fff2ea;
  border: 1px solid #fac2a0;
  padding: 5px 2px 1px;
  border-radius: 3px;
  box-shadow: 0 5px 3px #fcb4af inset;
}
.nav .nav-content .contribute-item li {
  width: 106px;
  height: 28px;
  padding: 0 10px;
}
.nav .nav-content .contribute-item li a {
  display: inline-block;
  width: 106px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  color: #7d360f;
}
.nav .nav-content .contribute-item li:first-child a {
  border-bottom: 1px solid #ffe4d3;
}
.nav .nav-content .contribute-item li:hover {
  background-color: #ffe4d3;
}
.nav .nav-content .contribute-item li:hover a {
  border: 0;
}
.panel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.panel .msgBox {
  width: 430px;
  height: 230px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -215px;
}
.panel .msgBox .dismiss {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../img/dismiss.png) no-repeat center;
}
.panel .msgBox p {
  margin-bottom: 4em;
  margin-top: 5em;
  font-size: 14px;
  color: #333;
}
.login-footer {
  background-color: #f7f7f7;
  padding: 30px 0;
}
.login-footer .wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.login-footer .wrap .green {
  position: absolute;
  top: 55px;
  left: 190px;
}
.login-footer small {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 30px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-family: ;
}
.login-footer .footer-code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
}
.login-footer .footer-code .code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 226px;
  height: 126px;
  margin-right: 3px;
  background: url(../img/code.png) no-repeat;
  background-size: 100%;
}
.book-footer {
  background-color: #f7f7f7;
  padding: 25px 0 40px 0;
}
.book-footer .wrap {
  width: 1000px;
  margin: 0 auto;
}
.book-footer .wrap .partner .item-title {
  padding-bottom: 12px;
}
.book-footer .wrap .partner .item-title span {
  font-size: 20px;
  font-family: 宋体;
  font-weight: 700;
}
.book-footer .wrap .partner .book-partner {
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.book-footer .wrap .partner .book-partner a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
  font-size: 14px;
  color: #666;
}
.book-footer .wrap .partner .book-partner a:hover {
  color: #f97645;
}
.book-footer .wrap .footer-nav {
  width: 640px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
.book-footer .wrap .footer-nav li {
  float: left;
}
.book-footer .wrap .footer-nav li:last-child a {
  border-right: 0;
}
.book-footer .wrap .footer-nav li a {
  display: inline-block;
  padding: 0 18px;
  border-right: 1px solid #333;
  font-size: 14px;
  color: #333;
  font-weight: bolder;
}
.book-footer .wrap small {
  display: block;
  *display: inline;
  *zoom: 1;
  width: 640px;
  margin: 0 auto;
  padding-top: 34px;
  line-height: 26px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-family: ;
}
.book-footer .footer-code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
}
.book-footer .footer-code .code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 226px;
  height: 126px;
  margin-right: 3px;
  background: url(../img/code.png) no-repeat;
  background-size: 100%;
}
.footer {
  padding: 35px 0;
  background-color: #c8c7cc;
  text-align: center;
  font-family: ;
}
.footer small {
  font-size: 14px;
}
.red {
  color: #e7370c;
}
.orange {
  color: #f97645;
}
.main {
  background-color: #efefef;
}
.banner {
  display: block;
  height: 250px;
  background: url(../img/bg_about.jpg) no-repeat center;
  text-align: center;
}
.banner img {
  width: 1000px;
  height: 250px;
}
.about-wrap {
  width: 1000px;
  min-height: 660px;
  margin: 0 auto;
}
.about-wrap .left {
  min-height: 734px;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 99;
}
.about-wrap .left .about-title {
  width: 180px;
  height: 54px;
  line-height: 54px;
  margin-top: -54px;
  border-radius: 15px 15px 0 0;
  text-align: center;
  background-color: #e7370c;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.about-wrap .left ul li {
  width: 180px;
  font-size: 0;
}
.about-wrap .left ul li a {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  color: #999;
}
.about-wrap .right {
  width: 634px;
  padding: 35px 76px 0 90px;
  box-shadow: 10px 0 20px #f6f6f6 inset;
  min-height: 660px;
  background-color: #ffffff;
  float: left;
  position: relative;
}
.about-wrap .right .sm-icon1 {
  position: absolute;
  right: 26px;
  top: 35px;
  width: 34px;
  height: 52px;
  background: url(../img/icons.png) no-repeat 0 -108px;
}
.about-wrap .right .sm-icon2 {
  position: absolute;
  right: 26px;
  bottom: 93px;
  width: 50px;
  height: 47px;
  background: url(../img/icons.png) no-repeat 0 -160px;
}
.about-wrap .right .item .title,
.about-wrap .right .item .title01,
.about-wrap .right .item .title02 {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 35px;
  color: #e7370c;
  vertical-align: middle;
}
.about-wrap .right .item .title:before,
.about-wrap .right .item .title01:before,
.about-wrap .right .item .title02:before {
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  left: -41px;
  vertical-align: middle;
}
.about-wrap .right .item .title:before {
  background: url(../img/icons.png) no-repeat;
}
.about-wrap .right .item .title01:before {
  background: url(../img/icons.png) no-repeat 0 -36px;
}
.about-wrap .right .item .title02:before {
  background: url(../img/icons.png) no-repeat 0 -72px;
}
.about-wrap .right .item p {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.about-wrap .right .item p img {
  margin-right: 35px;
}
.about-wrap .right #manhuadao .title:before {
  background-position: 0 -36px;
}
.about-wrap .right #manhuadao p {
  text-indent: 2em;
}
.about-wrap .right #declare .title:before {
  background-position: 0 -36px;
}
.about-wrap .right #declare p {
  text-indent: 2em;
}
.about-wrap .right #contact .title:before {
  background-position: 0 -36px;
}
.about-wrap .right #contact p {
  text-indent: 2em;
}
