﻿﻿﻿html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: 'PingFang SC';
  color: #333333;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

input {
  border: unset;
  outline: unset;
  background: transparent;
}

:root {
  --mainRed: #C7000B;
  --mainBlue: #154D90;
  --mainGreen: #75C228;
  --normalRed: #D8323B;
  --normalBlue: #3478CB;
  --heightLightRed: #E2000D;
  --selectedRed: #A30009;
  --linearGradient1: linear-gradient(180deg, #C73C00 0%, #C7000B 100%);
  --linearGradient2: linear-gradient(148.95deg, #F4B85E 0%, #FF3843 100%);
  --linearGradient3: linear-gradient(92.57deg, #FF814A 0%, #C7000B 100%);
  --linearGradient4: linear-gradient(180deg, #58C9E2 0%, #024EA1 100%);
  --linearGradient5: linear-gradient(180deg, #99C74B 0%, #154D90 74.48%);
  --linearGradient6: linear-gradient(140.44deg, #58C9E2 -0.97%, #154D90 100%);
  --linearGradient7: linear-gradient(92.57deg, #9DC628 0%, #5BAC09 100%);
}

.wrapper {
  width: 1350px;
  margin: 0 auto;
}

.head_top_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.head_top_wrapper a {
  display: inline-block;
  width: 317px;
  height: 55px;
}

.head_top_wrapper a img {
  width: 100%;
  height: 100%;
}

.hd_search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 264px;
  height: 33px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 19px;
}

.hd_search .icon {
  height: 30px;
  width: 35px;
  margin-left: 5px;
  margin-right: 10px;
}

.hd_search .icon img {
  width: 100%;
  height: 100%;
}

.head_nav {
  height: 50px;
  background-color: var(--mainRed);
}

.head_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.head_nav ul li {
  width: 150px;
  height: 100%;
  text-align: center;
  line-height: 50px;
}

.head_nav ul li:hover {
  background-color: var(--heightLightRed);
}

.head_nav ul li.actived {
  background-color: var(--selectedRed);
}

.head_nav ul li a {
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
    text-decoration: none;
    display: inline-block;
    height: inherit;
    width: inherit;
}
.head_nav ul li ol{position:absolute;z-index:123;display: flex;flex-wrap: wrap;display:none;margin-left:-40px;}
.head_nav ul li ol li{background-color: var(--mainRed);color: white;cursor: pointer;}
.head_nav ul li ol li a{font-weight: 500;color: #FFFFFF;}
.head_nav ul li:hover ol li a{border-bottom:none}
.head_nav ul li ol li a:hover{border-bottom:none;background:0 0;text-decoration:none}
.head_nav  ul li:hover ol{
	display: block;
}
/* 轮播图 start */
.banner {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.banner .wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: inherit;
  z-index: 1;
}

.banner .wrapper a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}

.next {
  right: 0;
}

.banner_slider {
  height: inherit;
}

.banner_slider ul {
  height: inherit;
  display: flex;
  /* transition: transform 2.5s; */
}

.banner_slider ul li {
  width: 33.33%;
  height: 100%;
}

.banner_slider ul li img {
  width: 100%;
  height: 100%;
}

.slider_wrapper ul li:nth-of-type(2) {
  background: rgb(189, 245, 200);
}

.banner_pager {
  position: absolute;
  bottom: 40px;
  left: 70%;
}

.banner_pager ul {
  display: flex;
}

.banner_pager ul li {
  width: 50px;
  height: 8px;
  margin-right: 4px;
  background-color: #ffffffcc;
  border-radius: 4px;
}

.banner_pager ul li.actived {
  width: 150px;
  background-color: var(--mainRed);
}

.section {
  padding: 30px 0;
}

.row:nth-child(even) {
  background-color: #FFFFFF;
}

.s_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  padding-bottom: 25px;
}

.s_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
}

.s_more {
  font-weight: 500;
  color: var(--mainRed)
}

.s_more svg {
  margin-left: 5px;
}

/* 第二版内容的一部分 */
.n_s1 {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FCF2F3;
}

.n_s1 .s_head {
  width: 100%;
  padding-bottom: 0;
}

.n_s1 .n_s1_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n_s1 .n_s1_title>span {
  font-size: 20px;
  font-weight: 600;
  color: var(--mainRed);
}

.n_s1 .s_name {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  margin-left: 35px;
}

.n_s1 .s_name>div:first-child {
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  padding-right: 8px;
}

.n_s1 .s_name>div:last-child {
  width: 790px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.n_s1 .mask {
  height: 22px;
  position: relative;
  overflow: hidden;
}

.n_s1 .mask span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 28px;
  padding-bottom: 6px;
}

.n_s1 .mask span[data-show] {
  transform: translateY(-100%);
  transition: .5s transform ease-in-out;
}

.n_s1 .mask span[data-up] {
  transform: translateY(-200%);
  transition: .5s transform ease-in-out;
}

/* 第二版内容第二部分 */
.n_s2 .s_body {
  display: flex;
  justify-content: space-between;
  background-color: unset;
  padding: 0 20px;
}

.n_s2 .s_body .card {
  height: 120px;
  background-color: #fff;
  filter: drop-shadow(0px 2px 5px rgba(143, 143, 143, 0.1));
}

.n_s2 .l_card {
  width: 330px;
}

.n_s2 .r_card {
  width: 950px;
  display: flex;
}

.n_s2 .over_view {
  padding: 16px 20px;
}

.n_s2 .over_view .r1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.n_s2 .over_view .r1 span:first-child {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  color: #333;
}

.n_s2 .over_view .r1 span:last-child {
  font-weight: 400;
  font-size: 14px;
  color: var(--mainRed);
}

.n_s2 .over_view .r2 {
  display: flex;
}

.n_s2 .over_view .r2>div {
  flex: 1;
}

.n_s2 .over_view .r2>div>span {
  font-weight: 400;
  font-size: 14px;
  color: #999;
}

.n_s2 .over_view .r2>div>div span:first-child {
  font-weight: 700;
  font-size: 32px;
}

.n_s2 .over_view .r2>div>div span:last-child {
  font-weight: 700;
  font-size: 14px;
}

.over_view_list {
  width: 333px;
  height: 150px;
  padding: 12px 20px 20px 20px;
  background-color: #ffebec;
  font-size: 14px;
}

.over_view_list .list_head span:first-child,
.over_view_list .list_row span:first-child {
  display: inline-block;
  width: 40%;
}

.over_view_list .list_head span:nth-child(2),
.over_view_list .list_head span:last-child,
.over_view_list .list_row span:nth-child(2),
.over_view_list .list_row span:last-child {
  display: inline-block;
  width: 25%;
  text-align: right;
}

.over_view_list .list_head {
  color: #999;
}

.over_view_list .list_row {
  line-height: 28px;
  color: #333;
}

.over_view_list .list_row span:first-child {
  color: var(--mainRed);
  font-size: 16px;
  font-weight: 600;
}

.r_card .name_col {
  width: 85px;
  padding-top: 16px;
}

.r_card .name_col div {
  text-align: right;
  line-height: 32px;
  font-size: 14px;
  color: #666;
}

.grid_container {
  position: relative;
  width: 800px;
  padding-top: 16px;
  overflow: hidden;
}

.grid_container .grig {
  margin-left: 40px;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  transition: transform .5s;
}

.grid_container .grig .col {
  display: inline-block;
  width: 120px;
}

.grid_container .grig .col .row {
  text-align: right;
  line-height: 32px;
  color: #333;
  background-color: unset;
}

.grid_container .grig .col .row:first-child {
  font-size: 20px;
  color: var(--mainRed);
}

.grid_container .mask {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 830px;
}

.grid_container .mask div {
  position: relative;
  width: 80px;
  height: 100px;
}

.grid_container .mask div:first-child {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(270deg, #FFFFFF 48.06%, rgba(255, 255, 255, 0) 100%);
}

.grid_container .mask div:last-child {
  background: linear-gradient(270deg, #FFFFFF 48.06%, rgba(255, 255, 255, 0) 100%);
}

.grid_container .mask div a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/xhzdj_r.png);
}

/* 第一版 */
.s1 .wrapper {
  display: flex;
}

.s1 .section {
  flex: 1;
}

.s1 .news_carousels {
  position: relative;
  width: 600px;
  height: 357px;
  background-color: #efefef;
  overflow: hidden;
}

.s1 .carousel {
  display: flex;
  height: inherit;
  transition: transform 1s;
}

.s1 .carousel img {
  width: 600px;
  height: 357px;
}

.s1 .mask {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  width: 600px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 85.86%);
}

.s1 .mask .title {
  font-size: 24px;
  color: #fff;
}

.s1 .mask .pages a {
  display: inline-block;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

.s1 .mask .pages a.actived {
  width: 40px;
  background-color: #C7000B;
}

.s1 .s_title span {
  font-size: 20px;
  cursor: pointer;
}

.s1 .s_title span.actived {
  font-size: 24px;
  font-weight: 600;
  box-shadow: inset 0px -11px 5px rgba(233, 112, 0, 0.2);
}

.s1 .section:last-child {
  padding-left: 20px;
}

.s1 .section:last-child .s_body ul {
  width: 100%;
}

.s1 .news {
  padding-left: 10px;
  margin-bottom: 18px;
}

.s1 .news a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.s1 .news a:hover span:first-child {
  color: var(--mainRed);
}

.s1 .news a span:last-child {
  padding-left: 10px;
  font-size: 14px;
  color: #999;
}

/* 
.s1 .news .news_summary {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
} */

.products {
  position: relative;
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
}

.products>a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.094);
  border-radius: 50%;
  z-index: 5;
}

.products .prev {
  left: 0;
}

.products .next {
  right: 0;
}

.products a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  transform: rotate(45deg);
}

.products a .left-arr {
  border-right: unset;
  border-top: unset;
}

.products a .right-arr {
  border-left: unset;
  border-bottom: unset;
}

.slider_container {
  position: relative;
  left: 0;
  height: 265px;
  width: 6000px;
  overflow: hidden;
}

.slider_container-wrapper {
  display: flex;
  flex-wrap: nowrap;
  height: 265px;
  transition: transform 1s;
}

.slider_item {
  width: 230px;
  height: calc(100% - 40px);
  margin: 0 5px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(143, 143, 143, 0.1);

}

.slider_item .p_img,
.slider_item .p_img img {
  width: 230px;
  height: 160px;
}

.slider_item .p_name {
  padding: 10px 16px;
  font-size: 18px;
}

.slider_item .p_more {
  padding-left: 16px;
  color: #C7000BCC;
  font-size: 14px;
}

.slider_item .p_more svg {
  margin-left: 5px;
}

.s3 .wrapper,
.s4 .wrapper {
  display: flex;
  justify-content: space-between;
}

.s3 .wrapper .section {
  width: 49%;
}

.s3 .notices ul li a {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}

.s3 .notices ul li a:hover .n_title {
  color: var(--mainRed);
}

.s3 .notices .n_title {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 限制显示一行 */
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.s3 .notices .n_date {
  font-size: 14px;
  color: #999;
}

.s4 .section {
  width: 32%;
  /* height: 390px; */
}



.s4 .delivery_receipt_carousels {
  position: relative;
  width: 385px;
  height: 295px;
  background-color: #efefef;
  overflow: hidden;
}

.s4 .carousel {
  display: flex;
  height: inherit;
  transition: transform 1s;
}

.s4 .carousel img {
  width: 385px;
  height: 295px;
}

.s4 .mask {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  width: 385px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 85.86%);
}

.s4 .mask .title {
  font-size: 24px;
  color: #fff;
}

.s4 .mask .pages a {
  display: inline-block;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

.s4 .mask .pages a.actived {
  width: 40px;
  background-color: #C7000B;
}

.s4 .s_title span {
  font-size: 20px;
  cursor: pointer;
}

.s4 .s_title span.actived {
  font-size: 24px;
  font-weight: 600;
  box-shadow: inset 0px -11px 5px rgba(233, 112, 0, 0.2);
}

.s4 .section:nth-child(1) ul li {
  padding: 9px 15px;
}

.s4 .section:nth-child(1) ul li:first-child {
  padding-top: 0;
}

.s4 .section:nth-child(1) ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s4 .section:nth-child(1) ul li a:hover span:first-child {
  color: var(--mainRed);
}

.s4 .section:nth-child(1) ul li a span:last-child {
  color: #999;
}

.s4 .section:nth-child(2) ul li {
  padding: 9px 15px;
}

.s4 .section:nth-child(2) ul li:first-child {
  padding-top: 0;
}

.s4 .section:nth-child(2) ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s4 .section:nth-child(2) ul li a:hover span:first-child {
  color: var(--mainRed);
}

.s4 .section:nth-child(2) ul li a span:last-child {
  color: #999;
}

.s4 .section:nth-child(3) ul li {
  padding: 9px 15px;
}

.s4 .section:nth-child(3) ul li:first-child {
  padding-top: 0;
}

.s4 .section:nth-child(3) ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s4 .section:nth-child(3) ul li a:hover span:first-child {
  color: var(--mainRed);
}

.s4 .section:nth-child(3) ul li a span:last-child {
  color: #999;
}

.s4 .section:nth-child(3) a {
 /* display: inline-block; */
 flex-basis: 49%;
 flex-grow: 0;
 width: 0;
 flex-shrink: 0;
 /* padding: 22px 16px; */
 margin-right: 5px;
 margin-bottom: 15px;
 /* background: url(../assets/ywzy1.png) no-repeat center; */
 /* background-color: #fff; */
 font-size: 16px;
 font-weight: 500;
 /* color: var(--mainRed); */
 /* box-shadow: 0px 2px 5px rgba(143, 143, 143, 0.1); */
}

.s4 .section:nth-child(3) a svg {
  vertical-align: text-bottom;
}

.partners {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 85px;
}

.partners li {
  width: 220px;
}

.foot {
  height: 328px;
  background-color: #676966;
}

.foot .wrapper {
  width: 1120px;
}

.foot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_top li a {
  display: inline-block;
  padding: 30px 0;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.foot_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_bottom .logo {
  width: 223px;
  height: 34px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.foot_bottom p {
  margin: 0 0 5px 0;
  color: #D0D0D0;
}

.qr_code {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  color: #fff;
}

.qr_code div:first-child {
  margin-right: 60px;
}

.qr_code img {
  width: 129px;
  height: 129px;
  background-color: #D9D9D9;
  margin-bottom: 5px;
}
.list {
  height: 612px;
}

.list_container {
  flex: 1;
  padding: 32px 36px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.list_container .title {
  padding-bottom: 26px;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

.list_container .list li {
  position: relative;
  padding-left: 18px;
  border-bottom: dotted 1px #ddd;
    line-height: 30px;
}

.list_container .list li:hover span:first-child {
  text-decoration: underline;
  color: var(--mainRed);
}

.list_container .list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  content: '';
  display: inline-block;
  border-radius: 5px;
  background-color: var(--mainRed);
}

.list_container .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.list_container .list li a span:last-child {
  font-size: 14px;
  color: #999;
}

.list_pager {
  height: 28px;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 50px;
}

.page-up,
.page-down {
  width: 75px;
  margin-left: 6px;
  cursor: pointer;
}

.pages{ margin:5px; padding:3px; text-align:center; font-size:14px;}
.pages a{ padding:8px 14px; border:solid 1px var(--mainRed); color:var(--mainRed); margin-right:8px; text-decoration:none; background:#fff; border-radius:0px;}
.pages a:hover{ border:solid 1px var(--mainRed); color:#fff; background-color:var(--mainRed);}
.pages span.current { border:solid 1px var(--mainRed); padding:8px 14px; font-weight:bold; color:#fff; margin-right:8px; background-color:var(--mainRed); border-radius:0px;}
.pages span.disabled { border:solid 1px #efefef; padding:8px 14px; color:#d9d9d9; margin-right:8px;}
.pages input{border:solid 1px #d4d4d4;}
.total-page,
.jump-to-page {
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.jump-to-page input {
  width: 38px;
  margin: 0px 8px;
  padding: 0px;
  outline: none;
}

.jump {
  width: 46px;
  height: 28px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 0px;
}

.aside {
  width: 224px;
  margin-right: 8px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

dl {
  padding: 24px;
  margin: 0;
}

dt {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

dd {
  margin: 0;
  padding: 4px 16px;
  font-size: 14px;
  color: #666;
  border-bottom: dotted 1px #ddd;
  position: relative;
}

dd:hover {
  background-color: #C7000B1A;
}

dd.actived {
  color: #fff;
  background-color: var(--mainRed);
}

dd.actived a::after {
  position: absolute;
  content: ' ';
  right: -5px;
  width: 2px;
  height: 100%;
  background-color: var(--mainRed);
  top: 0;
}

.content {
  background-color: #fff;
}

.content .position {
  height: 40px;
  line-height: 40px;
}

.content .position,
.content .position a {
  font-size: 14px;
  color: #666;
}

.content .position span {
  font-size: 14px;
  color: #E99903;
}

.main {
  display: flex;
  margin: 16px 0;
}


.back {
  color: var(--mainRed);
}


.back svg {
  margin-right: 6px;
}

h2 {
  margin: 4px 0 24px 0;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

.publish_date,
.source {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #999999;
}

.main_body {
  padding: 30px 36px;
}

p {
  text-indent: 2rem;
  color: #666;
  line-height: 22px;
}

p:first-child,
p:last-child {
  text-indent: unset;
}

.btns {
  text-align: center;
  padding-bottom: 32px;
}

.btns a {
  display: inline-block;
  width: 75px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #E3E3E3;
  font-size: 14px;
  text-align: center;
  color: #666666;
}

.btns .prev:hover {
  color: var(--mainRed);
  border: 1px solid var(--mainRed);
}

/* 
.btns a:hover {
  color: var(--mainRed);
  border: 1px solid var(--mainRed);
} */

/* .btns a:active {
  color: #fff;
  background-color: var(--mainRed);
} */

.btns .prev {
  margin-right: 16px;
}

.btns .next {
  color: #fff;
  background-color: var(--mainRed);
}

.mains {
  margin: 16px 0;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.contactusdiyou {
  position: fixed;
  right: 0px;
  bottom: 0px;
  _position: absolute;
  width: 230px;
  height: 100%;
  background: #015aa8;
  z-index: 900000;
  transition: all .5s ease;
}

.contactusdiyou:hover {
  z-index: 900001;
}

.contactusdiyou2:hover {
  z-index: 900001;
}

.contactusdiyou2 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  _position: absolute;
  width: 230px;
  height: 100%;
  background: #760000;
  z-index: 900000;
  transition: all .5s ease;
}

.contactusdiyou .hoverbtn {
  width: 30px;
  height: 129px;
  padding-top: 20px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  margin-top: -66px;
  left: -30px;
  font-size: 14px;
  color: #fff;
  background: #015aa8;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  -moz-box-shadow: -4px 4px 4px -4px #000;
  -webkit-box-shadow: -4px 4px 4px -4px #000;
  box-shadow: -4px 4px 4px -4px #000;
}

.contactusdiyou2 .hoverbtn {
  width: 30px;
  height: 129px;
  padding-top: 20px;
  cursor: pointer;
  position: absolute;
  top: 60%;
  margin-top: -66px;
  left: -30px;
  font-size: 14px;
  color: #fff;
  background: #760000;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  -moz-box-shadow: -4px 4px 4px -4px #000;
  -webkit-box-shadow: -4px 4px 4px -4px #000;
  box-shadow: -4px 4px 4px -4px #000;
}

.contactusdiyou .hoverbtn span {
  width: 30px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  overflow: hidden;
  float: left;
}

.contactusdiyou .hoverbtn .hoverimg {
  width: 13px;
  height: 9px;
  margin: 10px 0px 0px 10px;
  float: left;
  display: inline;
  background-repeat: no-repeat;

  transform: rotate(0deg);
  transition: transform 500ms ease-in;
}

.contactusdiyou:hover .hoverimg {
  transform: rotate(180deg);
}

.contactusdiyou .conter {
  width: 186px;
  height: 560px;
  margin-left: 22px;
  position: absolute;
  top: 10%;

}

.contactusdiyou2 .conter {
  width: 186px;
  height: 560px;
  margin-left: 22px;
  position: absolute;
  top: 30%;

}

.contactusdiyou .conter .con1 {
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 22px;
}

.contactusdiyou .conter .con1 dl dt {
  width: 31px;
  height: 31px;
  float: left;
  position: relative;
  top: 32px;
}

.contactusdiyou dl .f1 {
  width: 142px;
  height: 36px;
  line-height: 36px;
  float: right;
  font-size: 14px;
  _font-size: 14px;
  *font-size: 15px;
  color: #fff;
  vertical-align: top;
  font-weight: bold;
}

.contactusdiyou dl .f2 {
  width: 142px;
  float: right;
  font-size: 14px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  float: right;
}

.kefuQQ a {
  background: url(/template/default/images/button-custom-qq.gif) no-repeat;
  width: 70px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.kefuQQ a:hover {
  background: url(/template/default/images/button-custom-qq-h.gif) no-repeat;
}

.contactusdiyou .conter .con1 dl dd .ph_num {
  font: 18px 'Microsoft yahei';
  *font-size: 16px;
  _font-size: 16px;
  color: #fff;
  height: 25px;
}

.contactusdiyou .qqcall {
  padding: 22px 0px;
  border-bottom: 1px solid #6a6a6a;
}

.contactusdiyou .qqcall dl dt {
  width: 31px;
  height: 31px;
  float: left;
  position: relative;
  top: 32px;
}

.contactusdiyou .weixincall {
  float: right;
  padding: 22px 0;
  border-bottom: 1px solid #6a6a6a;
}

.contactusdiyou .weixincall dl dt {
  width: 31px;
  height: 31px;
  float: left;
  position: relative;
  top: 32px;
}


.contactusdiyou .weixincall .f3 {
  float: right;
  width: 73px;
  height: auto;
  margin-right: 69px;
  display: inline;
}

.contactusdiyou .weixincall .f3 img {
  width: 110px;
  height: auto;
}

.contactusdiyou2 .weixincall .f3 img {
  width: 110px;
  height: auto;
}

.contactusdiyou .dytimer {
  float: right;
  width: 160px;
  height: 40px;
  padding: 16px 0px 15px 0px;
  /* background: #007b77; */
  margin: 20px 0px 0px 0px;
}

.contactusdiyou .dytimer span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}

.diyou {
  z-index: 99999999999;
}

.diyoumask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(Opacity=30);
  background: #000;
  display: none;
}

.fn_cle:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.contactusdiyou {
  transition: right 200ms ease-in-out;
}

.contactusdiyou:hover {
  right: 0 !important;
}

@media (min-width: 992px) {
  html {
    font-size: 20px;
  }

  /* å¯¼èˆªæ¨¡å— */
  nav {
    width: 100%;
    background-color: #C7000B;
  }

  nav ul {
    display: flex;
    height: 2.4rem;
    justify-content: space-between;
    align-items: center;
  }

  nav ul li {
    flex: 1;
    text-align: center;
  }

  nav ul li:first-child {
    display: none;
  }

  nav ul li a {
    line-height: 2.4rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
  }

  nav ul li.actived {
    background-color: #a30009;
  }

  nav ul li:hover {
    background-color: #e2000d;
  }

  /* banneræ¨¡å— */
  .banner {
    height: 21rem;
    width: 100%;
  }

  .banner .swiper-slide a,
  .banner .swiper-slide img {
    display: block;
    height: 21rem;
    width: 100%;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
  }

  .banner .swiper-button-prev {
    left: 5rem;
  }

  .banner .swiper-button-next {
    right: 5rem;
  }

  .banner .swiper-button-next:after,
  .banner .swiper-button-prev:after {
    font-size: 1rem;
    color: #fff;
  }

  .banner .swiper-horizontal>.swiper-pagination-bullets,
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3rem;
  }

  .banner .swiper-pagination-bullet {
    width: 2.5rem;
    height: 0.4rem;
    border-radius: .2rem;
    background: rgba(255, 255, 255, 0.5);
    opacity: unset;
  }

  .banner .swiper-pagination-bullet-active {
    width: 7.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  }

  .p_announcement .left svg:nth-child(2) {
    display: none;
  }

  .varieties .swiper-pagination {
    display: none;
  }

  .mb_notice {
    display: none;
  }

  .swiper-scrollbar {
    display: none;
  }

  .module.gide {
    background-color: #f7f7f7;
  }

  .module.partners {
    background-color: #fff;
  }
}
.gide .module_bd {
  display: flex;
  padding: 1rem 0;
}

.gide .sub_module:first-child {
  width: 19.3rem;
  flex: 2;
}

.gide .sub_module:first-child .swiper-slidec,
.gide .sub_module:first-child .swiper-slidec a {
  display: block;
  width: 19.3rem;
  height: 14.75rem;
}

.gide .sub_module:first-child .sub_module_bd {
  display: flex;
  width: 100%;
  height: 300px;
  padding-top: 0.5rem;
}

.gide .sub_module:first-child .sub_module_bd .swiper {
  width: 19.3rem;
}

.gide .sub_module:first-child .sub_module_bd ul {
  width: 500px;
}

.gide .swiper-pagination {
  box-sizing: border-box;
  bottom: 0;
  height: 4.5rem;
  padding-right: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 85.86%);
  text-align: right;
  line-height: 4.5rem;
}

.gide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
  height: 0.3em;
  width: 0.3rem;
  border-radius: 0.15rem;
}

.gide .swiper-pagination-bullet-active {
  width: 2rem;
  background-color: #C7000B;
}

/* 
.gide .sub_module:nth-child(2) ul {
  margin-top: 1rem;
} */

.gide .sub_module:last-child .sub_module_bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: auto;
}

.gide .sub_module:last-child .sub_module_bd>div {
  width: 212px;
  height: 140px;
  background-color: #fff;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(2n) {
  margin-right: 0;
}

.gide .sub_module:last-child .sub_module_bd>div a {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0.8rem;
  font-size: .9rem;
  font-weight: 500;
  color: #C7000B;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(1) a {
  background: url(../assets/ywzy1.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(2) a {
  background: url(../assets/ywzy2.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(3) a {
  background: url(../assets/ywzy3.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(4) a {
  background: url(../assets/ywzy4.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div a svg {
  padding-right: 0.4rem;
}
.module_hd_l,
.sub_module_hd_l {
  font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
	padding-bottom: 25px;
}

.module_bd {
  box-sizing: border-box;
  padding: 1rem .75rem;
}

.sub_module {
  flex: 1;
  padding: 0.5rem;
}

.sub_module_bd {
  height: calc(100% - 1.75rem);
}

.gide li {
  box-sizing: border-box;
  height: 2rem;
  padding-left: 0.8rem;
}

.gide li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  width: 100%;
}

.gide li a span:last-child{
  font-size: 0.7rem;
  font-weight: 400;
  color: #999;
}

.gide li a:hover span:first-child {
  color: #C7000B;
}
.n_s2 .s_title span {
  font-size: 20px;
  cursor: pointer;
}

.n_s2 .s_title span.actived {
  font-size: 24px;
  font-weight: 600;
  box-shadow: inset 0px -11px 5px rgba(233, 112, 0, 0.2);
}

.r_card table {
  border: none;
  width: 100%;
  height: 220px;
}

.r_card .table-wrapper {
  width: 100%;
  overflow: hidden;
}

.r_card .table-wrapper thead {

}

.r_card .table-wrapper tbody td {
  /* font-size: 1.4rem; */
   font-size: 14px;
    color: #666;
  padding: .4rem .6rem;
}

.r_card .table-wrapper thead td {
  white-space: nowrap;
  padding: 0.1rem .3rem;
  font-size: 20px;
  color: var(--mainRed);
}
.cont {
	display: contents;
}