* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button {
  margin: 0;
  padding: 0;
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img,
a img {
  border: 0;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
ins,
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  vertical-align: middle;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
body {
  overflow-x: hidden;
  background: #f0f2f5;
}

.flex {
  display: flex;
}

.public-top {
  width: 100%;
  position: relative;
  /* left: 50%; */
  /* margin-left: -960px; */
  height: 413px;
  background: url(../images/bg.png) center top no-repeat;
  background-size: 100%;
  padding-top: 40px;
  /* margin: 0 auto; */
}
.public-top .box {
  justify-content: space-between;
  align-items: center;
}
.public-top .box .logo {
  display: block;
  width: 500px;
}
.public-top .box .logo img {
  width: 100%;
}
.public-top .box .toptext {
  width: 311px;
}
.public-top .box .toptext img {
  width: 100%;
}

.nav {
  display: block;
  height: 40px;
  width: 100%;
  background: #fafafa;
  line-height: 40px;
  padding-left: 5px;
  align-items: center;
  margin-bottom: 0;
}
.nav .icon {
  color: #2770cf;
  background: url(../images/location.png) no-repeat center center/ 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.nav .iconActive:hover {
  color: #f97902;
}
.nav .point {
  cursor: pointer;
}
.nav .point:hover {
  color: deepskyblue;
}
.nav .rightLi {
  float: right;
  overflow: hidden;
  margin-bottom: 0;
}
.nav .rightLi li:nth-child(1) {
  width: 115px;
}
.nav .rightLi li {
  width: 90px;
  float: left;
  font-size: 13px;
}
.nav .mar-right {
  margin-right: 4px;
}

.public-nav {
  justify-content: space-around;
  position: relative;
  top: -70px;
  width: 1200px;
  height: 130px;
  margin: 0 auto;
  align-items: baseline;
}
.public-nav li a {
  flex-direction: column;
  align-items: center;
  width: 110px;
  margin: 0 auto;
  overflow: hidden;
}
.public-nav li a:hover h2 {
  font-size: 27px;
}
.public-nav li a h2 {
  font-size: 24px;
  color: #2770cf;
  margin-top: 10px;
  font-weight: 500;
}

.box-container1 {
  height: 800px;

  width: 100%;
  margin-top: 30px;
}
.box-container1 .box .box-content {
  margin-top: 0;
}
.box-container1 .box .box-content .for-canvas {
  margin-top: 30px;
  width: 588px;
  height: 310px;
  background: #fff;
  float: left;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.06);
}
.box-container1 .box .box-content .for-canvas .jgzstitle2 {
  margin-left: 18px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
}
.box-container1 .box .box-content .for-canvas .canvas-box {
  width: 548px;
  margin: auto;
  height: 260px;
}
.box-container1 .box .box-content .for-canvas:nth-child(odd) {
  margin-right: 24px;
}

.box-container1 .box-title {
  width: 100%;
  height: 50px;
  background: #e8e8e8;
  background-size: auto;
  background-size: 100%;
}

.box-container1 .box-title h2 {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #2670cf;
  color: #fff;
  font-size: 20px;
}

/* footer */
.footer {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0;
  background: linear-gradient(to left, #4c92f4, #035396);
  height: 180px;
  color: #fff;
}
.footer .box {
  flex-direction: column;
  align-items: center;
}
.footer .box h2 {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.foot {
  padding: 30px 0;
  background: #035294;
  line-height: 2em;
}
.foot .wp {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.gaba {
  display: inline-block;
  margin-right: 5px;
  vertical-align: -4px;
}
.dzjg {
  top: 20px;
  left: 220px;
}
.dzjg,
.zfjc {
  position: absolute;
}
.zfjc {
  top: 20px;
  left: 90px;
}
.ercode {
  top: 10px;
  right: 100px;
  position: absolute;
  width: 100px;
}
.ercode img {
  max-width: 100%;
}
.foot,
.foot a {
  color: #fff;
}

.slh{
  position: absolute;
  top: 20px;
  left: -30px;
  
  }
.slh img{
  height: 51px;
  background-color: #fff;
          
}


.career {
  width: 1200px;
  margin: auto;
}
.career .container {
  margin-top: 17px;
  overflow: hidden;
  width: 100%;
  padding: 0 0 60px;
}
.career .container .left-box {
  float: left;
  width: 300px;
}
.career .container .left-box .title {
  width: 100%;
  height: 50px;
  text-align: center;
  background: #2670cf;
  line-height: 50px;
  color: #fff;
}
.career .container .left-box .buttons-box {
  background: #fafafa;
  padding-top: 16px;
  padding-bottom: 16px;
}
.career .container .left-box .buttons-box > div.active {
  width: 252px;
  height: 40px;
  text-align: center;
  background: #2670cf;
  line-height: 40px;
  color: #fff;
}
.career .container .left-box .buttons-box > div.active a {
  color: #fff;
}
.career .container .left-box .buttons-box > div {
  width: 252px;
  height: 40px;
  text-align: center;
  background: #fff;
  line-height: 40px;
  color: #2670cf;
  margin: auto auto 16px;
}
.career .container .right-box {
  float: right;
  width: 870px;
}
.career .container .right-box .career-data .main-head {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #e8e8e8;
  margin-bottom: 16px;
}
.career .container .right-box .career-data .main-head span {
  height: 50px;
  line-height: 50px;
  background: #2670cf;
  display: block;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  float: left;
  padding: 0 25px;
}
.career .container .right-box .career-data .main-head i {
  width: 0;
  height: 0;
  display: block;
  border-top: 50px solid #f0f2f5;
  border-left: 50px solid transparent;
  background: #e8e8e8;
  float: right;
}

.newTv-main {
  width: 1200px;
  margin: 0 auto 60px;
  border: 1px solid #d9d9d9;
}
.newTv-main .main {
  width: 100%;
  padding-top: 40px;
}
.newTv-main .main h2 {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #2770cf;
  letter-spacing: -0.48px;
  text-align: center;
  padding-bottom: 10px;
}
.newTv-main .main h5 {
  width: 1176px;
  margin: 0 auto;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666;
  letter-spacing: -0.29px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d9d9d9;
}
.newTv-main .main .videoMain {
  width: 1120px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 40px;
}

ucapcontent td {
  padding: 15px;
}
.newTv-main .main .videoMain p {
  text-indent: 35px;
  font-size: 14px;
  line-height: 30px;
}

.new-list {
  width: 1200px;
  margin: 0 auto 60px;
}
.new-list .navTab {
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #2670cf;
  overflow: hidden;
}
.new-list .navTab li {
  width: 120px;
  float: left;
  line-height: 40px;
  background: #cadcf4;
  margin-right: 4px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #2770cf;
  letter-spacing: -0.36px;
  text-align: center;
  border-radius: 10px;
  height: 48px;
  cursor: pointer;
}
.new-list .navTab .active {
  background: #2670cf;
  color: #fff;
}
.new-list .container-list {
  border: 1px solid #c5c5c5;
}
.new-list.tablist .container-list {
  min-height: 500px;
}
.new-list .container-list ul li {
  margin: 0 12px;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1px dashed #999;
  font-weight: 700;
}
.new-list .container-list ul li p {
  overflow: hidden;
}
.new-list .container-list ul li p b {
  color: red;
}
.new-list .container-list ul li p a {
  cursor: pointer;
  text-decoration: none;
}
.new-list .container-list ul li p a:hover {
  color: #00bfff;
}
.new-list .container-list ul li p .times {
  float: right;
  color: #999;
  font-weight: 400;
}

.index-price-box {
  width: 100%;
  padding-bottom: 60px;
}
.index-price-box .box {
  border: 1px solid #ccc;
}
.index-price-box .box .nav {
  display: block;
}
.index-price-box .box .index-price-main {
  width: 100%;
  padding: 0 12px 40px;
  border-top: 1px solid #ccc;
  background: #fff;
  min-height: 500px;
}
.index-price-box .box .index-price-main .index-price-list {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  line-height: 40px;
  justify-content: space-between;
}
.index-price-box .box .index-price-main .index-price-list i {
  font-style: normal;
  color: red;
}
.index-price-box .box .index-price-main .index-price-list a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.index-price-box .box .index-price-main .index-price-list a:hover {
  color: red;
}
.index-price-box .box .index-price-main .index-price-list span {
  font-size: 14px;
  color: #999;
}

.pagediv {
  font-size: 0.875em;
  color: #333;
  line-height: 2;
  clear: both;
  margin-top: 10px;
}
.pagediv a {
  color: #333;
}
.pagediv .moye,
.pagediv .arrow a,
.pagediv .index_num,
.pagediv .pagination_index_last,
.pagediv #pagination_input,
.pagediv #currentPage {
  display: inline-block;

  margin: 4px;
  zoom: 1;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  vertical-align: top;
  transition: all 0.2s;
  background: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow a:hover,
.pagediv .index_num {
  background: #2a82e4;
  border-color: #2a82e4;
  color: #fff;
  text-decoration: none;
}
.pagediv .moye,
.pagediv .arrow a,
.pagediv .index_num {
  padding: 0 10px;
}
.pagediv .index_num {
  font-weight: 700;
}
.pagediv .pagination_index_last {
  padding: 0 6px;
}
.pagediv #pagination_input {
  width: 40px;
  height: 28px;
  color: #888;
  text-align: center;
  background: #fff;
}
.pagediv #currentPage {
  width: 40px;
  height: 30px;
  color: #888;
  text-align: center;
  background: #fff;
}
.pagediv font.en {
  display: none;
}
body.older .pagediv #pagination_input {
  height: 49px;
}
@media (max-width: 768px) {
  body.older .pagediv #pagination_input {
    height: 35px;
  }
}

.sushi-lift-spring .sushi-lift-main {
  width: 100%;
  padding: 36px 28px;
  background: #fff;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 60px;
}
.sushi-lift-spring .sushi-lift-main .life-tab {
  border-bottom: 1px solid #2670cf;
  display: none;
}
.sushi-lift-spring .sushi-lift-main .life-tab a {
  display: block;
  width: 88px;
  height: 40px;
  border-radius: 6px 6px 0 0;
  line-height: 40px;
  text-align: center;
  background: #cadcf4;
  color: #2670cf;
  font-size: 16px;
  margin-right: 4px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sushi-lift-spring .sushi-lift-main .life-tab a.active {
  color: #fff;
  background: #2771d4;
}
.sushi-lift-spring .sushi-lift-main .life-tab a:hover {
  opacity: 0.6;
}
.sushi-lift-spring .sushi-lift-main .life-target {
  width: 100%;
  margin-top: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #cadcf4;
}
.sushi-lift-spring .sushi-lift-main .life-target .life-list {
  justify-content: space-between;
}
.sushi-lift-spring .sushi-lift-main .life-target .life-list img {
  width: 500px;
  height: 404px;
  margin-right: 26px;
}
.sushi-lift-spring .sushi-lift-main .life-target .life-list .text {
  padding-top: 28px;
}
.sushi-lift-spring .sushi-lift-main .life-target .life-list .text h1 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
}
.sushi-lift-spring .sushi-lift-main .life-target .life-list .text h2 {
  color: #666;
  font-size: 14px;
}
.sushi-lift-spring .sushi-lift-main .life-target .life-list .text div {
  color: #333;
  line-height: 25px;
  font-size: 14px;
  margin-top: 40px;
}
.sushi-lift-spring .sushi-lift-main .life-bom {
  min-height: 450px;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333;
  letter-spacing: -0.3px;
}

.sushi-lift-spring .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.sushi-lift-spring .table > tbody > tr > th,
.sushi-lift-spring .table > tbody > tr > td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.index-agricultural {
  width: 1200px;
  margin: auto;
  padding-bottom: 60px;
}

.super {
  background: #fff;
}
.super table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
}
.super table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.super table > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
}
.super table > tbody > tr > td,
.super table > thead > tr > th {
  border: 1px solid #ddd;
  text-align: center;
}
.super .top {
  height: 133px;
  padding-top: 30px;
}
.super .top > .title {
  color: #2770cf;
  font-size: 20px;
  text-align: center;
}
.super .top .type {
  margin-top: 7px;
  text-align: center;
  color: #666;
}
.super .top .bottom {
  margin-top: 9px;
  display: flex;
  padding: 0 12px;
}
.super .top .bottom * {
  flex: 1;
  font-size: 16px;
  color: #666;
}
.super .top .bottom .left {
  text-align: left;
}
.super .top .bottom .middle {
  text-align: center;
}
.super .top .bottom .right {
  text-align: right;
}
.super .table {
  table-layout: fixed;
  padding: 12px 12px 40px;
}
.super .table table {
  margin-bottom: 0 !important;
}
.super .table table > thead > tr > th {
  width: 149px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.super .table table > thead > tr > th:nth-child(1) {
  width: 149px;
  height: 40px;
}
.super .table table > tbody > tr > td {
  width: 149px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.super .table table > tbody > tr > td:nth-child(1) {
  width: 149px;
  height: 40px;
}
.super .table .left_div {
  width: 149px;
  height: 700px;
  float: left;
}
.super .table .left_div1 {
  width: 100%;
}
.super .table .left_div2 {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.super .table .right_div {
  width: 1027px;
  height: 700px;
  float: left;
}
.super .table .right_div1 {
  width: 100%;
  overflow: hidden;
}
.super .table .right_div2 {
  width: 1044px;
  height: 667px;
  overflow: auto;
}
.super .table .right_table1,
.super .table .right_table2 {
  width: 800px;
}

.super-content .table > .title {
  height: 80px;
  background: #fff;
  display: flex;
}
.super-content .table > .title div {
  font-size: 16px;
  color: #2770cf;
  letter-spacing: 0;
  background: #cadcf4;
  box-sizing: border-box;
}
.super-content .table > .title > div:nth-child(1),
.super-content .table > .title > div:nth-child(2),
.super-content .table > .title > div:nth-child(3),
.super-content .table > .title > div:nth-child(4) {
  flex: 6;
  line-height: 80px;
  padding-left: 14px;
}
.super-content .table .list-container .row {
  height: 40px;
  display: flex;
  margin: 0;
}
.super-content .table .list-container .row > div {
  line-height: 40px;
}
.super-content .table .list-container .row > div:first-child,
.super-content .table .list-container .row > div:nth-child(2) {
  padding-left: 14px;
  flex: 6;
}
.super-content .table .list-container .row > div:nth-child(3),
.super-content .table .list-container .row > div:nth-child(4),
.super-content .table .list-container .row > div:nth-child(5),
.super-content .table .list-container .row > div:nth-child(6) {
  padding-left: 14px;
  flex: 3.2;
}
.super-content .table .list-container .row > div:nth-child(7) {
  flex: 5.14;
  padding-left: 9px;
}
.super-content .table .list-container .row > div:nth-child(8),
.super-content .table .list-container .row > div:nth-child(9) {
  flex: 3.42;
}
.super-content .table .list-container .row > div:nth-child(10),
.super-content .table .list-container .row > div:nth-child(11),
.super-content .table .list-container .row > div:nth-child(12) {
  flex: 3;
}
.super-content .table .list-container .row > div:nth-child(13),
.super-content .table .list-container .row > div:nth-child(14),
.super-content .table .list-container .row > div:nth-child(15),
.super-content .table .list-container .row > div:nth-child(16) {
  flex: 3.75;
}
.super-content .table .list-container .row:nth-child(even) {
  background: #cadcf4;
}
.super-content .table .list-container-super .row {
  height: 40px;
  display: flex;
  margin: 0;
}
.super-content .table .list-container-super .row > div {
  line-height: 40px;
}
.super-content .table .list-container-super .row > div:nth-child(1),
.super-content .table .list-container-super .row > div:nth-child(2),
.super-content .table .list-container-super .row > div:nth-child(3) {
  flex: 7;
  line-height: 40px;
  padding-left: 14px;
}
.super-content .table .list-container-super .row:nth-child(even) {
  background: #cadcf4;
}

.newBank-list {
  width: 1200px;
  margin: 0 auto;
}
.newBank-list .tilte {
  width: 100%;
  overflow: hidden;
  padding-bottom: 16px;
}
.newBank-list .tilte li {
  width: 100%;
  float: left;
  height: 47px;
  text-indent: 20px;
  position: relative;
}
.newBank-list .tilte li p {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #fff;
  background: #cadcf4;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0;
  cursor: pointer;
}
.newBank-list .tilte li p span {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}
.newBank-list .tilte li .p {
  background: #2670cf;
}
.newBank-list .tilte li .span {
  width: 0;
  height: 0;
  border-width: 7px 15px 0;
  border-style: solid;
  border-color: #2670cf transparent transparent;
  position: absolute;
  bottom: 0;
  left: 600px;
}
.newBank-list .disNone {
  display: none;
}
.newBank-list .mainList {
  width: 100%;
  padding-bottom: 60px;
}
.newBank-list .mainList li {
  border: 1px solid #d9d9d9;
}
.newBank-list .mainList li .bankIcon {
  padding-top: 33px;
  padding-bottom: 16px;
  overflow: hidden;
  width: 1015px;
  margin-left: 72.5px;
}
.newBank-list .mainList li .bankIcon p:hover {
  border: 2px solid #00bfff;
}
.newBank-list .mainList li .bankIcon p {
  display: block;
  width: 318px;
  height: 100px;
  border: 1px solid #d9d9d9;
  background: #fff;
  float: left;
  margin: 0 0 16px 20px;
  cursor: pointer;
}
.newBank-list .mainList li .bankIcon p img {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
