article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section {
  display: block
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body,
html {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f0f0f0
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-size: 14px;
  color: #2b2b2b;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma
}

.pull-right {
  float: right
}

.container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.row {
  margin: 0
}

[class*=col-md-] {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0
}

ol,
ul {
  list-style: none
}

.row .row {
  margin-top: 0
}

.outer {
  height: 400px;
  overflow: visible;
  position: relative
}

.outer[class] {
  display: table;
  position: static
}

.middle {
  position: absolute;
  top: 50%
}

.middle[class] {
  display: table-cell;
  vertical-align: middle;
  position: static
}

.inner {
  position: relative;
  top: -50%
}

.inner[class] {
  position: static
}

.qq-bg {
  height: 258px;
  width: 172px;
  position: fixed;
  right: 50px;
  top: 36%;
  background: url(../images/qq.png) 0 -2px no-repeat
}

.qq-bg span {
  height: 66px;
  display: block
}

.qq-bg span:hover {
  cursor: pointer
}

.qq-bg:hover {
  background: url(../images/qq.png) 0 -262px no-repeat
}

@media (max-width:640px) {
  .qq-bg {
    display: none
  }
}

footer {
  background: #58595b !important;
  color: #fff;
  padding-top: 20px;
  float: bottom
}

footer p {
  margin: 0;
  font-size: 12px !important;
  line-height: 22px !important
}

footer .row {
  margin-top: 0
}

footer .col-md-1 {
  text-align: right
}

footer .col-md-11 {
  padding-left: 20px
}

footer .col-md-3 .sign {
  margin-bottom: 10px
}

footer .col-md-3 label {
  font-weight: 300;
  font-size: 12px
}

footer .col-md-3 input {
  width: 50%;
  margin-bottom: 8px;
  border-radius: 3px 0 0 3px;
  border: 0;
  padding-left: 6px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  color: #2b2b2b;
  float: left
}

footer .col-md-3 .btn {
  padding: 6px 16px;
  height: 24px;
  line-height: 10px;
  font-size: 12px;
  background: #9b9c9e;
  background-color: #9b9c9e;
  border-radius: 0 3px 3px 0;
  background-image: -moz-linear-gradient(top, #9b9c9e 0, #9b9c9e 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b9c9e), to(#9b9c9e));
  background-image: -webkit-linear-gradient(top, #9b9c9e 0, #9b9c9e 100%);
  background-image: -o-linear-gradient(top, #9b9c9e 0, #9b9c9e 100%);
  background-image: linear-gradient(to bottom, #9b9c9e 0, #9b9c9e 100%);
  border: 1px solid #9b9c9e;
  color: #fff
}

footer .col-md-3 .btn:hover {
  background: #818284;
  background-color: #818284;
  background-image: -moz-linear-gradient(top, #818284 0, #818284 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#818284), to(#818284));
  background-image: -webkit-linear-gradient(top, #818284 0, #818284 100%);
  background-image: -o-linear-gradient(top, #818284 0, #818284 100%);
  background-image: linear-gradient(to bottom, #818284 0, #818284 100%);
  border: 1px solid #818284;
  color: #fff
}

footer .col-md-3 p i {
  font-family: KlavikaLight, 'Lucida Sans Unicode', 'Microsoft YaHei', sans-serif;
  padding-right: 8px;
  font-style: normal
}

footer .col-md-4 {
  padding-left: 50px
}

footer .col-md-4 div {
  margin-bottom: 10px
}

footer .col-md-4 div em,
footer .col-md-4 div em a {
  text-decoration: none;
  /*color: #245e97 !important;*/
  font-style: normal
}

footer .col-md-5 {
  padding-left: 50px
}

footer .col-md-5 p {
  margin-bottom: 10px
}

@media (max-width:900px) {
  .container {
    width: 100% !important;
    overflow: hidden;
    padding: 0 10px
  }

  footer .col-md-4 p,
  footer .col-md-4 span {
    display: inline-block
  }

  footer .col-md-4 p {
    width: 176px
  }

  footer .col-md-4 em a {
    text-decoration: underline
  }

  footer .col-md-5 .col-md-11 {
    padding-left: 10px
  }
}

@media (max-width:640px) {
  .container {
    width: 100% !important;
    height: 100%;
    padding: 0
  }

  footer {
    padding: 0 10px
  }

  footer .col-md-3,
  footer .col-md-5 {
    display: none
  }

  footer .col-md-4 {
    padding-left: 0;
    clear: both
  }

  footer .col-md-4 .col-md-1 img {
    width: 13px;
    height: 16px
  }

  footer .col-md-4 .col-md-11 {
    margin-bottom: 0;
    padding-left: 10px;
	padding-right:30px;
  }

  footer .col-md-4 p {
    font-size: 12px !important;
    margin-bottom: 10px;
    width: 100%;
    line-height: 16px !important;
    margin-bottom: 0;
    text-align: left
  }

  footer .col-md-4 em a {
    text-decoration: underline
  }
}

.footer .col-xs-11 a:hover,
.footer .col-xs-11 a:link,
.footer .col-xs-11 a:visited {
  color: #fff;
  font-size: 12px
}

img.logo-small {
  width: 90px
}

img.logo {
  vertical-align: middle;
  width: 90px;
  margin-bottom: -3px;
}

.navbar-fixed-top .pull-left {
  height: 68px;
}

.navbar-fixed-top .txt-box {
  margin-top: 15px;
  margin-left: 100px;
  border-left: 1px solid #245e97;
  padding-left: 15px;
}

.navbar-fixed-top .txt-box .info {
  font-size: 12px;
  color: #245e97;
  font-weight: 700;
  line-height: 19px;
}

.navbar-fixed-top .txt-box .other-box {
  font-size: 12px;
  color: #245e97;
  line-height: 19px;
  padding-left: 3px;
}

.icon-phone {
  margin-top: 3px;
  margin-right: 5px;
  display: block
}

.col-sm-3 {
  width: 25%;
  float: left
}

.col-sm-4 {
  width: 33.33333%;
  float: left
}

.col-sm-5 {
  width: 41.6666%;
  float: left
}

.col-sm-7 {
  width: 58.3334%;
  float: left
}

.col-sm-8 {
  width: 66.6666%;
  float: left
}

.section a,
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6,
.section li,
.section p,
.section span,
header a,
header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header li,
header p,
header span {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft Yahei", SimSun, "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma;
  color: #3b3b3b;
  cursor: default
}

.section a,
header a {
  cursor: pointer
}

.inline {
  display: inline-block
}

ul {
  padding: 0;
  margin: 0
}

ul li {
  padding: 0;
  margin: 0
}

button,
input {
  font-family: "Microsoft Yahei", SimSun, "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma
}

.t-lg {
  font-size: 36px !important
}

.t-md {
  font-size: 20px !important;
  vertical-align: middle;
}

.t-l {
  font-size: 24px !important
}

.mobile-view {
  display: none
}

.navbar.navbar-fixed-top {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
  margin-bottom: 0;
  background-color: #fff;
  text-align: center;
  padding-top: 0px;
  border: none;
}

.navbar.navbar-fixed-top a.mobile-view {
  display: none
}

.navbar.navbar-fixed-top .nav.pc-view.show {
  display: block !important
}

.navbar.navbar-fixed-top .nav {
  margin-top: -10px
}

.navbar.navbar-fixed-top .nav li {
  height: 100%
}

.navbar.navbar-fixed-top .nav a {
  height: 100%;
  margin: 0 20px;
  display: none;
}

.navbar.navbar-fixed-top .nav li.active a,
.navbar.navbar-fixed-top .nav li.active a:hover,
.navbar.navbar-fixed-top .nav li.active a:visited {
  color: #245e97
}

.navbar.navbar-fixed-top a.logo {
  margin-top: -3px;
  /* display: inline-block; */
  height: 68px;
  line-height: 68px;
  float: left !important;
}

.navbar.navbar-fixed-top a {
  color: #2b2b2b;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

.navbar.navbar-fixed-top a:hover {
  color: #245e97
}

.navbar.navbar-fixed-top .navbar .pull-right a:hover.call,
.navbar.navbar-fixed-top .navbar .pull-right a:visited.call,
.navbar.navbar-fixed-top .pull-right a:link.call {
  color: #2b2b2b;
  padding: 0 !important;
  margin: 0 !important;
  float: right !important
}

.navbar.navbar-fixed-top strong {
  font-size: 18px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.navbar.navbar-fixed-top .pull-right {
  font-size: 16px;
  height: 68px;
  line-height: 68px !important;
  color:#245e97;
}

.navbar.navbar-fixed-top .pull-right.pc-view img {
  width: 28px;
  height: 28px;
}

.navbar.navbar-fixed-top .pull-right strong {
  margin-left: 12px;
  font-weight: 500;
  color:#245e97;
}

input {
  width: 100%;
 /*padding: 5px 10px;
  margin-bottom: 15px;*/
  border-radius: 3px;
  border: 1px solid transparent;
  outline: 1px solid transparent;
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent
}

input:focus {
  transition: border linear .2s, box-shadow linear .5s;
  -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
  outline: 0;
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent
}

body,
html {
  height: 100%;
  padding: 0;
  background: #fff
}

.section {
  padding-top: 50px
}

.section img {
  background: 0 0;
  border: 0
}

.grey-f {
  color: #999 !important
}

.m-f {
  color: #34a56d
}

.m-f:hover {
  color: #34a56b;
  text-decoration: none
}

.bg-g {
  background-color: #34a56d
}

.bg-g2 {
  background-color: #245e97
}

.bg-r {
  background-color: #f14b4b
}

.r {
  color: #f14b4b !important
}

.carousel-control {
  background-image: none !important;
  filter: none;
  background-repeat: repeat-x
}

.carousel-inner>.item {
  background: #fff;
  padding: 30px;
  overflow: hidden;
  height: 250px
}

.carousel-indicators {
  bottom: 0
}

.carousel-indicators li {
  border-top: 0;
  background: 0 0 !important
}

header {
  padding-top: 10px
}

header span {
  display: inline-block;
  line-height: 60px !important
}

header span.pc-view {
  font-size: 16px
}

header span.glyphicon {
  padding-right: 8px
}

header strong {
  font-size: 22px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

header .logo-small {
  display: none
}

header .bg-g2 {
  color: #fff !important;
  padding: 0 10px !important;
  line-height: 30px
}

#section1 .col-sm-7 {
  padding-top: 30px
}

#section1 .col-sm-7 .t-lg {
  margin-top: 30px;
  margin-bottom: 10px
}

#section1 .col-sm-7 p.grey-f {
  margin-bottom: 30px
}

#section1 .col-sm-7 .t-l {
  font-size: 30px !important;
  margin-bottom: 10px
}

#section1 .col-sm-7 a {
  color: #fff;
  background: #000;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px
}

#section1 .col-sm-7 .w-100 {
  width: 140px;
  vertical-align: top
}

#section1 .col-sm-7 b {
  border-left: 1px solid #5b5b5b;
  height: 140px;
  margin: 0 20px 0 5px
}

#section2 {
  padding: 50px 0 60px;
  overflow: hidden;
  background: #f8f8f8
}

#section2 h3.t-lg {
  line-height: 35px;
  margin: 20px 0 40px
}

#section2 .showstep .col-md-4 {
  width: 25%;
  float: left;
  margin-bottom: 20px
}

#section2 .showstep img {
  width: 80px
}

#section2 .showstep p {
  font-size: 16px;
  margin-top: 5px
}

#section3 img {
  margin-left: -30px
}

#section3 .container {
  padding: 50px 0 0
}

#section4 {
  background-image: url(../images/section4-img2.png);
  background-position: center 1140px;
  background-repeat: no-repeat;
  background-color: #141316
}

#section4 .container {
  padding: 50px 0 250px
}

#section4 .m-b {
  margin-bottom: 20px
}

#section4 h3,
#section4 h4,
#section4 h6,
#section4 p {
  color: #fff
}

#section4 h3.text-center {
  font-size: 28px;
  margin-bottom: 20px
}

#section4 h4.text-center {
  font-size: 18px;
  margin-bottom: 80px
}

#section4 p {
  font-size: 18px;
  margin-top: 10px
}

#section4 .col-sm-3 img {
  width: 40px;
  margin-right: 10px
}

#section4 .row.text-center img {
  margin-top: 50px
}

#section5 .container {
  padding: 50px 0
}

#section5 a.r {
  display: block;
  text-align: center;
  text-decoration: underline
}

#section5 img {
  width: 100%
}

#section5 ul {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
  font-size: 0
}

#section5 ul li {
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer
}

#section5 ul li.active {
  border-bottom: 2px solid #245e97
}

#section5 p.t-l {
  margin: 20px 0 10px
}

#section6 {
  background: #141316
}

#section6 h1.t-lg {
  color: #fff;
  margin-bottom: 30px
}

#section6 .container {
  padding: 50px 0
}

#section6 .carouser-btn li {
  display: inline-block;
  width: 30px;
  border-bottom: 3px solid #5b5b5b
}

#section6 .carouser-btn li.active {
  border-bottom: 3px solid #245e97
}

#section6 .carousel-control {
  font-size: 80px;
  line-height: 250px
}

#section6 .carousel-control.left {
  text-align: left
}

#section6 .carousel-control.right {
  text-align: right
}

#section6 .carouser {
  overflow: hidden;
  height: 290px;
  padding: 0 80px
}

#section6 .pa {
  position: absolute
}

#section6 img {
  width: 150px
}

#section6 h6 {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 2px solid #245e97;
  margin-bottom: 20px
}

#section6 .clear {
  clear: both;
  line-height: 25px
}

#section6 .carousel-indicators li {
  border-radius: 0;
  border-left: 0;
  border-right: 0
}

#section7 .container {
  padding: 0 0 50px;
  overflow: hidden
}

#section7 .container img {
  width: 100%
}

#section7 .t-md {
  color: #245e97;
  border-bottom: 2px solid #245e97;
  line-height: 50px
}

#section7 .col-sm-6 span.pull-right {
  line-height: 50px
}

#section7 .col-sm-6 span.pull-right a:hover {
  color: #245e97
}

#section7 ul {
  border-top: 1px solid #ccc
}

#section7 ul li {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  padding-left: 20px
}

#section7 ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #245e97;
  border-radius: 5px;
  margin-left: -20px;
  margin-right: 15px;
  line-height: 40px
}

#section7 ul li a {
  display: inline-block;
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top
}

#section7 ul li a:hover {
  color: #245e97
}

#section7 h3.t-lg {
  margin-bottom: 80px
}

#section7 a:hover {
  text-decoration: none
}

#section7 p.t-md {
  border-top: 1px solid #ccc;
  line-height: 40px;
  cursor: pointer
}

#section7 a.btn {
  margin-top: 50px;
  background: #245e97;
  color: #fff;
  text-decoration: none;
  padding: 5px 25px
}

#section8 {
  background: #f8f8f8
}

#section8 .container {
  padding-bottom: 50px
}

#section8 .bg-r {
  width: 600px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: left
}

#section8 .bg-r a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 120px
}

#section8 .bg-r a:hover,
#section8 .bg-r a:visited {
  text-decoration: none
}

#section8 .bg-r p {
  background: #fff;
  height: 36px;
  margin-top: 2px;
  margin-right: 2px;
  line-height: 36px;
  padding: 1px 0;
  width: 478px;
  float: right;
  text-align: center;
  font-size: 16px
}

.footer {
  font-family: "Microsoft Yahei"
}

.footer .col-md-1 img {
  width: 20px
}

.footer .weixin-scan {
  width: 150px;
  margin: 0 auto
}

.footer .row+.row {
  margin-top: 20px;
  padding: 0 0 30px
}

.footer .row+.row img {
  width: 90px
}

.footer .row+.row img+img {
  margin-left: 10px
}

.footer p {
  color: #fff
}

.footer .col-md-12 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #797979;
  clear: both
}

.footer .col-md-12 label {
  font-size: 12px;
  float: left;
  line-height: 20px;
  font-weight: 400
}

.footer .col-md-12 .right-col {
  margin-left: 70px
}

.footer .col-md-12 ul {
  vertical-align: middle
}

.footer .col-md-12 li {
  float: left;
  line-height: 20px;
  width: 20%
}

.footer .col-md-12 li a:link,
.footer .col-md-12 li a:visited {
  color: #a7a7a7;
  font-size: 12px
}

@media (max-width:640px) {
  .t-lg {
    font-size: 22px !important
  }

  .t-md {
    font-size: 16px !important
  }

  .t-l {
    font-size: 16px !important
  }

  .col-xs-12 {
    width: 100%
  }

  .navbar.navbar-fixed-top .pull-right img {
    width: 20px;
    height: 20px;
  }

  .navbar.navbar-fixed-top .pull-right strong {
    vertical-align: middle;
  }

  .navbar.navbar-fixed-top {
    overflow: hidden;
    height: 70px;
    line-height: 70px
  }

  .navbar.navbar-fixed-top .container {
    overflow: visible
  }

  .navbar.navbar-fixed-top a.logo {
    margin-top: 0
  }

  .nav {
    position: absolute;
    top: 24px;
    left: 140px;
    z-index: 100;
    padding: 10px 0;
    background: #245e97
  }

  .nav li {
    height: auto !important;
    line-height: 35px;
    display: block;
    color: #fff;
    float: none;
    padding: 0 15px;
    text-align: center
  }

  .nav li a {
    height: 35px !important;
    color: #fff !important;
    line-height: 35px;
    margin: 0 !important;
    width: 100%;
    text-align: left
  }

  .nav li+li a {
    border-top: 1px solid #57bb59
  }

  a.toggle-menu.mobile-view {
    /* display: inline-block !important; */
    vertical-align: middle;
    margin-top: -7px
  }

  a.toggle-menu.mobile-view img {
    border: none
  }

  /*.pc-view {
    display: none !important
  }*/

  .section {
    padding: 0 !important
  }

  .section .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important
  }

  #section1 {
    padding: 30px 0 0 !important;
    height: auto
  }

  #section1 .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  #section1 …… img {
    width: 100%;
    height: auto !important
  }

  #section1 .col-sm-7 {
    padding-top: 0
  }

  #section1 .col-sm-7 img {
    width: 100px
  }

  #section1 .col-sm-7 .t-l {
    font-size: 24px !important
  }

  #section1 .col-sm-7 .grey-f {
    margin-left: 0
  }

  #section1 .col-sm-7 .t-lg {
    margin-top: 20px;
    margin-bottom: 20px
  }

  #section1 .col-sm-5 img {
    height: 250px !important;
    width: auto;
    margin: 0 auto;
    display: block
  }

  #section1 .pull-left {
    width: 50%;
    text-align: right
  }

  #section1 .pull-left+.pull-left {
    text-align: left
  }

  #section2 h3.t-lg {
    margin-bottom: 10px
  }

  #section2 .col-md-4 {
    padding: 0;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
    width: 25%;
    float: left
  }

  #section2 .col-md-4 img {
    width: 50%
  }

  #section2 .col-md-4 p {
    font-size: 14px;
    line-height: 20px
  }

  #section3 .container {
    padding-bottom: 0 !important
  }

  #section3 h1.t-lg {
    margin-bottom: 10px
  }

  #section3 img {
    width: 80%
  }

  #section8 {
    display: none
  }

  #section4 {
    background-position: center 320px;
    background-size: 40%
  }

  #section4 .container {
    padding-bottom: 110px !important
  }

  #section4 h3.text-center {
    font-size: 18px;
    margin-bottom: 5px
  }

  #section4 h4 {
    font-size: 12px !important
  }

  #section4 .col-xs-6 {
    padding: 0;
    text-align: center;
    margin-top: 15px;
    width: 50%
  }

  #section4 img {
    width: 20px;
    margin-right: 0;
    margin-left: 0
  }

  #section4 .t-l {
    font-size: 16px !important
  }

  #section4 h4.text-center {
    margin-bottom: 20px
  }

  #section4 p.mobile-view {
    font-size: 14px
  }

  #section4 .row.text-center {
    display: none
  }

  .mobile-view {
    display: inline
  }

  #section6 {
    background: #fff
  }

  #section6 .carouser {
    height: 320px;
    padding: 0 30px
  }

  #section6 .container .t-lg {
    color: #3b3b3b
  }

  #section6 .clear {
    line-height: 20px
  }

  #section6 .item {
    padding: 0;
    height: 290px
  }

  #section6 h6 {
    border-bottom: 1px solid #245e97;
    margin-bottom: 0
  }

  #section6 p {
    font-size: 12px
  }

  .carousel-inner>.item {
    background: 0 0
  }

  #section7 .col-xs-12 {
    padding: 0 15px
  }

  #section7 .col-xs-12 li {
    line-height: 35px
  }

  #section7 .divider {
    border-bottom: 1px solid #ccc;
    margin-bottom: -20px;
    margin-top: 20px
  }

  #section7 .container {
    padding-bottom: 0
  }

  #section7 h3.t-md {
    margin-top: 0
  }

  #section7 .showstep img {
    width: 60px;
    margin-left: 12px
  }

  #section7 .col-xs-3 {
    padding: 0
  }

  #section7 p.t-md {
    font-size: 12px !important
  }

  header {
    padding: 3px 10px
  }

  header span {
    line-height: 56px !important
  }

  header strong {
    font-size: 18px !important
  }

  header .logo-small {
    display: inline-block;
    margin-top: -6px
  }

  header .logo {
    /* display: none */
  }

  .section {
    overflow: hidden !important;
    width: 100%
  }

  .footer p {
    color: #fff
  }

  .footer {
    padding: 15px 0
  }

  .footer .col-md-12 {
    display: none
  }
}
/* <style> */


/*登录样式*/
#login_mask{
  display: none;
}

.main {
    position: fixed;
    text-align: center;
    top: 182px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.login {
    width: 470px;
    height:470px;
    /* background: linear-gradient(to bottom, #19778c, #095f88); */
    /* animation: dynamics 6s ease infinite; */
    /* -webkit-animation: dynamics 6s ease infinite; */
    /* -moz-animation: dynamics 6s ease infinite; */
    /* opacity: 0.9;
    border: solid 1px #13a1fc; */
    background-size:1400% 300%;
}
.log-con {
    /* background: linear-gradient(#13a1fc, #13a1fc) left top, linear-gradient(#13a1fc, #13a1fc) left top, */
    border: 1px solid #999;
    border-radius: 3px;
    padding: 20px 0;
}
.log-con >span {
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 2px;
    display: block;
    margin: 20px 0 44px 0;
}
.log-con >span::after {
    display: block;
    content: '';
    width: 57px;
    height: 3px;
    background: #ffffff;
    margin-top: 16px;
    justify-content: center;
    position: relative;
    left: 206px;
}
input::-webkit-input-placeholder{
    font-size: 18px;
    color: #D4D4D4;
    /* color: #ADD8E6; */
}
input::-moz-placeholder{  
    font-size: 18px;
    color: #D4D4D4;   
}
input:-ms-input-placeholder{  
    font-size: 18px;
    color: #D4D4D4;     
}
.log-con>input {
    display: block;
    margin: 0 0 24px 70px;
    width: 330px;
    height: 42px;
    padding-left: 10px;

    /* background-color: #ffffff;
    border-radius: 4px;
    opacity: 0.9;
    border: 0;
    font-size: 16px;
    outline: none;
    padding-left: 10px;
    color: #000000;
    border: 1px solid #eee; */
    /* width: 420px;
    height: 60px; */
    background: #FFFFFF;
    border: 1px solid #eee;
}
.code_box>input {
    display: block;
    margin: 0 0 24px 70px;
    width: 330px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 4px;
    opacity: 0.9;
    border: 0;
    font-size: 16px;
    outline: none;
    padding-left: 10px;
    color: #000000;
    border: 1px solid #eee;
}
.code_box>#code{
    background-color: #245e97;
    /* color: #fff; */
    border: none;
    width: 120px;
    /* height: 60px; */
    background: #F3F3F3;
    width: 94px;
    display: inline-block;
    margin-left: 14px;
    cursor: pointer;
    padding: 0;
}
.code_box_msg{
    display: block;
    margin: 0 0 24px 70px;
    width: 330px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 4px;
    opacity: 0.9;
    border: 0;
    font-size: 16px;
    outline: none;
    color: #000000;
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;

}
.code_box_msg>#code{
    background-color: #fff;
    color: #245e97;
    border: none;
    padding-right: 10px;
    
}
.code_box_msg>input{
    border: none;
    padding-left: 10px;
}
.log-con>a {
    width: 340px;
    height: 44px;
    background-color: #245e97;
    border-radius: 4px;
    display: block;
    margin: 10px 0 0 70px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
}


/* input::-webkit-input-placeholder {
    color: #000000;
    font-size: 16px;
} */
.log-con .code {
    width: 216px;
    display: inline-block;
    margin-left: 6px;
}
/* .log-con #code {
    width: 94px;
    display: inline-block;
    margin-left: 14px;
    cursor: pointer;
} */
/*logo*/
.logo {
    /* width: 168px;
    height: 75px;
    position: fixed;
    left: 150px;
    top: 26px; */
}
.logo>img {
    max-width: 100%;
    max-height: 100%;
}
.code_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* </style> */

/*登录样式*/
        .main {
            position: fixed;
        text-align: center;
        top: 0 !important;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: #0000; */
        z-index: 999;
        background: rgb(0 0 0 / 60%);
        }
        .login {
            width: 470px;
            height:300px;
            background-color: #fff;
            border-radius: 3px;
            position: relative;
        }
        .login>.fr{
            font-size: 30px;
            padding: 10px 20px;
            position: absolute;
            right: 0;
        }
        .log-con {
            border-radius: 3px;
            padding: 20px 0;
            border: none;
        }
        .log-con >span {
            font-size: 30px;
            font-weight: bold;
            line-height: 24px;
            letter-spacing: 2px;
            display: block;
            margin: 20px 0 44px 0;
        }
        .log-con >span::after {
            display: block;
            content: '';
            width: 57px;
            height: 3px;
            background: #ffffff;
            margin-top: 16px;
            justify-content: center;
            position: relative;
            left: 206px;
        }
        input::-webkit-input-placeholder{
            font-size: 18px;
            color: #D4D4D4;
            /* color: #ADD8E6; */
        }
        input::-moz-placeholder{  
            font-size: 18px;
            color: #D4D4D4;   
        }
        input:-ms-input-placeholder{  
            font-size: 18px;
            color: #D4D4D4;     
        }
        .log-con>input {
            display: block;
            margin: 0 0 24px 70px;
            width: 330px;
            height: 42px;
            padding-left: 10px;
            outline: none;
    
            /* background-color: #ffffff;
            border-radius: 4px;
            opacity: 0.9;
            border: 0;
            font-size: 16px;
            padding-left: 10px;
            color: #000000;
            border: 1px solid #eee; */
            /* width: 420px;
            height: 60px; */
            background: #FFFFFF;
            border: 1px solid #eee;
        }
        .code_box>input {
            display: block;
            /* margin: 0 0 24px 70px; */
            width: 330px;
            height: 42px;
            background-color: #ffffff;
            border-radius: 4px;
            opacity: 0.9;
            border: 0;
            font-size: 16px;
            outline: none;
            padding-left: 10px;
            color: #000000;
            border: 1px solid #eee;
        }
        .code_box>#code_img{
            /* color: #fff; */
            border: none;
            width: 120px;
            /* height: 60px; */
            background: #F3F3F3;
            width: 94px;
            display: inline-block;
            margin-left: 14px;
            cursor: pointer;
            padding: 0;
            /* margin-bottom: 24px; */
        }
        .code_box_msg_default{
            display: none;
        }
        .code_box_msg{
            /* display: none; */
            margin: 0 0 24px 70px;
            width: 330px;
            height: 42px;
            background-color: #ffffff;
            border-radius: 4px;
            opacity: 0.9;
            border: 0;
            font-size: 16px;
            outline: none;
            color: #000000;
            border: 1px solid #eee;
            display: flex;
            justify-content: space-between;
    
        }
        .code_box_msg>#code{
            background-color: #fff;
            color: #245e97;
            border: none;
            padding-right: 10px;
            margin-bottom: 0;
        }
        .code_box_msg>input{
            outline: none;
    
            border: none;
            padding-left: 10px;
        }
        .log-con>a {
            width: 340px;
            height: 44px;
            background-color: #245e97;
            border-radius: 4px;
            display: block;
            margin: 10px 0 0 70px;
            text-align: center;
            line-height: 44px;
            color: #fff;
            cursor: pointer;
            opacity: 1;
        }
    
    
        /* input::-webkit-input-placeholder {
            color: #000000;
            font-size: 16px;
        } */
        .log-con .code {
            width: 216px;
            display: inline-block;
            margin-left: 0;
        }
        /* .log-con #code {
            width: 94px;
            display: inline-block;
            margin-left: 14px;
            cursor: pointer;
        } */
        /*logo*/
        .code_box {
            margin: 0 0 24px 70px;
            width: 330px;
            height: 42px;
            background-color: #ffffff;
            border-radius: 4px;
            opacity: 0.9;
            border: 0;
            font-size: 16px;
            outline: none;
            color: #000000;
            /* border: 1px solid #eee; */
            display: flex;
            justify-content: space-between;
        }
        .tip_msg{
            text-align: left;
            font-size: 14px;
            color: #999;
            margin: 0 0 24px 70px;
            /* width: 330px; */
            /* margin-bottom: 24px; */
        }
        #login_mask{
            display: none;
        }

#wxnr{ width:100%;position:fixed; top:20%; z-index:1000; display:none;}
#wxnr .nrdf{ width:80%; padding:5%; float:left; /*margin-left:10%;*/ text-align:center; background-color:#fff;box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;}
#wxnr img{width:127px;height:auto}
#wxnr p{ font-size:14px; line-height:30px; text-align:center; }
#wxnr p i{ font-size:16px;}
#wxnr span{ display:inline-block; padding-left:10px; padding-right:10px; line-height:30px; background-color:#245e97; color:#fff;border-radius:4px; margin-left:12px; cursor:pointer;}

@media (min-width:1024px){
#wxnr .nrdf{ width:470px;/*margin-left:38%;*/ padding:30px;}
#wxnr img{width:230px; height:auto}
}


.c_jnnl {
	width: 100%;
	padding-top: 15px;
	margin-top: 0;
}
.c_jnnl li {
	height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	line-height: 40px;
	padding-left: 15px;
	background: url("../images/dd_11.jpg") no-repeat left center;
	width: 480px;
    float: left;
    margin-right: 40px;
	text-align:left;
}
.c_jnnl li:nth-child(2n+0){margin-right:0}
.c_jnnl li a{color: #2b2b2b;}
.ll {
    float: left;
}
.rr {
    float: right;
}
.sjggw {
	display: block;
	width: 80%;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index-wrap .session_6 .info-txt{text-align:center;margin-top: 35px;}
.index-wrap .session_6 .more{background: #245e97;padding: 6px 30px;color: #fff;border-radius:20px;font-size: 18px;}
@media (max-width:768px){
.c_jnnl li{ width:100%}
.sjggw {width: 70%;}
.index-wrap .session_6 .info-txt{margin-top:25px;}
.index-wrap .session_6 .more{font-size: 14px;}
.navbar-fixed-top .txt-box{display:none}
.firstpage-navbar .nav-top{display:none}
}