@charset "utf-8";
*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 0px;
}

body,
button,
input,
select,
textarea {
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center;
}

body {
  position: relative;

  box-sizing: border-box;
  height: auto;
  width: 100%;
  min-width: 1200px;
  font-family: "Microsoft YaHei", arial, tahoma, \5b8b\4f53, sans-serif;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
  background-repeat: repeat;
  background-color: #fbfbfb;
  color: #666;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  color: #333;
  font-family: "PingFang SC", "微软雅黑", "YaHei", "黑体", "Hei", Tahoma,
    Helvetica, arial, sans-serif;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol,
li {
  list-style: none;
  font-size: 0px;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  display: inline-block;
  background-color: transparent;
}

a {
  color: #858585;
}

a:hover {
  color: #990000;
}

p {
  font-size: 13px;
  line-height: 1.6;
  color: #353535;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* 必要布局样式css */
.gradient-primary {
  background-color: #2b2b2b;
  background-image: -moz-linear-gradient(
    75deg,
    #ff7e00 0%,
    #ff3f00 53%,
    #ff0000 100%
  );
  background-image: -webkit-linear-gradient(
    75deg,
    #ff7e00 0%,
    #ff3f00 53%,
    #ff0000 100%
  );
  background-image: -ms-linear-gradient(
    75deg,
    #ff7e00 0%,
    #ff3f00 53%,
    #ff0000 100%
  );
  background-image: linear-gradient(
    75deg,
    #ff7e00 0%,
    #ff3f00 53%,
    #ff0000 100%
  );
}

.ui-btn {
  display: inline-block;
  padding: 6px 12px;
  line-height: 18px;
  border: 1px solid #2b2b2b;
  border-radius: 3px;
  color: #2b2b2b;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-a {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  display: inline-block;
}

.layout-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff3f00;
}
@media screen and (max-width: 1200px) {
  .layout-a {
    width: 100%;
  }
  .layout-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.browser-tip p {
  text-align: center;
  color: #fff;
}

.mod-topbar {
  width: 100%;

  height: 28px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  background-color: rgba(0, 0, 0, 0.7);
  padding: 6px 0;
  font-size: 12px;
  line-height: 16px;
  color: #a1a1a1;
  transition: all 0.4s;
  position: fixed;
  z-index: 1002;
}

.mod-topbar a {
  color: #fff;
  padding: 0 10px;
}

.mod-topbar .login,
.mod-topbar .user-info {
  float: right;
}
.mod-topbar .login {
  text-align: right;
  width: 300px;
  display: inline-block;
}
.mod-topbar .user-info a {
  border-left: 1px solid #999;
}

.mod-topbar .user-info a:first-child {
  border-left: none;
}

.mod-topbar .user-info a:hover {
  color: #fff;
}

.mod-header,
.mod-header .logo a,
.mod-header .logo .logo-img,
.mod-header .nav,
.mod-header .nav-start-btn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.mod-header {
  width: 100%;
  height: 92px;

  z-index: 1000;
  position: fixed;
  margin-top: 28px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}

.mod-header .logo {
  float: left;
  padding: 18px 0;

  overflow: hidden;
}

.mod-header .logo a {
  display: block;
  height: 56px;
  text-decoration: none;
  line-height: 56px;
}

.mod-header .logo .logo-img {
  height: 62px;
  width: 212px;
  vertical-align: middle;
}

.mod-header .nav {
  float: right;
  margin-right: 0px;
  top: 0;
  padding: 28px 0;
}

.mod-header .nav > li {
  float: left;
  position: relative;
  margin: 0 5px;
  z-index: 1100;
}

.mod-header .nav > li > a {
  display: block;
  height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 24px;
}

.mod-header .nav > li.active > a,
.mod-header .nav > li.active > a:hover {
  color: #f0f0f0;
  background: #333333;
}

.mod-header .nav > li > a:hover {
  color: #f0f0f0;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.4);
}

.mod-header .nav .sub-nav {
  opacity: 0;
  display: none;
  filter: alpha(opacity=0);
  position: absolute;
  top: 104px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  border-top: 2px solid #333333;
  background: #f0f0f0;
  z-index: 1000;
}

.mod-header .nav .sub-nav:after {
  content: "";
  color: #ff0000;
  position: absolute;
  top: -14px;
  left: 50%;
  height: 6px;
  width: 6px;
  margin-left: -6px;
  z-index: 1100;
  overflow: hidden;
  border-width: 6px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #2b2b2b;
}

.mod-header .nav .sub-nav > li > a {
  display: block;
  padding: 10px 24px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  color: #333;
  text-decoration: none;
}

.mod-header .nav .sub-nav > li > a:hover {
  color: #fff;
  background: #2b2b2b;
  border-top-color: #2b2b2b;
}

.mod-header .nav > .new:after {
  content: "新";
  text-align: center;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: #f00;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}

.mod-header .nav-start-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 20px;
  margin: 24px 0;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.is-fixed.mod-header {
  position: fixed;
  margin-top: 28px;
  top: 0;
  height: 56px;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.is-fixed.mod-header .logo {
  padding: 0 20px;
}

.is-fixed.mod-header .logo-img {
  height: 40px;
  width: 140px;
  margin-left: 0px;
}

.is-fixed.mod-header .nav {
  padding: 10px 0;
}

.is-fixed.mod-header .nav-start-btn {
  margin: 6px 0;
}

.ui-art,
.ui-arb {
  position: relative;
  display: inline-block;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: dashed dashed solid;
  border-color: transparent;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
.mod-header .nav > li > a {
  display: block;
  height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 24px;
}
.ui-arb {
  border-color: #888 transparent transparent;
  top: 2px;
}

.ui-arb {
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
}
.ui-arb.open {
  -webkit-transform: translateY(-4px) rotate(180deg);
  -moz-transform: translateY(-4px) rotate(180deg);
  transform: translateY(-4px) rotate(180deg);
}
.t-tel {
  font-family: "PingFang SC", "微软雅黑", "YaHei", "黑体", "Hei", Tahoma,
    Helvetica, arial, sans-serif;
  background-color: #990000;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-weight: bolder;
  font-size: 14px;
  color: #ffffff;
}
.f-r {
  float: right;
}
.f-l {
  float: left;
}
.clear {
  clear: both;
}
.divbottom1 {
  font-size: 12px;
  width: 690px;
  height: auto;
  color: #999999;
}
.divbottomli1 {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 50px;
}
.divbottomli1 > a:link,
.divbottomli1 > a:visited {
  color: #999999;
  font-size: 12px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.3s ease 0s;
}
.divbottomli1 > a:hover {
  color: #ac0000;
  font-size: 12px;
  text-decoration: none;
  text-shadow: #000 3px 4px 5px;
  padding-left: 3px;
  padding-right: 3px;
}
.divbottomli2 {
  width: 90px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  background-color: #ad2121;
}
.divbottomli3 {
  width: 600px;
  height: 1px;
  overflow: hidden;
  display: inline-block;
  background-color: rgb(139, 139, 139);
}
.divbottomli4 {
  width: 90px;
  height: auto;
  vertical-align: top;
  padding-top: 40px;
  display: inline-block;
  overflow: hidden;
}
.divbottomli5 {
  width: 600px;
  padding-top: 30px;
  height: 149px;
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
  text-align: left;
}
.divbottomli5 > p {
  line-height: 40px;
  margin-left: 80px;
  font-size: 12px;
  color: #777777;
}
.divclassbtn {
  margin-top: 0px;
  width: 1200px;
  height: auto;
  text-align: center;
}
.bottom4 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #111111;
}
.aboutuskey {
  width: 1200px;
  background-color: #111111;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.divlm1 {
  width: 100%;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  height: auto;
}
.divlm2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.divlm3 {
  width: 1200px;
  height: auto;
}

.divlm3 > ul > li > a {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑,
    STHeiti, MingLiu;
  display: block;
  height: 35px;

  font-size: 22px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #3a3a3a;
}
.divlm4 {
  width: 650px;
  text-align: left;
  height: auto;
  font-size: 12px;
  line-height: 24px;
  color: #8b8b8b;
}

.divlm3 > ul > li > a:hover {
  display: block;
  height: 35px;
  text-decoration: none;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #000000;
}
.divlmtxt1 {
  font-size: 12px;
  font-family: "Arial Narrow", Arial, sans-serif;
  color: #b2b2b2;
  height: 35px;
  line-height: 35px;
}
.divlmtxt2 {
  font-size: 12px;
  font-family: "Arial Narrow", Arial, sans-serif;
  display: inline-block;
  line-height: 24px;
}
.divlmtxt3 {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑,
    STHeiti, MingLiu;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.divlmbtnli {
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

#divcp {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  width: 368px;
  height: auto;
  margin-left: 14px;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
#divcp li img {
  cursor: pointer;
  transition: all 0.4s;
}
#divcp li img:hover {
  transform: scale(1.03);
}
.cptitle {
  font-size: 22px;
  line-height: 52px;
  color: #000000;
  border: solid 0px #bebebe;
  border-bottom-width: 1px;
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑,
    STHeiti, MingLiu;
}
#DowText {
  width: 100%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: right;
  color: #787878;
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
#DowText a:link {
  color: #787878;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
#DowText a:hover {
  color: #990000;
  text-decoration: none;
  padding-left: 3px;
}
.cplink {
  font-size: 12px;
  width: 100%;
  height: 40px;
  background-color: #e0e0e0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
.cplink > a:link,
.cplink > a:visited,
.cplink > a:active {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑,
    STHeiti, MingLiu;
  font-weight: bold;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
}
.cplink > a:hover {
  font-size: 14px;
  color: #8a0101;
  transition: all 1s ease 0s;
}

.divxc {
  border: 0px solid #dfdfdf;
  background-color: #ffffff;
  width: 368px;
  height: 240;
  margin-left: 14px;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
  overflow: hidden;
}
.nsdiv {
  width: 560px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nsdiv:hover .nsdivli1 {
  background-color: #a10101;
  color: #ffffff;
}
.nsdiv:hover {
  background-color: #f7f7f7;
}
.nsdivli1 {
  width: 80px;
  height: 74px;
  background-color: #5c5d5d;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nsdivli2 {
  width: 454px;
  height: 30px;
  text-align: left;
  margin-left: 26px;

  font-size: 12px;
}
.nsdivli2 > a:link {
  font-weight: bold;
  font-size: 14px;
  color: #2b2b2b;
}
.nsdivli2 > a:hover {
  font-size: 14px;
  color: #aa0303;
}
.nsdivli3 {
  width: 454px;
  height: 44px;
  line-height: 22px;
  text-align: left;
  margin-left: 26px;
  color: #999999;
  font-size: 12px;
}
.nsdate1 {
  font-size: 28px;
  color: #e4e4e4;
  border-bottom: 1px solid;
  line-height: 49px;
}
.nsdate2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #e4e4e4;
  line-height: 24px;
}
.nslidata {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-top: 28px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslidata:hover .nslidate0,
.nslidata:hover .nslidate1,
.nslidata:hover .nslidate2 {
  background-color: #bb0000;
  color: #ffffff;
}
.nslidata:hover {
  background-color: #f7f7f7;
}
.nslidate0 {
  width: 220px;
  height: 170px;
  margin-right: 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslidate1 {
  font-size: 56px;
  color: #3f3f3f;
  border-bottom: 1px solid #b1b1b1;
  line-height: 110px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslidate2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 60px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslititle {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3f3f3f;
}
.nslicn {
  display: inline-block;

  width: 68%;
  text-align: left;
  line-height: 30px;
  font-size: 12px;
  color: #888888;
}
.nslititle > a:link,
.nslititle > a:visited {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑,
    STHeiti, MingLiu;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslititle > a:hover {
  color: #b60000;
  text-decoration: none;
  padding-left: 5px;
}
/* ------按钮样式 */
a.animBtn:link,
a.animBtn:visited {
  font-family: "宋体", "HelveticaNeue", "Helvetica-Neue", "Helvetica", "Arial",
    sans-serif;
  position: relative;
  display: block;
  width: 180px;
  margin: 10px 10px 10px 10px;
  padding: 10px 15px;
  border: 1px solid rgb(204, 204, 204);
  background: rgba(24, 24, 24, 0);
  color: rgb(37, 37, 37);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.08em;
  /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
a.animBtn.themeC:link,
a.animBtn.themeC:visited {
  font-family: "宋体", "HelveticaNeue", "Helvetica-Neue", "Helvetica", "Arial",
    sans-serif;
  position: relative;
  display: block;
  width: 180px;
  margin: 10px 10px 10px 10px;
  padding: 10px 15px;
  border: 1px solid rgb(140, 0, 0);
  background: rgba(148, 0, 0, 0.966);
  color: rgb(228, 224, 224);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.08em;
  /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
a.animBtn:link:after,
a.animBtn:visited:after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 #0099ad;

  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.animBtn:link:hover,
a.animBtn:visited:hover {
  color: rgb(255, 255, 255);
  text-shadow: none;
}
a.animBtn:link:hover:after,
a.animBtn:visited:hover:after {
  height: 520%;
}

a.animBtn.themeA:after {
  background: none repeat scroll 0 0 #303030;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
a.animBtn.themeB:after {
  background: none repeat scroll 0 0 #303030;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
a.animBtn.themeC:after {
  background: none repeat scroll 0 0 #c20000cb;
  opacity: 0.5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.animBtn.themeC:hover:after {
  height: 140%;
  opacity: 1;
}
a.animBtn.themeD:after {
  background: none repeat scroll 0 0 #303030;
  width: 0%;
  border-radius: 50%;
  opacity: 0.5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.animBtn.themeD:hover:after {
  height: 450%;
  width: 110%;

  opacity: 1;
}

/* end按钮样式 */
