@charset "UTF-8";
body,
div,
ul,
li,
ol,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
input,
fieldset,
form,
textarea,
p,
th,
td,
botton,
blockquote,
span,
img {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  width: 100%;
  /* min-width: 1200px; */
  font-family: microsoft yahei;
  background: #f6f6f6;
}

body * {
  box-sizing: border-box;
}

fieldset,
img,
input,
button {
  border: 0;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.div1200 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .div1200 {
    width: 90%;
  }
}

.jun_show_news {
  float: left;
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

.jun_show_news p {
  width: 100%;
  margin: 0px 0 0px 0;
  text-align: center;
  font-size: 24px;
  color: #2098d1;
  line-height: normal;
}

/*index*/
#top {
  float: left;
  width: 100%;
  background: #fff;
  height: 100px;
  position: fixed;
  z-index: 99999999;
}

@media (max-width: 1200px) {
  #top {
    display: none;
  }
}
#top h1 {
  float: left;
  margin: 18px 0 0 0;
}

.top_rig {
  float: right;
  margin-top: 1.75rem;
}

.top_rig1 {
  float: left;
  width: 830px;
}

.top_rig1 dl {
  float: right;
  line-height: 40px;
  margin-top: 0px;
}

.top_rig1 dd {
  float: left;
  margin-right: 15px;
  color: #ccc;
}

.top_rig1 dd s {
  text-decoration: none;
  font-size: 18px;
  color: #0193e0;
  font-family: Arial;
}

.top_rig1 ul {
  float: left;
  width: 830px;
}

.top_rig1 ul li {
  float: left;
  width: 118px;
}

.top_rig1 ul li a {
  width: 118px;
  line-height: 48px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

.top_rig1 ul li a:hover {
  background: url(../images/menu_hov.png) no-repeat center -2px;
  color: #fff;
  text-decoration: none;
}

.top_rig1 ul li a.hov1 {
  background: url(../images/menu_hov.png) no-repeat center -2px;
  color: #fff;
  text-decoration: none;
}

.logo_call {
  margin-top: 14px;
  height: 65px;
  float: left;
}

.logo_call img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: top;
}

.mob_head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.mob_head .mb_hb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.mob_head .mb_logo img {
  height: 40px;
}
.mob_head .mb_more {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-more.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.md-mob_sideNav {
  position: fixed;
  right: -100%;
  opacity: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  transition: all 0.15s linear;
  z-index: 300;
}
.md-mob_sideNav.m_show {
  right: 0;
  transition: all 0.15s linear;
  opacity: 1;
}
.md-mob_sideNav .ul1 {
  max-height: 100%;
  padding: 0.5rem 0;
  overflow-y: auto;
  scrollbar-width: thin;
}
.md-mob_sideNav .ul1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.md-mob_sideNav .ul1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.md-mob_sideNav .ul1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: auto;
}
.md-mob_sideNav .ul1 .a1 {
  position: relative;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
}
.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  padding-left: 40px;
  line-height: 30px;
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md-mob_sideNav .ul1 .has_nav .dt::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.md-mob_sideNav .ul1 .has_nav.show .dt::after {
  background-image: url(../images/hm_4.png);
}

#banner {
  float: left;
  width: 100%;
  height: 620px;
}

.slide-main {
  height: 620px;
  position: relative;
}

.prev,
.next {
  display: block;
  width: 50px;
  position: absolute;
  z-index: 222;
  top: 290px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  _border: 1px solid none;
}

.prev {
  left: 70px;
}

.next {
  right: 70px;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.slide-box,
.slide {
  display: block;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.slide-box {
  position: relative;
}

.slide {
  display: none;
  height: 620px;
  position: relative;
  position: absolute;
  z-index: 8;
}

.item {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 124;
  top: 600px;
  left: 0;
  text-align: center;
}

.item a {
  display: inline-block;
  width: 24px;
  height: 5px;
  margin-right: 11px;
  background: #0193e0;
  overflow: hidden;
}

.item a.cur {
  background: #fff;
}

.banAnimate .obj-a {
  display: block;
  -webkit-animation-name: baoAni;
          animation-name: baoAni;
  -webkit-animation: baoAni 0.4s linear 0s normal none;
  animation: baoAni 0.4s linear 0s normal none;
}

@-webkit-keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
.banAnimate .obj-b {
  display: block;
  -webkit-animation-name: saAni;
          animation-name: saAni;
  -webkit-animation: saAni 0.4s linear 0s normal none;
  animation: saAni 0.4s linear 0s normal none;
}

@-webkit-keyframes saAni {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}
@keyframes saAni {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.watch-code.code-show {
  display: block;
  -webkit-animation-name: scode;
          animation-name: scode;
  -webkit-animation: scode 0.3s linear 0s normal none;
  animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
  from {
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform-origin: left bottom;
  }
}
@keyframes scode {
  from {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: left bottom;
  }
}
.banAnimate .obj-c,
.banAnimate .obj-e {
  display: block;
  -webkit-animation-name: saAnic;
          animation-name: saAnic;
  -webkit-animation: saAnic 0.3s linear 0s normal none;
  animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
.banAnimate .obj-d,
.banAnimate .obj-f {
  display: block;
  -webkit-animation-name: saAnid;
          animation-name: saAnid;
  -webkit-animation: saAnid 0.3s linear 0s normal none;
  animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
#content1 {
  float: left;
  width: 100%;
  padding: 0 0;
}

.fuwu {
  float: left;
  width: 600px;
  height: 265px;
  background: url(../images/f_1.jpg) no-repeat;
}

.fuwu dl {
  float: left;
  width: 300px;
  margin: 108px 0 0 30px;
}

.fuwu dl dt {
  float: left;
  width: 300px;
  margin-bottom: 15px;
}

.fuwu dl dd {
  float: left;
  width: 300px;
  line-height: 30px;
  font-size: 14px;
}

.stage {
  -o-perspective: 800px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  width: 300px;
  height: 265px;
  overflow: hidden;
  float: left;
}

.container {
  width: 300px;
  height: 265px;
  float: left;
  position: relative;
  transform-style: preserve-3d;
  transition: 0.5s;
  transform: translateZ(-150px) rotateY(0deg);
}

.container .side {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container .front {
  z-index: 2;
  transform: translateZ(150px);
  background: #f00;
  background-size: 100% 100%;
}

.container .front dl {
  float: left;
  width: 300px;
  height: 265px;
  position: relative;
}

.container .front dl dt {
  float: left;
  width: 300px;
  height: 265px;
  overflow: hidden;
}

.container .front dl dd {
  position: absolute;
  width: 220px;
  height: 56px;
  right: 0;
  bottom: 20px;
  background: url(../images/f_tm.png) no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 10px 0 0 20px;
}

.container .front dl dd s {
  text-decoration: none;
  font-size: 18px;
  color: #000;
}

.container .zleft {
  left: -300px;
  transform: translateZ(150px) rotateY(-90deg);
  transform-origin: right;
  background: #3bb2f0;
  background-size: 100% 100%;
}

.container .zleft dl {
  float: left;
  width: 260px;
  height: 225px;
  padding: 20px;
  color: #fff;
}

.container .zleft dl dt {
  float: left;
  width: 260px;
  color: #afdbf8;
}

.container .zleft dl dt s {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.container .zleft dl dd {
  float: left;
  width: 260px;
  font-size: 14px;
  margin-top: 20px;
}

.container .zleft dl dd a {
  width: 128px;
  height: 28px;
  border: 1px solid #76c9f5;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: 宋体;
  font-weight: bold;
}

.container .zleft dl dd a:hover {
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}

.container:hover {
  transform: translateZ(-150px) rotateY(90deg);
  opacity: 1;
  z-index: 6;
}

.gd {
  float: left;
  width: 300px;
  height: 265px;
}

.gd a {
  width: 300px;
  height: 265px;
  float: left;
  background: url(../images/m1.jpg) no-repeat;
}

.gd a:hover {
  background: url(../images/m2.jpg) no-repeat;
  transition: all 0.5s ease-in-out;
}

#content2 {
  float: left;
  width: 100%;
  height: 538px;
  background: url(../images/bj2.jpg) no-repeat center top;
}

.content2_tit {
  float: left;
  width: 1200px;
}

.content2_con {
  float: left;
  width: 1190px;
  border: 5px solid #ececec;
  height: 395px;
  margin-top: 20px;
}

.jieshao {
  float: left;
  width: 490px;
  margin: 90px 0 0 30px;
  font-size: 14px;
  line-height: 30px;
}

.jieshao dd {
  float: left;
  width: 490px;
}

.jieshao dd a {
  width: 146px;
  float: left;
  background: url(../images/m3.png) no-repeat;
  line-height: 51px;
  text-indent: 22px;
  margin-top: 28px;
  color: #fff;
}

.jieshao dd a:hover {
  background: url(../images/m4.png) no-repeat;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

#focus {
  float: right;
  margin: 25px 10px 0 0;
  width: 645px;
  height: 345px;
  overflow: hidden;
  position: relative;
}

#focus ul {
  width: 1920px;
  height: 345px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

#focus ul li {
  float: left;
  width: 320px;
  height: 345px;
  overflow: hidden;
  text-align: center;
  margin-right: 5px;
}

#focus ul li img {
  float: left;
  width: 320px;
  height: 290px;
  margin-bottom: 10px;
}

#focus ul li s {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

#content3 {
  float: left;
  width: 100%;
}

.ihonor {
  float: left;
  width: 100%;
}

.ihonor_left {
  float: left;
  width: 50%;
  height: 400px;
  background: url(../images/img_6.jpg) no-repeat right top;
}

.ihonor_right {
  float: right;
  width: 50%;
}

.ho_con {
  float: left;
  width: 600px;
  height: 400px;
}

.ho_con dl {
  float: right;
  width: 545px;
  margin-top: 65px;
}

.ho_con dl dt {
  float: left;
  width: 545px;
  text-align: right;
  margin-bottom: 16px;
}

.ho_con dl dd {
  float: left;
  margin: 17px 0 0 20px;
}

.ho_con dl dd a {
  width: 252px;
  height: 32px;
  background: url(../images/h_bj.png) no-repeat;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #333;
  float: left;
}

.ho_con dl dd a:hover {
  background: url(../images/h_bj2.png) no-repeat;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  color: #0193e0;
}

.iservice {
  float: left;
  width: 100%;
  margin-top: 15px;
}

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

.iservice_right {
  float: left;
  width: 100%;
  height: 1180px;
  background: url(../images/banner44.jpg) no-repeat center center;
}

.iservice_con {
  float: right;
  width: 600px;
  height: 400px;
}

.iservice_con dl {
  float: right;
  width: 600px;
  margin-top: 65px;
}

.iservice_con dl dt {
  float: left;
  width: 600px;
  margin-bottom: 16px;
}

.iservice_con dl dd {
  line-height: 32px;
  width: 600px;
  float: left;
  font-size: 14px;
}

#content4 {
  float: left;
  width: 100%;
  padding-top: 80px;
  border-bottom: 1px solid #ccc;
  height: 464px;
  background: url(../images/bj3.jpg) no-repeat center top;
}

.content4_con {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 56px;
  font-size: 16px;
}

.content4_con s {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

#content5 {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.content5_con {
  float: left;
  width: 1150px;
  border: 5px solid #ececec;
  margin-top: 30px;
  padding: 20px;
}

.content5_con dl {
  float: left;
  width: 678px;
  margin-top: 20px;
}

.content5_con dl dt {
  float: left;
  width: 678px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}

.content5_con dl dd {
  float: left;
  width: 678px;
  line-height: 26px;
  font-size: 14px;
}

.content5_con dl dd a {
  width: 128px;
  height: 28px;
  border: 1px solid #ccc;
  text-align: center;
  float: left;
  line-height: 28px;
  font-family: 宋体;
  font-size: 20px;
  font-weight: bold;
  color: #ccc;
}

.content5_con dl dd a:hover {
  border: 1px solid #0193e0;
  color: #0193e0;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.content5_con p {
  float: right;
  margin: 5px 0px;
}

#content6 {
  float: left;
  width: 100%;
}

.content6_tit {
  float: left;
  width: 1200px;
  height: 30px;
  margin: 25px 0;
  overflow: hidden;
}

.content6_tit li {
  float: left;
  width: 100px;
  height: 30px;
  background-color: #e0e0e0;
  margin-left: 5px;
  border-radius: 5px;
}

.content6_tit li a {
  width: 100px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

.content6_tit li:hover a {
  color: #666;
  cursor: pointer;
}

.content6_tit li.selectTag {
  background-color: #00a0e2;
  border-radius: 5px;
}

.content6_tit li.selectTag a {
  color: #fff;
}

.content6_con {
  float: left;
  width: 1200px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.box {
  width: 1200px;
  float: left;
  position: relative;
  _height: 100%;
}

.picbox {
  width: 1200px;
  height: 316px;
  overflow: hidden;
  position: relative;
  float: left;
}

.piclist {
  height: 286px;
  position: relative;
  left: 0px;
  top: 0px;
}

.swaplist {
  position: absolute;
  left: -5000px;
  top: 0px;
}

.piclist li {
  width: 300px;
  float: left;
  background: #f6f6f6;
}

.piclist li a {
  display: block;
  border: 1px solid #f0f0f0;
  border-left: 0;
  padding: 12%;
  min-height: 250px;
  text-decoration: none;
  position: relative;
}

.piclist li a:hover {
  background-color: #00a0e2;
}

.piclist li a:hover time,
.piclist li a:hover time b,
.piclist li a:hover ._p,
.piclist li a:hover ._t,
.piclist li a:hover ._more {
  color: #fff;
}

.piclist li a:hover time:before {
  background-color: #fff;
}

.piclist li time {
  display: block;
  color: #cfcfcf;
  padding-bottom: 15px;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  float: left;
}

.piclist li time:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #0193e0;
}

.piclist li time b {
  font-size: 14px;
  color: #0193e0;
  font-weight: normal;
}

.piclist li time b em {
  padding: 0 5px;
}

._tt {
  position: relative;
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #000;
  margin-bottom: 15px;
}

._pp {
  position: relative;
  float: left;
  color: #5a5a5a;
}

._moree {
  margin-top: 10px;
  position: relative;
  display: block;
  float: left;
  color: #0193e0;
}

.piclist2 {
  height: 286px;
  position: relative;
  left: 0px;
  top: 0px;
}

.swaplist2 {
  position: absolute;
  left: -5000px;
  top: 0px;
}

.piclist2 li {
  width: 300px;
  float: left;
  background: #f6f6f6;
}

.piclist2 li a {
  display: block;
  border: 1px solid #f0f0f0;
  border-left: 0;
  padding: 12%;
  min-height: 250px;
  text-decoration: none;
  position: relative;
}

.piclist2 li a:hover {
  background-color: #00a0e2;
}

.piclist2 li a:hover time,
.piclist2 li a:hover time b,
.piclist2 li a:hover ._p,
.piclist2 li a:hover ._t,
.piclist2 li a:hover ._more {
  color: #fff;
}

.piclist2 li a:hover time:before {
  background-color: #fff;
}

.piclist2 li time {
  display: block;
  color: #cfcfcf;
  padding-bottom: 15px;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  float: left;
}

.piclist2 li time:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #0193e0;
}

.piclist2 li time b {
  font-size: 14px;
  color: #0193e0;
  font-weight: normal;
}

.piclist2 li time b em {
  padding: 0 5px;
}

.anniu {
  float: left;
  width: 216px;
  padding-left: 492px;
  margin-top: 50px;
}

.og_prev {
  background: #e3e3c7;
  width: 103px;
  height: 30px;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  float: left;
  border-radius: 5px;
}

.og_prev:hover {
  background: #0193e0;
  transition: all 0.5s ease-in-out;
}

.og_next {
  background: #e3e3c7;
  width: 103px;
  height: 30px;
  float: left;
  cursor: pointer;
  float: left;
  border-radius: 5px;
}

.og_next:hover {
  background: #0193e0;
  transition: all 0.5s ease-in-out;
}

.og_prev2 {
  background: #e0e0e0;
  width: 103px;
  height: 30px;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  float: left;
}

.og_prev2:hover {
  background: #0193e0;
  transition: all 0.5s ease-in-out;
}

.og_next2 {
  background: #e0e0e0;
  width: 103px;
  height: 30px;
  float: left;
  cursor: pointer;
  float: left;
}

.og_next2:hover {
  background: #0193e0;
  transition: all 0.5s ease-in-out;
}

#bottom {
  width: 100%;
  float: left;
  background: #060415;
  margin-top: 1px;
  background-image: url(../images/foot.jpg);
}

.bottom_left {
  float: right;
  width: 23.5%;
  padding: 2px 0;
}

.bottom_left dl {
  float: left;
  width: 282px;
}

.bottom_left dl dt {
  float: left;
  width: 282px;
}

.bottom_left dl dd {
  float: left;
  margin-top: 22px;
  font-size: 14px;
  color: #adadad;
}

.bottom_left dl dd img {
  float: left;
  border: 5px solid #fff;
  margin-right: 20px;
}

.bottom_right {
  float: left;
  width: 76.4166666667%;
}

.map {
  padding: 10px 0 0 0;
}

.map dl {
  float: left;
  margin-left: 30px;
  width: 108px;
}

.map dl dt {
  float: left;
  width: 108px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 5px;
}

.map dl dd {
  float: left;
  line-height: 30px;
  font-size: 14px;
}

.map dl dd a {
  color: #fff;
}

.map dl dd a:hover {
  color: #fff;
}

.map dl.dl_1 dt {
  float: left;
  width: 330px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 5px;
}

.map dl.dl_1 dd {
  float: left;
  width: 330px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1200px) {
  .bottom_left {
    width: 100%;
  }
  .bottom_right {
    width: 100%;
  }
  .map dl {
    margin-left: 0;
    width: 25%;
  }
  .map dl dt {
    width: 100%;
    float: none;
  }
  .map dl dd {
    width: 100%;
  }
  .map dl.dl_1 {
    width: 100%;
  }
  .map dl.dl_1 dd {
    width: 100%;
  }
  .banquan1 {
    padding: 20px 0;
  }
}
.banquan {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.banquan dt {
  float: left;
  width: 100%;
  font-size: 8px;
  color: #fff;
  line-height: 16px;
}

.banquan dd {
  float: left;
  width: 100%;
  line-height: 16px;
  font-size: 8px;
}

.banquan dd a {
  color: #666;
  font-size: 8px;
}

.banquan dd :hover {
  color: #fff;
}

.banquan1 {
  float: left;
  width: 100%;
}

.banquan1 dd a {
  color: #666;
  font-size: 12px;
}

.banquan1 dl dd {
  text-align: center;
}

/*index*/
/*contact*/
/* #nbanner {
  float: left;
  width: 100%;
  height: auto !important;
  min-height: 180px;
  padding-top: 18.75%;
}

@media (max-width: 1200px) {
  #nbanner {
    margin-top: 60px !important;
  }
} */
#nbanner {
  float: left;
  width: 100%;
  min-height: 180px;
  padding-top: 18.75%;
  position: relative;
}
#nbanner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#nbanner .img2 {
  display: none;
}

@media (max-width: 1200px) {
  #nbanner {
    margin-top: 60px !important;
    padding-top: 100%;
		padding-top: calc(580 / 850 * 100%);
  }
  #nbanner .img1 {
    display: none;
  }
  #nbanner .img2 {
    display: block;
  }
}

#content {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.path {
  padding-left: 17px;
  font-size: 14px;
  line-height: 40px;
  background: #fff;
  border-left: 3px solid #276ebc;
}

.path a {
  color: #333;
}

.contact {
  margin-top: 20px;
}

.contact p {
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #333;
}

.contact dl {
  float: left;
  width: 1200px;
  background: #fff;
  padding-bottom: 20px;
}

.contact dl dt {
  float: left;
  width: 1200px;
  height: 400px;
  background: #000;
  margin-bottom: 10px;
}

.contact dl dd {
  float: left;
  width: 1200px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
}

.contact dl dd strong {
  color: #0193e0;
}

.contact2 {
  margin-top: 20px;
  background: #fff;
}

.contact2 p {
  padding: 10px 0 0 0;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  background: #fff;
  color: #333;
}

.contact2 dl {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 20px 20px;
}

.contact2 dl dt {
  float: right;
  width: 755px;
  order: 2;
}

.contact2 dl dt span {
  line-height: 36px;
  font-size: 14px;
}

.text {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  height: 210px;
  padding: 10px;
}

.contact2 dl dd {
  float: left;
  width: 353px;
  order: 1;
}

.contact2 dl dd span {
  float: left;
  line-height: 36px;
  font-size: 14px;
  width: 353px;
}

@media (max-width: 1200px) {
  .contact2 dl dt {
    width: 100%;
  }
  .contact2 dl dd {
    width: 100%;
  }
}
.input {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 34px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
  text-indent: 10px;
}

.contact2 s {
  text-decoration: none;
  display: block;
  padding: 0 20px;
}

.contact2 .btn {
  width: 100%;
  height: 36px;
  background: #0193e0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  margin-bottom: 20px;
  cursor: pointer;
}

/*contact*/
/*recruitment*/
.recruitment {
  margin-top: 20px;
  background: #fff;
}

.recruitment dl {
  line-height: 36px;
  margin-bottom: 20px;
  font-family: microsoft yahei;
  padding: 0 20px;
  font-size: 14px;
}

.recruitment dl dt {
  background: #f2f2f2;
  height: 40px;
  line-height: 40px;
}

.recruitment dl dt p {
  font-size: 18px;
  color: #333;
  margin-left: 10px;
}

.recruitment dl dt span {
  float: right;
  color: #999;
  margin-right: 10px;
}

.recruitment dl dd {
  line-height: 30px;
  padding: 10px;
}

.recruitment dl dd s {
  font-size: 18px;
  font-family: Arial;
  color: #0077cd;
  text-decoration: none;
}

/*recruitment*/
/*news*/
.content_con {
  /* width: 1200px; */
  margin-top: 20px;
}

.left {
  float: left;
  width: 220px;
}

.left h5 {
  background: #333;
  padding: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
}

.left h5 s {
  float: left;
  text-decoration: none;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 15px;
  background: url(../images/x.jpg) no-repeat left bottom;
  font-family: Impact;
}

.left p {
  line-height: 40px;
  font-size: 16px;
  margin-top: 2px;
}

.left p a {
  display: block;
  height: 40px;
  background: #fff;
  padding: 0 10px;
}

.left p a:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.left p a.hov2 {
  background: #333;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.left dl {
  float: left;
  margin-top: 20px;
  background: #fff;
  padding: 10px;
}

.left dl dt {
  float: left;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #333;
  text-indent: 10px;
  margin-bottom: 10px;
}

.left dl dd {
  float: left;
  width: 200px;
  background: url(../images/sj.png) no-repeat 5px center;
  line-height: 36px;
  text-indent: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}

.left-search {
  float: none !important;
  width: 100% !important;
}

.right {
  float: right;
  width: 960px;
  background: #fff;
  padding: 10px 20px 20px 20px;
}

.right_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}

.right_tit p {
  font-size: 18px;
  color: #333;
  margin-left: 10px;
}

.right_tit span {
  float: right;
  height: 30px;
  margin-top: 10px;
}

.right_tit span s {
  float: left;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

.select {
  float: left;
  width: 80px;
  height: 30px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .left {
    width: 100%;
  }
  .left-search {
    display: none !important;
  }
  .left h5 s {
    float: none;
    display: block;
  }
  .left dl {
    display: none;
  }
  .right {
    width: 100%;
    margin-top: 20px;
  }
}
.news dl {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}

.news dl dt {
  float: left;
  width: 150px;
  height: 120px;
  overflow: hidden;
}

.news dl dd {
  float: right;
  margin-top: 5px;
}

.news dl dd a {
  line-height: 36px;
  float: left;
  font-size: 14px;
  color: #333;
}

.news ul {
  float: right;
  margin-top: 20px;
}

.news li {
  float: left;
  margin: 5px;
}

.news li a {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  float: left;
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: Arial;
}

.news li a:hover {
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
  background: #333;
  transition: all 0.5s ease-in-out;
}

.news li a.hov3 {
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
  background: #333;
}

.news .n_de {
  padding-left: 30px;
}
.news .dl {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}
.news .img {
  width: 150px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
}
.news .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .d1 {
  margin-top: 5px;
}
.news .d1 a {
  line-height: 36px;
  font-size: 14px;
  color: #333;
}
.news .d2 {
  margin-top: 5px;
}
.news .d3 {
  color: #999;
  margin-top: 5px;
}

@media (max-width: 500px) {
  .news .dl {
    flex-wrap: wrap;
  }
  .news .img {
    width: 100%;
  }
  .news .n_de {
    padding: 10px;
  }
}
.now {
  background: #333;
}

/*news*/
/*news_1*/
.news_1 dl dt {
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  border-bottom: 1px dashed #ddd;
  color: #999;
  padding: 10px 0;
}

.news_1 dl dt img {
  margin: 5px 0 0 5px;
}

.news_1 dl dt s {
  color: #333;
  font-size: 20px;
  text-decoration: none;
  line-height: 40px;
}

.news_1 dl dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
}

.news_1 dl dd s {
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  display: block;
}

.news_1 dl dd a.aaa_1 {
  float: left;
  color: #333;
}

.news_1 dl dd a.aaa_2 {
  float: right;
  color: #333;
}

@media (max-width: 1200px) {
  .news_1 dl dd a.aaa_1 {
    width: 48%;
  }
  .news_1 dl dd a.aaa_2 {
    width: 48%;
  }
}
@media (max-width: 900px) {
  .news_1 dl dd a.aaa_1 {
    width: 100%;
  }
  .news_1 dl dd a.aaa_2 {
    width: 100%;
  }
}
/*news_1*/
/*company*/
.company_tit {
  height: 60px;
  background: #fff url(../images/x2.jpg) repeat-x left bottom;
}

.company_tit ul {
  display: flex;
}

.company_tit li {
  flex-grow: 1;
}

.company_tit li a {
  display: block;
  height: 57px;
  font-size: 20px;
  color: #333;
  line-height: 57px;
  text-align: center;
}

.company_tit li a:hover {
  color: #0193e0;
  text-decoration: none;
  border-bottom: 3px solid #0193e0;
  line-height: 57px;
}

.company_tit li a.hov3 {
  color: #0193e0;
  text-decoration: none;
  border-bottom: 3px solid #0193e0;
  line-height: 57px;
}

@media (max-width: 1200px) {
  .company_tit li a {
    font-size: 14px;
  }
}
.company_con {
  background: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 30px;
}

.company_con img {
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.company_con dl {
  float: left;
  width: 1160px;
}

.company_con dl dt {
  float: left;
  width: 339px;
}

.company_con dl dd {
  float: right;
  width: 801px;
  font-size: 14px;
  line-height: 36px;
}

/*company*/
/*team*/
.team {
  background: #fff;
  padding: 20px;
}

.team dl {
  float: left;
  width: 275px;
  margin: 0 20px 20px 0;
  background: #f6f6f6;
}

.team dl dt {
  float: left;
  width: 275px;
  position: relative;
  height: 250px;
  overflow: hidden;
}

.team dl dt img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.team dl dt:hover img {
  transition: all 0.5s ease-in-out;
  left: -5%;
  top: -5%;
  width: 105%;
  height: 105%;
}

.team dl dd {
  float: left;
  width: 275px;
  text-align: center;
  padding: 10px 0;
}

.team dl dd s {
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.team dl:hover {
  background: #0193e0;
  transition: all 0.5s ease-in-out;
}

.team dl:hover dd {
  color: #fff;
}

.team dl:hover dd s {
  color: #fff;
}

.fanye2 {
  float: left;
  width: 1160px;
  overflow: hidden;
}

.fanye2 li {
  float: left;
  margin: 0 5px;
}

.fanye2 li a {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  float: left;
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: Arial;
  cursor: pointer;
}

.fanye2 li a:hover {
  border: 1px solid #0193e0;
  color: #fff;
  text-decoration: none;
  background: #0193e0;
  transition: all 0.5s ease-in-out;
}

.fanye2 li a.hov3 {
  border: 1px solid #0193e0;
  color: #fff;
  text-decoration: none;
  background: #0193e0;
}

/*team*/
/*team_1*/
.team_1 {
  float: left;
  width: 1160px;
  background: #fff;
  padding: 20px;
}

.team_1 dl {
  float: left;
  width: 1160px;
}

.team_1 dl dt {
  float: left;
  width: 320px;
}

.team_1 dl dd {
  float: right;
  width: 820px;
  font-size: 14px;
  line-height: 30px;
}

.team_1 dl dd s {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

/*team_1*/
/*honor*/
.honor {
  background: #fff;
  padding: 20px;
}

.honor_left dl {
  float: left;
  width: 1160px;
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}

.honor_left dl dt {
  float: left;
  width: 180px;
}

.honor_left dl dt img {
  float: left;
  width: 100%;
}

.honor_left dl dd.dd_1 {
  float: right;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  width: 960px;
}

.honor_left dl dd {
  float: right;
  width: 960px;
  font-size: 14px;
  line-height: 30px;
}

.honor_right {
  clear: both;
}

.hn_i {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.thumbnail .lightbox {
  display: block;
  padding-top: 136%;
  position: relative;
}
.thumbnail .lightbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1200px) {
  .hn_i {
    width: 50%;
    padding: 5px;
  }
}
/*honor*/
/*responsibility*/
.responsibility {
  float: left;
  width: 1160px;
  background: #fff url(../images/fh.png) no-repeat center center;
  padding: 50px 20px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #333;
}

/*responsibility*/
/*case*/
.case_tit {
  height: 60px;
  background: #fff url(../images/x2.jpg) repeat-x left bottom;
}

.case_tit li {
  float: left;
  width: 200px;
}

.case_tit li a {
  float: left;
  width: 200px;
  height: 57px;
  font-size: 20px;
  color: #333;
  line-height: 57px;
  text-align: center;
}

.case_tit li a:hover {
  color: #0193e0;
  text-decoration: none;
  border-bottom: 3px solid #0193e0;
  line-height: 57px;
}

.case_tit li a.hov3 {
  color: #0193e0;
  text-decoration: none;
  border-bottom: 3px solid #0193e0;
  line-height: 57px;
}

.case_con {
  background: #fff;
  padding: 20px;
}

.case_con dl {
  float: left;
  width: 365px;
  margin: 0 20px 20px 0;
  background: #f6f6f6;
}

.case_con dl dt {
  position: relative;
  overflow: hidden;
}

.case_con dl dt a {
  position: relative;
  padding-top: 69.8630136986%;
  overflow: hidden;
  display: block;
}

.case_con dl dt img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.case_con dl dt:hover img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}

.case_con dl dd {
  width: 365px;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*.case_con dl:hover{ background:#0193e0;transition:all 0.50s ease-in-out;}
.case_con dl:hover dd{ color:#fff;}*/
.cmore h3 {
  float: right;
  width: 76px;
  background-color: #2098d1;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.5px;
}

.cmore h3:hover {
  float: right;
  width: 76px;
  border: #a7a7a7 1px solid;
  background-color: #f2f2f2;
  color: #474747;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1.5px;
}

@media (max-width: 1200px) {
  .case_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .case_con dl {
    width: 49%;
    margin: 0;
    margin-bottom: 2%;
  }
  .case_con dl dd {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .case_con dl {
    width: 100%;
  }
}
/*case*/
/*case_1*/
.case1_con {
  float: left;
  width: 880px;
  background: #fff;
  padding: 20px;
}

.case1_con dl {
  float: left;
  width: 880px;
}

.case1_con dl dt {
  float: left;
  width: 880px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  border-bottom: 1px dashed #ddd;
  color: #999;
  padding: 10px 0;
}

.case1_con dl dt img {
  margin: 5px 0 0 5px;
}

.case1_con dl dt s {
  color: #333;
  font-size: 20px;
  text-decoration: none;
  line-height: 40px;
}

.case1_con dl dd {
  float: left;
  margin-top: 10px;
  font-size: 14px;
  width: 880px;
  line-height: 30px;
}

.case1_con dl dd s {
  width: 880px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  display: block;
}

.case1_con dl dd a.aaa_1 {
  float: left;
  color: #333;
}

.case1_con dl dd a.aaa_2 {
  float: right;
  color: #333;
}

.case1_con img {
  max-width: 800px;
}

.case_rightbox ul {
  padding-left: 10px;
  padding-top: 10px;
}

.case_rightbox ul li {
  float: left;
  margin-bottom: 10px;
}

.case_rightbox ul li span {
  float: left;
  margin: 0px;
  padding: 0px;
  height: 30px;
  line-height: 30px;
}

.case_rightbox ul li a {
  font-size: 14px;
}

.search_box {
  color: #999;
  padding-left: 4px;
  height: 31px;
  font-size: 12px;
  width: 198px;
  outline: none;
  background: #dedede;
}

.searcha {
  width: 35px;
  height: 31px;
  display: block;
  float: right;
  background: url("../images/search_a.jpg") no-repeat 0 -31px;
  cursor: pointer;
}

.searcha:hover {
  background-position: 0 0px;
}

/*case_1*/
/*classroom*/
.classroom {
  background: #fff;
  padding: 20px;
}

.class1 {
  display: flex;
  justify-content: space-between;
}

.class1 p {
  width: 50%;
  height: 310px;
  background: #333;
  position: relative;
  overflow: hidden;
}

.class1 p img {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 103%;
  height: 103%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.class1 p:hover img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}

.class1 dl {
  float: left;
  width: 50%;
  padding: 15px;
}

.class1 dl dt {
  color: #333;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 10px;
  background: url(../images/x3.jpg) no-repeat left bottom;
}

.class1 dl dt s {
  text-decoration: none;
  font-size: 26px;
  line-height: 30px;
  font-family: Impact;
	display: block;
}

.class1 dl dd {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}

.class1 dl dd a {
  color: #333;
  float: right;
}

@media (max-width: 1200px) {
  .class1 {
    flex-wrap: wrap;
  }
  .class1 p {
    width: 100%;
    order: 1;
  }
  .class1 dl {
    width: 100%;
    order: 2;
  }
  .class1 dl dd a {
    float: none;
  }
  .class1 dl dt s {
    display: block;
  }
}
/*classroom*/
/*classroom2*/
.classroom2 {
  background: #fff;
  padding: 20px;
}

.classroom2 h3 {
  font-size: 24px;
}

h3 {
  padding: 7px 0;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  color: #0193e0;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

.classroom2 p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
}

.classroom2_con dl {
  margin-top: 20px;
}

.classroom2_con dl dt {
  text-align: center;
  font-size: 22px;
  color: #333;
  line-height: 50px;
}

.classroom2_con dl dd {
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
}

.classroom2_con dl dd.dd_2 {
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

.classroom2_con dl dd a {
  text-align: center;
  width: 1160px;
  height: 40px;
  line-height: 40px;
  background: #f6f6f6;
  color: #333;
  text-decoration: none;
}

.classroom2_con dl dd a:hover {
  background: #ddf3ff;
  color: #0193e0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 900px) {
  .classroom2 h3 {
    font-size: 18px;
  }
}
/*classroom2*/
/*classroom2_1*/
.classroom2_1 {
  float: left;
  width: 1160px;
  background: #fff;
  padding: 20px;
}

.classroom2_1_con {
  float: left;
  width: 1160px;
}

.classroom2_1_con dl {
  float: left;
  width: 1160px;
}

.classroom2_1_con dl dt {
  float: left;
  width: 1160px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  border-bottom: 1px dashed #ddd;
  color: #999;
  padding: 10px 0;
}

.classroom2_1_con dl dt img {
  margin: 5px 0 0 5px;
}

.classroom2_1_con dl dt s {
  color: #333;
  font-size: 20px;
  text-decoration: none;
  line-height: 40px;
}

.classroom2_1_con dl dd {
  float: left;
  margin-top: 10px;
  font-size: 14px;
  width: 1160px;
  line-height: 30px;
}

.classroom2_1_con dl dd s {
  width: 1160px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  display: block;
}

.classroom2_1_con dl dd a.aaa_1 {
  float: left;
  color: #333;
}

.classroom2_1_con dl dd a.aaa_2 {
  float: right;
  color: #333;
}

/*classroom2_1*/
/*service*/
.service {
  float: left;
  width: 920px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
}

/*service*/
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.new_cont a {
  font-size: 16px;
}

.iservice_dui {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.iservice_imgtitle {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.tf_ys {
  display: block;
  width: 451px;
  height: 70px;
  background: url(../images/d1.png);
  text-align: center;
  line-height: 66px;
  font-size: 36px;
  font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 auto;
  letter-spacing: 3px;
  color: #f0f0f0;
}

.tf_ys_en {
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
}

.line {
  display: block;
  width: 0.205em;
  background: #29a1e3;
}

.xd {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  margin-top: 6px;
  letter-spacing: 1px;
}

.content_con .main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.content_con .main .column {
  width: 100%;
  margin-top: 2px;
  clear: both;
  overflow: hidden;
}

.content_con .main .column .hl {
  height: 30px;
  float: left;
  font-size: 28px;
  margin-bottom: 18px;
  color: #1b1b1b;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 7px;
  border-left: #276ebc 3px solid;
}

.content_con .main .column .hk {
  float: left;
  height: 21px;
  font-size: 20px;
  color: #8f8f8f;
  font-family: "Times New Roman";
  font-weight: 200;
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 12px;
}

@media (max-width: 500px) {
  .content_con .main .column .hk {
    display: none;
  }
}
.content_con .main .column .hr a {
  width: 125px;
  height: 30px;
  float: right;
  line-height: 18px;
  padding-right: 20px;
  padding-top: 17px;
  text-align: right;
  color: #5182ba;
}

.content_con .main .column .listbox {
  width: 100%;
  clear: both;
}

.content_con .main .column ul,
.content_con .main .column li {
  list-style: none;
}

.content_con .main .column ul li {
  width: 33.33%;
  float: left;
  font-family: "微软雅黑";
}

.pic_new {
  width: 95%;
}
.pic_new a {
  display: block;
  padding-top: 75.2631578947%;
  position: relative;
}

.pic_new img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.pic_new a img:hover {
  opacity: 0.6;
  transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
}

.t_new {
  width: 95%;
}

.t_new a {
  display: flex;
  justify-content: space-between;
}

.jun_new {
  margin-top: 10px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.t_new h3 {
  float: right;
  width: 76px;
  background-color: #2098d1;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1.5px;
}

.t_new h3:hover {
  float: right;
  width: 76px;
  border: #a7a7a7 1px solid;
  background-color: #f2f2f2;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #474747;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1.5px;
}

@media (max-width: 1200px) {
  .content_con .main .column ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content_con .main .column ul li {
    width: 49%;
  }
  .pic_new {
    width: 100%;
  }
  .t_new {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .content_con .main .column ul li {
    width: 100%;
  }
}
.content_con .bline {
  border-bottom: 1px solid #7d4545;
  margin-top: 18px;
  width: 98%;
}

.m-nzhengwen {
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}

.u-nliucheng {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  padding-top: 30px;
}

.u-nliucheng .liuzuo {
  border: 2px dashed #296bb7;
  border-top: 0px;
  margin-left: 16px;
  padding: 0px 145px 25px 25px;
  border-radius: 5px;
  font-size: 14px;
  color: #505050;
  line-height: 30px;
  min-height: 200px;
}

.u-nliucheng .liuzuo .zuotit {
  margin-left: -43px;
  font-size: 24px;
  color: #2e8fdd;
  margin-bottom: 10px;
}

.u-nliucheng .liuzuo .zuotit img {
  margin-right: 9px;
}

@media (max-width: 1200px) {
  .u-nliucheng {
    margin-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .u-nliucheng .liuzuo {
    padding: 20px !important;
    margin-left: 0 !important;
  }
}
.u-nliucheng .liuyou {
  width: 167px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
}

.div12001 {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .div12001 {
    width: 90%;
  }
}

.right1 {
  float: right;
  width: 1030px;
  background: #fff;
}

.content_con1 {
  margin-top: 20px;
}

.m-nzyou {
  width: 1000px;
  float: right;
}

@media (max-width: 1200px) {
  .m-nzyou {
    width: 100%;
  }
}