body {
  background: #fff;
}

.bold {
  font-weight: bold;
}

/*head start*/
.m-head,
.m-search-box,
.m-device,
.m-txt-box {
  display: none;
}

.head-box {
  border-bottom: 1px solid #f1f0ec;
}

.head {
  max-width: 1260px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 70px 36px 70px;
}

.logo img {
  width: 200px;
}

.input-box {
  width: 238px;
  height: 32px;
  background-color: #f2f2f2;
  border-radius: 20px;
  display: inline-block;
}

.input-box input {
  width: 165px;
  line-height: 20px;
  margin: 6px 0 0 14px;
  font-size: 12px;
  color: #333333;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
}

.head .search {
  margin-top: 12px;
}

.search-btn {
  width: 25px;
  height: 26px;
  float: right;
  font-size: 0;
  margin: 2px 0 0 10px;
  display: inline-block;
  border: none;
  background: url(../img_pc/search-btn.jpg) no-repeat center center;
  cursor: pointer;
}

/*head end*/

/*nav start*/
.nav {
  max-width: 1260px;
  margin: 0 auto;
}

.nav .item {
  padding: 0 33px;
  float: left;
  position: relative;
}

.nav .item > a {
  display: block;
  padding: 28px 0 22px 0;
  font-size: 19px;
  letter-spacing: 0px;
  color: #003353;
}

.nav .item > a:after {
  content: '';
  display: none;
  width: 100%;
  height: 4px;
  background-color: #063059;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nav .item > a:hover:after {
  display: block;
}

/*child-ul*/
.nav .child-ul {
  display: none;
  border-top: 4px solid #063059;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  background: #e7ebef;
  box-sizing: border-box;
  padding: 10px 0;
  z-index: 2;
}

.nav .item:hover .child-ul {
  display: block;
}

.nav .child-ul a {
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #063059;
}

.nav .child-ul a:hover {
  background-color: #84bded;
  color: #ffffff;
}

/*nav end*/
.txt-box .ncp_title,
.txt-box h3 {
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.4;
  color: #00689f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

/*slider start*/
.device {
  width: 100%;
  /*height: 605px;*/
  height: auto;
  position: relative;
}

.device .swiper-container,
.device .swiper-slide {
  width: 100%;
  height: 100%;
}

.device .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 30px;
  width: 100%;
  z-index: 100;
}

.device .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
  opacity: 1;
}

.device .swiper-pagination-bullet-active {
  background: #ef2b2b;
}

.ban_slid_txt {
  max-width: 1260px;
  padding-left: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.ban_slid_txt .title {
  width: 700px;
  font-size: 46px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 190px;
  line-height: 1.4;
}

.ban_slid_txt .ban_link {
  display: block;
  font-size: 23px;
  color: #ffffff;
  margin-top: 74px;
  padding-left: 140px;
  background: url(../img_pc/yuan.png) 108px center;
  background-repeat: no-repeat;
}

/*slider end*/
/*main start*/
.main .item-con {
  max-width: 1260px;
  margin: 0 auto;
}

.item-con .title {
  display: inline-block;
  font-size: 29px;
  color: #063059;
  padding-bottom: 20px;
  border-bottom: 4px solid #003459;
}

.main .item-con .txt-box {
  overflow: hidden;
}

.m-txt-box {
  display: none;
}

.main .item-con ul {
  margin-top: 47px;
  margin-left: -15px;
  margin-right: -15px;
}

.main .item-con ul li {
  float: left;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 37px;
}

.img-box {
  width: 100%;
  display: table;
  position: relative;
}

.img-box .img {
  height: 100%;
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.img-box .thumb {
  width: 100%;
  object-fit: cover;
}

.img-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

.img-box .mask:hover {
  opacity: 0.4;
}

.img-box .v-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
}

.img-box .v-title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  display: none;
}

.img-box:hover .v-title {
  display: block;
}

.img-box.small,
.img-box .thumb {
  height: 175px;
}

.img-box.small .v-btn {
  width: 75px;
  height: 75px;
  margin-left: -32.5px;
  margin-top: -32.5px;
}

.img-box.small:hover .v-btn {
  margin-top: -50px;
}

.img-box.small .v-title {
  left: 33px;
  bottom: 8px;
  font-size: 18px;
  color: #fff;
}

.small.name {
  height: 58px;
  line-height: 58px;
  background-color: #000000;
  font-size: 23px;
  color: #fefefe;
  padding-left: 33px;
  box-sizing: border-box;
}

.img-box.big,
.img-box.big .thumb {
  height: 478px;
}

.img-box.big .v-btn {
  width: 122px;
  height: 122px;
  margin-left: -61px;
  margin-top: -61px;
}

.img-box.big:hover .v-btn {
  margin-top: -65px;
}

.img-box.big .v-title {
  bottom: 18px;
  left: 42px;
  font-size: 28px;
  line-height: 35px;
  color: #fefefe;
}

.big.name {
  height: 82px;
  line-height: 82px;
  background-color: #003459;
  padding-left: 46px;
  box-sizing: border-box;
  font-size: 23px;
  color: #fff;
}

.look-all {
  display: block;
  float: right;
  font-size: 18px;
  color: #1c76b5;
  margin-bottom: 43px;
}

.swiper-box {
  padding: 0 143px;
}

.swiper-container.more .swiper-slide {
  text-align: center;
}

.swiper-container.more .swiper-slide h3 {
  margin-top: 36px;
  font-size: 22px;
  color: #003459;
}

.swiper-container.more {
  max-width: 1260px;
  margin: 0 auto;
  margin-top: 103px;
  margin-bottom: 90px;
}

.swiper-button-prev {
  background-image: url(../img_pc/slid_l.png);
  left: 0;
  right: auto;
}

.swiper-button-next {
  background-image: url(../img_pc/slid_r.png);
  right: 0;
  left: auto;
}

.main .item-con.t ul li {
  float: left;
  width: 50%;
  padding: 0 13px;
  box-sizing: border-box;
}

.main .item-con ul {
  margin-top: 52px;
  margin-left: -13px;
  margin-right: -13px;
}

.main .item-con.w ul li {
  width: 16.666666%;
  padding: 0 5px;
  box-sizing: border-box;
}

.main .item-con.w ul {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 159px;
}

.main .item-con.w .txt-box {
  overflow: hidden;
}

.w-box {
  text-align: center;
  background-color: #ffffff;
  padding-top: 33px;
  padding-bottom: 48px;
  position: relative;
}

.main .item-con.w ul .bt {
  font-size: 22px;
  color: #003353;
  margin-top: 25px;
}

.main .item-con.w ul img {
  /*width: 68px;
    height: 69px;*/
  width: auto;
  height: 64px;
}

.main .item-con.w ul .d-n {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 287px;
  background-color: #003459;
  padding: 35px 16px 42px;
  box-sizing: border-box;
  text-align: left;
}

.main .item-con.w ul .w-box:hover .d-n {
  display: block;
}

.main .item-con.w ul .d-n .tx {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 22px;
}

.main .item-con.w ul .d-n .desc {
  font-size: 12px;
  color: #ffffff;
  line-height: 19px;
}

.tab-box {
  width: 1219px !important;
}

.tab-box.item-con ul li {
  width: 113px;
  padding: 0 !important;
}

.e-tab {
  overflow: hidden;
}

.e-tab > .e-tab-item {
  float: left;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #c2c1be;
  margin-bottom: 0 !important;
}

.e-tab > .e-tab-item > .e-tab-item-name {
  display: block;
  text-align: center;
  height: 56px;
  line-height: 56px;
  font-size: 23px;
  color: #2a4668;
}

.e-tab > .e-tab-item.active:before {
  border-top: 3px solid #292929;
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.e-tab > .e-tab-item.active a {
  background-color: #ededed;
}

.tab-pane.active {
  display: block;
}

.tab-pane {
  display: none;
}

.e-tab-content > div.tab-pane {
  /* color: cornflowerblue; */
  font-size: 50px;
  /* text-align: center; */
  line-height: 100px;
}

/*main end*/
.foot-box {
  background-color: #063059;
  overflow: hidden;
}

.foot {
  max-width: 1096px;
  margin: 0 auto;
  margin-top: 70px;
  border-top: 1px solid #666560;
}

.f-con {
  padding: 25px;
  width: 70%;
}

.foot-box .copy {
  border-top: 1px solid #666560;
  padding: 30px 0 90px 25px;
  width: 100%;
}

.foot-box .copy {
  border-top: 1px solid #666560;
  padding: 10px 0px;
  width: 100%;
}

.foot-box .copy1 {
  padding: 40px 0px 60px 0px;
  width: 100%;
}

.foot-box .copy1 .hot-key {
  font-size: 12px;
  line-height: 22px;
  color: #666560;
  margin-right: 10px;
}

.foot-box .copy1 .hot-value {
  width: 90%;
}

.foot-box .copy1 .hot-hide {
  height: 25px;
  overflow: hidden;
}

.foot-box .copy1 .hot-show {
  height: auto;
  overflow: auto;
}

.foot-box .copy1 .hot-value a {
  display: inline-block;
  color: #666560;
  font-size: 12px;
  width: 85px;
  padding: 5px 0;
}

.foot-box .copy1 .hot-btn {
}

.foot-box .copy1 .hot-btn a {
  font-size: 12px;
  color: #666560;
  line-height: 25px;
}

.foot p {
  color: #bebfba;
}

.foot .bgtitle {
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 20px;
}

.foot .smtitle {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #ffffff;
}

.foot .txt {
  font-size: 16px;
  line-height: 25px;
}

.foot .txt a {
  color: #0ba2d2;
}

.foot .wai.fi {
  margin-top: 30px;
}

.foot .wai {
  padding: 7px 0;
  color: #0ba2d2;
  font-size: 22px;
  width: 135px;
  background: url(../img_pc/images/img11.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}

.foot .code {
  text-align: center;
  margin: 75px 75px 0 0;
}

.foot .code img {
  width: 140px;
  height: 140px;
}

.foot .code p {
  font-size: 17px;
  line-height: 33px;
  color: #ffffff;
  text-align: center;
}

.banner {
  width: 1260px;
  margin: 0 auto;
  text-align: center;
  /*padding: 108px 0;*/
  padding: 87px 0;
  background-image: linear-gradient(48deg, #015d96 0%, #339ccb 100%);
}

.swiper-slide.pos-r {
  padding: 0 !important;
}

.bancon,
.m-bancon {
  padding: 0 !important;
  display: block;
  width: 100%;
}

.bancon img,
.m-bancon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.banner img {
  vertical-align: middle;
}

.banner .title {
  font-size: 35px;
  color: #ffffff;
  vertical-align: middle;
}

.con {
  width: 1260px;
  margin: 0 auto;
}

.con-left {
  width: 18%;
  float: left;
  margin-bottom: 100px;
}

.con-left .name {
  text-align: center;
  padding: 45px 0;
  color: #ffffff;
  font-size: 22px;
  background-color: #00689f;
  border-top: 1px solid #ffffff;
}

.bar .item {
  position: relative;
  border-bottom: 1px solid #fff;
}

.bar .item .title {
  display: block;
  line-height: 45px;
  padding-left: 30px;
  color: #666666;
  background-color: #f6f5f3;
  font-size: 17px;
}

.bar .item.child .title {
  background-image: url(../img_pc/sanjiaohui.png);
  background-repeat: no-repeat;
  background-position: 186px center;
}

.bar .item.child.active .title {
  background-image: url(../img_pc/jtb.png);
}

.bar .item.active .title {
  color: #00689f;
}

.bar ul {
  display: none;
}

.bar li a {
  line-height: 40px;
  display: block;
  padding-left: 30px;
  font-size: 16px;
  color: #666666;
  background-color: #e5e5e5;
}

.bar li a:hover,
.bar li a.active {
  background-color: #d7d7d7;
}

.bar .item.active > .second_nav {
  display: block;
}

.bar .item.active .title:before {
  content: '';
  display: block;
  width: 2px;
  height: 45px;
  background-color: #ff9104;
  position: absolute;
  left: 0;
  top: 0;
}

.bar .second_nav li a.child {
  background-image: url(../img_pc/sanjiaohui.png);
  background-repeat: no-repeat;
  background-position: 190px center;
}

.bar .second_nav li a.child.active {
  background-image: url(../img_pc/thirdclose.png);
}

.bar .second_nav li a.active + .third_nav {
  display: block;
}

.bar .third_nav li a {
  padding-left: 40px;
  background: #f3f3f3;
}

.bar .third_nav li a:before {
  content: '';
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  line-height: 40px;
  vertical-align: middle;
  background: #66635e;
  border-radius: 50%;
}

.bar .third_nav li a.active,
.bar .third_nav li a:hover {
  color: #00689f;
}

.bar .third_nav li a.active:before,
.bar .third_nav li a:hover:before {
  background: #00689f;
}

.con-right {
  box-sizing: border-box;
  width: 82%;
  float: right;
  padding: 45px 0 50px 35px;
}

.con-right.disclaimer {
  width: 100%;
  padding: 45px;
}

.con-right img {
  display: block;
  margin: 0 auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.con-right,
.con-right p,
.con-right span {
  font-family: '微软雅黑' !important;
  font-size: 16px !important;
  color: #666 !important;
  line-height: 25px !important;
}

.con-right * {
  max-width: 100%;
  box-sizing: border-box;
}

.call-txt a {
  color: #0ba2d2;
}

.c-blue p,
.c-blue span {
  color: #00689f !important;
}

.xcxbox img {
  display: inline-block !important;
}

.mbx {
  border-left: 3px solid #00689f;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 36px;
}

.mbx a,
.mbx span {
  line-height: 25px;
  color: #00689f;
}

.mbx .productreport {
  color: #fff;
  background-color: #00689f;
  float: right;
  border-radius: 5px;
  margin-right: 26px;
  margin-top: -50px;
  padding: 8px 16px;
  font-size: 16px;
}

.con-right .name {
  margin-bottom: 35px;
  font-size: 18px;
  color: #000;
}

.con-right .desc {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 30px;
}

.fu-name {
  margin-bottom: 35px;
}
.fu-name2 {
  display: grid;
  float: right;
  margin-top: -16px;
}
.fu-name span {
  margin-bottom: 35px;
  font-size: 18px;
  /*color: #00689F;*/
  vertical-align: middle;
  color: #1e1e1e;
}

.fu-link {
  vertical-align: middle;
  padding: 5px 10px;
  background: #1a73b5;
  color: #fff;
  border-radius: 3px;
  margin-left: 20px;
}

.fgdes {
  margin-top: 12px;
}

.inline-link {
  background: #1a73b5;
  font-size: 18px;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 44px;
}

.mode-box ul {
  margin-left: -13px;
  margin-right: -13px;
}

.mode-item {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 0 13px;
  text-align: center;
  margin-bottom: 38px;
}

.mode-item a {
  display: block;
  padding: 28px 0;
  background-color: #e5e5e5;
}

.mode-item a:hover {
  background-color: #00689f;
}

.mode-item a .title {
  font-size: 18px;
  color: #00689f;
  font-weight: bold;
  margin-top: 15px;
}

.mode-item a:hover .title {
  color: #ffffff !important;
}

.mode-item a img {
  /*width: 50px;*/
  height: 50px !important;
  max-width: 50px !important;
}

.con-select {
  font-size: 16px;
  padding-left: 10px;
  color: #666666;
  width: 500px;
  height: 35px;
  margin-bottom: 30px;
}

.txt-box .title {
  font-size: 18px;
  color: #00689f;
  margin-bottom: 10px;
}

.txt {
  font-size: 18px;
  color: #666666;
  margin-bottom: 35px;
  line-height: 30px;
}

.per {
  margin-bottom: 50px;
}

.per-name {
  font-size: 18px;
  color: #00689f;
  margin-bottom: 8px;
  background-image: url(../img_pc/ssbb.png);
  background-position: 400px center;
  background-repeat: no-repeat;
}

.per-item {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}

.per-box {
  width: 45%;
}

.table-ja {
  margin-bottom: 60px;
}

.table-ja-name,
.con-right .table-ja-name {
  height: 35px;
  line-height: 35px !important;
  font-size: 18px !important;
  color: #fff !important;
  background: #1a73b5;
  padding-left: 10px;
}

.table-ja .title {
  height: 60px;
  line-height: 60px !important;
  font-size: 16px !important;
  color: #1a73b5 !important;
  padding-left: 10px;
  background: #edf0f5;
}

.table-ja .title:nth-child(2n) {
  background: #d9dfed;
}

.call-name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #00689f;
}

.call-title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #64625d;
}

.call-txt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #64625d;
  line-height: 30px;
}

.call {
  margin-bottom: 40px;
  margin-top: 66px;
}

.video-name {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #00689f;
}

.call-title {
  font-size: 16px;
  color: #64625d;
  line-height: 30px;
}

.video {
  margin-top: 30px;
}

.video-con {
  margin-top: 70px;
}

.fg-notice {
  padding: 0 5px 10px;
  border: 1px #1075c7 solid;
  border-left: 9px #1075c7 solid;
  text-align: left;
}

.tgao,
.con-right .tgao {
  /*text-align: center;*/
  font-family: MicrosoftYaHei;
  /*font-size: 18px;*/
  /*line-height: 40px;*/
  /*color: #00689f;*/
  font-size: 24px !important;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #000;
  text-align: left;
}

.tgao-desc,
.con-right .tgao-desc {
  /*text-align:  center;*/
  font-family: MicrosoftYaHei;
  /* font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;*/
  color: #353535;
  line-height: 25px;
  font-size: 14px !important;
  text-align: left;
}

.tgao-btn {
  width: 436px;
  height: 34px;
  font-size: 14px;
  display: inline-block;
  line-height: 34px;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin-top: 10px;
}

.fg-notice .text-center {
  text-align: left;
}

.mode-item.mx-4 {
  width: 25%;
}

.mode-item.mx-4 a {
  position: relative;
  padding: 48px 40px;
  height: 200px;
  box-sizing: border-box;
}

.mode-item.mx-4.jys-mode a:hover {
  background-color: #e5e5e5;
}

.mode-item.mx-4.jys-mode a:hover .title {
  color: #00689f !important;
}

.mode-item.mx-4.jys-mode img {
  margin-top: 20px !important;
  width: 40px;
  height: 40px !important;
}

.mode-item.mx-4 a .title {
  font-size: 24px !important;
  font-weight: normal;
  line-height: 36px !important;
  color: #00689f !important;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0;
}

.mode-item.mx-4 a:hover .title {
  color: #fff !important;
}

.jys-mode .hide_title {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 36px;
  width: 100%;
  height: 100%;
  padding: 40px 12px 12px 12px;
  color: #fff !important;
  background: #00689f;
  box-sizing: border-box;
}

.jys-mode .hide_title p {
  margin-top: 10px;
  font-size: 20px !important;
  line-height: 36px !important;
  color: #fff !important;
}

.jys-mode .hide_title img {
  margin-top: 20px !important;
  width: 40px;
  height: 40px !important;
}

.list-li li {
  font-size: 16px;
  line-height: 30px;
  color: #64625d;
  padding-left: 20px;
}

.list-li.blue li {
  padding-left: 20px;
  background-image: url(../img_pc/btn-li-blue.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.list-li.blue.small li {
  margin-bottom: 10px;
  padding-left: 15px;
  background-image: url(../img_pc/bluesmall.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px !important;
}

.list-li.black li {
  list-style: square inside url(../img_pc/btn-li-black.png);
}

.df {
  width: 50%;
  float: left;
}

.gh {
  width: 50%;
  float: left;
}

.ty {
  padding: 60px 40px;
  background: #00689f;
  font-size: 20px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.ty a {
  color: #fff;
}

.ty a span {
  color: #fff !important;
}

.ty img {
  vertical-align: middle;
  display: inline-block !important;
  margin-right: 40px !important;
}

.ty span {
  vertical-align: middle;
}

.fx {
  margin-left: 215px;
  font-size: 25px;
}

.op {
  margin-top: 55px;
  font-size: 20px;
}

.kl {
  margin-top: 18px;
  font-size: 30px;
}

.gh {
  color: #fff;
  text-align: center;
  height: 329px;
  /*background: red;*/
}

.zx {
  overflow: hidden;
  margin-top: 50px;
}

.list-li.black {
  margin-bottom: 30px;
}

.e-tab > .e-tab-item {
  float: left;
  width: 15%;
  position: relative;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}

.e-tab > .e-tab-item > .e-tab-item-name {
  display: block;
  height: 100%;
  line-height: 40px;
  text-align: center;
  color: #00689f;
  font-size: 18px;
}

.e-tab > .e-tab-item.active:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0px;
}

.e-tab > .e-tab-item.active {
  border-bottom: 0px;
  background-color: #ededed;
}

.tab-pane.active {
  display: block;
}

.tab-pane {
  display: none;
}

.e-tab-content > div.tab-pane {
  font-size: 16px;
  line-height: 1.4;
}

.yui {
  margin: 35px 0;
  font-size: 18px;
  line-height: 30px;
  color: #64625d;
}

.oiuu {
  font-size: 18px;
  line-height: 30px;
  color: #64625d;
}

.list-li.hf li {
  padding-left: 0;
}

.ioo {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #00689f;
  margin-bottom: 20px;
}

.pir {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #64625d;
  margin-bottom: 38px;
}

.nbn {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #00689f;
  margin-bottom: 45px;
}

.bmc {
  overflow: hidden;
  margin-bottom: 50px;
}

.xcv {
  float: left;
}

.ortu {
  float: right;
}

.xcv {
  border: 1px solid #00689f;
  border-left: 5px solid #00689f;
  padding: 15px 15px 20px 15px;
}

.ghd,
.bmc .ghd {
  line-height: 30px !important;
  font-size: 24px !important;
}

.erc,
.bmc .erc {
  margin-top: 2px;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: bold;
  color: #666;
}

.gor,
.bmc .gor {
  margin-top: 8px;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 24px;
}

.poed,
.bmc .poed {
  font-size: 14px !important;
}

.ortu {
  width: 67%;
}

.ortu p {
  line-height: 70px !important;
  font-size: 24px !important;
  background: #efefef;
  margin-bottom: 13px;
  text-align: center;
  color: #666;
}

.xcv {
  width: 28%;
}

.msdzx {
  font-size: 18px;
  line-height: 30px;
  color: #00689f;
}

.opcnb {
  margin-bottom: 10px;
  font-size: 20px;
  color: #666;
  padding: 20px;
  padding-left: 56px;
  background: url(../img_pc/arrow-icon.png);
  background-position: center left;
  background-repeat: no-repeat;
}

.tytwey {
  font-size: 18px !important;
  font-weight: bold;
  color: #666;
  line-height: 40px;
  margin-bottom: 20px;
}

.lklg p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
}

.box-gsdh {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-top: 32px;
}

.box-gsdh:last-child {
  border-bottom: none;
}

.dbcbox {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.erzc {
  float: left;
  margin-bottom: 70px;
  width: 33.333333%;
}

.time {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #64625d;
  margin-bottom: 22px;
  margin-top: -30px;
}

.agg {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #64625d;
}

.artu {
  float: right;
  padding: 8px 16px;
  font-size: 16px;
  background-color: #00689f;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 60px;
}

.agg p {
  margin-bottom: 35px;
}

img.poo {
  margin-right: 50px;
}

span.tyoo {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #64625d;
  margin-right: 111px;
  vertical-align: middle;
  display: inline-block;
}

span.poio {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #00689f;
  vertical-align: middle;
  display: inline-block;
}

.yii.fr {
  padding: 14px 60px;
  background-color: #00689f;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -7px;
}
.yii.fr2 {
  padding: 14px 33px;
  margin-top: 10px;
}
.uoo .e-tab > .e-tab-item {
  float: left;
  width: 15%;
  position: relative;
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}

.uoo .e-tab > .e-tab-item > .e-tab-item-name {
  display: block;
  height: 100%;
  line-height: 56px;
  text-align: center;
  color: #00689f;
  font-size: 18px;
}

.uoo .e-tab > .e-tab-item.active:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0px;
}

.uoo .e-tab > .e-tab-item.active {
  border-bottom: 0px;
  background-color: #ededed;
}

.uoo .tab-pane.active {
  display: block;
}

.uoo .tab-pane {
  display: none;
}

.uoo .e-tab-content > div.tab-pane {
  color: cornflowerblue;
  font-size: 50px;
  line-height: 100px;
}

.uoo .e-tab-content > div.tab-pane img {
  width: 100%;
  height: auto;
}

.uoo .e-tab > .e-tab-item.active a {
  background-color: #292929;
  color: #fff;
}

.uoo .e-tab > .e-tab-item.active:before {
  border-top: 3px solid #292929;
}

.hii {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #64625d;
  margin-top: 25px;
  margin-bottom: 35px;
}

.uee .e-tab > .e-tab-item {
  float: left;
  width: 50%;
  position: relative;
  height: 45px;
  box-sizing: border-box;
  border: 0;
  background-color: #efefef;
}

.uee .e-tab > .e-tab-item > .e-tab-item-name {
  display: block;
  height: 100%;
  line-height: 45px;
  text-align: center;
  color: #00689f;
  font-size: 18px;
}

.uee .e-tab > .e-tab-item.active {
  border-bottom: 0px;
  background-color: #efefef;
}

.uee .tab-pane.active {
  display: block;
}

.uee .e-tab-content > div.tab-pane {
  font-size: 50px;
  line-height: 30px;
  padding: 10px 15px;
  border: 3px solid #f1f5f7;
  border-top: 0;
}

.uee .e-tab > .e-tab-item.active a {
  background-color: #efefef;
  color: #000;
}

.uee .e-tab > .e-tab-item.active:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0px;
  border-bottom: 3px solid #357cc7;
  border-top: 0;
}

.gooi {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #64625d;
  margin-bottom: 25px;
}

.uee .tab-pane p {
  font-size: 18px;
  color: #000;
}

.foo li {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #666;
  list-style: square inside url(../img_pc/smalldian.png);
}

.jkk {
  width: 298px;
  height: 200px;
  display: block;
  float: left;
}

.dds {
  float: right;
  width: 67%;
}

.daas {
  font-size: 28px;
  color: #00689f;
  margin-bottom: 32px;
  display: block;
  line-height: 30px;
}

.popn {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #64625d;
}

.paay {
  border-bottom: 1px solid rgba(189, 189, 189, 0.73);
  overflow: hidden;
  padding-bottom: 21px;
  padding-top: 29px;
}

@media (min-width: 1280px) {
  .paay {
    min-width: 960px;
  }
}

.paay:last-child {
  border-bottom: none;
}

.foo.rrt li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: -1px;
  color: #00689f;
  /* list-style: square inside url(../img_pc/bluesmall.png); */
  padding-right: 35px;
  list-style: none;
  box-sizing: border-box;
  background-image: url(../img_pc/bluesmall.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.foo.rrt li span {
  line-height: 40px !important;
}

.qwee {
  margin-bottom: 0 !important;
}

.err {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #989693;
}

.foo.rrt.n-flaot li {
  float: none;
  width: 100%;
  overflow: hidden;
}

.erre {
  width: 60%;
  float: left;
}

.oiio {
  float: right;
}

.artu.dgg {
  padding: 12px 48px;
  font-size: 16px;
}

.axx {
  display: block;
  padding: 65px 50px;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0px;
  color: #00689f;
  background-color: #e5e5e5;
}

.azz {
  float: left;
  margin-right: 23px;
}

.axx:hover {
  background-color: #00689f;
  color: #fff;
}

.wwe .e-tab {
  margin-bottom: 25px;
}

.wwe .e-tab > .e-tab-item.active:before {
  border-top: 3px solid #ededed;
}

.ghff {
  margin-top: 28px;
}

.axx.cfcs,
.axx.dnf {
  padding-top: 95px;
  width: 180px;
  box-sizing: border-box;
  background-image: url(../img_pc/ren.png);
  background-repeat: no-repeat;
  display: block;
  background-position: center 37px;
  padding-bottom: 27px;
}

.axx.cfcs:hover {
  background-image: url(../img_pc/ren1.png);
}

.axx.dnf {
  background-image: url(../img_pc/tianping.png);
}

.axx.dnf:hover {
  background-image: url(../img_pc/tianping1.png);
}

.ghk {
  font-size: 18px;
  line-height: 26px;
  color: #00689f;
  margin-bottom: 10px;
}

.trr {
  font-size: 15px;
  color: #64625d;
  margin-bottom: 28px;
}

.ter {
  overflow: hidden;
  padding-bottom: 31px;
  border-bottom: 2px solid #f6f5f4;
  margin-bottom: 45px;
}

.ght {
  float: left;
  width: 374px;
  height: 253px;
}

.opp {
  float: right;
  width: 59%;
  font-size: 15px;
  line-height: 26px;
  color: #64625d;
}

.iyu {
  max-width: 100%;
}

.ree:last-child .ter {
  border-bottom: none;
  margin-bottom: 0;
}

#woo {
  margin-top: 30px;
}

.name.nb {
  margin-bottom: 5px;
}

.agg.klp {
  margin-bottom: 20px;
}

.sdft-p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #706e6f;
  line-height: 1.6;
}

.uyy {
  font-size: 15px;
  line-height: 26px;
  color: #64625d;
}

.yuu {
  font-size: 15px;
  line-height: 26px;
  color: #64625d;
  margin-bottom: 38px;
  margin-top: 20px;
}

.jkk.too {
  width: 373px;
  height: 209px;
}

.jkk.too img {
  width: 100%;
  height: 100% !important;
}

.dds.too {
  width: 59%;
}

.paay.uiui {
  padding-bottom: 36px;
}

.yrr {
  margin-top: 40px;
}

.mx-6 {
  width: 50%;
}

.rteo {
  padding: 0 5px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 48px;
}

.yrr {
  margin-left: -5px;
  margin-right: -5px;
}

.rteo a {
  display: block;
}

.kopp {
  height: 366px;
}

.plle,
.con-right .plle {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  border: 1px #f1f1f1 solid;
}

.munt {
  margin-top: 20px;
  font-size: 18px;
  color: #00689f;
  margin-bottom: 12px;
}

.mnbo {
  color: #ccc;
}

#ccc {
  margin-top: 20px;
  margin-bottom: 46px;
}

.rtoo a {
  display: block;
  background: #00689f !important;
  float: right;
  margin-right: 123px;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.rtoo a:last-child {
  margin-right: 40px !important;
}

.cvc,
.cvc a {
  font-size: 16px;
  color: #00689f;
  display: block;
}

.cvc {
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
  background-image: url(../img_pc/xiaodianlan.png), url(../img_pc/bofang.png);
  background-position: 10px center, right center;
  background-repeat: no-repeat;
}

.cvc.active {
  background-image: url(../img_pc/xiaodianhui.png), none;
  color: #dddddd;
}

.cvc.active a {
  color: #dddddd;
}

.aai.child.active {
  background-color: #d7d7d7;
  background-image: url(../img_pc/jiantou.png);
  background-position: 194px center;
  background-repeat: no-repeat;
}

.eei {
  background-color: #f3f3f3 !important;
  padding-left: 63px !important;
  background-image: url(../img_pc/btn-li-black.png);
  background-position: 46px center;
  background-repeat: no-repeat;
}

.wwi.active .eei {
  background-image: url(../img_pc/bluesmall.png);
}

.m-foot,
.m-height {
  display: none;
}

#pages {
  margin-top: 50px;
  line-height: 12px;
  text-align: right;
}

#pages > a,
#pages > span {
  padding: 8px 10px;
  font-size: 12px !important;
  color: #0b04c7;
  border: 1px #e4e3e1 solid;
  margin: 3px 0px;
  line-height: 12px;
  display: inline-block;
  box-sizing: border-box;
  zoom: 1;
}

#pages > span {
  border: 0;
  color: #323534;
  font-weight: 600;
  line-height: 12px !important;
}

.backpre,
.jqweek {
  display: none;
}

.zx .gh {
  position: relative;
  /*background: url(../../../../assets/img_pc/jsjj.png) no-repeat;*/
}

.ghimg,
.ghimg img {
  width: 100%;
  height: 100%;
}

.mghimg {
  display: none;
}

.mghimg,
.mghimg img {
  width: 100%;
}

.zx .gh .gsvideo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 200px;
}

.search_content {
  width: 1260px;
  margin: 50px auto;
}

.search_content .search_title {
  height: 30px;
  font-size: 20px;
  color: #232c2c;
  border-bottom: 1px solid #93c3c0;
  padding-left: 10px;
}

.search_result {
  margin-top: 30px;
  padding-left: 10px;
}

.search_result ul li a {
  display: block;
  max-width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 16px;
}

.search_kw {
  color: #84bacf !important;
}

.norecord {
  padding: 100px 0;
  font-size: 16px;
  color: #8a8a8a;
  text-align: center;
  line-height: 128px;
}

.norecord img {
  width: 128px;
  vertical-align: middle;
}

.hid_artu {
  margin-top: 20px;
  display: none;
}

.hid_artu p {
  font-size: 14px !important;
  color: #888 !important;
}

/*数据行情*/
#shujushichang7_data_cme * {
  font-size: 14px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  font-size: 14px !important;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

.table-menu {
  width: 200px !important;
}

.table-menu td {
  padding: 18px 4px 17px 4px !important;
}

.shichangshuju2_table {
  width: 100%;
  max-width: 500%;
}

.shichangshuju2_table td,
.shichangshuju2_table th {
  text-align: center;
}

.shichangshuju2_table th,
.shichangshuju2_table td {
  width: 90px;
  vertical-align: middle;
}

.shichangshuju2_table .as-middle-line th {
  background-color: #585858;
  color: white;
}

.shichangshuju2_table .as-middle-line th {
  background-color: #112b4a;
  height: 56px;
}

.shichangshuju2_table > tbody > tr > td,
.shichangshuju2_table > tbody > tr > th,
.shichangshuju2_table > tfoot > tr > td,
.shichangshuju2_table > tfoot > tr > th,
.shichangshuju2_table > thead > tr > td,
.shichangshuju2_table > thead > tr > th {
  vertical-align: middle;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 18px 8px 17px 8px;
  line-height: 1.4;
  border-top: 1px solid #ddd;
}

.shichangshuju2_table > tbody > tr {
  background-color: white;
  color: black;
}

.shichangshuju2_table > tbody > tr:nth-of-type(odd) {
  background-color: #f1f5f7;
  color: black;
}

.first-td {
  width: 180px !important;
}

.last-td {
  width: 150px !important;
}

.table-body table {
  width: 1400px;
}

.text-danger {
  color: #a94442;
}

.text-success {
  color: #3c763d;
}

@media screen and (max-width: 768px) {
  #shujushichang7_data_cme * {
    font-size: 12px !important;
  }

  .table-body .table > tbody > tr > th,
  .table-body .table > tfoot > tr > th,
  .table-body .table > thead > tr > th {
    height: 48px;
  }

  .table-menu td {
    padding: 16px 4px !important;
  }

  .table-body .table > tbody > tr > td,
  .table-body .table > tfoot > tr > td,
  .table-body .table > thead > tr > td {
    padding: 16px 6px !important;
  }

  .table-menu {
    width: 172px !important;
  }

  .shichangshuju2_table th,
  .shichangshuju2_table td {
    width: 70px;
  }

  .first-td {
    width: 106px !important;
  }

  .last-td {
    width: 90px !important;
  }

  .spectr {
    height: 65px !important;
  }

  .shichangshuju2_table .as-middle-line th {
    height: 48px;
  }
}

@media screen and (min-width: 768px) {
  /*浏览器滚动条样式*/
  /* width */
  .table-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  /* Track */
  .table-body::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
    border-radius: 16px;
  }

  /* Handle */
  .table-body::-webkit-scrollbar-thumb {
    background: rgb(201, 201, 202);
    border-radius: 16px;
  }

  /* Handle on hover */
  .table-body::-webkit-scrollbar-thumb:hover {
    background: rgb(124, 124, 124);
  }
}

/*404*/
.error-box {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

.here {
  width: 932px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 20px;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
}

.here span,
.here a {
  font-size: 15px;
  color: #707070;
}

.here a {
  color: #000;
}

.error-solve {
  text-align: center;
  padding: 88px 0;
  background-color: #fafafa;
}

.errcon {
  width: 932px;
  margin: 0 auto;
  overflow: hidden;
}

.error-solve .please {
  font-size: 16px;
  color: #999999;
  padding: 17px 0 28px;
}

.error-solve .msg {
  font-size: 0;
}

.error-solve .msg a {
  display: inline-block;
  color: #87b8d2;
  font-size: 15px;
  border: 1px solid #87b8d2;
  border-radius: 50px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 14px;
}

.us_product {
  background: #fff;
  margin-top: 10px;
}

.us_product.error h2 {
  border-bottom: none;
  font-weight: normal;
}

.us_product h2 {
  position: relative;
}

.error-box .us_product h2 span {
  padding: 19px 0 20px 44px;
  background: url('../img_pc/zxicon.png') no-repeat 10px center;
  background-size: 26px 26px;
}

.us_product.error h2 span {
  padding-left: 42px;
  color: #0ba2d2;
  display: block;
}

.us_product h2 span {
  float: left;
  margin-right: 35px;
  font-size: 22px;
  color: #0ba2d2;
}

.us_product h2 .more {
  position: absolute;
  font-size: 15px;
  right: 15px;
  top: 24px;
}

.more a {
  color: #a6a6a6;
}

.clearfix {
  zoom: 1;
}

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

.us_product.error ul {
  overflow: hidden;
  margin: 0 -1%;
  padding: 0 2px;
  width: 101.8%;
}

.us_product .errcon {
  background: #f4f4f4;
}

.us_product.error ul li {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 1%;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.us_product.error ul li dl {
  margin-top: 4px;
}

.us_product ul li dl {
  background: #fff;
  margin-top: 20px;
  -moz-box-shadow: 1px 1px 5px #d2d2cf;
  box-shadow: 1px 1px 5px #d2d2cf;
  position: relative;
}

.us_product ul li dl dt {
  padding: 5px;
  border-bottom: 1px solid #dddddd;
}

.us_product ul li dl dt img {
  width: 286px;
  height: 286px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.us_product ul li dl dd h3 {
  font-size: 15px;
  line-height: 59px;
  padding: 0 12px;
  height: 60px;
}

.us_product ul li dl dd h3 a {
  display: inline-block;
  width: 100%;
  height: 60px;
  color: #666666;
  font-size: 18px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.us_product ul li dl dd p {
  min-height: 140px;
  font-size: 16px;
  color: #666;
  padding: 20px 16px;
  line-height: 1.7;
  text-align: left;
}

.us_product ul li dl:hover {
  background: #0ba2d2;
}

.us_product ul li dl:hover dd h2 a,
.us_product ul li dl:hover dd h3 a,
.us_product ul li dl:hover dd p {
  color: #fff;
}

.pt45 {
  padding-top: 45px;
}

.whyul {
  display: block;
  list-style-type: disc;
  padding-inline-start: 16px;
  font-size: 16px;
  margin-bottom: 35px;
  color: #64625d;
}

.whyul li {
  margin-bottom: 14px;
}

.whyul a {
  color: #00689f;
}

.whycontent {
  display: flex;
  font-size: 16px;
  margin-bottom: 40px;
}

.whycontent .word {
  width: 60%;
  font-size: 16px;
  margin-left: 16px;
  margin-top: 16px;
  margin-right: 50px;
}

.whycontent .word a {
  color: #00689f;
}

.whycontent2 a {
  color: #00689f;
}

.whycontent img {
  float: right;
  margin-top: 16px;
}

.whycontent2 {
  margin-bottom: 40px;
  margin: 16px;
}

.uee2 .tab-pane .whycontent2 p {
  font-size: 16px;
  margin-bottom: 8px;
}

.whymore {
  width: 100%;
  font-size: 16px;
  margin-bottom: 50px;
}

.whymore ul {
  display: flex;
}

.whymore ul li {
  margin-right: 16px;
}

.whymore ul li p {
  margin-top: 16px;
}

.whymore a {
  color: #00689f;
}

.whymore img {
  width: 300px;
}

.yii.fl {
  padding: 14px 60px;
  background-color: #00689f;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -7px;
  margin-bottom: 50px;
}

.uee2 .e-tab > .e-tab-item {
  float: left;
  width: 50%;
  position: relative;
  height: 45px;
  box-sizing: border-box;
  border: 0;
  background-color: #efefef;
}

.uee2 .e-tab > .e-tab-item > .e-tab-item-name {
  display: block;
  height: 100%;
  line-height: 45px;
  text-align: center;
  color: #00689f;
  font-size: 18px;
}

.uee2 .e-tab > .e-tab-item.active {
  border-bottom: 0px;
  background-color: #efefef;
}

.uee2 .tab-pane.active {
  display: block;
}

.uee2 .e-tab-content > div.tab-pane {
  font-size: 50px;
  line-height: 30px;
  padding: 10px 15px;
  border: 3px solid #f1f5f7;
  border-top: 0;
}

.uee2 .e-tab > .e-tab-item.active a {
  background-color: #efefef;
  color: #000;
}

.uee2 .e-tab > .e-tab-item.active:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0px;
  border-bottom: 3px solid #357cc7;
  border-top: 0;
}

.uee2 .tab-pane p {
  font-size: 18px;
  color: #000;
}

.pt35 {
  padding-top: 35px;
}

.contact-div {
  margin-top: -20px;
}

.ft28 {
  font-size: 28px;
}

.ft24 {
  font-size: 24px;
  line-height: 30px;
}

.banner-mini {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.banner-mini img {
  width: 100%;
  border: none;
}

.mini-title-1,
.mini-title-2,
.mini-title-3,
.mini-title-4,
.mini-title-5 {
  color: #003459;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
}

.mini-title-2,
.mini-title-3,
.mini-title-4,
.mini-title-5 {
  border-bottom: 2px solid #003459;
  width: 130px;
  line-height: 50px;
  display: -webkit-inline-box;
  margin-bottom: 30px;
}

.mini-title-3,
.mini-title-4 {
  color: #000;
  width: 72px;
  margin-bottom: 60px;
}

.mini-title-4 {
  width: 232px;
}

.mini-title-5 {
  width: 72px;
}

.textalign {
  text-align: center;
}

.mini-list-1 {
  font-size: 14px;
}

.mini-list-1 .blue-title {
  line-height: 40px;
  background: #1a73b4;
  color: #fff;
}

.mini-list-1 .gray-text {
  background: #f1f5f7;
  height: 100px;
  padding: 0 40px;
  line-height: 24px;
  padding-top: 40px;
}

.mini-content-2 {
  background: #f3f4f8;
  margin-top: 50px;
  padding-bottom: 50px;
}

.mini-content-3,
.mini-content-5 {
  margin-top: 50px;
}

.mini-content-5 {
  background-color: #00447b;
  color: #fff;
  margin-bottom: 80px;
  padding-bottom: 60px;
}

.title-pt {
  padding-top: 40px;
}

.bold-title-1 {
  color: #162b48;
  font-size: 54px;
  line-height: 54px;
  font-weight: bold;
  padding-bottom: 25px;
  letter-spacing: 2px;
}

.farm-content-1 {
  font-size: 24px;
  color: #3e3a39;
}

.farm-title-1 {
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  padding: 35px 0px 15px 0px;
  letter-spacing: 2px;
}

.farm-content-2 {
  background: #112b4a;
  margin-top: 50px;
  padding-bottom: 50px;
}

.paddlr2 {
  padding: 0 2px;
}

.mode-item.mx-3 {
  width: 33.333%;
}

.mode-item .content-1 {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}

.mode-item .content-2 {
  color: #666666;
  padding: 0 60px;
  line-height: 24px;
}

.startclass {
  background: #1a73b4;
  color: #fff;
  padding: 8px 30px;
}

.mini-hyge {
  padding: 0 4px;
}

.mini-hyge .mini-list-4 {
  background-color: #f3f4f8;
  padding-top: 60px;
}

.content-3 {
  margin-top: 30px;
  padding-bottom: 40px;
  color: #003459;
  font-size: 16px;
  font-weight: 700;
}

.content-5 {
  font-size: 26px;
}

.content-6 {
  font-size: 18px;
  margin-top: 30px;
  padding: 0 200px;
  line-height: 40px;
}

.mode-item.mx-4 a {
  position: relative;
  padding: 0px 0px;
  height: auto;
  box-sizing: border-box;
  background-color: #f3f4f8;
}

.mini-content-2 .mini-title-2 {
  width: 240px;
}

.mini-content-2 .dbscen {
  width: 1260px;
  margin: 0 auto;
}
.shj-con {
  width: 80%;
  margin: 0 10% 0 10%;
  padding: 45px 0 50px 0;
}
.shj-title {
  margin: 0 auto;
  width: 300px;
  border-bottom: 2px solid #112b4a;
  text-align: center;
}
.con-right .shj-title span {
  color: #003459 !important;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 50px !important;
}
.shj-title2 {
  width: 84px;
}
.shj-title3 {
  width: 226px;
}
.shj-title4 {
  width: 212px;
}
.shj-title5 {
  margin: 0 32%;
  margin-top: 16px;
}
.shj-list {
  margin-top: 12px;
  list-style: disc;
  margin-left: 20px;
}
.shj-about-video {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  width: 100%;
  background-image: none;
  font-size: 0px;
  line-height: 0px;
  margin-left: 10%;
}
.shj-about-video iframe {
  float: left;
}
.shj-about-video img {
  float: left;
  width: 233px;
}
.shj-img {
  margin-left: 10%;
  margin-top: 50px;
}
.shj-img img {
  width: 200px;
  float: left;
}
.shj-next-content {
  margin: 0 0 0 25%;
}
.shj-next-content .title {
  font-weight: 800;
  padding-bottom: 16px;
}
.shj-next-content .des {
  font-size: 14px !important;
  margin-bottom: 12px;
}

.shj-next-content a {
  background-color: #0195e7;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  margin-top: 12px;
}
.shj-title6,
.shj-title7 {
  font-size: 20px;
  padding: 50px 0px 20px 0px;
  color: #fff;
  margin: 0 auto;
  width: 200px;
  border-bottom: 2px solid;
}
.shj-title7 {
  /*margin: 0 41%;*/
}
.shj-more {
  font-size: 18px !important;
  margin-top: 12px;
}
.shj-more a {
  color: #0195e7;
}
