@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

html,
body {
  font-family: Microsoft YaHei;
}


.pb100 {
  padding-bottom: 6.25rem;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .nav_ul>li:nth-child(4) .er-ul {
  width: 160%;
  left: -30%;
}

header.active .er-ul {
  top: 5rem;
}

.er-ul li a.text:hover {
  text-decoration: underline;
}

.er-ul {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 999;
  background: #fff;
  transform: scale(0);
  opacity: 0;
  display: block;
  position: fixed;
  top: 7.625rem;
  background: #007cc3;
}

header .bot .fr ul>li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
}

.mb70 {
  margin-bottom: 70px !important;
}

header .bot .fr>ul>li:hover .er-ul {
  /* transform: scale(1); */
  opacity: 1;
  display: block;
}

.er-ul li {
  line-height: 32px;
  width: 100%;
  display: block;
  float: none;
  text-align: left !important;
  padding-left: 1.5625rem;
}

.er-ul li a {
  color: #000;
  font-size: .875rem;
  display: block;
  text-align: left;
  color: #3d3e3f;
}

.list_contact .col-md-6.last {
  border: solid 1px #0b7cc3;
  padding: 2rem;
}

.bg {
  background: #007cc3;
}

.logo_phone img {
  width: 7.5rem;
}

.c {
  color: #007cc3;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container {
  padding: 0 14.8125rem;
  width: 100%;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }


  .phone_weibu {
    display: block;
  }
}

html,
body {
  font-size: calc(0.83333333vw);
}

.container {
  padding: 0 22.5rem;
}

header .top {
  line-height: 2.5rem;
  border-bottom: 1px solid #ebebeb;
  font-size: 1rem;
  color: #a9a9a9;
}

header .top a {
  color: #a9a9a9;
}

header .top a.active {
  color: #007cc3;
}

header .top a:last-child {
  padding-left: .9375rem;
  margin-left: .9375rem;
  position: relative;
}

header .top a:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #a9a9a9;
}

header .top .search {
  margin-right: 2.5rem;
  display: inline-block;
  cursor: pointer;
}

header .top .search i {
  color: #007cc3;
  font-size: 1rem;
}

.er-ul {
  padding: 1.875rem 0;
}

.er-ul ul {
  display: flex;
  justify-content: space-between;
  padding: 0 7rem;
}

.er-ul li {
  float: left;
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
}

.er-ul li:nth-last-child(2) a.text:last-child {
  display: none;
}

.er-ul li a:first-child {
  font-size: 1.125rem;
  margin-bottom: .9375rem;
  font-weight: 600;
}

.er-ul li a.text {
  position: relative;
}

.er-ul li a.text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
  width: .625rem;
  height: 2px;
  background: #fff;
}

.er-ul li a.text {
  font-size: .875rem;
}

.er-ul li a {
  color: #fff;
}

.loadmore {
  text-align: center !important;
  font-size: 1.25rem;
}

.searchbox {
  top: 2.625rem;
  border-top-color: #0b7cc3;
}

.serbtn {
  background: #0b7cc3;
}

header .bot {
  line-height: 5rem;
}

header .bot .logo img {
  width: 11.5rem;
}

header .bot .fr>ul>li:nth-child(1)::before {
  display: none;
}

header .bot .fr>ul>li {
  font-size: 1.125rem;
  color: #007cc3;
  float: left;
  position: relative;
}

.index_one .swiper-container {
  padding-bottom: 3.125rem;
}

.ny_erji {
  display: flex;
  justify-content: center;
  margin: 0 0 2.5rem;
}

.ny_erji li {
  border: 1px solid #ddd;
  line-height: 3.375rem;
  width: 100%;
  text-align: center;
  margin: 0 4px;
  font-size: 1rem;
}

.ny_erji li:hover,
.ny_erji li.active,
.ny_snaji li:hover,
.ny_snaji li.active {
  border: 1px solid #0b7cc3;

}

.ny_erji li:hover a,
.ny_erji li.active a,
.ny_snaji li:hover a,
.ny_snaji li.active a {
  color: #0b7cc3;
}

.ny_snaji {
  display: flex;
  justify-content: center;
  margin: 0 0 2.5rem;
}

.ny_snaji li {
  margin: 0 .9375rem;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  padding: 0 .625rem;
}

header .bot .fr>ul>li>a {
  padding: 0 1.5625rem;
  position: relative;
}

header .bot .fr>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0b7cc3;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .bot .fr>ul>li:hover>a::before,
header .bot .fr>ul>li.active>a::before {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 100%;
}

header .bot .fr>ul>li:hover>a,
header .bot .fr>ul>li.active>a {
  color: #0b7cc3;
}

header .bot .fr>ul>li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: .875rem;
  background: #ccc;
}

header .bot .fr>ul>li:last-child>a {
  padding-right: 0;
}

header.active .bot {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.ta {
  text-align: center;
}

.en_title {
  font-size: .875rem;
  line-height: 1.6875rem;
  color: #007cc3;
}

.title {
  font-size: 2.125rem;
  line-height: 1.2;
  color: #272727;
}

.index_one {
  padding: 6.875rem 0 5.3125rem;
}

.index_one .swiper-container {
  margin-top: 3.75rem;
}

.index_one .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 4.375rem;
  color: #000000;
  border-radius: 0 0 10px 10px;
}

.index_one .swiper-slide .over,
.index_one .swiper-slide .over img {
  border-radius: 10px 10px;
  background-image: linear-gradient(122deg, #f2fbff 0%, #b2cfe8 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
    normal;
}

.index_one .swiper-slide:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: solid 1px #dfdfdf;
}

.index_one .swiper-slide:hover img {
  transform: scale(1.1);
}

.index_one .swiper-slide:hover .name {
  color: #007cc3;
}

.index_two {
  background-color: #f4f4f4;
  padding: 5.5rem 0 4.6875rem;
}

.index_two .swiper-container {
  margin-top: 2.1875rem;
  padding: 0 .625rem 4.2rem .625rem;
}

.index_two .swiper-pagination-bullet,
.index_one .swiper-pagination-bullet {
  width: .6875rem;
  height: .6875rem;
  opacity: 1;
  background-color: #007cc3;
}

.index_two .swiper-pagination-bullet-active,
.index_one .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #007cc3;
}

.hyyy_squera .name {
  font-size: 1.125rem;
  line-height: 4.375rem;
  color: #000000;
  border-radius: 0 0 10px 10px;
}

.hyyy_squera .over,
.hyyy_squera .over img {
  border-radius: 10px 10px 0 0;
}

.hyyy_squera .img2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hyyy_squera .img2 img {
  height: 100%;
}

.hyyy_squera:hover .img2 {
  display: block;
}

.hyyy_squera:hover .name {
  background: #fff;
}

.hyyy_squera:hover>div {
  background-color: #ffffff;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.index_three {
  padding: 4.375rem 0 6.25rem;
}

.index_three .row {
  margin-top: 2.8125rem;
}

.index_three .left .name {
  font-size: 1.125rem;
  color: #000000;
}

.index_three .left .text {
  font-size: 1rem;
  color: #696969;
}

.index_three .left .data {
  font-size: .875rem;
  color: #a5a5a5;
}

.index_three .left ul li:nth-child(1) {
  padding-bottom: 1.375rem;
}

.index_three .left ul li:nth-child(1) .fl {
  width: 30%;
}

.index_three .left ul li:nth-child(1) .fl img {
  height: 7.5625rem;
  object-fit: cover;
  border-radius: 10px;
}

.index_three .left ul li:nth-child(1) .fl .over {
  border-radius: 10px;
}

.index_three .left ul li:nth-child(1) .fr {
  width: 70%;
  padding-left: 1.875rem;
  text-align: left;
}

.index_three .left ul li:nth-child(1) .name {
  line-height: 1.875rem;
}

.index_three .left ul li:nth-child(1) .text,
.index_three .left ul li:nth-child(1) .data {
  line-height: 1.875rem;
}

.index_three .left ul li:hover img {
  transform: scale(1.1);
}

.index_three .left ul li:hover .name {
  color: #007cc3;
}

.index_three .left ul li {
  line-height: 3.5rem;
  border-bottom: 1px solid #e6e6e6;
}

.index_three .left ul li .name {
  font-size: 1.125rem;
  color: #000000;
}

.index_three .left ul li .data {
  font-size: 1rem;
  color: #a5a5a5;
}

.index_three .left ul li .fl {
  width: 70%;
}

.index_three .left ul li .fr {
  width: 30%;
  text-align: right;
}

.index_three .right>div,
.index_three .right img,
.index_three .right .over {
  border-radius: 10px;
}

.index_three .right .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #007cc3;
  border-radius: 0px 0px 10px 10px;
  line-height: 3.5625rem;
}

.index_three .right .name {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  color: #ffffff;
}

.index_three .right .swiper-pagination {
  position: absolute;
  bottom: 1rem;
  right: 1.5625rem;
}

.index_three .right .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  background-color: #fff;
  opacity: 1;
  margin: 0 .25rem;
}

.index_three .right .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #fff;
}

.index_four {
  background: url(../img/6.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.125rem 0 3.5625rem;
}

.index_four .fl {
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #f2fbff;
}

.index_four .fl .iconfont {
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  font-size: 1.5rem;
  margin-right: .625rem;
}

.index_four .fr {
  line-height: 2.625rem;
  font-size: 1.25rem;
  color: #ffffff;
}

.index_four .fr i {
  font-size: 1.5rem;
  color: #fff;
}

footer {
  background: #282828;
  padding: 3.75rem 0;
}

footer .name {
  position: relative;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: .9375rem;
  padding: 0 0 .625rem 0;
}

footer .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5625rem;
  height: 3px;
  background-color: #007cc3;
}

footer .text {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #acacac;
}

footer .left1 {
  width: 25%;
}

footer .left1 a {
  width: 40%;
  float: left;
}

footer .left2 {
  width: 40%;
}

footer .left3 {
  width: 20%;
}

footer .right {
  width: 15%;
}

.yqlj {
  margin-top: 1.25rem;
}

.yqlj a {
  margin-right: 1rem;
}

footer .right a {
  width: 2.75rem !important;
  height: 2.75rem !important;
  background-color: #007cc3 !important;
  border-radius: 50% !important;
  border: none !important;
  line-height: 2.75rem !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 1rem !important;
  margin-right: 0 !important;
}

.beian {
  background: #282828;
  font-size: .875rem;
  line-height: 1.5625rem;
  padding: 1rem 0;
  color: #929292;
  border-top: 1px solid rgba(205, 224, 233, 0.3);
}

.nybanner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.nybanner .text {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.375rem;
  color: #0b7cc3;
  text-shadow: 0px 0px 5px 0px rgba(11, 124, 195, 0.1);
}

.bread {
  border: solid 1px #e9e9e9;
  line-height: 3.75rem;
  font-size: 1rem;
  color: #676767;
}

.bread a {
  color: #676767;
}

.bread a:hover {
  color: #007cc3;
}

.bread .iconfont {
  font-size: 1rem;
}

.bread span:last-child {
  display: none;
}

.pro_squ .left {
  padding: 0 1.875rem 0 0;
}

.pro_squ .left .over {
  border: solid 1px #dcdcdc;
  padding: .625rem;
}

.pro_squ .right {
  padding: 0 0 0 0;
}

.pro_squ .right .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 600;
  padding-top: .5rem;
}

.pro_squ .right ul {}

.pro_squ .right ul li {
  position: relative;
  font-size: .875rem;
  line-height: 1.875rem;
  color: #797979;
  padding-left: 1rem;
  word-break: break-all;
}

.ny_erji li h2 {

  height: 53px;
  line-height: 53px;
}

.ny_erji li h2 a {
  font-size: 16px;
}

.pro_squ .right ul li::before {
  content: "";
  position: absolute;
  top: .65rem;
  left: 0;
  width: .4375rem;
  height: .4375rem;
  background-color: #0b7cc3;
}

.pro_squ>div {
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
  padding: .625rem;
  margin: 0 0 2.125rem 0;
}

.pro_squ>div .more_pro {
  width: 5.8125rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #797979;
  border-radius: 2.5rem;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  text-align: center;
}

.pro_squ>div .more_pro:hover {
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #007cc3;
}

.pro_squ:hover .left .over {
  border: solid 1px #0b7cc3;
}

.pro_squ:hover .more_pro {
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #007cc3;
}

.pro_squ:hover .name {
  color: #007cc3;
}

.show_pro .row {
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.show_pro .fangdj {
  padding: 0 .625rem 1.25rem 0;
  cursor: pointer;
}

.show_pro .fangdj i {
  font-size: 1rem;
}

.show_pro .pr::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #d5d5d5;
}

.show_pro .right {
  border-left: 1px solid #d5d5d5;
  padding-left: 3.75rem;
}

.show_pro .right .name {
  font-size: 2rem;
  line-height: 2.8125rem;
  color: #0b7cc3;
  padding-top: 3.75rem;
}

.show_pro .right ul {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #6b6b6b;
  margin: 1.875rem 0 2.5rem;
}

.show_pro .right ul li {
  position: relative;
  padding-left: 1.5625rem;
}

.show_pro .right ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: .4375rem;
  height: .4375rem;
  background-color: #0b7cc3;
}

.more {
  height: 3.0625rem;
  background-color: #007cc3;
  border-radius: 3.125rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1rem;
  border: 1px solid #007cc3;
  color: #ffffff;
  padding: 0 3.125rem;
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more a {
  color: #fff;
}

.more:hover {
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more:hover a {
  color: #007cc3;
}

.show_pro_two {
  padding-bottom: 7.5rem;
  border-bottom: 1px solid #d9d9d9;
}

.show_pro_two ul {
  background-color: #e5e5e5;
  line-height: 3.75rem;
}

.show_pro_two ul li {
  float: left;
  padding: 0 4.375rem;
  border-right: 1px solid #fff;
  font-size: 1.125rem;
  color: #3c3c3c;
  cursor: pointer;
}

.show_pro_two ul li.active,
.show_pro_two ul li:hover {
  background: #007cc3;
  color: #fff !important;
}

.show_pro_two .sum {
  padding: 2.5rem 0 0;
}

.show_pro_two .sum>div {
  display: none;
}

.show_pro_two .sum>div.active {
  display: block;
}

.about_pro .container {
  padding: 0 21.5rem;
}

.about_pro .swiper-container {
  padding: 3.125rem 1rem 1.25rem;
}

.about_pro .title {
  padding: 0 1rem;
}

.about_pro .swiper-button-next,
.about_pro .swiper-button-prev {
  position: absolute;
  top: 0;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-size: 1rem 1rem;
  left: auto;
  border-radius: 50%;
  background-color: #e5e5e5;
  opacity: 1;
  margin-top: 0 !important;
}

.about_pro .swiper-button-prev {
  right: 6.25rem;
}

.list_about .row {
  margin-top: 3.125rem;
}

.heig {
  height: 7.5rem;
  overflow-y: scroll;
  padding-right: .9375rem;
  margin: .5rem 0 1rem;
}

.heig::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #fff;
  width: 4px;
  height: 164px;
  position: absolute;
}

.heig::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.heig::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #0b7cc3;
}

.list_about .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #787878;
  text-align: justify;
}

.list_about_two {
  background-color: #f4f4f4;
}

.list_about_two .img {
  padding: .8125rem;
  border: solid 1px #e1e1e1;
  border-bottom: none;
}

.list_about_two .name {
  line-height: 3.4375rem;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  font-size: 1rem;
  color: #6d6d6d;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_about_two .swiper-slide:hover .name {
  background: #007cc3;
  color: #fff !important;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_about_two .swiper-slide:hover img {
  transform: scale(1.1);
}

.list_about_two .swiper-container {
  padding: 2.8125rem 0 3.75rem;
  display: none;
}

.list_about_two .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  opacity: 1;
  background-color: #007cc3;
}

.list_about_two .swiper-pagination-bullet-active {
  border: 2px solid #0b7cc3;
  background: transparent;
}

.list_contact .row {
  margin-top: 1.875rem;
}

.list_contact .icon {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border: solid 1px #0b7cc3;
  border-radius: 50%;
}

.list_contact .icon i {
  font-size: 1.5rem;
  color: #007cc3;
}

.list_contact .name {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #474747;
  margin: 1.25rem 0 .625rem;
}

.list_contact .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #787878;
}

.list_contact .text span {
  margin-right: 1.875rem;
}

.list_contact .text .yang {
  padding-left: 3rem;
}

.list_contact .last .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.125rem;
}

.list_contact .row {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #ebebeb;
}

.list_message form {
  margin-top: 3.75rem;
}

.list_message form .col-md-4>div {
  border: solid 1px #dfdfdf;
  line-height: 3.5625rem;
  padding: 0 1.5625rem;
  font-size: 1rem;
  color: #949494;
}

.list_message form .col-md-4>div input {
  width: 80%;
  border: none;
}

.list_message form .col-md-4>div .xinghao {
  color: #c20000;
  padding-left: .5rem;
}

.list_message form .col-md-4>div input {
  padding-left: .625rem;
}

.list_message form textarea {
  width: 100%;
  height: 14.375rem;
  border: solid 1px #dfdfdf;
  line-height: 1.875rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  color: #949494;
}

.list_message form .col-md-12 {
  margin: 1.4375rem 0;
}

.list_message form .tijiao .yzm {
  width: 60%;
  line-height: 3.5625rem;
  background-color: #ffffff;
}

.list_message form .tijiao .yzm input {
  border: solid 1px #dfdfdf;
  padding: 0 1.5625rem;
}

.list_message form .tijiao .fr button {
  width: 10.25rem;
  height: 3.5625rem;
  line-height: 3.5625rem;
  text-align: center;
  background-color: #c3c3c3;
  font-size: 1.125rem;
  color: #000000;
  border: none;
  margin-left: 1.5625rem;
}

.list_message form .tijiao .fr button:nth-child(1) {
  background: #007cc3;
  color: #fff !important;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_message form .tijiao .fr button:nth-child(1):hover {
  background: #000;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_message form .tijiao .fr button:nth-child(2):hover {
  background: #000;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #fff !important;
}

.list_news .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #6b6b6b;
}

.list_news .name {
  font-size: 1.5rem;
  line-height: 1.9375rem;
}

.list_news .top {
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 1.25rem;
}

.list_news .top .col-md-7 {
  padding-right: 3.125rem;
}

.list_news .top .col-md-7 .data {
  font-size: 1rem;
  line-height: 1.875rem;
  padding-top: 1.25rem;
  color: #6b6b6b;
}

.list_news .top .col-md-7 .name {
  color: #0b7cc3;
}

.list_news .top .col-md-7 .text {
  margin-top: .9375rem;
}

.list_news .top .swiper-pagination {
  left: 42.5%;
  bottom: 1.875rem;
  transform: translateX(0);
  width: auto;
}

.list_news .top .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  opacity: 1;
  background: #007cc3;
}

.list_news .top .swiper-pagination-bullet-active {
  border: 2px solid #0b7cc3;
  background: transparent;
}

.list_news ul {
  margin-top: 1.25rem;
}

.list_news ul li {
  padding: 2.375rem 0;
  border-bottom: 1px solid #e2e2e2;
}

.list_news ul li .left {
  width: 6.4375rem;
  padding: 0 .75rem;
  background-color: #0b7cc3;
}

.list_news ul li .left div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: .625rem 0 0.375rem;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #ffffff;
  font-weight: 600;
}

.list_news ul li .left p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
  padding: .25rem 0;
}

.list_news ul li .center {
  width: 82%;
  padding: 0 2.0625rem;
}

.list_news ul li .center .name {
  color: #303030;
}

.list_news ul li .center .text {
  margin-top: .25rem;
}

.list_news ul li .right {
  padding: 1.5rem 3.125rem 0 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news ul li .right i {
  font-size: 2.4rem;
  color: #e2e2e2;
}

.list_news ul li:hover .name,
.list_news ul li:hover .more_a i {
  color: #007cc3;
}

.list_news ul li:hover .right {
  padding-right: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_hyyy .hyyy_squera {
  margin-bottom: 3.75rem;
}

.article_article_title {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #313030;
}

.article_article_fl {
  width: 70%;
  padding-left: 1.875rem;
}

.article_article_fr {
  width: 30%;
  padding-left: 2.1875rem;
}

.article_article_title {
  font-size: 1.75rem;
  line-height: 2.8125rem;
  color: #313030;
}

footer .right a:hover {
  background-color: #fff !important;
}

footer a:hover {
  color: #007cc3 !important;
}

.articel_article_data {
  font-size: .875rem;
  color: #6D6D6D;
  line-height: 1.875rem;
  padding: .625rem 0 .9375rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: .9375rem;
}

.articel_article_data span {
  font-size: .875rem;
  margin-right: .25rem;
}

.articel_article_data span:nth-child(2) {
  margin-left: 1.25rem;
}

.article_articel_con {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}

.article_articel_fr_a {
  font-size: 1rem;
  line-height: 2rem;
  color: #303030;
}

.article_articel_fr_a a {
  color: #303030;
}

.article_articel_fr_a:hover a,
.article_article_fr_ul li:hover a {
  color: #007cc3;
}

.recommand,
.xia {
  font-size: 1.25rem;
  font-weight: 600;
}

.xia {
  position: relative;
}

.xia::before {
  width: 72%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  height: .0625rem;
  background: #e1e1e1;
}

.article_articel_fr_top {
  border: 1px solid #e1e1e1;
  padding: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.article_articel_fr_bot {
  background: #f3f3f3;
  padding: 1.5625rem;
}

.article_articel_fr_bot .recommand {
  line-height: 3.75rem;
}

.article_articel_fr_bot .all {
  font-size: 1rem;
  line-height: 3.75rem;
  color: #9A9A9A;
}

.article_articel_fr_top .articel_article_fr_data {
  font-size: 1rem;
  line-height: 3rem;
  color: #6D6D6D;
}

.article_articel_fr_top>div:nth-child(1) {
  margin-bottom: 1.875rem;
}

.article_articel_fr_top .articel_article_fr_data .iconfont {
  font-size: 1.125rem;
}

.ib {
  display: inline-block;
}

.article_article_fr_ul li .data {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #6D6D6D;
}

.article_article_fr_ul li .data .iconfont {
  font-size: .875rem;
}

.article_article_fr_ul li {
  font-size: 1rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #f0f0f0;
  padding-left: .9375rem;
  position: relative;
}

.article_article_fr_ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-top: .25rem solid transparent;
  border-left: .5rem solid #3c96cf;
  border-bottom: .25rem solid transparent;
  width: 0;
  height: 0;
}

.article_article_fr_ul li:last-child {
  border-bottom: none;
}

.article_article_left {
  position: absolute;
  top: 0;
  left: -60px;
}

.fhlb {
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1.25rem;
  border: 1px solid #0b7cc3;
  color: #0b7cc3;
  margin-bottom: 1.875rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.fhlb a {
  color: #007cc3;
}

.fhlb:hover {
  background: #007cc3;
}

.fhlb:hover a {
  color: #fff !important;
}

.about_pic {
  width: 100%;
  height: 896px;
  overflow: hidden;
  background-color: #f2f2f2;
  position: relative
}

#imageFlow {
  position: absolute;
  width: 100%;
  height: 650px;
  left: 0%;
  top: 4.5rem;
  background: #f2f2f2;
  overflow: hidden;
  min-height: 650px;
}

#imageFlow .diapo {
  position: absolute;
  left: -1000px;
  cursor: pointer;
  -ms-interpolation-mode: nearest-neighbor;
}

#imageFlow .link {
  border: dotted #fff 1px;
  margin-left: -1px;
  margin-bottom: -1px;
}

#imageFlow .bank {
  visibility: hidden;
}

#imageFlow .top {
  position: absolute;
  width: 100%;
  height: 40%;
  background: #181818;
}

#imageFlow .text {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 16%;
  text-align: center;
  color: #FFF;
  font-family: verdana, arial, Helvetica, sans-serif;
  z-index: 1000;
  display: none
}

#imageFlow .title {
  font-size: 0.9em;
  font-weight: bold;
}

#imageFlow .legend {
  font-size: 0.8em;
}

#imageFlow .scrollbar {
  position: absolute;
  left: 10%;
  bottom: 3%;
  width: 80%;
  height: 16px;
  z-index: 1000;
}

#imageFlow .track {
  position: absolute;
  background-color: RGBA(0, 0, 0, 0.2);
  left: 1%;
  top: 6px;
  width: 98%;
  height: 16px;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

#imageFlow .arrow-left {
  position: absolute;
  top: -7px;
  left: -40px
}

#imageFlow .arrow-right {
  position: absolute;
  top: -7px;
  right: -40px;
}

#imageFlow .bar {
  position: absolute;
  height: 16px;
  top: 6px;
  left: 25px;
}

.list_jszc ul li {
  padding: 1.875rem;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  border: 1px solid #ddd;
  margin-bottom: 1.875rem;
}

.list_jszc ul li .left {
  width: 90%;
}

.list_jszc ul li:hover .name {
  color: #0b7cc3;
}

.list_jszc ul li .name {
  font-size: 1.25rem;
  line-height: 2.5rem;
}

.list_jszc ul li .text {
  color: #666666;
}

.list_jszc ul li .right {
  position: absolute;
  top: 50%;
  width: 10%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.list_jszc ul li .right a {
  color: #3498DB;
}

@media (max-width: 1600px) {
  .nybanner .text {
    font-size: 3.2rem;
  }

  .hyyy_squera .img img {
    width: 50%;
  }

  .list_news .name {
    font-size: 1.25rem;
  }
}

/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/
/* CSS for lens */
.cloudzoom-lens {
  border: 1px solid #00aa46;
  width: 70px;
  height: 70px;
  cursor: crosshair;
  background: #fff;
  z-index: 10;
}

/* CSS for zoom window. */
.cloudzoom-zoom {
  border: 1px solid #00aa46;
  width: 320px !important;
  height: 320px !important;
}

/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
  border: none;
  box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
  display: none;
  /* CSS captions should be hidden initially */
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
  background-image: url(../images/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
  background-image: url(../images/ajax-loader.gif);
  width: 32px;
  height: 32px;
}

@media (max-width: 1280px) {
  .hyyy_squera .name {
    line-height: 3.5rem;
  }

  .index_three .left ul li:nth-child(1) {
    padding-bottom: 1rem;
  }

  .list_contact .last .text {
    left: 10.125rem;
  }

  .list_news ul li .left {
    padding: 0 .5rem;
  }

  .list_news ul li .left div {
    padding: .5rem 0 0.25rem;
  }

  .list_news ul li .left p {
    padding-bottom: .625rem;
  }

  .pro_squ .right ul li {
    font-size: 0.875rem;
  }

}

/* @media (max-width: 1205px){
  .bantext{
    position: absolute;
    top: 5%;
    left: 55.8%;
    width: 28%;
  }
  .bantex h3{
    font-size: 1.4rem;

  }
  .bantex p{
    font-size: 1rem;
  }
} */


@media (max-width: 990px) {
  header {
    display: none;
  }

  .show_pro .fangdj {
    display: none;
  }

  .list_contact .row .col-md-6.last {
    border-bottom: 1px solid #0b7cc3;
  }

  .phone_logo img {
    height: 40px;
  }

  html {
    font-size: 14px;
  }

  .container,
  .about_pro .container {
    padding: 0 8rem;
  }

  #phone_nav .iconfont {
    font-size: 2rem;
  }

  .index_one,
  .index_two,
  .index_three {
    padding: 45px 0;
  }

  .index_three .right {
    margin-top: 25px;
  }

  footer {
    display: none;
  }

  .phone_weibu {
    display: block;
  }

  body {
    padding-bottom: 0;
  }

  .phone_weibu .mobMenu>li:last-child {
    border-bottom: none;
  }

  .beian {
    background: #000;
  }

  .pb100,
  .pb90 {
    padding-bottom: 45px;
  }

  .pt70,
  .pt90 {
    padding-top: 45px;
  }

  .pt80 {
    padding-top: 45px;
  }

  .list_about .text {
    margin-bottom: 25px;
  }

  .nybanner .text {
    font-size: 2.6rem;
  }

  .list_contact .row {
    border: none;
    margin-top: 0;
    padding: 0;
  }

  .list_contact .row>div {
    padding: 1.25rem 0;
    border-bottom: 1px solid #ebebeb;
  }

  .list_message form .col-md-4 {
    margin-bottom: 15px;
  }

  .list_message form .col-md-12 {
    margin: 0 0 15px 0;
  }

  .list_message form .tijiao .fr button {
    width: 8rem;
    font-size: 1rem;
    margin-left: 8px;
  }

  .list_news .swiper-container {
    padding-bottom: 45px;
  }

  .list_news .top .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .list_news ul li .center {
    width: 72%;
  }

  .list_news ul li .right {
    padding: 1.5rem 1.125rem 0 0;
  }

  .article_article_title {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }

  .show_pro_two ul li {
    padding: 0 3rem;
  }

  .pro_squ .left {
    padding: 0;
  }

  .pro_squ>div {
    padding: 15px;
  }

  #imageFlow {
    height: 440px;
    min-height: 440px;
  }

  .about_pic {
    height: 600px;
  }

}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .index_one,
  .index_two,
  .index_three {
    padding: 25px 0;
  }

  .phone_logo {
    line-height: 40px;
  }

  .phone_logo img {
    height: 25px;
  }

  .ny_erji li h2 a {
    font-size: 14px;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    background-size: 20px 20px;
  }

  .title {
    font-size: 1.8rem;
  }

  .index_one .swiper-container {
    margin-top: 25px;
  }

  .hyyy_squera .img img {
    width: 65%;
  }

  .index_three .left ul li .name,
  .index_three .right .name {
    font-size: 1rem;
  }

  .index_three .left ul li:nth-child(1) .fl {
    width: 35%;
  }

  .index_three .left ul li:nth-child(1) .fr {
    width: 65%;
    padding-left: 15px;
  }

  .index_three .left ul li:nth-child(1) .fr .name {
    font-size: 1.125rem;
  }

  .index_four .fl {
    font-size: 1.5rem;
  }

  .index_four .fl .iconfont {
    margin-right: .1875rem;
  }

  .index_four {
    background-position: center center;
  }

  .phone_weibu .mobMenu>li>a {
    font-size: 12px;
  }

  .nybanner .text {
    font-size: 2rem;
  }

  .bread {
    display: none;
  }

  .pb100,
  .pb90 {
    padding-bottom: 25px;
  }

  .pt70,
  .pt90 {
    padding-top: 25px;
  }

  .pt80 {
    padding-top: 25px;
  }

  .list_about .row {
    margin-top: 25px;
  }

  .list_about_two .swiper-container {
    padding-top: 25px;
  }

  .list_contact {
    padding: 25px 15px;
  }

  .list_message form {
    margin-top: 25px;
  }

  .tijiao>div {
    float: none;
  }

  .tijiao>div.fr {
    display: block;
    margin: 15px auto 0;
    text-align: center;
  }

  .list_news ul li .right {
    display: none;
  }

  .list_news ul li .center {
    width: 77%;
    padding: 0 0 0 15px;
  }

  .list_news ul li .left {
    width: 23%;
  }

  .list_news ul li {
    padding: 20px 0;
  }

  .list_news .name {
    font-size: 1.125rem;
  }

  .list_news .top .col-md-7 .text {
    margin-top: .25rem;
  }

  .pro_squ>div {
    padding: 15px;
    margin-bottom: 20px;
  }

  .pro_squ .left {
    padding: 0;
  }

  .article_article_fl {
    width: 100%;
    padding-left: 0;
  }

  .article_article_fr {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }

  .show_pro {
    padding: 25px 15px;
  }

  .show_pro .left {
    border-bottom: 1px solid #d5d5d5;
  }

  .show_pro .pr::before {
    display: none;
  }

  .show_pro .right {
    border: none;
    padding: 0 0 25px 15px;
  }

  .show_pro .right .name {
    padding-top: 15px;
    line-height: 1.875rem;
    font-size: 1.5rem;
  }

  .show_pro .right ul {
    margin: 10px 0 15px;
  }

  .show_pro_two ul li {
    width: 25%;
    text-align: center;
    padding: 0;
  }

  .show_pro_two ul li:last-child {
    border-right: none;
  }

  .show_pro_two .sum {
    padding: 20px 15px 0;
  }

  .show_pro_two {
    padding-bottom: 25px;
  }

  .container,
  .about_pro .container {
    padding: 0 15px;
  }

  .about_pro .swiper-container {
    padding: 25px 0 0;
  }

  .pro_squ>div {
    box-shadow: none;
    border: 1px solid #ddd;
  }

  .list_message form .tijiao .yzm {
    width: 100%;
  }

  .list_pro .heig {
    height: auto;
  }

  #imageFlow {
    height: auto;
    min-height: auto;
    display: none;
  }

  .about_pic {
    height: auto;
  }

  .list_about_two .swiper-container {
    display: block;
  }
}


.b1 {
  position: relative;
}

.bantext {
  position: absolute;
  top: 21%;
  left: 55.8%;
  width: 28%;
}

.bantext h3 {
  font-size: 54px;
  font-weight: bold;
  color: #0c7cc4;
}

.bantext p {
  color: #21211f;
  font-size: 16px;
  padding-top: 12px;
  line-height: 30px;
}

.wx li {
  line-height: 28px;
  font-size: 14px;
}

.wx li::marker {
  color: #00acee;
  width: 10px;
  height: 10px;
}

.wtxt {
  width: 130%;
}

.wtxt li {
  line-height: 28px;
  font-size: 14px;
}

.wtxt li::marker {
  color: #00acee;
  width: 10px;
  height: 10px;
}

@media (max-width: 1407px) {
  .wtxt {
    width: 160%;
  }

  .bantext {
    top: 10%;
  }
}

@media (max-width: 1158px) {
  .bantext h3 {
    font-size: 48px;
  }
}

@media (max-width: 1025px) {
  .bantext {
    top: 11%;
  }

  .bantext h3 {
    font-size: 46px;
  }

  .bantext p {
    font-size: 12px;
  }
}

@media (max-width: 985px) {
  .bantext h3 {
    font-size: 37px;
  }
}

@media (max-width: 792px) {
  .bantext h3 {
    font-size: 30px;
  }

  .bantext p {
    line-height: 21px;
  }

  .wx {
    padding-right: 20px;
  }

  .wx li {
    font-size: 12px;
  }
}

@media (max-width: 686px) {
  .bantext {
    top: 25%;
  }

  .bantext p {
    display: none;
  }

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

  .wtxt li {
    display: none;
  }

  .wz4 li {
    display: none;
  }
}

@media (max-width: 515px) {
  .bantext h3 {
    font-size: 20px;
  }
}

@media (max-width: 430px) {
  .bantext h3 {
    font-size: 17px;
  }
}

@media (max-width: 361px) {
  .bantext h3 {
    font-size: 16px;
  }
}