@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类/公共/全局样式
 */
html {
  background: #fff;
  color: #000;
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family: PingFang SC, Microsoft YaHei;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:focus {
  outline: 0;
}
a,
div {
  color: #333;
}
a {
  margin: 0;
  padding: 0;
  background: 0 0;
  color: #484848;
  vertical-align: baseline;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  color: #e62413;
}

a:active {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

a:focus,
input:focus {
  outline: 0;
}

.input:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

input,
select,
textarea {
  font-size: 100%;
  outline: 0;
  border: none;
}

i {
  font-style: normal;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #666;
}

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

th {
  text-align: inherit;
}

fieldset,
img {
  border: none;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 300;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 300;
}

q:after,
q:before {
  content: '';
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a,
ins {
  text-decoration: none;
}

:focus,
a:focus {
  outline: 0;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.fl,
.fr {
  display: inline;
  font-size: 16px;
  line-height: 42px;
  margin: 0 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.color3 {
  color: #333;
}

.color6 {
  color: #666;
}

.color9 {
  color: #999;
}

.red {
  color: #fc2400;
}

.red-a {
  color: #e44b33;
}

.blue {
  color: #00a7fb;
}

.green {
  color: #00a965;
}

.yellow {
  color: #ffa11f;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

a.btn-gray,
a.btn-red,
a.btn-red-k {
  padding: 0 15px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  min-width: 110px;
  position: relative;
}

a:hover.btn-red,
a:hover.btn-red-k {
  text-decoration: none;
}

a.btn-red {
  background-image: linear-gradient(to left, #f53353, #f65338);
  background-image: -webkit-linear-gradient(right, #f53353, #f65338);
}

a.btn-red-k {
  border: 1px solid #f65338;
  color: #fc2400;
  padding: 0 14px;
  height: 30px;
  line-height: 26px;
}

a.btn-gray {
  background-color: #d1d1d1;
  text-decoration: none;
  cursor: default;
}

a:hover.btn-red {
  background-image: linear-gradient(to left, #e52b4b, #e54938);
  background-image: -webkit-linear-gradient(right, #e52b4b, #e54938);
}

a:hover.btn-red-k {
  color: #d22300;
  background-color: #ffe9e5;
}

.btn-text {
  color: #e44b33;
}

.warp {
  margin: 0;
}

.warp.w10 {
  margin: 40px 0;
}

.container:after,
.container:before,
.main:after,
.main:before,
.warp-main:after,
.warp-main:before,
.warp:after {
  display: table;
  content: ' ';
}

.container,
.main,
.warp-main {
  width: 750pt;
  margin: 0 auto;
  padding: 0;
  position: relative;
  clear: both;
}

.navbar {
  width: 100%;
  min-width: 750pt;
  height: 70px;
  /*border-top: 2px solid #e5472e;*/
  display: block;
  background: rgba(0, 0, 0, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000)\9;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 5px transparent;
}
.navbar .nav {
  position: relative;
}
.navbar .nav ul {
  margin-right: 120px;
}
.my-acount {
  position: absolute;
  top: 15px;
  right: 0;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  width: 90px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
a.my-acount:hover {
  color: #fff;
}
.navbar.top-nav-collapse .my-acount {
  position: absolute;
  top: 15px;
  right: 0;
  border: 1px solid #e62413;
  color: #e62413;
  border-radius: 4px;
  width: 90px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.navbar.top-nav-collapse a.my-acount:hover {
  color: #e62413;
}

.navbar .logo a {
  width: 150px;
  height: 43px;
  display: block;
  margin-top: 12px;
  background: url(../images/logo.png) no-repeat;
  background-size: 150px auto;
}

.navbar.top-nav-collapse .logo a {
  background-position: left -42px;
}

.navbar .logo a img {
  width: 235px;
  height: 100%;
}

.navbar .nav {
  position: relative;
  font-size: 1pc;
}

.navbar .nav span {
  position: absolute;
  top: 23px;
  right: 0;
}

.navbar .nav span a {
  padding: 8px 20px;
  border: 1px solid #bdbdbd;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 3;
}

.navbar .nav span a i {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  display: inline-block;
  margin-right: 3px;
  transform: translate(0px, 4px);
}

.navbar .nav li {
  float: left;
  height: 60px;
  margin: 0 0 0 10px;
  position: relative;
  z-index: 996;
  width: 85px;
}

.navbar .nav li a {
  padding: 0;
  text-decoration: none;
  color: #fff;
  height: 68px;
  line-height: 66px;
  display: inline-block;
  font-size: 1pc;
  position: relative;
  z-index: 88;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-family: 微软雅黑;
}
.navbar .nav li.active {
  display: block;
  border-bottom: 2px solid #e62413;
}
.navbar .nav li.active a {
  color: #e62413;
}
.navbar.top-nav-collapse .nav li.active a {
  color: #e62413;
}
.navbar .nav li:nth-child(1).active,
.navbar .nav li:nth-child(1):hover {
  display: block;
  border-bottom: 2px solid #fff;
}
.navbar .nav li:nth-child(1).active a {
  color: #fff;
}
.navbar.top-nav-collapse .nav li:nth-child(1).active a {
  color: #fff;
}
.navbar.top-nav-collapse {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)\9;
  -ms-box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.navbar.top-nav-collapse .nav li a {
  color: #6c6c6c;
}
.goTop {
  display: inline-block;
  height: 150px;
  width: 60px;
  position: fixed;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  background: #fff;
  visibility: hidden;
  background-size: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  border-radius: 75pt;
  z-index: 998;
}

.goTop.cd-fade-out,
.goTop.cd-is-visible,
.no-touch .goTop:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.goTop.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.goTop.cd-fade-out {
  opacity: 1;
}

.goTop:hover {
  background-color: #fff;
  opacity: 1;
}

.goTop span {
  position: absolute;
  width: 50px;
  height: 66px;
  left: 50%;
  margin-left: -24px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.goTop .ckTop,
.goTop .code,
.goTop .hi {
  background: url(../images/icon.png) no-repeat;
}

.goTop .ckTop {
  bottom: 8px;
  background-position: -36px -50px;
  overflow: hidden;
  text-indent: 100%;
}

.goTop .ckTop:hover {
  background-position: 5px -50px;
}

.goTop .hi {
  top: 76px;
  background-position: -39px -52px;
}

.goTop .hi:hover {
  background-position: 7px -52px;
}

.goTop .code {
  top: 10px;
  background-position: -38px -180px;
}

.goTop .code:hover {
  background-position: 5px -180px;
}

.goTop .box {
  position: absolute;
  background: #fff;
  top: -25px;
  left: -185px;
  display: none;
  padding: 10px 10px 8px;
  animation: 0.3s ease 0s normal none 1 running goTopapp;
  transform-origin: right top 0;
  box-shadow: 0 0 9pt rgba(0, 0, 0, 0.1);
  cursor: default;
  text-align: center;
}

.goTop .box img {
  width: 148px;
  height: 148px;
  display: inline-block;
}

.goTop .box p {
  display: block;
  font-size: 14px;
  color: #999;
  position: relative;
}

.goTop .box.on {
  display: block;
}

.goTop .box i.arrow {
  width: 25px;
  height: 35px;
  position: absolute;
  display: block;
  background: url(../images/sprite.png) no-repeat -23px 10px;
  top: 53px;
  right: -25px;
}

.goTop .box i.line {
  width: 8px;
  height: 1px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
}

.goTop .box i.line.fl {
  left: -1px;
}

.goTop .box i.line.fr {
  right: -1px;
}

.tbox {
  position: absolute;
  display: none;
  padding: 15px;
  margin-left: -10px;
  margin-top: 0;
  z-index: 1000;
}

.tinner {
  padding: 15px;
  border-radius: 0;
  background: #fff url(../images/preload.gif) no-repeat 50% 50%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

#frameless.tinner {
  padding: 0;
}

.tmask {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 999;
}

.tclose,
.tmask {
  position: absolute;
}

.tclose {
  top: 35px;
  right: 35px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(../images/upload-list-delete-btn.png) no-repeat;
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.tclose:hover {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.footer {
  min-width: 750pt;
  background: #3b5069;
  color: #fff;
  padding: 30px 0 56px;
  position: relative;
  bottom: 0;
  z-index: 3;
}

.footer .ft-text {
  width: 750pt;
  margin: 0 auto;
}

.footer .ft-text ul {
  color: #e6f5fd;
  float: left;
  font-family: 微软雅黑;
  font-weight: 300;
}

.footer .ft-text ul li {
  float: left;
  clear: both;
  display: block;
  margin: 5px 0;
}

.footer .ft-text ul li.h {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer .ft-text ul li span {
  cursor: pointer;
}

.footer .ft-text .icon-box {
  margin: 10px 0 0;
  font-size: 9pt;
}

.footer .ft-text .icon-box .box img {
  width: 90pt;
  height: 90pt;
}

.footer .ft-text .icon-box p {
  color: #e6f5fd;
  margin-top: 3px;
}

.footer .ft-text .icon-box .ft-icon {
  width: 39px;
  height: 39px;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}

.footer .ft-text .tel {
  font-size: 30px;
  margin-top: 10px;
}

.footer .ft-text .icon-box p i.line {
  width: 4px;
  height: 1px;
  border-bottom: 1px solid #e6f5fd;
  vertical-align: middle;
  position: relative;
  top: 8px;
}

.footer .ft-text ul li a {
  color: #e6f5fd;
  font-size: 14px;
}

.footer .ft-text ul.list1 li {
  width: auto;
}

.footer .ft-text ul.list2 {
  padding-left: 50px;
}

.footer .ft-text ul li {
  text-align: center;
  width: 5pc;
}
.footer .ft-text ul.list2 li {
  text-align: center;
  width: 6pc;
}

.footer .ft-line {
  width: 1px;
  height: 75pt;
  border-left: 1px solid #fff;
  margin: 10px 10% 0 10%;
  float: left;
}

.footer .ft-line.l2 {
  margin: 0 60px;
}

.footer .ft-icon .box {
  position: absolute;
  background: #fff;
  top: -62px;
  right: -185px;
  display: none;
  padding: 10px 10px 8px;
  animation: 0.3s ease 0s normal none 1 running ftapp;
  transform-origin: left bottom 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.footer .ft-icon .box img {
  width: 148px;
  height: 148px;
  display: inline-block;
}

.footer .ft-icon .box p {
  display: block;
  font-size: 14px;
  color: #999;
}

.footer .ft-icon.on .box {
  display: block;
}

.footer .ft-icon .box i {
  width: 25px;
  height: 35px;
  position: absolute;
  display: block;
  background: url(../images/sprite.png) no-repeat 10px 10px;
  top: 62px;
  left: -18px;
}

.ft-t.bt {
  bottom: 25px;
  left: 4%;
  position: absolute;
  z-index: 9;
  font-size: 14px;
  color: #fff;
  font-family: Microsoft YaHei;
  font-weight: 300;
  letter-spacing: 2px;
  opacity: 0.8;
}

.ft-bt {
  border-top: 1px solid #fff;
  padding-top: 9pt;
  margin-top: 23px;
  opacity: 0.8;
}

.footer .ft-text ul.copyright {
  float: right;
  color: #fff;
  font-size: 9pt;
  line-height: 9pt;
}

.footer .ft-text .ft-bt ul li:first-child {
  border-left: none;
}

.footer .ft-text .ft-bt ul li {
  float: left;
  padding: 0 15px;
  clear: inherit;
  display: inline;
  width: 100%;
}

.footer .ft-text .ft-bt ul li.last {
  padding-right: 0;
}

.preloader {
  background-color: #fff;
  background-image: url(../images/load.gif);
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.clear {
  clear: both;
  height: 0;
}

.page {
  width: 100%;
  text-align: center;
  margin: 0;
}

.page span {
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  font-size: 9pt;
}

.page span.active,
.page span:hover {
  color: rgba(230, 36, 19, 1);
}

.page.infopage span {
  margin: 0 15px;
}

.page.infopage a {
  font-size: 14px;
  color: #999;
  transition: all 0.2s ease 0.3s;
}

.page.infopage a:hover {
  color: #e62413;
}

.page.infopage i {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease 0.3s;
  vertical-align: -8px;
}

.page.infopage i.icon-pre {
  background: url(../images/icon-pre.png) no-repeat 0 0;
  margin-right: 8px;
}

.page.infopage a:hover i.icon-pre {
  background-position: -28px 0;
}

.page.infopage i.icon-next {
  background: url(../images/icon-next.png) no-repeat -28px 0;
  margin-left: 8px;
}

.page.infopage a:hover i.icon-next {
  background-position: 0 0;
}

.error {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  background-size: cover;
}

.error-box {
  height: 315px;
  position: absolute;
  top: 50%;
  margin-top: -125px;
  width: 100%;
}

.error-box .text {
  font-size: 1pc;
  color: #666;
  font-family: PingFang SC, Microsoft YaHei;
}

.error-box .btn {
  margin: 30px 0 55px;
}

.error-box .img img {
  width: 500px;
  height: auto;
}

.error-box .btn a {
  width: 140px;
  height: 36px;
  line-height: 34px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  position: relative;
  overflow: hidden;
  opacity: 1;
}

.error-box .btn a:hover {
  transition-delay: 0s;
  border: 1px solid #e62413;
  text-decoration: none;
  color: #333;
  opacity: 1;
}

.error-box .btn a:hover em {
  color: #fff;
}

.error-box .btn a span {
  background: #e62413;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.error-box .btn a:hover span {
  width: 100%;
}

.error-box .btn a em {
  position: relative;
  z-index: 2;
  font-size: 1pc;
  color: rgba(0, 0, 0, 0.7);
}

.page-body {
  padding-top: 70px;
}

.page-main {
  background: #fff;
  padding: 60px 60px;
  text-align: justify;
  font-family: '微软雅黑';
}

.page-main .title {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.page-main .title h2 {
  min-width: 178px;
  font-size: 30px;
  margin-bottom: 3px;
  display: inline-block;
  color: #333;
}

.page-main .title h2 i {
  font-size: 16px;
  line-height: 42px;
  color: #999;
}

.page-main .title h2 i.fl {
  margin-right: 10px;
}

.page-main .title h2 i.fr {
  margin-left: 10px;
}

.page-main .title p {
  font-size: 16px;
  color: #999;
}

.page-main .info {
  min-height: 600px;
  clear: both;
  font-size: 14px;
  margin-top: 50px;
  line-height: 24px;
  color: #666;
}

.page-main .info h3 {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px dashed #e4e4e4;
  font-size: 20px;
  color: #333;
  margin-bottom: 25px;
  line-height: 26px;
}

.page-main .info h4,
.page-main .info .h4 {
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.page-main .info h3 span,
.page-main .info h4 span,
.page-main .info h5 span {
  color: #999;
  margin-left: 10px;
}

.page-main .table {
  margin: 20px 0 40px;
  width: 100%;
}

.page-main .table .firstTr th {
  background: #fbfbfb;
}

.page-main .table td,
.page-main .table th {
  font-size: 14px;
  color: #666;
  border: 1px solid #e4e4e4;
  line-height: 28px;
  text-align: center;
  padding: 5px;
}

.page-main .table td.tl {
  text-align: left;
}
