.header {
  position: fixed;
  background: white;
  z-index: 1000;
  top: 0;
}
.header .nav li {
  padding: 0 20px;
  width: 86px;
  text-align: center;
  box-sizing: content-box;
}
.header .toplan {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #005bac;
}
.header .toplan .wellcom {
  width: auto;
  height: 100%;
  color: white;
  float: left;
}
.header .toplan .tel {
  width: auto;
  height: 100%;
  color: white;
  float: right;
}
.header .nav_btn {
  float: right;
  width: 26px;
  height: 84px;
  margin-left: 14px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.header .nav_btn span {
  width: 100%;
  height: 3px;
  background-color: #05376c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.header .nav_btn span:first-child {
  position: absolute;
  top: 32px;
  left: 0;
}
.header .nav_btn span:nth-child(2) {
  width: 15px;
  margin-top: 40px;
  float: right;
}
.header .nav_btn span:last-child {
  position: absolute;
  bottom: 33px;
  left: 0;
}
.header .nav_btn.on span {
  width: 100%;
  height: 3px;
  background-color: #05376c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.header .nav_btn.on span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40px;
}
.header .nav_btn.on span:nth-child(2) {
  opacity: 0;
}
.header .nav_btn.on span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 40px;
}
.subBan .submask {
  display: none;
}
.subBan .subNav {
  display: block;
}
#bigmenu {
  width: 100%;
  height: calc(100vh - 122px);
  display: none;
  position: fixed;
  z-index: 1000;
  /*background: rgba(0, 91, 172, 0.80);*/
  /*background: #e3f4fc;*/
  background: url(../images/nav-bg.jpg) no-repeat right bottom;
  background-size: cover;
  top: 122px;
  padding: 0 100px;
  box-sizing: border-box;
  color: white;
}
#bigmenu a {
  color: white;
}
#bigmenu .mbox {
  padding-top: 80px;
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  /*border-right: 1px solid #dcdcdc;*/
  float: left;
}
#bigmenu .mbox .num {
  font-size: 48px;
  margin-bottom: 45px;
  margin-top: 5vh;
  font-weight: bold;
}
#bigmenu .mbox .name {
  font-size: 30px;
  margin-bottom: 50px;
}
#bigmenu .mbox .name i {
  float: right;
  font-size: 30px;
  display: none;
  transition: 0.3s;
}
#bigmenu .mbox .nbox {
  font-size: 20px;
}
#bigmenu .mbox .nbox .nli {
  width: 100%;
  line-height: 40px;
}
#bigmenu .mbox .nbox .nli a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bigmenu .mbox:nth-child(2) .nbox {
  font-size: 20px;
}
#bigmenu .mbox:nth-child(2) .nbox .nli {
  width: 50%;
  line-height: 40px;
  float: left;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}
#bigmenu .mbox:nth-child(2) .nbox .nli:nth-child(2n) {
  text-align: left;
  padding-left: 10px;
}
.suBan {
  margin-top: 122px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mb20 {
  margin-bottom: 20px;
}
.pt10 {
  padding-top: 10px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.about_qywh {
  width: 100%;
  margin-bottom: 50px;
}
.about_qywh .htext {
  font-size: 36px;
  height: 90px;
  line-height: 60px;
  margin: auto;
  text-align: center;
}
.about_qywh .htext .hline {
  width: 156px;
  height: 1px;
  margin: auto;
  background: gainsboro;
}
.about_qywh .htext .hline .hbox {
  width: 46px;
  height: 2px;
  background: #005bac;
  margin-top: -1px;
  float: left;
  margin-left: 54px;
}
.about_qywh .cbox {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0px;
  box-sizing: border-box;
}
.about_qywh .cbox .qbox {
  width: calc(50% - 20px);
  height: auto;
  margin-right: 20px;
  margin-bottom: 40px;
  float: left;
  box-shadow: 0 0 10px #aaaaaa;
}
.about_qywh .cbox .qbox .cbox {
  width: 100%;
  height: 210px;
  padding: 25px;
}
.about_qywh .cbox .qbox .cbox .thead {
  font-size: 28px;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  color: #005bac;
}
.about_qywh .cbox .qbox .cbox .tdesc {
  font-size: 16px;
  width: 100%;
  height: 96px;
  line-height: 24px;
  overflow: hidden;
}
.about_qywh .cbox .qbox .cimg {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.about_qywh .cbox .qbox .cimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.about_qywh .cbox .qbox:nth-child(2n) {
  margin-right: 0;
  margin-left: 20px;
}
.about_qywh .cbox .qbox:hover .cimg img {
  transform: scale(1.2);
}
.about_qywh .mode2 {
  width: 1920px;
  height: 680px;
  margin-left: -360px;
  background: url(../images/about-qywh-m2-bg.jpg) no-repeat center top;
  margin-top: 90px;
  color: white;
}
.about_qywh .mode2 .box1 {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 0;
  height: 540px;
  width: 600px;
}
.about_qywh .mode2 .box1 p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 60px;
}
.about_qywh .mode2 .box2 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -90px;
  width: 436px;
  height: 520px;
  background: rgba(0, 91, 172, 0.6);
  font-size: 24px;
  line-height: 44px;
  padding: 120px 50px;
}
.about_dszjy {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.about_dszjy .cbox {
  position: relative;
  margin-top: 0px;
  color: black;
  width: 600px;
  height: auto;
  float: left;
}
.about_dszjy .cbox .tit {
  width: 100%;
  float: left;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 30px;
  height: auto;
  line-height: 60px;
}
.about_dszjy .cbox .subtit {
  width: 100%;
  float: left;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 80px;
  color: #999999;
  text-transform: uppercase;
}
.about_dszjy .cbox .tbox {
  float: left;
  text-indent: 2em;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 130px;
}
.about_dszjy .cbox .tbox p {
  margin-bottom: 20px;
}
.about_dszjy .cbox .tfoot {
  float: left;
  font-size: 24px;
  text-align: right;
  padding-right: 0px;
  width: 100%;
}
.about_dszjy .cbox .tfoot span {
  margin: 0 20px;
  font-size: 36px;
}
.about_dszjy .cimg {
  position: relative;
  width: 550px;
  float: right;
}
.about_dszjy .cimg img {
  width: 100%;
}
.about_zzry {
  margin-bottom: 70px;
}
.cybj .headbox {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.cybj .headbox .zh {
  color: #005bac;
  margin-bottom: 6px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cybj .headbox .des {
  width: 660px;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.cybj .cbox {
  width: 100%;
  height: 640px;
  margin-bottom: 40px;
}
.cybj .cbox .bol {
  width: 860px;
  height: 100%;
  padding: 30px;
  text-align: center;
  float: left;
}
.cybj .cbox .bol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cybj .cbox .bor {
  width: 340px;
  height: 100%;
  background: #f2f2f2;
  float: right;
}
.cybj .cbox .bor .icon {
  margin: 50px 0 50px 40px;
}
.cybj .cbox .bor .ht {
  margin: 20px 0 50px 40px;
  line-height: 20px;
}
.cybj .cbox .bor .ht .zh {
  font-size: 30px;
  color: black;
  margin-bottom: 30px;
}
.cybj .cbox .bor .ht .en {
  font-size: 18px;
  color: #0087ff;
  text-transform: uppercase;
}
.cybj .cbox .bor .con .bcon {
  width: 300px;
  height: 100px;
  background: #d5d5d5;
  color: white;
  cursor: pointer;
}
.cybj .cbox .bor .con .bcon .it {
  width: 100px;
  height: 100px;
  float: left;
  padding: 5px;
}
.cybj .cbox .bor .con .bcon .it img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cybj .cbox .bor .con .bcon .nt {
  width: 200px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  float: left;
}
.cybj .cbox .bor .con .bcon:hover {
  background: #1480e0;
}
.cybj .cbox .bor .con .bcon.act {
  width: 300px;
  height: 100px;
  background: #005bac;
}
.cybj .ctbox {
  width: 100%;
  height: auto;
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 40px;
}
.cybj .dw {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 30px;
}
.cybj .dw img {
  width: 100%;
}
.cpyfw .headbox {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cpyfw .headbox .en {
  color: #005bac;
  margin-bottom: 6px;
}
.cpyfw .headbox .en span {
  color: #999999;
}
.cpyfw .headbox .zh {
  color: #333333;
}
.cpyfw .headbox .des {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 36px;
  padding: 0 30px;
}
.cpyfw .headbox .center {
  text-align: center;
}
.cpyfw .cbox {
  margin-bottom: 40px;
}
.cpyfw .cbox .cline {
  width: 100%;
  height: 340px;
}
.cpyfw .cbox .cline .act {
  width: 50%;
  height: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  text-indent: 2em;
  padding: 80px 50px;
}
.cpyfw .cbox .cline .act .t1 {
  text-indent: 0;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.cpyfw .cbox .cline .act .tact {
  text-indent: 2em;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 18px;
}
.cpyfw .cbox .cline .act p {
  margin-bottom: 10px;
  line-height: 36px;
}
.cpyfw .cbox .cline .img {
  width: 50%;
  height: 100%;
}
.cpyfw .cbox .cline .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpyfw .cbox .clinebig {
  width: 100%;
  height: 340px;
  height: 350px;
}
.cpyfw .cbox .clinebig .act {
  width: 50%;
  height: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  text-indent: 2em;
  padding: 80px 50px;
}
.cpyfw .cbox .clinebig .act .t1 {
  text-indent: 0;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.cpyfw .cbox .clinebig .act .tact {
  text-indent: 2em;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 18px;
}
.cpyfw .cbox .clinebig .act p {
  margin-bottom: 10px;
  line-height: 36px;
}
.cpyfw .cbox .clinebig .img {
  width: 50%;
  height: 100%;
}
.cpyfw .cbox .clinebig .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resources .headbox {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.resources .headbox .zh1 {
  color: #005bac;
  margin-bottom: 6px;
  font-weight: bold;
}
.resources .headbox .zh1 span {
  color: #999999;
}
.resources .headbox .zh2 {
  color: black;
  font-size: 18px;
}
.resources .cbox {
  text-align: left;
}
.resources .cbox p {
  text-indent: 2em;
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 36px;
}
.resources .cbox p:nth-child(2) {
  margin-bottom: 0px;
}
.resources .cbox img {
  float: right;
}
.resources .cbox1 p {
  line-height: 20px;
}
.resources .cbox1 p strong {
  font-size: 24px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.resources .cbox1 p a {
  display: inline;
}
.soc .headbox {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.soc .headbox .zh1 {
  color: #005bac;
  margin-bottom: 6px;
  font-weight: bold;
}
.soc .headbox .zh1 span {
  color: #999999;
}
.soc .headbox .zh2 {
  color: black;
  font-size: 18px;
}
.soc .cbox {
  text-align: left;
}
.soc .cbox p {
  text-indent: 2em;
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 36px;
}
.soc .cbox p:nth-child(2) {
  margin-bottom: 0px;
}
.soc .cbox img {
  float: right;
}
.soc .cbox1 p {
  line-height: 20px;
}
.soc .cbox1 p strong {
  font-size: 24px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.soc .cbox1 p a {
  display: inline;
}
.newsfoot {
  width: 100%;
  float: left;
}
.details-title p a {
  margin-right: 0px !important;
}
.mode1 {
  width: 100%;
  height: auto;
}
.mode1 .indexTitle {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.mode1 .indexTitle h4 {
  position: relative;
  margin-bottom: 5px;
}
.mode1 .indexTitle .cn {
  font-size: 2.5vw;
  color: #176bab;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mode1 .indexTitle .en {
  color: #edf2f5;
  font-weight: bold;
  display: block;
  font-family: "Montserrat";
  line-height: 1;
  text-transform: uppercase;
  font-size: 4vw;
}
.mode1 .cbox {
  padding: 0 100px;
  box-sizing: border-box;
}
.mode1 .cbox div {
  box-sizing: border-box;
}
.mode1 .cbox .cli {
  float: left;
  width: calc((100% - 6vw) / 4);
  margin-right: 2vw;
}
.mode1 .cbox .cli:nth-child(4n) {
  margin-right: 0;
}
.mode1 .cbox .cli:hover .img img {
  transform: scale(1.2);
}
.mode1 .cbox .cli .img {
  width: 100%;
  height: 13vw;
  background: gainsboro;
  float: left;
  overflow: hidden;
}
.mode1 .cbox .cli .img a {
  height: inherit;
}
.mode1 .cbox .cli .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.mode1 .cbox .cli .cbox {
  border: 1px solid #bfbfbf;
  width: 100%;
  height: 5vw;
  padding: 0.4vw;
  overflow: hidden;
  float: left;
}
.mode1 .cbox .cli .cbox .tit {
  width: 100%;
  font-size: 1vw;
  color: #666666;
}
.mode1 .cbox .cli .cbox .des {
  width: 100%;
  color: #999999;
  font-size: 0.8vw;
  line-height: 1.6vw;
  margin-top: 0.4vw;
}
.mode2 {
  width: 100%;
  height: auto;
  margin-top: 80px;
  background: #eeeeee;
  background-size: cover;
  height: 40vw;
  padding-top: 4vw;
}
.mode2 .indexTitle {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.mode2 .indexTitle h4 {
  position: relative;
  margin-bottom: 5px;
}
.mode2 .indexTitle .cn {
  font-size: 2.5vw;
  color: #176bab;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mode2 .indexTitle .en {
  color: #edf2f5;
  font-weight: bold;
  display: block;
  font-family: "Montserrat";
  line-height: 1;
  text-transform: uppercase;
  font-size: 4vw;
}
.mode2 .cbox {
  padding: 0 100px;
  box-sizing: border-box;
}
.mode2 .cbox div {
  box-sizing: border-box;
}
.mode2 .cbox .cli {
  float: left;
  width: calc((100% - 6vw) / 4);
  margin-right: 2vw;
}
.mode2 .cbox .cli:nth-child(4n) {
  margin-right: 0;
}
.mode2 .cbox .cli:hover .img img {
  transform: scale(1.2);
}
.mode2 .cbox .cli .img {
  width: 100%;
  height: 13vw;
  background: gainsboro;
  float: left;
  overflow: hidden;
}
.mode2 .cbox .cli .img a {
  height: inherit;
}
.mode2 .cbox .cli .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.mode2 .cbox .cli .cbox {
  border: 1px solid #bfbfbf;
  width: 100%;
  height: 5vw;
  padding: 0.4vw;
  overflow: hidden;
  float: left;
}
.mode2 .cbox .cli .cbox .tit {
  width: 100%;
  font-size: 1vw;
  color: #666666;
}
.mode2 .cbox .cli .cbox .des {
  width: 100%;
  color: #999999;
  font-size: 0.8vw;
  line-height: 1.6vw;
  margin-top: 0.4vw;
}
.mode2 .indexTitle {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.mode2 .indexTitle h4 {
  position: relative;
  margin-bottom: 5px;
}
.mode2 .indexTitle .cn {
  font-size: 2.5vw;
  color: #176bab;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 1;
}
.mode2 .indexTitle .en {
  color: white;
  font-weight: bold;
  display: block;
  font-family: "Montserrat";
  line-height: 1;
  text-transform: uppercase;
  font-size: 4vw;
}
.mode2 .cbox #box {
  width: 100%;
  margin: 20px auto;
}
.mode2 .cbox .list {
  position: relative;
  width: 100%;
  height: 24vw;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 8px;
}
.mode2 .cbox .list ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.mode2 .cbox .list ul li {
  position: relative;
  z-index: 1;
  display: inline;
  float: left;
  width: 18vw;
  height: 100%;
  list-style: none;
  background: black;
  margin-right: 8px;
  border-radius: 8px;
}
.mode2 .cbox .list ul li .img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mode2 .cbox .list ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.mode2 .cbox .list ul li p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  float: left;
  color: white;
  width: 100%;
  height: 4vw;
  line-height: 4vw;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.5vw;
}
.mode2 .cbox .list ul li:last-child {
  margin-right: 0;
}
.mode2 .cbox .list ul li:hover img {
  transform: scale(1.2);
}
.mode2 .cbox .scrollBar {
  margin-top: 20px;
  position: relative;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-radius: 20px;
}
.mode2 .cbox .scrollBar .barL,
.mode2 .cbox .scrollBar .barR,
.mode2 .cbox .scrollBar .barLStop,
.mode2 .cbox .scrollBar .barRStop {
  position: absolute;
  top: 0;
  width: 28px;
  height: 10px;
  cursor: pointer;
  /*background: url(../../plug/picdisplay/img/03.gif) no-repeat;*/
  background: #eaf1ff;
}
.mode2 .cbox .scrollBar .barL {
  left: 0;
}
.mode2 .cbox .scrollBar .barR {
  right: 0;
  background-position: right 0;
}
.mode2 .cbox .scrollBar .barLStop {
  left: 0;
  background-position: 0 -19px;
  cursor: default;
}
.mode2 .cbox .scrollBar .barRStop {
  right: 0;
  background-position: right -19px;
  cursor: default;
}
.mode2 .cbox .scrollBar .barM {
  position: relative;
  height: 10px;
  border-width: 1px 0;
  margin: 0 28px;
  padding: 1px 0;
  z-index: 1;
  cursor: pointer;
}
.mode2 .cbox .scrollBar .bar {
  position: absolute;
  top: 0px;
  left: 0;
  width: 150px;
  height: 10px;
  cursor: e-resize;
  /*background: url(../../plug/picdisplay/img/01.gif) repeat-x;*/
  background: #005bac;
}
.mode2 .cbox .scrollBar .bar .bar .l {
  position: absolute;
  top: 0;
  width: 0px;
  height: 15px;
  /*background: url(../../plug/picdisplay/img/02.gif) no-repeat;*/

}
.mode2 .cbox .scrollBar .bar .bar .r {
  left: 0px;
  position: absolute;
  top: 0;
  width: 0px;
  height: 15px;
  /*background: url(../../plug/picdisplay/img/02.gif) no-repeat;*/
}
.mode2 .cbox .scrollBar .bar .l {
  left: 0px;
}
.mode2 .cbox .scrollBar .bar .r {
  right: 0px;
  background-position: right 0;
}
.mode2 .cbox #desc {
  color: #cccccc;
  width: 578px;
  padding: 10px;
  margin: 0 auto;
  line-height: 2;
  border: 1px dashed #666666;
}
.mode2 .cbox #desc dd {
  margin-left: 2em;
}
.mode2 .cbox .ta-r {
  text-align: right;
}
.mode3 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.mode3 .indexTitle {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.mode3 .indexTitle h4 {
  position: relative;
  margin-bottom: 5px;
}
.mode3 .indexTitle .cn {
  font-size: 2.5vw;
  color: #176bab;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mode3 .indexTitle .en {
  color: #edf2f5;
  font-weight: bold;
  display: block;
  font-family: "Montserrat";
  line-height: 1;
  text-transform: uppercase;
  font-size: 4vw;
}
.mode3 .cbox {
  padding: 0 100px;
  box-sizing: border-box;
}
.mode3 .cbox div {
  box-sizing: border-box;
}
.mode3 .cbox .cli {
  float: left;
  width: calc((100% - 6vw) / 4);
  margin-right: 2vw;
}
.mode3 .cbox .cli:nth-child(4n) {
  margin-right: 0;
}
.mode3 .cbox .cli:hover .img img {
  transform: scale(1.2);
}
.mode3 .cbox .cli .img {
  width: 100%;
  height: 13vw;
  background: gainsboro;
  float: left;
  overflow: hidden;
}
.mode3 .cbox .cli .img a {
  height: inherit;
}
.mode3 .cbox .cli .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.mode3 .cbox .cli .cbox {
  border: 1px solid #bfbfbf;
  width: 100%;
  height: 5vw;
  padding: 0.4vw;
  overflow: hidden;
  float: left;
}
.mode3 .cbox .cli .cbox .tit {
  width: 100%;
  font-size: 1vw;
  color: #666666;
}
.mode3 .cbox .cli .cbox .des {
  width: 100%;
  color: #999999;
  font-size: 0.8vw;
  line-height: 1.6vw;
  margin-top: 0.4vw;
}
.mode3 .cbox .left {
  float: left;
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
}
.mode3 .cbox .left .main-news-img {
  width: 100%;
  height: 25vw;
  overflow: hidden;
}
.mode3 .cbox .left .main-news-img a {
  height: inherit;
}
.mode3 .cbox .left .main-news-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.mode3 .cbox .left .main-news-img a img:hover {
  transform: scale(1.1);
}
.mode3 .cbox .left .main-news-con {
  width: 100%;
  height: 10vw;
  padding: 20px;
  box-shadow: 0 0 15px #d6d6d6;
  overflow: hidden;
}
.mode3 .cbox .left .main-news-con h3 {
  width: calc(100% - 150px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-size: 1.2vw;
}
.mode3 .cbox .left .main-news-con h3 a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mode3 .cbox .left .main-news-con h4 {
  width: 150px;
  float: left;
  font-size: 1.2vw;
  padding: 0;
  text-align: right;
}
.mode3 .cbox .left .main-news-con p {
  margin-top: 3vw;
  font-size: 1vw;
}
.mode3 .cbox .right {
  float: left;
  width: 50%;
}
.mode3 .cbox .right .newlist {
  position: relative;
  width: 100%;
  height: calc((35vw - 40px) / 3);
  margin-bottom: 20px;
}
.mode3 .cbox .right .newlist:last-child {
  margin-bottom: 0;
}
.mode3 .cbox .right .newlist:hover .img img {
  transform: scale(1.2);
}
.mode3 .cbox .right .newlist .img {
  width: 15vw;
  height: 100%;
  float: left;
  overflow: hidden;
}
.mode3 .cbox .right .newlist .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.mode3 .cbox .right .newlist .nbox {
  width: calc(100% - 15vw);
  height: 100%;
  float: left;
  overflow: hidden;
  padding-left: 20px;
}
.mode3 .cbox .right .newlist .nbox .tit {
  width: 100%;
  height: 2vw;
  line-height: 2vw;
}
.mode3 .cbox .right .newlist .nbox .tit a {
  color: #333333;
  font-weight: bold;
  font-size: 1.2vw;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mode3 .cbox .right .newlist .nbox .des {
  width: 100%;
  /*height: calc(~"100% - 4vw");*/
  height: 3vw;
  line-height: 1.5vw;
  overflow: hidden;
  margin-top: 1vw;
}
.mode3 .cbox .right .newlist .nbox .date {
  margin-top: 1vw;
  width: 100%;
  height: 2vw;
  line-height: 2vw;
}
.footer {
  background: none;
  width: 100%;
  height: auto;
  background: #333333;
  padding: 0;
  color: white;
}
.footer a {
  color: white;
}
.footer .footbox {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.footer .footbox .fnav {
  width: 55%;
  float: left;
}
.footer .footbox .fnav .fli {
  text-align: left;
  float: left;
  width: 25%;
  height: auto;
}
.footer .footbox .fnav .fli:nth-child(1) {
  width: 20%;
}
.footer .footbox .fnav .fli:nth-child(3) {
  width: 30%;
}
.footer .footbox .fnav .fli .nt {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-bottom: 10px;
}
.footer .footbox .fnav .fli .nl {
  width: 100%;
  font-size: 14px;
  float: left;
  height: 30px;
  line-height: 30px;
}
.footer .footbox .contact {
  width: 25%;
  float: left;
}
.footer .footbox .contact .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .footbox .gz {
  width: 20%;
  float: left;
}
.footer .footbox .gz .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .foot-copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid #999999;
  font-size: 12px;
  color: white;
}
/*@media*/

@media screen and (max-width: 1630px) {
  .mode1 .cbox .cli .cbox {
    border: 1px solid #bfbfbf;
    width: 100%;
    height: 6vw;
    padding: 0.4vw;
    overflow: hidden;
    float: left;
  }
}
@media screen and (max-width: 1360px) {
  .w1200 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .cybj {
    margin-top: 20px;
  }
  .mode1 .cbox .cli .cbox {
    border: 1px solid #bfbfbf;
    width: 100%;
    height: 7vw;
    padding: 0.4vw;
    overflow: hidden;
    float: left;
  }
  .about_dszjy {
    padding: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .subBan {
    width: 100%;
    height: 40px;
    border-bottom: 2px #f4f4f4 solid;
    margin-bottom: 0px;
    position: relative;
    z-index: 100;
  }
  .subBan .submenu i {
    width: 40px;
    height: 40px;
    float: left;
  }
  .subBan .submenu a {
    font-size: 14px;
    color: #848181;
    line-height: 40px;
    padding: 0 12px 0 0px;
    float: left;
    font-weight: bold;
  }
  .subBan .submenu span {
    padding-left: 15px;
    font-size: 14px;
    color: #005bac;
    font-weight: bold;
    line-height: 40px;
    float: left;
  }
  .subBan .subNav {
    width: 100%;
    z-index: 100;
    background: gainsboro;
    float: left;
    height: auto;
    display: none;
  }
  .subBan .subNav ul {
    width: 100%;
    float: left;
  }
  .subBan .subNav ul li {
    width: 100%;
    float: left;
    padding: 0 5px;
    line-height: 30px;
  }
  .subBan .subNav .sub-navslip {
    display: none !important;
  }
  .subBan .submask {
    display: block;
    width: 40px;
    height: 40px;
    background: #bfbfbf;
    right: 20px;
    line-height: 40px;
    text-align: center;
    color: white;
  }
  .subBan .submask.on {
    background: gainsboro;
    transform: rotateZ(180deg);
  }
  .about_1 {
    margin-top: 20px;
  }
  .about_1 .about_1-left {
    width: 100%;
  }
  .about_1 .about_1-left img {
    width: 100%;
  }
  .about_1 .about_1-right {
    width: 100%;
  }
  .about_1 .about_1-right h3 {
    margin-top: 20px;
  }
  .about_dszjy .cbox {
    position: relative;
    width: 70%;
  }
  .about_dszjy .cbox .tit {
    line-height: 60px;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .about_dszjy .cbox .subtit {
    margin-bottom: 30px;
  }
  .about_dszjy .cbox .tbox {
    margin-bottom: 60px;
    padding-right: 30px;
  }
  .about_dszjy .cimg {
    position: relative;
    width: 30%;
  }
  .about_zzry {
    margin-top: 20px;
  }
  .about_zzry img {
    max-width: 100%;
  }
  .cpyfw {
    margin: 20px 0;
  }
  .cpyfw .headbox .des {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 36px;
    padding: 0px;
  }
  .cpyfw .cbox .cline .act {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 !important;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .cpyfw .cbox .cline .img {
    width: 100%;
    height: auto;
    float: left;
  }
  .cpyfw .cbox .cline .img img {
    width: 100%;
    height: auto;
  }
  .cpyfw .cbox .clinebig .act {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 !important;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .cpyfw .cbox .clinebig .img {
    width: 100%;
    height: auto;
    float: left;
  }
  .cpyfw .cbox .clinebig .img img {
    width: 100%;
    height: auto;
  }
  .cybj .cbox {
    height: auto;
    float: left;
  }
  .cybj .cbox .bol {
    width: 100%;
  }
  .cybj .cbox .bor {
    padding-top: 20px;
    width: 100%;
  }
  .cybj .cbox .bor .icon {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 10px;
    float: left;
  }
  .cybj .cbox .bor .icon img {
    width: 100%;
    height: 100%;
  }
  .cybj .cbox .bor .ht {
    width: calc(100% - 100px);
    height: 100px;
    margin: 0;
    float: left;
  }
  .cybj .cbox .bor .ht .zh {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 18px;
  }
  .cybj .cbox .bor .ht .en {
    width: 100%;
    height: 40px;
    line-height: 20 x;
    margin-top: 20px;
    margin-top: 10px;
    font-size: 14px;
  }
  .cybj .cbox .bor .con {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .cybj .cbox .bor .con .bcon {
    width: 50%;
    float: left;
  }
  .cybj .cbox .bor .con .bcon.act {
    width: 50%;
    float: left;
  }
  .cybj .ctbox {
    float: left;
  }
  .news {
    margin-top: 20px;
  }
  .news .news-title .news-title-con {
    width: calc(100% - 360px);
    overflow: hidden;
  }
  .details {
    margin-top: 20px;
  }
  .details .details-left {
    width: 100%;
    padding: 0;
  }
  .details .details-left .details-title {
    padding-bottom: 20px;
  }
  .details .details-left .details-title h2 {
    font-size: 18px;
  }
  .details .details-left .details-title h4 {
    font-size: 14px;
  }
  .details .details-left .details-title .share {
    display: none;
  }
  .details .details-right {
    width: 100%;
  }
  .details .details-right .details-con2 {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .details .newsfoot {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    height: auto;
  }
  .header .toplan {
    display: none;
  }
  .header .nav_btn {
    float: right;
    width: 26px;
    height: 60px;
    margin-left: 14px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .header .nav_btn.on span:first-child {
    top: 30px;
  }
  .header .nav_btn.on span:last-child {
    top: 30px;
  }
  .header .nav {
    display: none;
  }
  .header .logo {
    height: 60px;
  }
  .header .logo img {
    height: 60px;
  }
  .apple-banner {
    margin-top: 60px !important;
  }
  #bigmenu {
    top: 60px;
    height: calc(100vh - 60px);
    padding: 0;
  }
  #bigmenu div {
    box-sizing: border-box;
  }
  #bigmenu .mbox {
    width: 100%;
    height: auto;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #d9e1ea;
  }
  #bigmenu .mbox .num {
    display: none;
  }
  #bigmenu .mbox .name {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0px;
  }
  #bigmenu .mbox .name i {
    display: block;
  }
  #bigmenu .mbox .nbox {
    display: none;
    margin-bottom: 20px;
  }
  #bigmenu .mbox .nbox .nli {
    text-align: left;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  #bigmenu .mbox:nth-child(2) .nbox {
    margin-bottom: 20px;
    float: left;
  }
  #bigmenu .mbox:nth-child(2) .nbox .nli {
    width: 100%;
    height: 24px;
    line-height: 24px;
    float: left;
    text-align: left;
    padding-right: 0px;
  }
  #bigmenu .mbox:nth-child(2) .nbox .nli:nth-child(2n) {
    text-align: left;
    padding-left: 0px;
  }
  .apple-banner .swiper-pagination {
    top: auto;
    bottom: 0px;
    background: none;
  }
  .apple-banner .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 10px;
    margin: 0 !important;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
  }
  .apple-banner .swiper-pagination .swiper-pagination-bullet span {
    width: 20px;
    height: 4px;
  }
  .mode1 .cbox {
    width: 100%;
    padding: 0 10px;
    box-sizing: content-box;
  }
  .mode1 .cbox .cli {
    width: calc((100% - 30px) / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .mode1 .cbox .cli .img {
    width: 100%;
    height: 30vw;
  }
  .mode1 .cbox .cli .img a {
    height: inherit;
  }
  .mode1 .cbox .cli .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mode1 .cbox .cli .cbox {
    border: 1px solid #bfbfbf;
    width: 100%;
    height: auto;
    padding: 0.4vw;
    overflow: hidden;
    float: left;
    text-align: center;
    top: 50px;
  }
  .mode1 .cbox .cli .cbox .tit {
    font-size: 14px;
  }
  .mode1 .cbox .cli .cbox .des {
    display: none;
  }
  .mode1 .cbox .cli:nth-child(2n) {
    margin-right: 0;
  }
  .mode2 {
    margin-top: 0px;
    padding: 10px;
    box-sizing: border-box;
  }
  .mode2 .indexTitle {
    margin: 0px;
    padding: 0px;
  }
  .mode2 .cbox {
    width: 100%;
    padding: 0;
  }
  .mode3 {
    margin: 20px 0;
    padding: 10px;
    box-sizing: border-box;
  }
  .mode3 .indexTitle {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
  }
  .mode3 .cbox {
    padding: 0px;
  }
  .mode3 .cbox .left {
    width: 100%;
    padding: 0;
  }
  .mode3 .cbox .left .main-news-img {
    height: 50vw;
  }
  .mode3 .cbox .left .main-news-con {
    padding: 4px;
    height: auto;
  }
  .mode3 .cbox .left .main-news-con h3 a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
  }
  .mode3 .cbox .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .mode3 .cbox .right .newlist {
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
  }
  .mode3 .cbox .right .newlist .img {
    width: 30%;
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .mode3 .cbox .right .newlist .nbox {
    width: 70%;
    height: 100%;
    float: left;
    overflow: hidden;
    padding-left: 20px;
  }
  .mode3 .cbox .right .newlist .nbox .tit {
    height: 20px;
    line-height: 20px;
  }
  .mode3 .cbox .right .newlist .nbox .tit a {
    font-size: 14px;
  }
  .mode3 .cbox .right .newlist .nbox .des {
    height: 40px;
    line-height: 20px;
    color: #888888;
  }
  .mode3 .cbox .right .newlist .nbox .date {
    height: 20px;
    line-height: 20px;
    margin: 0;
  }
  .suBan {
    margin-top: 60px;
    height: auto;
  }
  .suBan .suPics {
    height: auto;
  }
  .suBan .suPics ul li {
    height: 60px;
    background-size: cover !important;
  }
  .about_qywh .htext {
    display: table;
    height: 60px;
  }
  .about_qywh .cbox {
    height: auto;
    float: left;
    margin-top: 20px;
  }
  .about_qywh .cbox .qbox {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    float: left;
    height: auto;
  }
  .about_qywh .cbox .qbox .cbox {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 10px;
  }
  .about_qywh .cbox .qbox .cbox .thead {
    font-size: 20px;
    width: 100%;
    height: 30px;
    color: #005bac;
    margin-bottom: 10px;
  }
  .about_qywh .cbox .qbox .cbox .tdesc {
    font-size: 14px;
    width: 100%;
    height: auto;
    line-height: 24px;
    overflow: hidden;
  }
  .about_qywh .cbox .qbox .cimg {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about_qywh .cbox .qbox .cimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  .about_qywh .cbox .qbox:nth-child(2n) {
    margin: 0;
  }
  .about_qywh .w1200 {
    padding: 0;
  }
  .about_qywh .mode2 {
    float: left;
    background-size: cover;
  }
  .about_qywh .mode2 .w1200 {
    width: 100%;
  }
  .about_qywh .mode2 .w1200 .box1 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    top: 0px;
  }
  .about_qywh .mode2 .w1200 .box1 p {
    margin-bottom: 10px;
  }
  .about_qywh .mode2 .w1200 .box2 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    top: 0;
    padding: 10px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 24px;
  }
  .about_1 {
    margin-top: 20px;
  }
  .about_dszjy .w1200 {
    padding: 0;
  }
  .about_dszjy .cbox {
    position: relative;
    width: 100%;
    float: left;
    top: 0;
    left: 0;
  }
  .about_dszjy .cbox .tit {
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
  }
  .about_dszjy .cbox .subtit {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .about_dszjy .cbox .tbox {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .about_dszjy .cbox .tfoot {
    padding: 0;
    font-size: 18px;
  }
  .about_dszjy .cbox .tfoot span {
    margin-left: 10px;
    margin-right: 0;
    font-size: 22px;
  }
  .about_dszjy .cimg {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    float: left;
  }
  .cybj {
    margin-top: 20px;
  }
  .footer .footbox {
    padding: 20px 0;
  }
  .footer .footbox .fnav {
    display: none;
  }
  .footer .footbox .contact {
    width: 75%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .footer .footbox .gz {
    width: 25%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .footer .footbox .gz img {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .news {
    margin-top: 20px;
  }
  .news .news-title .news-title-img {
    width: 100%;
  }
  .news .news-title .news-title-con {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 20px;
    height: auto;
  }
  .news .news-title .news-title-con h3 {
    padding: 5px 0;
    font-size: 16px;
  }
  .news .news-title .news-title-con h4 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .news .news-title .news-title-con p {
    display: none;
  }
}
