@charset "utf-8";

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_x0psfw910r.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_x0psfw910r.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_x0psfw910r.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_x0psfw910r.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

html {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

body {
  font-size: 14px;
  min-width: 1200px;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background: #ffffff;
  color: #333333;
  font-family: SourceHanSansCN-Regular,Helvetica Neue,PingFang SC,sans-serif;
}

body,
a {
  color: #333;
}

/*网站字体颜色*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
  font-size: 108%;
  line-height: 100%;
}

input::-webkit-input-placeholder {
  color: #d1d1d1;
}

/*行内标签处理*/
i,
em,
s {
  font-style: normal;
  text-decoration: none;
}

i {
  cursor: pointer;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

input[disabled],
button[disabled] {
  border: 1px solid #DDD !important;
  background-color: #F5F5F5 !important;
  color: #ACA899 !important;
}

/*快捷类名*/
.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

p {
  word-spacing: 0;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative
}

.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*=================常用样式=======================/
/*显示2行标题 */
.cols2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cols3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*标题*/
h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

.mt10 {
  margin-top: 10px;
}

/* a链接样式 */
a {
  text-decoration: none;
}

a:hover {
  color: #c0182e;
}

a:focus {
  outline: 0;
}

/*顶部广告*/
.topadcs {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 0;
}

.topadcs a img {
  width: 100%;
  display: block;
}

.topadcs a {
  display: block;
  margin: 0 auto;
}

.topadcs,
.topadcs a.fullad {}

.content {
  width: 1200px;
  margin: 0 auto;
}

.content-new {
  width: 1000px;
  margin: 0 auto;
}

/*公用内容样式*/
.news_info p,
.help_info p {
  margin: 15px 0;
  line-height: 26px;
}

.news_info p b,
.help_info p b {
  margin-top: 20px;
  display: inline-block;
  text-indent: 0;
  /*text-indent: -2em;*/
}

.news_info p img,
.help_info p img {
  margin: 0 auto;
}

.news_info img,
.help_info img {
  width: auto;
  max-width: 100%;
}

/*模式1*/
.left {
  width: 200px;
  float: left;
  margin-top: 35px;

}

.right {
  width: 950px;
  float: right;
  margin-top: 35px;
}

.h_nav li a:-webkit-any-link {
  display: block;
}

/*面包屑地址*/
.addr{
  border-bottom: 1px solid #E8E8E8;
}
.addr h4{
  display: flex;
  align-items: center;
}
/*.addr h4 i{*/
/*  display: inline-block;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  background-color: #c0172d;*/
/*  border-radius: 50%;*/
/*  margin-right: 15px;*/
/*}*/
.addr h4 span {
 display: flex;
  align-items: center;
  letter-spacing: 1px;
  position: relative;
  padding-left: 15px;
}
.addr h4 span:before {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
  top:20px;
  border: 5px solid transparent;
  border-left: 7px solid  #c0172d;
  z-index: 9;
  content: '';
}
.addr h3 {
  width: 400px;
  float: left;
  font: 22px "Microsoft YaHei";
  color: #333;
  overflow: hidden;
  line-height: 60px;
}

.addr h4 {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #555555;
  font-weight: normal;
}

.addr h4 a {
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
}
.addr h4 em a {
  color:#c0172d;
}
.addr h4 em a:hover {
  color:#c0172d;
}
.addr h4 a:hover {
  color:#c0172d;
}

/*在线客服*/
.kef {
  position: fixed;
  right: 10px;
  z-index: 999;
  top: 33%;
}

.kef li {
  width: 76px;
  height: 70px;
  background:#c0172d;
  text-align: center;
  margin-bottom: 3px;
  position: relative;
}

.kef li em {
  display: block;
  text-align: center;
}

.kef li img {
  padding-top: 18px;
  height: 23px;
}

.kef li p {
  color: white;
  font-size: 14px;
}

.kef li.tel i {
  position: absolute;
  right: -160px;
  top: 0;
  background: #c0172d;
  display: none;
  height: 66px;
  min-width: 160px;
  transition: all .25s linear;
  font-size: 20px;
  color: #fff;
  line-height: 66px;
}

.kef li.vx i {
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
  left: -102px;
  top: 0;
}

.kef li.vx i img {
  padding-top: 0;
  width: 0;
  height: 0;
  float: right;
  transition: all .25s linear;
}

.kef li.tel:hover i {
  right: 0;
  z-index: 1;
  display: block;
}

.kef li.vx:hover i {
  display: block;
}

.kef li.vx:hover i img {
  width: 100px;
  height: 100px;
}

/*顶部*/
.head {
  display: flex;
  justify-content: space-between;
}
.head-left {
  display: flex;
}
.head-left img {
  margin: 10px 17px 11px 0;
  width: 100px;
  height: 99px;
}
.head-left .y-line {
  margin-top: 20px;
  margin-bottom: 19px;
  margin-right: 38px;
  width: 1px;
  height: 81px;
  background-color: #bfbfbf;
}
.head-left .txt .txt-t {
  margin-top: 33px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.head-left .txt .txt-b {
  margin-top: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  font-weight: bold;
}
.head-right {
  display: flex;
}
.head-right img {
  margin-top: 24px;
  margin-right: 28px;
  width: 64px;
  height: 64px;
}
.head-right .desc h3 {
  margin-top: 13px;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
}
.head-right .desc p {
  margin-top: 13px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}

.nav {
  width: 100%;
  height: 56px;
  background-color: #333333;
  text-align: center;
}

.nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav ul li img {
  margin-top: 8px;
  width: 2px;
  height: 41px;
}
.nav ul li:last-child img {
  display: none;
}
.nav ul li {
  display: flex;
  justify-content: space-between;
  width: 150px;
  height:56px;
  text-align: center;
  list-style: none;
}
.nav ul li a{
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 56px;
  text-decoration: none;
}
.nav ul span {
  margin-top: 15px;
  width: 1px;
  height: 41px;
  background-color: #FFFFFF;
  opacity: 0.5;
  line-height: 60px;
}
.nav li.cur, .nav li:hover {
  background-color: #c22035;
}

/*标题*/
.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title b{
  font-size:36px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 15px;
}
.title .sub-title{
  font-size: 18px;
  line-height: 18px;
  color:#999999;
  margin-bottom: 20px;
}
.title .bar{
  display: block;
  width: 585px;
  height: 1px;
  background-color: #333333;
  position: relative;
}
.title .bar em{
  width: 84px;
  height: 7px;
  border-radius: 2px;
  background-color: #BE1F35;
  position: absolute;
  left: 250px;
  top: -3px;
}
.title .desc{
  display: block;
  margin-top: 26px;
  font-size: 20px;
  line-height: 20px;
  color: #5A5A5A;
}

/*顶部样式*/
footer {
  width: 100%;
  height: 422px;
  background: linear-gradient(0deg, #333333, #555555);
}
.foot-top {
  display: flex;
  justify-content: space-around;
}
.foot-top ._title h2 {
  margin-top:59px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.foot-top ._title p {
  margin-top: 10px;
  margin-bottom: 40px;
  width:60px;
  height:4px;
  background-color:#AC0015;
}
.foot-top .foot-left{
  margin-top: 0;
}
.foot-top .foot-left .foot-nav {
  display: flex;
  justify-content: space-between;
  width: 300px;
  background-color: transparent;
}
.foot-top .foot-left .foot-nav ul{
  width: 300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot-top .foot-left .foot-nav ul li{
  margin-bottom: 24px;
  width: 150px;
  font-size: 18px;
}
.foot-top .foot-left .foot-nav ul li a{
  color: #FFFFFF;
}
.foot-top .foot-left .foot-nav ul li a:hover{
  color: #c0182e;
}
.foot-top .y-line {
  margin-top: 44px;
  margin-bottom: 38px;
  width: 1px;
  height: 272px;
  background-color: #A8A8A8;
}

.foot-top .foot-middle .item {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.foot-top .foot-middle .item p {
  font-size: 18px;
  color: #FFFFFF;
}
.foot-top .foot-middle  .item  img{
  margin-right: 12px;
  width: 17px;
  height: 18px;
}
.foot-top .foot-middle  .item:first-child  img{
  width: 20px;
  height: 14px;
}
.foot-top .foot-middle  .item:last-child  img{
  width: 20px;
  height: 21px;
}
.foot-top .foot-right img {
  margin-left: 40px;
  width: 100px;
  margin-top: 123px;
}
.foot-top .foot-right p {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  color: #ffffff;
}
footer .x-line {
  width: 100%;
  height: 1px;
  background-color: #A8A8A8;
}
.footer-b{
  margin-top: 15px;
  display: flex;
  justify-content:space-around;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
}

.footer-b p{
  font-size: 16px;
  letter-spacing: 2px;
  margin-right: 5px;
}
.footer-b span{
  display: block;
  color: #ffffff;
  margin-right: 5px;
}
.footer-b a{
  color: #ffffff;
}

/* 所有的button按钮 */
button{
  outline: none;
  border: none;
}
/*内页下面间隔*/
.content_box {
  padding-bottom: 30px;
}

/*无数据*/
.nodata {
  text-align: center;
}

/*分页*/
.pagination {
  padding: 10px 0;
  text-align: center;
}

.pagination li {
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  display: inline-block;
  margin: 0 2px;
}

.pagination .active {
  background: #c0182e;
  color: #FFF;
  border-color: #c0182e;
  margin: 0 2px;
}

.pagination .disabled {
  color: #aaa;
}

.pagination a {
  border-radius: 3px;
  display: inline-block;
  padding: 5px 12px;
}

.pagination span {
  border-radius: 3px;
  display: inline-block;
  padding: 5px 12px;
}
