/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  font-family: "Microsoft Yahei";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  background: none;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.vis {
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.swiper-pagination {
  font-size: 0;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.text_over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 3;
  -o-box-orient: vertical;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.w1400 {
  width: 1400px;
  margin: 0px auto;
}
@media (max-width: 1480px) {
  .w1400 {
    width: 1200px;
  }
}
body {
  background: #fff;
}
.bac_fb {
  background: #fbfbfb;
}
.bac_fe {
  background: #fefefe;
}
.bac_f7 {
  background: #f7f7f7;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .w1200 > div.clearfix {
  position: relative;
  z-index: 10;
  padding: 0 48px 0 36px;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 120px;
}
.header .nav {
  margin: 37px 0 0 0;
}
.header .nav .one {
  position: relative;
  float: left;
}
.header .nav .one_a {
  position: relative;
  padding: 0 2px;
  margin: 0 7px;
  line-height: 46px;
  font-size: 16px;
  color: #333;
  border-bottom: rgba(11, 77, 162, 0) 2px solid;
}
.header .nav .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #3e9fce;
  content: " ";
}
.header .nav .one.cur .one_a,
.header .nav .one:hover .one_a {
  color: #3e9fce;
  font-weight: bold;
}
.header .nav .one.cur .one_a::after,
.header .nav .one:hover .one_a::after {
  transition: all 0.5s;
  width: 100%;
}
.header .nav .one .pos {
  transition: all 0.7s;
  position: absolute;
  left: 50%;
  top: 46px;
  transform: translateX(-50%);
  width: 0;
  max-height: 0;
  padding-top: 1px;
  overflow: hidden;
}
.header .nav .one .pos .bor {
  position: relative;
  margin: 18px 10px 10px;
  width: 120px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header .nav .one .pos .bor::after {
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 8px;
  background: url(../images/icon/i_4.png) center no-repeat;
  content: "";
}
.header .nav .one .pos .bor a {
  padding: 0 6px;
  width: calc(100% - 12px);
  font-size: 16px;
  line-height: 47px;
  color: #666;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: #f4f4f4 1px solid;
}
.header .nav .one .pos .bor a:hover {
  color: #3e9fce;
}
.header .nav .one:hover .pos {
  width: auto;
  max-height: 400px;
}
.header .icon_more .search {
  margin: 0 10px 0 10px;
  width: 22px;
  height: 120px;
  background: url(../images/icon/i_1.png) center no-repeat;
}
.header .select {
  position: relative;
  z-index: 9;
  cursor: pointer;
  padding-left: 28px;
  background: url(../images/icon/i_2.png) left center no-repeat;
}
.header .select p {
  position: relative;
  padding-right: 22px;
  height: 120px;
  line-height: 120px;
  font-size: 16px;
  color: #3e9fce;
}
.header .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 7px;
  height: 6px;
  background: url(../images/icon/i_3.png) right center no-repeat;
  content: "";
}
.header .select .pos {
  display: none;
  position: absolute;
  left: 0;
  top: 85px;
  padding: 10px 10px;
  width: calc(100% - 22px);
  max-height: 370px;
  overflow-y: auto;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .select .pos a {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.header .select .pos a:hover {
  color: #3e9fce;
}
.header .select.on p::before {
  transform: rotate(180deg);
}
.p_footer {
  position: relative;
}
.p_footer .top {
  position: relative;
  padding-top: 2px;
  height: 110px;
}
.p_footer .top .left {
  margin-top:20px;
  padding-left: 36px;
  background: url(../images/icon/i_30.png) left center no-repeat;
}
.p_footer .top .left b {
  font-size: 14px;
  color: #666;
}
.p_footer .top .left p {
  font-size: 20px;
  color: #333;
}
.p_footer .top .cen {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.p_footer .top .cen a {
  padding: 0 18px;
  font-size: 16px;
  color: #333;
}
.p_footer .top .cen a:hover {
  color: #3e9fce;
}
.p_footer .top .right .icon {
    padding-top: 25px;
}
.p_footer .top .right .icon p {
  float: left;
  margin-right: 4px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.p_footer .top .right .icon .icon_box {
  float: left;
  position: relative;
  margin-left: 13px;
}
.p_footer .top .right .icon .icon_box img {
  width: 30px;
  height: 30px;
}
.p_footer .top .right .icon .icon_box .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 118px;
  height: 0;
  overflow: hidden;
}
.p_footer .top .right .icon .icon_box .pos i {
  padding: 5px;
  width: 108px;
  height: 108px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.p_footer .top .right .icon .icon_box:hover .pos {
  height: 118px;
}
.p_footer .top .right .select {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.p_footer .top .right .select p {
  position: relative;
  padding-right: 22px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #999;
}
.p_footer .top .right .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 10px;
  height: 8px;
  background: url(../images/icon/i_34.png) right center no-repeat;
  content: "";
}
.p_footer .top .right .select .pos {
  display: none;
  position: absolute;
  left: 0;
  bottom: 45px;
  padding: 10px 10px;
  width: calc(100% - 22px);
  max-height: 370px;
  overflow-y: auto;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.p_footer .top .right .select .pos a {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.p_footer .top .right .select .pos a:hover {
  color: #3e9fce;
}
.p_footer .top .right .select.on p::before {
  transform: rotate(180deg);
}
.p_footer .bot {
  line-height: 78px;
  font-size: 14px;
  color: #999;
  border-top: #cdcdcd 1px dashed;
}
.p_footer .bot .fl,
.p_footer .bot .fr {
  display: flex;
}
.p_footer .bot .fl a,
.p_footer .bot .fr a {
  padding-left: 5px;
  color: #999;
}
.p_footer .suspension {
  position: absolute;
  right: 0;
  bottom: 245px;
  z-index: 6;
  width: 80px;
  height: 80px;
  background: url(../images/icon/i_44.png) center no-repeat;
}
.m_header {
  transition: all 0.5s;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  background: #fff;
  border-bottom: #e7e5e5 1px solid;
}
.m_header .logo {
  display: flex;
  align-items: center;
  height: 1.2rem;
}
.m_header .logo img {
  display: block;
  height: 0.54rem;
}
.m_header .logo .m2 {
  display: none;
}
.m_header .nav_icon {
  width: 0.45rem;
  height: 1.2rem;
  background: url(../images/m/icon/i_2.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .nav_icon.cur {
  background: url(../images/m/icon/i_4.png) center no-repeat;
  background-size: 0.37rem auto;
}
.m_header .search {
  margin-right: 0.42rem;
  width: 0.37rem;
  height: 1.2rem;
  background: url(../images/m/icon/i_1.png) center no-repeat;
  background-size: 100% auto;
}
.m_nav {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.m_nav.cur {
  transition: all 0.7s;
  left: 0%;
}
.m_nav .w {
  margin-top: 1.5rem;
  height: calc(100% - 1.8rem);
  overflow-y: auto;
}
.m_nav ul li {
  position: relative;
  overflow-x: hidden;
}
.m_nav ul .one {
  transition: all 0.5s;
  position: relative;
  padding: 0 4%;
  font-size: 0.34rem;
  line-height: 1rem;
  color: #333;
  border-bottom: #e7e5e5 1px solid;
}
.m_nav ul .go .more {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/m/icon/i_3.png) center no-repeat;
  background-size: 0.15rem auto;
}
.m_nav ul .go .more.cur {
  transform: rotate(90deg);
}
.m_nav ul .pos {
  display: none;
  padding: 0.2rem 0;
  background: #fbfbfb;
}
.m_nav ul .pos a {
  padding-left: 0.78rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  color: #333;
}
.m_nav ul .on .one,
.m_nav ul .one:hover {
  transition: all 0.5s;
  color: #3e9fce;
}
.m_nav ul .on .on a {
  color: #3e9fce;
}
.m_nav .b_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  color: #fff;
  border-top: #ccc 1px solid;
}
.m_nav .search input {
  width: calc(100% - 0.8rem);
  height: 1.14rem;
  font-size: 0.3rem;
  color: #fff;
}
.m_nav .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search input::-o-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search .but {
  display: block;
  width: 0.5rem;
  height: 1.14rem;
  background: url(../images/icon/icon_3.png) right center no-repeat;
  background-size: 0.38rem auto;
}
.m_nav .select {
  position: relative;
  z-index: 9;
  cursor: pointer;
  padding-left: 0.58rem;
  background: url(../images/m/icon/i_6.png) left 0.26rem no-repeat;
  background-size: 0.48rem auto;
}
.m_nav .select p {
  position: relative;
  padding-right: 0.32rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.33rem;
  color: #3e9fce;
}
.m_nav .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.06rem;
  width: 0.14rem;
  height: 0.12rem;
  background: url(../images/m/icon/i_5.png) left center no-repeat;
  background-size: 100% auto;
  content: "";
}
.m_nav .select .pos {
  display: none;
}
.m_nav .select .pos a {
  line-height: 0.65rem;
  font-size: 0.26rem;
  color: #666;
}
.m_nav .select .pos a:hover {
  color: #3e9fce;
}
.m_nav .select.on p::before {
  transform: rotate(180deg);
}
.m_footer {
  width: 100%;
  background: #fff;
}
.m_footer .top {
  padding: 0.76rem 0 0.52rem;
}
.m_footer .top .left {
  width: calc(100% - 1.7rem);
  float: left;
}
.m_footer .top .left p {
  padding-left: 0.44rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  color: #333;
  background: url(../images/m/icon/i_7.png) left center no-repeat;
  background-size: 0.32rem auto;
}
.m_footer .top .left p.p2 {
  background: url(../images/m/icon/i_8.png) left center no-repeat;
  background-size: 0.35rem auto;
}
.m_footer .top .left .icon {
  margin-top: 0.2rem;
}
.m_footer .top .left .icon .icon_box {
  float: left;
  position: relative;
  margin-right: 0.26rem;
}
.m_footer .top .left .icon .icon_box img {
  width: 0.55rem;
  height: 0.55rem;
}
.m_footer .top .left .icon .icon_box .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 1.18rem;
  height: 0;
  overflow: hidden;
}
.m_footer .top .left .icon .icon_box .pos i {
  padding: 0.05rem;
  width: 1.08rem;
  height: 1.08rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.m_footer .top .left .icon .icon_box.cur .pos {
  height: 1.18rem;
}
.m_footer .top .right {
  float: right;
}
.m_footer .top .right img {
  margin-bottom: 0.12rem;
  max-width: 1.6rem;
}
.m_footer .top .right span {
  font-size: 0.26rem;
  color: #333;
  text-align: center;
}
.m_footer .bot {
  padding: 0.3rem 0;
  line-height: 0.36rem;
  font-size: 0.22rem;
  color: #999;
  border-top: #e7e7e7 1px solid;
}
.m_footer .bot div {
  text-align: center;
}
.m_footer .bot div a {
  display: inline-block;
  padding-left: 0.06rem;
  color: #999;
}
.p-banner {
  position: relative;
}
.p-banner .pic {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.p-banner .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.p-banner .address {
  position: absolute;
  left: 0;
  bottom: 53px;
  width: 100%;
}
.p-banner .address .w1400 {
  display: flex;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.p-banner .address .w1400 .one {
  width: 22px;
  height: 30px;
  background: url(../images/icon/i_38.png) center no-repeat;
}
.p-banner .address .w1400 i {
  padding: 0 10px;
}
.p-banner .address .w1400 a {
  color: #fff;
}
.p-banner .address .w1400 a:hover {
  color: #3e9fce;
}
.p_subnav {
  display: block;
  margin-top: -32px;
}
.p_subnav .w1400 {
  display: flex;
  justify-content: center;
}
.p_subnav a {
  position: relative;
  width: 25%;
  line-height: 90px;
  font-size: 20px;
  color: #333;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(62, 159, 206, 0.1);
}
.p_subnav a::after {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #dce7f2;
  content: "";
}
.p_subnav a:hover,
.p_subnav a.on {
  color: #fff;
  background: #3e9fce;
}
.p_subnav a:hover::after,
.p_subnav a.on::after {
  display: none;
}
.p_subnav a:last-child::after {
  display: none;
}
.p_title .clearfix {
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  font-size: 36px;
}
.p_title .clearfix b {
  color: #3e9fce;
  font-weight: bold;
}
.p_title .clearfix i {
  color: #333;
  font-weight: bold;
}
.p_title span {
  margin-bottom: 20px;
  font-size: 20px;
  color: #999;
  font-family: Arial;
  text-align: center;
}
.p_title .text {
  line-height: 2.1;
  font-size: 16px;
  color: #666;
}
.p_title .text p {
  text-indent: 2em;
}
.page .footer {
  border-top: #3e9fce 2px solid;
}
/*分页*/
.paging {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.paging li {
  font-size: 16px;
}
.paging li span,
.paging li a {
  margin: 0 7px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #666;
  text-align: center;
  border-radius: 2px;
  background: #f8f8f8;
}
.paging li.active span {
  color: #fff;
  background: #3e9fce;
}
.paging li a:hover {
  color: #3e9fce;
}
.paging li:first-child {
  font-size: 16px;
  color: #999;
}
.paging li:first-child a,
.paging li:first-child span {
  background: #f8f8f8 url(../images/icon/icon_62.png) center no-repeat;
  border: none;
}
.paging li:first-child a:hover {
  background: #3e9fce url(../images/icon/icon_62s.png) center no-repeat;
}
.paging li:last-child {
  font-size: 16px;
  color: #999;
}
.paging li:last-child a,
.paging li:last-child span {
  background: #f8f8f8 url(../images/icon/icon_61.png) center no-repeat;
  border: none;
}
.paging li:last-child a:hover {
  background: #3e9fce url(../images/icon/icon_61s.png) center no-repeat;
}
.header,
.p_footer {
  display: block;
}
.m_header,
.m_footer,
.m_subnav,
.m_listMore {
  display: none;
}
@media (max-width: 1200px) {
  .w,
  .w1400 {
    margin: 0 auto;
    width: 92%;
  }
  .header,
  .p_footer {
    display: none;
  }
  .m_header,
  .m_footer {
    display: block;
  }
  .p-banner .pic {
    height: 6.22rem;
  }
  .p-banner .address {
    bottom: 0.6rem;
  }
  .p-banner .address .w1400 {
    line-height: 0.3rem;
    font-size: 0.25rem;
  }
  .p-banner .address .w1400 .one {
    width: 0.35rem;
    height: 0.3rem;
    background: url(../images/m/icon/i_38.png) center no-repeat;
    background-size: 100% auto;
  }
  .p-banner .address .w1400 i {
    padding: 0 0.1rem;
  }
  .p_subnav {
    display: none;
  }
  .m_subnav {
    position: relative;
    z-index: 2;
    display: block;
    margin: -0.32rem 0 0 4%;
    width: 96%;
    box-shadow: 0 0 0.2rem rgba(62, 159, 206, 0.2);
    background: #fff;
  }
  .m_subnav a {
    position: relative;
    width: 50%;
    line-height: 0.86rem;
    font-size: 0.28rem;
    color: #333;
    text-align: center;
  }
  .m_subnav a::after {
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 1px;
    height: 0.16rem;
    background: #dce7f2;
    content: "";
  }
  .m_subnav a:hover,
  .m_subnav a.on {
    color: #fff;
    background: #3e9fce;
  }
  .m_subnav a:hover::after,
  .m_subnav a.on::after {
    display: none;
  }
  .m_subnav a:last-child::after {
    display: none;
  }
  .p_title .clearfix {
    font-size: 0.36rem;
  }
  .p_title span {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
  }
  .p_title .text {
    line-height: 1.8;
    font-size: 0.28rem;
  }
  .m_listMore {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    background: #3e9fce;
  }
  .paging {
    display: none;
  }
}
/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  height: 560px;
  background: #000;
}
.pop_video video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pop_video i {
  position: absolute;
  right: 4%;
  top: 4%;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_73.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .pop_video {
    width: 100%;
    max-width: 1341px;
    height: 100vh;
  }
}
