/* common */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
.wechat {
  display: block;
  position: fixed;
  box-sizing: border-box;
  inset: 50% 5px auto auto;
  transform: translateY(-50%);
  height: 63.75px;
  width: 17%;
  max-width: 120px;
  z-index: 999;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.mobile_header,
.mobile_nav {
  display: none;
}
/* 浏览器兼容flex */
.jrflex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.jrflex-vc {
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.index,
.inter {
  width: 100%;
  min-width: 1200px;
  /* padding-top: 90px; */
}
.smg_header {
  /* position: fixed;
    top: 0;
    left: 0; */
  z-index: 9;
  width: 100%;
  height: 90px;
  background: #ffffff;
}
.smg_header .nav {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.smg_header .nav .left {
  float: left;
  display: flex;
  align-items: center;
  margin-top: 13px;
}
.smg_header .nav .left .logo {
  width: 200px;
  height: auto;
}
.smg_header .nav .left .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.smg_header .nav .left .listed span {
  margin-left: 10px;
  background: -webkit-linear-gradient(-95deg, #cae7f8, #4491f0);
  background: -o-linear-gradient(-95deg, #cae7f8, #4491f0);
  background: -moz-linear-gradient(-95deg, #cae7f8, #4491f0);
  background: -ms-linear-gradient(-95deg, #cae7f8, #4491f0);
  background: linear-gradient(-95deg, #cae7f8, #4491f0);
  color: #ffffff;
  padding: 9px 12px;
  font-size: 12px;
}
.smg_header .nav .right {
  float: right;
}
.smg_header .nav .right a {
  font-size: 20px !important;
}
.smg_header .nav .right ul {
  margin-bottom: 0;
}
.smg_header .nav .nav_list {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.smg_header .nav .nav_list .activeNew {
  line-height: 90px;
  position: relative;
  text-align: center;
  background: #3785fe;
  width: 120px;
}
.smg_header .nav .nav_list .activeNew a {
  display: block;
  width: 120px;
  height: 90px;
  color: #ffffff !important;
  text-decoration: none;
}
.smg_header .nav .nav_list .activeNew:hover .menu {
  position: absolute;
  left: -250px;
  top: 90px;
  width: 600px;
  background: #ffffff;
  border: 1px solid #ccc;
  text-align: center;
  display: block !important;
  /* opacity: 0.8; */
  z-index: 9;
  /* padding: 0 5px; */
  animation: move 0.5s 0s;
  -webkit-animation: move 0.5s 0s;
  -moz-animation: move 0.5s 0s;
  -ms-animation: move 0.5s 0s;
}
.smg_header .nav .nav_list .activeNew .menu {
  padding: 10px 0;
  /* transition: all 0.5s; */
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.smg_header .nav .nav_list .activeNew .menu a {
  width: initial;
  height: initial;
  color: #333333 !important;
}
.smg_header .nav .nav_list .activeNew .menu .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 120px;
}
.smg_header .nav .nav_list .activeNew .menu .left li {
  line-height: 20px;
  margin-right: 0;
  padding: 10px 10px;
  margin-left: 8px;
  /* border-bottom: 1px solid #ccc; */
}
.smg_header .nav .nav_list .activeNew .menu .left li a {
  font-size: 18px !important;
  text-align: center;
}
.smg_header .nav .nav_list .activeNew .menu .left li:hover {
  background: #ebf2ff;
}
.smg_header .nav .nav_list .activeNew .menu .left li:hover a {
  /* background: #ccc; */
  color: #3785fe !important;
}
.smg_header .nav .nav_list .activeNew .menu .left .activeNav {
  background: #ebf2ff;
}
.smg_header .nav .nav_list .activeNew .menu .left .activeNav a {
  /* background: #ccc; */
  color: #3785fe !important;
}
.smg_header .nav .nav_list .activeNew .menu .activeCon {
  display: block !important;
}
.smg_header .nav .nav_list .activeNew .menu .right {
  border-left: 1px solid #212121;
  width: 470px;
  margin: 0 auto;
  line-height: 20px;
}
.smg_header .nav .nav_list .activeNew .menu .right li {
  display: none;
}
.smg_header .nav .nav_list .activeNew .menu .right li p {
  line-height: 25px !important;
  font-size: 14px;
  width: 400px;
  text-align: left;
  margin: 0 auto;
}
.smg_header .nav .nav_list .activeNew .menu .right li img {
  width: 400px;
  height: 200px;
  border-radius: 15px;
  margin-top: 10px;
}
.smg_header .nav .nav_list .item {
  line-height: 90px;
  position: relative;
  width: 120px;
  text-align: center;
}
.smg_header .nav .nav_list .item a {
  display: block;
  width: 120px;
  height: 90px;
  color: #212121;
  text-decoration: none;
}
.smg_header .nav .nav_list .item:hover {
  width: 120px;
}
.smg_header .nav .nav_list .item:hover a {
  color: #3785fe;
}
.smg_header .nav .nav_list .item:hover .menu {
  position: absolute;
  left: -250px;
  top: 90px;
  width: 600px;
  background: #ffffff;
  border: 1px solid #ccc;
  text-align: center;
  display: block !important;
  /* opacity: 0.8; */
  z-index: 9;
  /* padding: 0 5px; */
  animation: move 0.5s 0s;
  -webkit-animation: move 0.5s 0s;
  -moz-animation: move 0.5s 0s;
  -ms-animation: move 0.5s 0s;
}
.smg_header .nav .nav_list .item .menu {
  padding: 10px 0;
  /* transition: all 0.5s; */
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.smg_header .nav .nav_list .item .menu a {
  width: initial;
  height: initial;
  color: #212121;
}
.smg_header .nav .nav_list .item .menu .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 120px;
}
.smg_header .nav .nav_list .item .menu .left li {
  line-height: 20px;
  margin-right: 0;
  padding: 10px 10px;
  margin-left: 8px;
  /* border-bottom: 1px solid #ccc; */
}
.smg_header .nav .nav_list .item .menu .left li a {
  font-size: 18px !important;
  text-align: center;
}
.smg_header .nav .nav_list .item .menu .left li:hover {
  background: #ebf2ff;
}
.smg_header .nav .nav_list .item .menu .left li:hover a {
  /* background: #ccc; */
  color: #3785fe;
}
.smg_header .nav .nav_list .item .menu .left .activeNav {
  background: #ebf2ff;
}
.smg_header .nav .nav_list .item .menu .left .activeNav a {
  /* background: #ccc; */
  color: #3785fe;
}
.smg_header .nav .nav_list .item .menu .activeCon {
  display: block !important;
}
.smg_header .nav .nav_list .item .menu .right {
  border-left: 1px solid #212121;
  width: 470px;
  margin: 0 auto;
  line-height: 20px;
}
.smg_header .nav .nav_list .item .menu .right li {
  display: none;
}
.smg_header .nav .nav_list .item .menu .right li p {
  line-height: 25px !important;
  font-size: 14px;
  width: 400px;
  text-align: left;
  margin: 0 auto;
}
.smg_header .nav .nav_list .item .menu .right li img {
  width: 400px;
  height: 200px;
  border-radius: 15px;
  margin-top: 10px;
}
@keyframes move {
  0% {
    height: 0px;
  }
  100% {
    height: 270px;
  }
}
@-webkit-keyframes move {
  0% {
    height: 0px;
  }
  100% {
    height: 270px;
  }
}
@-moz-keyframes move {
  0% {
    height: 0px;
  }
  100% {
    height: 270px;
  }
}
@-ms-keyframes move {
  0% {
    height: 0px;
  }
  100% {
    height: 270px;
  }
}
.smg_footer {
  width: 100%;
  height: 180px;
  background: #1e2121;
  color: #ffffff;
  font-size: 17px;
  padding: 15px 0;
}
.smg_footer p {
  color: #ffffff !important;
  margin-bottom: 5px;
}
.smg_footer .foot {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.smg_footer .foot .left {
  float: left;
  margin-top: 20px;
}
.smg_footer .foot .right {
  text-align: center;
  float: right;
}
.smg_footer .foot .right img {
  width: 130px;
  height: 130px;
}
.thang {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
/*回到顶部*/
#rocket-to-top div {
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 149px;
}
#rocket-to-top .level-2 {
  background: url(../images/gobackTop.png) no-repeat scroll -149px 0 transparent;
  display: none;
  height: 250px;
  opacity: 0;
  z-index: 1;
}
#rocket-to-top .level-3 {
  background: none repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 150px;
  z-index: 2;
}
#rocket-to-top {
  background: url(../images/gobackTop.png) no-repeat scroll 0 0 transparent;
  cursor: default;
  display: block;
  height: 250px;
  margin: -125px 0 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: -80px;
  width: 147px;
  z-index: 1111;
}
/*滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.msgs {
  width: 100%;
  min-width: 1200px;
  padding: 60px 0;
  background: #0062ff;
  height: 570px;
}
.msgs .container {
  background: #0062ff;
  width: 1200px;
  margin: 0 auto;
}
.msgs .container .left {
  color: #ffffff;
  float: left;
  width: 290px;
}
.msgs .container .left h2 {
  font-weight: bold;
}
.msgs .container .left .imgCode {
  margin: 40px 0;
}
.msgs .container .left .imgCode img {
  margin-right: 10px;
}
.msgs .container .left p {
  font-size: 16px;
}
.msgs .container .right {
  float: right;
  background: #ffffff;
  width: 860px;
  height: 100%;
  padding: 40px 70px;
  border-radius: 30px;
}
.msgs .container .right .row {
  margin-bottom: 20px;
}
.msgs .container .right .row .col {
  width: 350px;
}
.msgs .container .right .row .col:first-child {
  margin-right: 50px;
}
.msgs .container .right .row .col input {
  padding: 6px 10px;
  font-family: Tahoma;
  font-size: 15px;
  color: #4e5059;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  line-height: 22px;
  border: 0;
  width: 100%;
  outline: none;
  background: #f9faff;
}
.msgs .container .right .btn {
  width: 100%;
  text-align: right;
}
.msgs .container .right .btn span {
  width: 190px;
  padding: 8px 90px;
  font-family: Tahoma;
  font-size: 14px;
  background: #3884ff;
  color: #ffffff;
  border-radius: 30px;
}
