@charset "utf-8";
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
/*table{border-collapse:collapse;border-spacing:0;padding:0; }
caption,th{text-align:left;font-weight:normal; }*/
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
select {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input,
textarea {
  overflow: auto;
  resize: none;
  font-family: "Microsoft YaHei", Arial;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
/* CSS Document */

body {
  padding: 0px;
  margin: 0px;
  font-family: "Microsoft YaHei", Arial;
}
html,
body {
  font-size: 16px;
}
@media only screen and (max-width: 1680px) {
  html,
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1480px) {
  html,
  body {
    font-size: 12px;
  }
}

.a-fdB {
  -webkit-animation: 1s ease-out backwards;
  -moz-animation: 1s ease-out backwards;
  -ms-animation: 1s ease-out backwards;
  animation: 1s ease-out backwards;
}
.a-fdB {
  -webkit-animation-name: fdB;
  -moz-animation-name: fdB;
  -ms-animation-name: fdB;
  animation-name: fdB;
}

@-webkit-keyframes fdB {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fdB {
  0% {
    opacity: 0;
    -moz-transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fdB {
  0% {
    opacity: 0;
    -ms-transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fdB {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.margin {
  margin: 0px auto;
}
.hidden {
  overflow: hidden;
}
.width1200 {
  max-width: 1200px;
  width: 90%;
}
.bg_q {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
video,
textarea {
  vertical-align: middle;
}
section.i_md {
  width: 100%;
  overflow: hidden;
  position: relative;
}
i.md {
  position: absolute;
  margin-top: -6rem;
  z-index: 0;
}
/* top_bg */
.top_h,
.top_bg,
.top_bg .width1200,
.top_bg .width1200 a.logo,
.top_bg .width1200 .yy {
  height: 6rem;
}
.top_h {
  width: 100%;
  overflow: hidden;
}
.top_bg {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #ffffff;
}
.top_bg .width1200 {
  max-width: 1680px;
}
.top_bg .width1200 a.logo,
.top_bg .width1200 .yy {
  display: flex;
  align-items: center;
}
.top_bg .width1200 a.logo {
  float: left;
}
.top_bg .width1200 a.logo img {
  max-height: 3rem;
}

.top_bg .width1200 .yy {
  float: right;
  font-size: 1.125rem;
  color: #333333;
}
.top_bg .width1200 .yy a {
  color: #333333;
}
.top_bg .width1200 .yy a:hover {
  color: #305aff;
}
.top_bg .width1200 .yy i {
  margin: 0px 0.75rem;
}

/*xx_banner*/
.xx_banner {
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
.xx_banner .width1200 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 31.25rem;
}
.xx_banner .width1200 div {
  width: 100%;
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
}
.banner_xxpl .width1200 div {
  color: #333333;
}

.xx_lm {
  text-align: center;
  line-height: 4rem;
}
.xx_lm a {
  font-size: 1rem;
  color: #999999;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  padding: 0px 0.75rem;
  display: inline-block;
  margin: 0px 1.5rem;
}
.xx_lm a.on,
.xx_lm a:hover {
  border-bottom: 4px solid #305aff;
  color: #333333;
}

.ssl_lm {
  position: fixed;
  top: 6rem;
  border-top: 1px solid #999999;
  background-color: #ffffff;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
.ssl_lm.x {
  opacity: 1;
  z-index: 99;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.5s ease;
}
.ssl_lm ul {
  text-align: center;
  line-height: 4rem;
}
.ssl_lm ul li {
  font-size: 1rem;
  color: #999999;
  cursor: pointer;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  padding: 0px 0.75rem;
  display: inline-block;
  margin: 0px 1.5rem;
}
.ssl_lm ul li.active {
  border-bottom: 4px solid #305aff;
  color: #333333;
}

.ssl_bg {
  width: 100%;
  overflow: hidden;
}

/*tzzgx_sshq*/
.tzzgx_sshq {
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
}
.tzzgx_sshq .width1200 {
  padding: 3rem 0px;
}
.tzzgx_sshq .width1200 .hidden.t {
  margin-bottom: 1.5rem;
}
.tzzgx_sshq .width1200 .hidden.t ul.l,
.tzzgx_sshq .width1200 .hidden.t ul.l li {
  overflow: auto;
}
.tzzgx_sshq .width1200 .hidden.t ul.l {
  float: left;
  width: 45%;
}
.tzzgx_sshq .width1200 .hidden.t ul.l li.n {
  font-size: 2.25rem;
  color: #333333;
  font-weight: bold;
}
.tzzgx_sshq .width1200 .hidden.t ul.l li.x {
  font-size: 1.125rem;
  color: #333333;
  margin-top: 2rem;
}
.tzzgx_sshq .width1200 .hidden.t ul.l li.j {
  color: #333333;
  margin-top: 1.5rem;
}
.tzzgx_sshq .width1200 .hidden.t ul.l li.j i {
  font-size: 1.125rem;
}
.tzzgx_sshq .width1200 .hidden.t ul.l li.j span {
  font-size: 3.75rem;
  margin-left: 1rem;
}
.tzzgx_sshq .width1200 .hidden.t ul.l li.s {
  font-size: 1.5rem;
  color: #ff0000;
  margin-top: 0.5rem;
}
.tzzgx_sshq .width1200 .hidden.t ul.l li.r {
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.5;
  margin-top: 1.5rem;
}

.tzzgx_sshq .width1200 .hidden.t div.r {
  float: right;
  width: 50%;
  text-align: center;
}
.tzzgx_sshq .width1200 .hidden.f {
  font-size: 0.875rem;
  color: #999999;
}

.tzzgx_xx {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tzzgx_xx .width1200 {
  position: relative;
  z-index: 2;
  height: 20rem;
  display: flex;
  align-items: center;
}
.tzzgx_xx .width1200 .bg {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.tzzgx_xx .width1200 .bg div {
  display: inline-grid;
  width: 42%;
  margin: 0px 3%;
}
.tzzgx_xx .width1200 .bg div dd {
  font-size: 1.875rem;
  font-weight: bold;
}
.tzzgx_xx .width1200 .bg div dl {
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 0.5rem;
  min-height: 4.5rem;
}

.tzzgx_xxpl {
  padding: 7.5rem 0px;
}
.tzzgx_xxpl .tit {
  font-size: 2.25rem;
  font-weight: bold;
  color: #333333;
}
.tzzgx_xxpl .zhaogu {
  overflow: hidden;
  margin-top: 2.5rem;
}
.tzzgx_xxpl .zhaogu ul,
.tzzgx_xxpl .zhaogu ul li {
  overflow: hidden;
}
.tzzgx_xxpl .zhaogu ul {
  border-top: 1px solid #eeeeee;
}
.tzzgx_xxpl .zhaogu ul li {
  border-bottom: 1px solid #eeeeee;
}
.tzzgx_xxpl .zhaogu ul li a {
  display: block;
  overflow: hidden;
  padding: 1rem 0px;
  position: relative;
  transition: all 0.5s ease;
}
.tzzgx_xxpl .zhaogu ul li a:hover {
  background-color: #f6f6f6;
  transition: all 0.5s ease;
}
.tzzgx_xxpl .zhaogu ul li a div.l {
  position: absolute;
  left: 0px;
  width: 8.75rem;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
}
.tzzgx_xxpl .zhaogu ul li a div.l div {
  width: 100%;
  color: #999999;
  text-align: center;
}
.tzzgx_xxpl .zhaogu ul li a:hover div.l div {
  color: #305aff;
}
.tzzgx_xxpl .zhaogu ul li a div.l div dd {
  font-size: 2.25rem;
  font-weight: bold;
}
.tzzgx_xxpl .zhaogu ul li a div.l div dl {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.tzzgx_xxpl .zhaogu ul li a div.c {
  border-left: 1px solid #eeeeee;
  margin-left: 8.75rem;
  padding: 1.5rem 6rem 1.5rem 5%;
  font-size: 1.125rem;
  line-height: 2;
}
.tzzgx_xxpl .zhaogu ul li a div.c dd {
  color: #999999;
}
.tzzgx_xxpl .zhaogu ul li a:hover div.c dd {
  color: #305aff;
}
.tzzgx_xxpl .zhaogu ul li a div.c dl {
  color: #333333;
}
.tzzgx_xxpl .zhaogu ul li a div.r {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 5rem;
  background: url(../images/tb.png) no-repeat scroll center;
  background-size: 2.5rem;
  right: 0px;
}

.tzzgx_xxpl .zhaogu .more {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  color: #999999;
}
.tzzgx_xxpl .zhaogu .more a {
  color: #305aff;
}
.tzzgx_xxpl .zhaogu .more a:hover {
  text-decoration: underline;
}

.tzzgx_xxpl .lanren {
  overflow: hidden;
  margin-top: 2.5rem;
}
.tzzgx_xxpl .lanren ul,
.tzzgx_xxpl .lanren ul li {
  overflow: hidden;
}
.tzzgx_xxpl .lanren ul {
  border-top: 1px solid #eeeeee;
}
.tzzgx_xxpl .lanren ul li {
  border-bottom: 1px solid #eeeeee;
}
.tzzgx_xxpl .lanren ul li a {
  display: block;
  overflow: hidden;
  padding: 1rem 0px;
  position: relative;
  transition: all 0.5s ease;
}
.tzzgx_xxpl .lanren ul li a:hover {
  background-color: #f6f6f6;
  transition: all 0.5s ease;
}
.tzzgx_xxpl .lanren ul li a div.l {
  position: absolute;
  left: 0px;
  width: 8.75rem;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
}
.tzzgx_xxpl .lanren ul li a div.l div {
  width: 100%;
  color: #999999;
  text-align: center;
}
.tzzgx_xxpl .lanren ul li a:hover div.l div {
  color: #305aff;
}
.tzzgx_xxpl .lanren ul li a div.l div dd {
  font-size: 2.25rem;
  font-weight: bold;
}
.tzzgx_xxpl .lanren ul li a div.l div dl {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.tzzgx_xxpl .lanren ul li a div.c {
  border-left: 1px solid #eeeeee;
  margin-left: 8.75rem;
  padding: 1.5rem 6rem 1.5rem 5%;
  font-size: 1.125rem;
  line-height: 2;
}
.tzzgx_xxpl .lanren ul li a div.c dd {
  color: #999999;
}
.tzzgx_xxpl .lanren ul li a:hover div.c dd {
  color: #305aff;
}
.tzzgx_xxpl .lanren ul li a div.c dl {
  color: #333333;
}
.tzzgx_xxpl .lanren ul li a div.r {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 5rem;
  background: url(../images/tb.png) no-repeat scroll center;
  background-size: 2.5rem;
  right: 0px;
}

.tzzgx_xxpl .lanren .more {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  color: #999999;
}
.tzzgx_xxpl .lanren .more a {
  color: #305aff;
}
.tzzgx_xxpl .lanren .more a:hover {
  text-decoration: underline;
}

.tzzgx_gxll {
  background: url(../images/tzzgx_gxll.jpg) no-repeat scroll center top #ffffff;
  width: 100%;
  overflow: hidden;
}
.tzzgx_gxll .width1200 {
  padding: 5.5rem 0px;
}
.tzzgx_gxll .width1200 .tit {
  text-align: center;
  color: #333333;
}
.tzzgx_gxll .width1200 .tit dd {
  font-size: 2.25rem;
  font-weight: bold;
}
.tzzgx_gxll .width1200 .tit dl {
  font-size: 1rem;
  line-height: 2;
  margin-top: 0.5rem;
}

.tzzgx_gxll .width1200 form {
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  margin: 3rem auto 0px;
  max-width: 42.5rem;
  width: 90%;
  padding: 2rem 5%;
  overflow: hidden;
}
.tzzgx_gxll .width1200 form div.x {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  color: #333333;
  font-weight: bold;
  padding-bottom: 1rem;
}
.tzzgx_gxll .width1200 form div.x i {
  position: absolute;
  bottom: 0px;
  height: 4px;
  width: 2.25rem;
  background-color: #305aff;
  left: 50%;
  margin-left: -1.125rem;
}
.tzzgx_gxll .width1200 form div.form-group {
  float: left;
  width: 100%;
  margin-top: 1.5rem;
}
.tzzgx_gxll .width1200 form div#xingshi,
.tzzgx_gxll .width1200 form div#mingzi {
  width: 47%;
}
.tzzgx_gxll .width1200 form div#xingshi label,
.tzzgx_gxll .width1200 form div#mingzi label {
  width: 25%;
}
.tzzgx_gxll .width1200 form div#xingshi div,
.tzzgx_gxll .width1200 form div#mingzi div {
  width: 70%;
}
.tzzgx_gxll .width1200 form div#xingshi div input,
.tzzgx_gxll .width1200 form div#mingzi div input {
  padding: 0px 5%;
  width: 90%;
}
.tzzgx_gxll .width1200 form div#mingzi {
  float: right;
}
.tzzgx_gxll .width1200 form div.form-group label {
  display: block;
  float: left;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  width: 18%;
  text-align: right;
  line-height: 2.5rem;
}
.tzzgx_gxll .width1200 form div.form-group label i {
  color: #ff0000;
}
.tzzgx_gxll .width1200 form div.form-group div {
  float: right;
  width: 81%;
  border: 1px solid #eeeeee;
}
.tzzgx_gxll .width1200 form div.form-group div input {
  border: 0px;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0px 2%;
  width: 96%;
  outline: none;
}
.tzzgx_gxll .width1200 form div.form-group div select {
  border: 0px;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0px 2%;
  width: 100%;
  outline: none;
}
.tzzgx_gxll .width1200 form div.form-group div textarea {
  height: 9rem;
  border: 0px;
  padding: 0.5rem 2%;
  width: 96%;
  outline: none;
  line-height: 1.75;
}
.tzzgx_gxll .width1200 form div.button {
  float: left;
  width: 100%;
  margin-top: 2rem;
}
.tzzgx_gxll .width1200 form div.button div {
  float: right;
  width: 86%;
  overflow: hidden;
}
.tzzgx_gxll .width1200 form div.button div dl {
  float: left;
  height: 2.5rem;
  width: 70%;
}
.tzzgx_gxll .width1200 form div.button div dl input,
.tzzgx_gxll .width1200 form div.button div dl span {
  display: block;
  float: left;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}
.tzzgx_gxll .width1200 form div.button div dl input {
  background-color: #f5f5f5;
  font-size: 1rem;
  color: #999999;
  outline: none;
  border: 0px;
  width: 48%;
  padding: 0px 4%;
}
.tzzgx_gxll .width1200 form div.button div dl span {
  background-color: #999999;
  width: 27%;
  text-align: center;
  margin-left: 5%;
}

.tzzgx_gxll .width1200 form div.button div button {
  float: right;
  height: 2.5rem;
  border: 0px;
  width: 25%;
  max-width: 7.5rem;
  display: block;
  background-color: #d6deff;
  color: #ffffff;
  font-size: 1rem;
}
.tzzgx_gxll .width1200 form div.button div button:hover {
  background-color: #305aff;
}

/*xx_foot_bg*/
.xx_foot_bg {
  width: 100%;
  overflow: hidden;
  background-color: #eeeeee;
}
.xx_foot_bg .width1200 {
  padding: 3rem 0px;
}
.xx_foot_bg .width1200 .hidden.l {
  float: left;
  font-size: 1rem;
  color: #999999;
  line-height: 2;
  width: 55%;
}
.xx_foot_bg .width1200 .hidden.l a {
  color: #999999;
}
.xx_foot_bg .width1200 .hidden.l a:hover {
  color: #305aff;
}

.xx_foot_bg .width1200 .hidden.r {
  float: right;
  font-size: 1rem;
  line-height: 2;
  padding-left: 2.75rem;
  background: url(../images/dz.png) no-repeat scroll left 0.5rem;
  background-size: 1.125rem auto;
  max-width: 35%;
}
.xx_foot_bg .width1200 .hidden.r dd {
  color: #999999;
}
.xx_foot_bg .width1200 .hidden.r dl {
  color: #333333;
}

/*信息披露*/
.xxpl_bg {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.xxpl_bg .width1200 {
  padding: 3rem 0px 7.5rem;
}
.xxpl_bg .width1200 .tit {
  text-align: center;
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
}
.xxpl_bg .width1200 .nav {
  text-align: center;
  margin-top: 2rem;
}
.xxpl_bg .width1200 .nav a {
  display: inline-block;
  font-size: 1rem;
  color: #333333;
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0px 1.5rem;
  border-radius: 3rem;
}
.xxpl_bg .width1200 .nav a:hover {
  color: #305aff;
}
.xxpl_bg .width1200 .nav a.on {
  background-color: #305aff;
  color: #ffffff;
}

.xxpl_bg .width1200 .rq {
  margin-top: 3.5rem;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.xxpl_bg .width1200 .rq a {
  display: inline-block;
  color: #999999;
  padding: 1.5rem 0px;
  font-weight: bold;
  margin-right: 1.5rem;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.xxpl_bg .width1200 .rq a:hover {
  color: #305aff;
}
.xxpl_bg .width1200 .rq a.on {
  color: #305aff;
  border-bottom: 4px solid #305aff;
}

.xxpl_bg .width1200 .so {
  margin-bottom: 1.5rem;
  background-color: #eeeeee;
  height: 2.5rem;
  position: relative;
  z-index: 9;
  padding: 0.75rem 1.5rem;
}
.xxpl_bg .width1200 .so div.l {
  float: left;
  width: 21%;
  height: 2.5rem;
  position: relative;
  z-index: 2;
}
.xxpl_bg .width1200 .so div.l dd {
  font-size: 0.875rem;
  color: #999999;
  line-height: 2.5rem;
  background-color: #ffffff;
  padding: 0px 5%;
}
.xxpl_bg .width1200 .so div.l dl {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14);
  display: none;
}
.xxpl_bg .width1200 .so div.l:hover dl {
  display: block;
}
.xxpl_bg .width1200 .so div.l dl a {
  display: block;
  font-size: 0.875rem;
  line-height: 2;
  padding: 0px 5%;
  color: #999999;
}
.xxpl_bg .width1200 .so div.l dl a:hover {
  background-color: #305aff;
  color: #ffffff;
}

.xxpl_bg .width1200 .so div.c {
  float: left;
  width: 33.5%;
  margin-left: 0.875%;
  line-height: 2.5rem;
  overflow: hidden;
  position: relative;
}
.xxpl_bg .width1200 .so div.c input {
  border: 0px;
  height: 2.5rem;
  line-height: 2.5rem;
  outline: none;
  width: 43%;
  padding: 0px 2%;
}
.xxpl_bg .width1200 .so div.c input.l {
  float: left;
}
.xxpl_bg .width1200 .so div.c input.r {
  float: right;
}
.xxpl_bg .width1200 .so div.c i {
  position: absolute;
  width: 0.5rem;
  height: 1px;
  background-color: #999999;
  top: 50%;
  margin-top: -0.5px;
  left: 50%;
  margin-left: -0.25rem;
}

.xxpl_bg .width1200 .so div.r {
  float: right;
  width: 44%;
  background-color: #ffffff;
}
.xxpl_bg .width1200 .so div.r form {
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 2.5rem;
}
.xxpl_bg .width1200 .so div.r form input {
  border: 0px;
  height: 2.5rem;
  line-height: 2.5rem;
  outline: none;
  width: 94%;
  padding: 0px 3%;
  font-size: 0.875rem;
  color: #999999;
}
.xxpl_bg .width1200 .so div.r form button {
  position: absolute;
  right: 0px;
  height: 2.5rem;
  width: 2.5rem;
  background: url(../images/so.png) no-repeat scroll center;
  background-size: auto 1rem;
  border: 0px;
}
.xxpl_bg .width1200 .so div.r form button:hover {
  background-image: url(../images/so2.png);
}

.xxpl_bg .width1200 .zj {
  font-size: 0.875rem;
  color: #999999;
  line-height: 2;
  margin-bottom: 1rem;
}
.xxpl_bg .width1200 .fl {
  margin-bottom: 0.75rem;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 2.2;
}
.xxpl_bg .width1200 .fl a {
  display: block;
  float: left;
  padding: 0px 0.75rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  color: #999999;
  background-color: #eeeeee;
}
.xxpl_bg .width1200 .fl a.on,
.xxpl_bg .width1200 .fl a:hover {
  background-color: #305aff;
  color: #ffffff;
}

.xxpl_bg .width1200 ul.lb,
.xxpl_bg .width1200 ul.lb li {
  overflow: hidden;
}
.xxpl_bg .width1200 ul.lb {
  border-top: 1px solid #eeeeee;
  margin-bottom: 2.5rem;
}
.xxpl_bg .width1200 ul.lb li {
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}
.xxpl_bg .width1200 ul.lb li a {
  display: block;
  overflow: hidden;
  padding: 1rem 0px;
  position: relative;
  transition: all 0.5s ease;
}
.xxpl_bg .width1200 ul.lb li a:hover {
  background-color: #f1f1f1;
  transition: all 0.5s ease;
}
.xxpl_bg .width1200 ul.lb li a div.l {
  position: absolute;
  left: 0px;
  width: 8.75rem;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
}
.xxpl_bg .width1200 ul.lb li a div.l div {
  width: 100%;
  color: #999999;
  text-align: center;
}
.xxpl_bg .width1200 ul.lb a:hover div.l div {
  color: #305aff;
}
.xxpl_bg .width1200 ul.lb a div.l div dd {
  font-size: 2.25rem;
  font-weight: bold;
}
.xxpl_bg .width1200 ul.lb a div.l div dl {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.xxpl_bg .width1200 ul.lb a div.c {
  border-left: 1px solid #eeeeee;
  margin-left: 8.75rem;
  padding: 1.5rem 6rem 1.5rem 5%;
  font-size: 1.125rem;
  line-height: 2;
}
.xxpl_bg .width1200 ul.lb a div.c dd {
  color: #999999;
}
.xxpl_bg .width1200 ul.lb a:hover div.c dd {
  color: #305aff;
}
.xxpl_bg .width1200 ul.lb a div.c dl {
  color: #333333;
}
.xxpl_bg .width1200 ul.lb a div.r {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 5rem;
  background: url(../images/tb.png) no-repeat scroll center;
  background-size: 2.5rem;
  right: 0px;
}

/*fenye*/
.fenye {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
}
.fenye a {
  color: #333333;
}
.fenye a,
.fenye span {
  background-color: #ffffff;
  display: inline-block;
  padding: 0px 0.96rem;
  margin: 0px 0.25rem;
}
.xw_fenye a,
.xw_fenye span {
  background-color: #305aff;
  border: 1px solid #cccccc;
}
.fenye a:hover,
.fenye span {
  color: #ffffff;
  background-color: #305aff;
}

/*i_md*/
.i_md .tzzgx_xx .width1200 .bg {
  opacity: 0;
  margin-top: 3rem;
}
.i_md.on .tzzgx_xx .width1200 .bg {
  opacity: 1;
  margin-top: 0px;
  transition: all 0.5s ease;
}

.i_md .tzzgx_xxpl .zhaogu ul {
  opacity: 0;
  margin-top: 3rem;
}
.i_md.on .tzzgx_xxpl .zhaogu ul {
  opacity: 1;
  margin-top: 0px;
  transition: all 0.5s ease;
}

.i_md .tzzgx_gxll .width1200 form {
  opacity: 0;
  margin-top: 6rem;
}
.i_md.on .tzzgx_gxll .width1200 form {
  opacity: 1;
  margin-top: 3rem;
  transition: all 0.5s ease;
}
