/*================基本样式重置================*/
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;
}
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", "PingFang SC";
}
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;
}
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;
}
.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;
}
.modal {
  display: none;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0px auto;
}
/* .content{min-height: 700px;} */
.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;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-pagination-bullet {
  transition: all 0.5s;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: #c7161e 1px solid;
  background: none;
  border-radius: 0 ;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 25px;
  background: #c7161e;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-scrollbar {
  background: #f1f1f1;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #c7161e;
}
body {
  overflow-x: hidden;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}
.header .w1200 > div.clearfix {
  position: relative;
  z-index: 10;
  padding: 0 48px 0 36px;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 120px;
}
.header .logo2 {
  display: none;
}
.header .nav {

}
.header .nav .one {
  position: relative;
  float: left;
}
.header .nav .one_a {
  position: relative;
  padding: 0 2px;
  margin: 0 15px;
  line-height: 120px;
  font-size: 18px;
  color: #fff;
}
.header .nav .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 36px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  content: " ";
}
.header .nav .one.cur .one_a,
.header .nav .one:hover .one_a {
  color: #fff;
  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 {
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: 4;
  width: 1200px;
  height: 0px;
  overflow: hidden;
  text-align: center;
}
.header .nav .one .pos ul{
  display: inline-block;
}
.header .nav .one .pos ul li{
  display: inline-block;
  margin: 0 18px;
  line-height: 80px;
}
.header .nav .one .pos ul li:hover a{
  color: #c7161e;
}
.header .nav .one .pos ul li a{
  font-size: 16px;
  color: #333;
}
.header .nav .one .pos .bor {
  margin: 18px 10px 10px;
  display: inline-block;
}
.header .nav .one .pos .bor::after {
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 8px;
  background: url(../images/icon/icon_13.png) center no-repeat;
  content: "";
}
.header .nav .one .pos .bor a {
  display: inline-block;
}
.header .nav .one .pos .bor a:hover {
  color: #c7161e;
}
/*.header .nav .one:hover .pos {
  width: auto;
  max-height: 400px;
}*/
.header .icon_more .search {
  margin-left: 20px;
  width: 29px;
  height: 120px;
  background: url(../images/icon/icon_1.png) center no-repeat;
}
.header_fixed,
.page_box2 .header {
  transition: all 0.6s;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header_fixed .logo1,
.page_box2 .header .logo1 {
  display: none;
}
.header_fixed .logo2,
.page_box2 .header .logo2 {
  display: block;
}
.header_fixed .nav .one_a,
.page_box2 .header .nav .one_a {
  color: #333;
}
.header_fixed .nav .one.cur .one_a,
.page_box2 .header .nav .one.cur .one_a,
.header_fixed .nav .one:hover .one_a,
.page_box2 .header .nav .one:hover .one_a {
  color: #c7161e;
}
.header_fixed .nav .one_a::after,
.page_box2 .header .nav .one_a::after {
  background: #c7161e;
}
.header_fixed .icon_more .search,
.page_box2 .header .icon_more .search {
  background: url(../images/icon/icon_1s.png) center no-repeat;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 511px;
  background: #f7f7f7;
}
.footer .top {
  padding: 79px 0 60px;
}
.footer .top .left {
  margin-right: 6%;
  float: left;
}
.footer .top .left .f_logo {
  margin-bottom: 30px;
}
.footer .top .left .f_logo img {
  max-width: 290px;
}
.footer .top .left b {
  margin-bottom: 23px;
  padding-left: 46px;
  line-height: 38px;
  font-size: 30px;
  color: #c7161e;
  font-weight: bold;
  background: url(../images/icon/icon_8.png) left center no-repeat;
}
.footer .top .left p {
  padding-left: 46px;
  line-height: 30px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  background: url(../images/icon/icon_9.png) 12px center no-repeat;
}
.footer .top .left p.p2 {
  background: url(../images/icon/icon_10.png) 8px center no-repeat;
}
.footer .top .cen {
  float: left;
  width: calc(100% - 485px - 12%);
}
.footer .top .cen a {
  width: 100%;
  height: 195px;
}
.footer .top .right {
  float: right;
}
.footer .top .right img {
  margin-bottom: 13px;
  max-width: 132px;
}
.footer .top .right span {
  padding-left: 44px;
  font-size: 16px;
  color: #b6b6b6;
  background: url(../images/icon/icon_11.png) left center no-repeat;
}
.footer .con .select {
  float: left;
  position: relative;
  z-index: 9;
  margin: 0 2.3% 39px 0;
  padding: 0 28px 0 18px;
  width: calc(31.8% - 2px - 46px);
  border: #d9d9d9 1px solid;
  cursor: pointer;
}
.footer .con .select p {
  position: relative;
  padding-right: 22px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #999;
}
.footer .con .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 12px;
  height: 6px;
  background: url(../images/icon/icon_12.png) right center no-repeat;
  content: "";
}
.footer .con .select .pos {
  display: none;
  position: absolute;
  left: 0;
  bottom: 45px;
  padding: 20px 10px;
  width: calc(100% - 22px);
  max-height: 264px;
  overflow-y: auto;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer .con .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.footer .con .select .pos a:hover {
  color: #c7161e;
}
.footer .con .select.on p::before {
  transform: rotate(180deg);
}
.footer .con .select:nth-child(3n) {
  margin-right: 0;
}
.footer .bot {
  line-height: 90px;
  font-size: 16px;
  color: #999;
  border-top: #e7e7e7 1px solid;
}
.footer .bot .fl,
.footer .bot .fr {
  display: flex;
}
.footer .bot .fl a,
.footer .bot .fr a {
  padding-left: 5px;
  color: #999;
}
.footer.footer_fixed {
  z-index: 3;
}
/*分页*/
.paging {
  margin-top: 70px;
  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: #d71820;
}
.paging li a:hover {
  color: #d71820;
}
.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: #d71820 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: #d71820 url(../images/icon/icon_61s.png) center no-repeat;
}
/*网站建设中*/
.construction .con_01 {
  padding: 210px 0 120px;
}
.construction .con_01 img {
  margin: 0 auto 50px;
  width: 42.5%;
}
.construction .con_01 p {
  font-size: 26px;
  color: #333;
  text-align: center;
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -87px;
  top: 80%;
  z-index: 23;
  width: 57px;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.suspension .sus {
  position: relative;
}
.suspension .sus p {
  position: relative;
  width: 100%;
  height: 57px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.suspension .sus .pos {
  display: block;
  position: absolute;
  top: 50%;
  right: 63px;
  margin-top: -66px;
  width: 0px;
  height: 178px;
  overflow: hidden;
}
.suspension .sus .pos img {
  display: block;
  width: 138px;
  height: 178px;
}
.suspension .sus.sus1 p {
  background: url(../images/icon/icon_16.png) center 18px no-repeat;
}
.suspension .sus.sus2 p {
  background: url(../images/icon/icon_17.png) center 18px no-repeat;
}
.suspension .sus.sus3 p {
  background: url(../images/icon/icon_18.png) center 18px no-repeat;
}
.suspension .sus:hover {
  background: #c7161e;
}
.suspension .sus.sus1:hover p {
  background: url(../images/icon/icon_16s.png) center 18px no-repeat;
}
.suspension .sus.sus2:hover p {
  background: url(../images/icon/icon_17s.png) center 18px no-repeat;
}
.suspension .sus.sus3:hover p {
  background: url(../images/icon/icon_18s.png) center 18px no-repeat;
}
.suspension.suspension_fixed {
  transition: all 0.5s;
  right: 2%;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fn1 {
  animation-name: fn1;
  animation-duration: 1.2s;
  /*! animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1); */
}
@keyframes fn1 {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    transform: translate3d(0%, 20px, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}

.drop {
  transition: all 0.5s;
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 0px;
  background: #fff;
  transition: all .8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.drop.cur {
  transition: all 0.5s;
  height: 80px;
}
.bic_gray{
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
