.list_ul {
  overflow: hidden;
}
.list_ul ul {
  display: flex;
  flex-wrap: wrap;
}
.list_ul ul li {
  box-sizing: border-box;
}
.list_ul ul li a {
  display: block;
}
.swiper-pagination-bullet-active {
  background-color: #007ac8;
}
@font-face {
  font-family: SiYuanSong;
  src: url(../font/SiYuanSongTiRegular/SourceHanSerifCN-Bold-2.otf);
}
.transition {
  transition: all ease-in-out 0.3s;
}
.img-transform {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.big_img .img {
  overflow: hidden;
}
.big_img .img img,
.big_img .img h1,
.big_img .img h2,
.big_img .img h3,
.big_img .img h4,
.big_img .img h5 {
  transition: all ease-in-out 0.3s;
}
.big_img:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.big_img:hover h1,
.big_img:hover h2,
.big_img:hover h3,
.big_img:hover h4 .big_img:hover h5 {
  color: #007ac8;
}
.con1400 {
  max-width: 1895px;
  width: 100%;
  margin: 0 14px;
}
.con1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.con1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.con1500 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.con1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.head_pc {
  display: block;
  width: 100%;
  z-index: 222;
}
.head_pc .con1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 17px;
}
.head_pc .logo {
  max-width: 383px;
}
.head_pc .nav {
  display: flex;
  align-items: center;
}
.head_pc .nav > ul {
  display: flex;
  align-items: center;
}
.head_pc .nav > ul li.li1 {
  position: relative;
}
.head_pc .nav > ul li.li1 .active {
  display: block;
  padding: 0 35px;
  font-size: 18px;
  font-family: 新宋体;
  line-height: 110px;
  position: relative;
}
.head_pc .nav > ul li.li1 .active::after {
  width: 1px;
  height: 16px;
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
.head_pc .nav > ul li.li1 .hover,
.head_pc .nav > ul li.li1 :hover {
  color: #fa9d00;
}
.head_pc .nav > ul li.li1:last-child .active::after {
  display: none;
}
.head_pc .nav > ul li.li1 .ul2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 666;
}
.head_pc .nav > ul li.li1 .ul2 a {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #f6f6f6;
}
.head_pc .nav > ul li.li1 .ul2 a:hover,
.head_pc .nav > ul li.li1 .ul2 a.hover {
  background-color: #007ac8;
  color: #fff;
}
.footer {
  background: url(../images/foo_bj_img.jpg) no-repeat center top;
  padding-top: 62px;
  background-color: #007ac8;
}
.footer .con1400 {
  padding: 4% 0;
  display: flex;
  align-items: flex-end;
}
.footer .con1400 > div {
  width: 33.33%;
}
.footer .tit {
  color: #fff;
  margin-bottom: 30px;
}
.footer .tit h2 {
  font-size: 36px;
}
.footer .tit p {
  font-size: 18px;
}
.footer ul {
  margin: -7px;
}
.footer li {
  padding: 7px;
}
.footer li p {
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.footer li img {
  max-width: 100px;
}
.footer .center ul {
  justify-content: center;
}
.footer .right {
  color: #fff;
  text-align: right;
}
.footer .right .tel {
  margin-bottom: 24px;
}
.footer .right .tel h5 {
  font-size: 18px;
}
.footer .right .tel p {
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
}
.footer .right .list_ul ul {
  justify-content: flex-end;
}
.footer .right .list_ul ul li a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foo_bottom {
  background-color: #00578f;
}
.foo_bottom .con1400 {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 54px;
}
.dsp_ban {
  overflow: hidden;
}
.dsp_ban .ban_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dsp_ban .ban_box .h {
  display: flex;
  align-items: center;
  height: 100%;
}
.commontc {
  display: none;
  height: 272px;
  width: 480px;
  left: 50%;
  margin-left: -240px;
  top: 240px;
  position: fixed;
  z-index: 100000;
  border-radius: 3px;
  background: rgba(36, 38, 51, 0.8);
}
.commontc .clo {
  top: 8px;
  right: 8px;
  position: relative;
  z-index: 9999;
}
.tcan {
  padding-top: 186px;
  padding-left: 36px;
}
.tcan a {
  color: #fff;
  border: 1px solid #80d0fc;
  height: 40px;
  line-height: 38px;
  width: 100px;
  text-align: center;
  float: left;
  border-radius: 5px;
  margin-right: 24px;
  background: #0098f7;
  transition: 0.2s;
  -moz-transition: 0.2s;
  /* Firefox 4 */
  -webkit-transition: 0.2s;
  /* Safari 和 Chrome */
  -o-transition: 0.2s;
  /* Opera */
}
.tcan a.dhzx {
  width: 120px;
}
.tcan a:hover {
  background: #fff;
  color: #2f3e57;
}
.ol_dhzx {
  background: url(../images/ol_dhzx.jpg) no-repeat;
  height: 240px;
  width: 440px;
  left: 50%;
  margin-left: -220px;
  top: 240px;
  position: fixed;
  z-index: 99999;
  border-radius: 3px;
  display: none;
}
.ol_dhzx .clo {
  top: 8px;
  right: 8px;
  position: relative;
  z-index: 9999;
}
.ol_dhzx .ol_dhzxtel {
  font-size: 23px;
  color: #fff;
  padding: 35px 0 0 192px;
  height: 72px;
  overflow: hidden;
}
.ol_dhzxtxt {
  padding: 112px 18px 0 18px;
}
.ol_dhzxtxt input {
  border-left: 2px solid #d9d9d9;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  float: left;
  height: 44px;
  width: 70%;
  padding-left: 12px;
  line-height: 26px;
  color: #333333;
}
.ol_dhzxtxt button {
  border-right: 2px solid #d9d9d9;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #3ea3ff;
  float: left;
  color: #fff;
  height: 44px;
  width: 30%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.ol_zxly {
  /* background: #fff; */
  height: 272px;
  width: 480px;
  left: 50%;
  margin-left: -240px;
  top: 240px;
  position: fixed;
  z-index: 99999;
  border-radius: 5px;
  /* display: none; */
}
.ol_zxly_left {
  float: left;
  margin-top: 24px;
  margin-left: 5px;
}
.ol_zxly_left img {
  width: 146px;
}
.ol_zxly_left p {
  margin-left: 10px;
}
.ol_zxly_left .p1 {
  margin-left: 23px;
  margin-top: 27px;
  color: #fff;
  font-size: 14px;
}
.ol_zxly_left .p2 {
  margin-left: 21px;
  width: 132px;
  /* margin-top: 10px; */
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.ol_zxly_right {
  margin-right: 30px;
  float: right;
  width: 290px;
}
.ol_zxlytit {
  margin-top: 5px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
}
.ol_zxly .clo {
  top: 8px;
  right: 8px;
  position: absolute;
  z-index: 9999;
}
.ol_dhzxcot {
  /* padding: 17px 15px 0px; */
}
.ol_dhzxcot div {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.ol_dhzxcot .btn-box {
  overflow: hidden;
}
.ol_dhzxcot .btn-box button {
  width: 48%;
  background: #808080 !important;
}
.ol_dhzxcot .btn-box button:first-child {
  float: left;
}
.ol_dhzxcot .btn-box button:last-child {
  float: right;
}
.ol_dhzxcot textarea {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 2px 10px;
  height: 56px;
  color: #333333;
  background: #fff;
}
.ol_dhzxcot input {
  border: 1px solid #cccccc;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  line-height: 40px;
  background: #fff;
  font-size: 14px;
  color: #333333;
}
.ol_dhzxcot_l {
  float: left;
  width: 140px;
}
.ol_dhzxcot_r {
  float: right;
  width: 140px;
}
.ol_dhzxcot span {
  position: absolute;
  margin-left: 12px;
  margin-top: 10px;
}
.ol_dhzxcot .oll_mes_tel {
  position: absolute;
  margin-left: 12px;
  margin-top: 10px;
}
.ol_dhzxcot label {
  color: red;
  position: absolute;
  margin-left: -12px;
  margin-top: 8px;
}
.ol_dhzxcot button {
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #808080;
  height: 32px;
  width: 100%;
  border: 0;
  margin-top: 0px;
  line-height: 32px;
}
.clear {
  clear: both;
}

