@charset "utf-8";
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
@font-face {
  font-family: "sourcehansans";
  src: url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.eot");
  src: url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.eot?#iefix") format("embedded-opentype"), url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.woff") format("woff"), url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.ttf") format("truetype"), url("//assets-font-sh.oss-accelerate.aliyuncs.com/sourcehansans.svg#YourWebFontName") format("svg");
}
@font-face {
  font-family: "montserrat";
  src: url(//assets-font-sh.oss-accelerate.aliyuncs.com/MONTSERRAT-REGULAR.OTF);
}
body,
html {
  font-size: calc(100vw / 120);
  font-family: 'montserrat', 'sourcehansans';
}

body {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /* font-family: 'sourcehansans'; */
}

a,
article,
aside,
body,
button,
dd,
details,
div,
dl,
dt,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
img,
input,
li,
menu,
nav,
ol,
p,
section,
select,
table,
tbody,
td,
textarea,
th,
tr,
ul {
  padding: 0;
  margin: 0;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #3c3c3c;
  text-decoration: none;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

i {
  font-style: normal;
}

input {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
}

input,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  resize: none;
}
.next:focus,.prev:focus,
select:focus,
select:focus-visible,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}
textarea {
  resize: none;
}

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

img {
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  border: none;
  vertical-align: middle;
}

.c00 {
  color: #000;
}

.cf {
  color: #fff;
}

.bg0 {
  background: #000;
}

.bgf {
  background: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 搜索 */
.sertext,
.serbtn {
  display: block;
  float: left;
}

.searchbox {
  padding: 0.9375rem;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  width: 100%;
  top: 6.1875rem;
  border-top: 2px solid #ec1b23;
  text-align: center;
  z-index: 44;
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
}

.searchs {
  /* max-width: 600px; */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
}

.searchs input{
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  border-radius: inherit !important;
}

#btt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}
#btt .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

/* .searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 0.75rem;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: .75rem;
  height: 3.25rem;
  line-height: 3.25rem;
  transition: .4s;
}

.searchs .sertext,
.serbtn {
  font-size: 16px;
} */

/* .serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  background: #ec1b23;
  color: #fff;
  font-size: .9375rem;
  cursor: pointer;
  transition: .44s;
} */
.shzr-content {
  color: #252323;
  font: 500 1rem/2em "sourcehansans";
  padding: 1rem 0 3rem;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
.container {
  width: 100%;
  max-width: 100%;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.over {
  overflow: hidden;
}

.over>img {
  cursor: pointer;
  transition: all .4s;
}

.over>img:hover {
  transform: scale(1.1);
}

.center{
  text-align: center;
}

/* 控制文字几行 */
.line1 {
  display: -webkit-box;
  /*弹性伸缩盒子*/
  overflow: hidden;
  /*溢出部分隐藏*/
  text-overflow: ellipsis;
  /*溢出部分用省略号显示*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*显示的行数*/
}

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

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

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

.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.w100 {
  width: 100%;
}
.pa{
  position: absolute;
}
.pa100{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pr{
  position: relative;
}
.hide{
  display: none;
}

header {
  line-height: 5.625rem;
}

header .clearfix .fl .logo {
  height: 3rem;
}

header .clearfix .fl .logo img {
  height: 3rem;
}

header .clearfix .fr .dh .txt {
  display: inline-block;
  font-size: 1rem;
  line-height: 2.0625rem;
}

header .clearfix .fr .search .iconfont {
  font-weight: bold;
  color: #494949;
  margin-right: .9375rem;
}

header .clearfix .fr .search .iconfont.active::before {
  content: "\eca0";
}

header .clearfix .fr .search .txt {
  font-size: 1rem;
  color: #494949;
  padding: 0 1.25rem 0 .9375rem;
  position: relative;
}

header .clearfix .fr .search .txt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #494949;
}

/* header .clearfix .fr .head_menu {
  margin-right: 6.25rem;
} */

header .clearfix .fr .head_menu>ul>li {
  float: left;
  position: relative;
  padding: 0 1.25rem;
}

header .clearfix .fr .head_menu>ul>li>a {
  display: inline-block;
  padding: 0 .5rem;
  font-size: 1rem;
  position: relative;
}

header .clearfix .fr .head_menu>ul>li .submenu {
  position: absolute;
  left: 0;
  width: 640%;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  z-index: 1003;
  padding: 1.375rem 1.875rem;
  /* box-shadow: 0 0 .625rem #ddd; */
}
header .clearfix .fr .head_menu>ul>li:nth-child(4) .submenu{
  left: -100%;
}
header .clearfix .fr .head_menu>ul>li:nth-child(5) .submenu,
header .clearfix .fr .head_menu>ul>li:last-child .submenu{
  left: -200%;
}

header .clearfix .fr .head_menu>ul>li .submenu .row{
  margin: 0;
}
header .clearfix .fr .head_menu>ul>li .submenu .row >div{
  padding: 0;
}
header .clearfix .fr .head_menu>ul>li .submenu .row >div:first-child{
  border-right: 1px solid #D9D9D9;
  padding-right: 2.125rem;
}
header .clearfix .fr .head_menu>ul>li .submenu .row >div:last-child{
  padding-left: 2.125rem;
}

header .clearfix .fr .head_menu>ul>li .submenu li a {
  display: block;
  text-align: center;
  font-size: .875rem;
  line-height: 1.875rem;
  padding: 0;
  color: #2D2D2D;
}
header .clearfix .fr .head_menu>ul>li .submenu li:hover a,
header .clearfix .fr .head_menu>ul>li .submenu li.on a{
  color: #00A5AD;
}

header .clearfix .fr .head_menu>ul>li.active >a,
header .clearfix .fr .head_menu>ul>li:hover >a {
  color: #00A5AD;
}

header .clearfix .fr .head_menu>ul>li.active>a::before,
header .clearfix .fr .head_menu>ul>li:hover>a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1875rem;
  background: #00A5AD;
}

header .clearfix .fr .head_menu>ul>li:hover .submenu {
  opacity: 1;
  transform: none;
}

header .clearfix .fr .head_menu>ul>li .submenu .right .tabox{
  display: none;
}
header .clearfix .fr .head_menu>ul>li .submenu .right .tabox.on{
  display: block;
}

.searchbox {
  display: none;
  top: 5.625rem;
}

.searchbox.active {
  display: block;
}

.phone_head {
  height: 60px;
  line-height: 60px;
}

.phone_head .container .clearfix .fl img {
  width: 120px;
}
/* 
.phone_head .container .clearfix .caidan.active .icon-liebiao:before {
  content: "\eca0";
} */

.phone_head .container .clearfix .caidan.active .icon-liebiao{
  font-weight: bold;
}
.phone_head .container .clearfix .caidan.active .icon-liebiao:before {
  content: "\e64e";
}

.phone_head .menu{
  z-index: 999;
  height: 100000%;
}

.menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  height: auto;
  z-index: 900;
  background: #fff;
}
.menu .nav_ul {
  line-height: 28px;
}
.menu .nav_ul > li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.menu .nav_ul > li > a {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  display: block;
  font-weight: 100;
}
.menu .nav_ul > li .submenu {
  padding-left: 15px;
  display: none;
}
.menu .nav_ul > li .submenu li a {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 0;
}
.menu .nav_ul li.clearfix a {
  display: inline-block;
}
.menu.active {
  display: block;
}
.menu .nav_ul>li .submenu li .sanji {
  display: none;
  padding-left: 15px;
}
.menu .nav_ul>li .submenu li .sanji li a {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
}

.phone_head .menu{
  border-top: 1px solid rgba(153, 153, 153, 0.1);
}

.phone_foot {
  background: #000;
}

.phone_foot .menu {
  padding: 20px 0;
  display: block;
  position: relative;
  background: #000;
  top: 0;
  z-index: 990;
}

.phone_foot .menu .container ul li a {
  color: #fff;
}

.phone_foot .menu .container ul li .iconfont {
  color: #fff;
}

.phone_foot .beian {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
}

.phone_foot,
.phone_head {
  display: none;
}

/* 分页 */
.pager .pagination {
  align-items: center;
  justify-content: center;
}

.pager .pagination li {
  color: #000;
  margin: 2.5rem 0.5625rem;
}

.pager .pagination li a,
.pager .pagination li span {
  color: #000;
  display: block;
  font-size: .875rem;
  padding: 0.625rem 1rem !important;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
}

.pager .pagination li.active span {
  background: #00A5AD;
  border: 1px solid #00A5AD;
  color: #fff;
}

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

  .phone_head,
  .phone_foot {
    display: block;
  }
}