@charset "UTF-8";
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;
}

body {
  font-size: 14px;
  font: 14px/1.5;
  color: #333;
  background-color: #fff;
  font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  border-width: 0px;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  outline: none;
}

.f12 {
  font-size: 12px;
}

.f16 {
  font-size: 16px;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.container-wrap {
  width: 100%;
  min-width: 1200px;
}

.container {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.txtcenter {
  text-align: center !important;
}

.ml3 {
  margin-left: 3px;
}

.ml5 {
  margin-left: 5px;
}

.ml8 {
  margin-left: 8px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb7 {
  margin-bottom: 7px;
}

.pd20 {
  padding: 20px;
}

.mr8 {
  margin-right: 8px;
}

.mr15 {
  margin-left: 15px;
}

.mt6 {
  margin-top: 6px;
}

.onetleft {
  float: left;
}

.onetright {
  float: right;
}

.font-weight {
  font-weight: bold;
}

.line_height_normal {
  line-height: normal;
}

.color_white {
  color: #fff;
}

.color_ff6000 {
  color: #FF6000;
}

.color_1184ff {
  color: #1184ff;
}

.m05 {
  margin: 0 5px;
}


/*header*/
.header {
  width: 100%;
  height: 111px;
  float: left;
  min-width: 1200px;
  background: url(/images/homeTopBg.png)no-repeat;
  background-size: cover;
}

.headerLogo {
  margin-top: 23px;
  float: left;
  margin-left:7%;
}

.headerSlogn{
  float: right;
  margin-top: 24px;
}

.header-search-box {
  float: right;
  margin-left: 20px;
  margin-top: 38px;
  width: 282px;
}

.header-search-box input {
  width: 200px;
  height: 38px;
  text-indent: 15px;
  font-size:15px;
  background-color: #ffffff;
  border: solid 1px #c9151e;
  float: left;
}

.header-search-box .header-search-btn {
  width: 80px;
  height: 40px;
  background-color: #c9151e;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  float: left;
  letter-spacing: 0px;
  color: #ffffff;
}

.headerSearchList {
  width: 280px;
  float: left;
  background-color: #fff;
  position: relative;
  display: none;
  z-index: 111;
}

.headerSearchList li {
  line-height: 30px;
  width: 100%;
  float: left;
  height: 30px;
  text-indent: 15px;
}

.headerSearchList li:hover {
  background-color: #ebebeb;
}

/* 20250912 李想 注释头部样式 取消头部展示 */
.header{
  display: none;
}
/*header end*/


/*header-nav start*/
/* 20250912 李想 保存原始导航栏样式
.header-nav {
  width: 100%;
  height: 54px;
  background-color: #c9151e;
  float: left;
  min-width: 1200px;
}
.header-nav .container {
  width:1360px;
}
.header-nav li {
  line-height: 54px;
  font-size: 22px;
  letter-spacing: 2px;
  width: 150px;
  text-align: center;
  float: left;
  color: #fff;
  cursor: pointer;
}
.header-nav li a{
  width: 170px;
  height:54px;
  display:block;
}
.header-nav .currunt {
  background: url(/images/navBg.jpg) no-repeat;
  background-size: cover;
}
*/
/* 20250912 李想 新头部样式 白底 */
/*
:root {
  --header-nav-bg: #fff;

  --header-nav-color: #000;
  --header-nav-color-active: #c9151e;
  
  --header-nav-border-color-active: #c9151e;

  --header-search-icon-bg: #E6202A;
  --header-search-icon-bg-active: #fff;

  --header-search-color: #fff;
  --header-search-placeholder-color: #ddd;

  --header-search-bg: #E6202A;
}
*/
/* 20250912 李想 新头部样式 红底 */
:root {
  --header-nav-bg: linear-gradient(to right, #9f030b, #df141e 400px);

  --header-nav-color: #fff;
  --header-nav-color-active: #fff;
  
  --header-nav-border-color-active: #fff;

  --header-search-icon-bg: #fff;
  --header-search-icon-bg-active: #fff;

  --header-search-color: #fff;

  --header-search-placeholder-color: #ddd;

  --header-search-bg: #9f030b;
}
body {
  padding-top: 70px;
}

.header-nav {
  width: 100%;
  height: 70px;
  background: var(--header-nav-bg);
  display: flex;
  justify-content: space-between;
  min-width: 1200px;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header-nav .header-nav-side {
  width: 300px;
}

.header-nav .header-logo-box .headerLogo {
  height: 40px;
  margin: 15px 50px;
}

.header-nav .container {
  width: auto;
  min-width: 1250px;
  margin: 0;
}

.header-nav li {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  float: left;
  font-family: ui-monospace;
  font-weight: 500;
  color: var(--header-nav-color);
  cursor: pointer;
  height: 65px;
  background-image: linear-gradient(to right, var(--header-nav-border-color-active), var(--header-nav-border-color-active));
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: background-size 0.6s;
}

.header-nav li a {
  display: block;
  padding: 0 25px;
  line-height: 70px;
}

.header-nav .currunt {
  background-size: 80px 2px;
  color: var(--header-nav-color-active);
}

.header-nav .header-nav-side.right {
  display: flex;
  align-items: center;
}

.header-nav .search-box-new {
  padding: 11px 5px;
  position: relative;
  height: 54px;
  box-sizing: border-box;
  transition: transform .5s;
  transform: translateX(170px);
}

.header-nav .search-box-new .search-icon {
  width: 30px;
  height: 30px;
  position: relative;
  background: var(--header-search-icon-bg);
  transition: background .5s;
}

.header-nav .search-box-new input {
  background-color: transparent;
  margin-top: 12px;
  border: 0;
  font-size: 16px;
  color: var(--header-search-color);
  height: 30px;
  width: 60px;
  position: absolute;
  transition: opacity .5s, width .5s;
  top: 0;
  bottom: 0;
  left: 100%;
  opacity: 0;
}

.header-nav .search-box-new input::-webkit-input-placeholder {
  color: var(--header-search-placeholder-color);
}
.header-nav .search-box-new input::-moz-placeholder {
  color: var(--header-search-placeholder-color);
}
.header-nav .search-box-new input:-ms-input-placeholder {
  color: var(--header-search-placeholder-color);
}
.header-nav .search-box-new input:-moz-placeholder {
  color: var(--header-search-placeholder-color);
}

.header-nav .search-box-new .mk {
  width: 54px;
  height: 100%;
  z-index: 0;
  transform-origin: 0;
  background-color: var(--header-search-bg);
  border-radius: 30px;
  transition: opacity .5s, width .5s;
  position: absolute;
  top: 0;
  left: -15px;
  opacity: 0;
}

.header-nav .search-box-new:hover {
  transform: translateX(35px);
}
.header-nav .search-box-new:hover .search-icon {
  background: var(--header-search-icon-bg-active);
}
.header-nav .search-box-new:hover input {
  opacity: 1;
  width: 120px;
}
.header-nav .search-box-new:hover .mk {
  opacity: 1;
  width: 190px;
}

.header-nav .search-box-new:focus-within {
  transform: translateX(35px);
}
.header-nav .search-box-new:focus-within .search-icon {
  background: var(--header-search-icon-bg-active);
}
.header-nav .search-box-new:focus-within input {
  opacity: 1;
  width: 120px;
}
.header-nav .search-box-new:focus-within .mk {
  opacity: 1;
  width: 190px;
}
/*header-nav end*/


/* footer */
 
.footer-box {
  height: 400px;
  float: left;
  width: 100%;
  min-width:1200px;
  background: url(/images/footerbg.png) no-repeat;
  background-size: cover;
}
.footer-box .container {
  width:1360px;
}
.footer-nav-lists {
  float: left;
  margin-top: 25px;
  width: calc(100% - 276px);
}
.lx-friend-ship-link-box {
  margin-bottom: 20px;
}
.lx-friend-ship-link-head {
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.lx-friend-ship-link-head div {
  display: inline-block;
}
.lx-friend-ship-link-active {
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-size: 12px;
  cursor: pointer;
  background: #D8D8D8;
  border-radius: 10px;
  color: #050505;
  margin: 0 6px;
}
.lx-friend-ship-link-title {
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.lx-friend-ship-link-title:hover {
  color: #fff;
}
.lx-friend-ship-link-container {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lx-friend-ship-link-container span {
  color: rgba(255, 255, 255, 0.3);
}
.lx-friend-ship-link-container span:last-child {     
  display: none; 
}
.lx-friend-ship-link-container a:hover {
  color: #fff;
}
.footer-nav-lists ul li {
  float: left;
  width: 132px;
  color: #7c7f8c;
  line-height: 28px;
}

.footer-nav-lists ul :first-child {
  margin-left: 0;
}

.footer-nav-lists ul li a {
  float: left;
  width:100%;
}

.footer-nav-lists ul li .title {
  color: #cfd0d4;
  font-size: 16px;
}

.footer-nav-lists ul li a:hover {
  color: #fff;
}

.footer-company-contact-info {
  height: 340px;
  width: 256px;
  position: relative;
  float: right;
}

.footer-company-contact-info .footer-wx-code {
  width: 100%;
  float: left;
  margin-top: 25px;
}

.footer-company-contact-info .footer-wx-code li {
  width: 110px;
  margin-left: 16px;
  float: left;
}

.footer-company-contact-info .footer-wx-code li img {
  /*width: 100%;*/
  float: left;
  height:110px;
}

.footer-wx-code p {
  width: 100%;
  float: left;
  color: #cfd0d4;
  text-align: center;
  line-height: 32px;
}

.footer-company-contact-info .company-contact {
  width: 100%;
  float: left;
  margin-top: 25px;
  color: #7c7f8c;
}

.footer-company-contact-info .company-contact p {
  line-height: 28px;
  text-indent: 35px;
}

.footer-tips {
  height: 62px;
  background-color: #22232e;
  width: 100%;
  float: left;
  position: relative;
  min-width: 1200px;
  z-index:-1;
}

.footer-tips .web-info {
  height: 62px;
  line-height: 62px;
  float: left;
}

.footer-tips .web-info li {
  float: left;
}

.footer-tips .web-info p {
  float: left;
  margin-left: 15px;
  color: #8b8c94;
}

.footer-tips .web-info img {
  float: left;
  margin-top: 15px;
  margin-left: 25px;
}

.friend-ship-link {
  position: absolute;
  width: 236px;
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  z-index: 0;
  position: relative;
  background-color: #6c6e76;
}

.first-friend-ship-link {
  float: left;
  width: 100%;
}

.footTopArrow {
  width: 13px;
  height: 7px;
  right: 15px;
  top: 10px;
  position: absolute;
}

.friend-ship-link li {
  height: 28px;
  line-height: 28px;
  width: 140px;
  text-indent: 15px;
  color: #ffffff;
  float: left;
}

.first-friend-ship-list {
  background-color: #fff;
  position: absolute;
  top: 28px;
  z-index: 111;
  left: 0;
  max-height: 130px;
  overflow: auto;
  width: 100%;
}

.first-friend-ship-list li {
  color: #333333;
  width: 100%;
}

.first-friend-ship-list li:hover {
  background-color: #ebebee;
}

.focusUs {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #cfd0d4;
  margin-left: 15px;
  text-indent: 15px;
  line-height: 15px;
  height: 15px;
  margin-top: 58px;
  border-left: 2px solid #cfd0d4;
  ;
}

.transform-180deg {
  transition: 0.25s;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


/* footer end*/

.child-page-banner {
  width: 100%;
  float: left;
}

.child-page-banner img {
  width: 100%;
  float: left;
}

.child-page-nav {
  width: 100%;
  float: left;
}

.child-page-nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  float: left;
}

.page-position-link {
  float: left;
}

.page-position-link img {
  float: left;
  height: 14px;
  margin-top: 16px;
}

.page-position-link a {
  float: left;
  margin-left: 5px;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-position-link span{
  float: left;
  margin-left: 5px;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.inPage-nav {
  float: right;
}

.inPage-nav li {
  float: left;
  margin-left: 20px;
  font-size: 16px;
  position: relative;
}

.inPage-nav .currunt {
  border-bottom: 2px solid #c9151e;
  color:#c9151e
}

.inPage-nav em {
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  position: absolute;
  top: 15px;
  right: -10px;
}
.commom-box-content{
  margin-top:90px;
  background:#fff;
  padding:40px;
  font-family: FangSong !important;
  font-size:19px;
}
.commom-box-content a{
  color:blue;
}
.commom-box-content img{
  max-width:100%;
}
.common-box-all{
  width:100%;
  float:left;
  background-color: #fff;
  margin-top:25px
}
.commom-box-title-t{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.commom-box-title-d{
  white-space: nowrap;
  overflow: hidden;
  margin-top:5px;
  color:#999!important;
  font-size:16px!important;
  font-weight: 500!important;
  text-overflow: ellipsis;
}
    
.commom-box-content table td,
.commom-box-content table th {
        border: 1px solid #ccc;
 }
