@charset "UTF-8";
@import url("//at.alicdn.com/t/font_1727854_u17qdx9uxwq.css");
@font-face {
  font-family: "Verdanab";
  src: url("../fonts/verdanab.woff2") format("woff2"), url("../fonts/verdanab.woff") format("woff"), url("../fonts/verdanab.ttf") format("truetype"), url("../fonts/verdanab.eot") format("embedded-opentype"), url("../fonts/verdanab.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dincond Black";
  src: url("../fonts/dincond-black.woff2") format("woff2"), url("../fonts/dincond-black.woff") format("woff"), url("../fonts/dincond-black.ttf") format("truetype"), url("../fonts/dincond-black.eot") format("embedded-opentype"), url("../fonts/dincond-black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.font-verdanab {
  font-family: "Verdanab";
}

.font-dincond-black {
  font-family: "Dincond Black";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

fieldset,
img {
  border: none;
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}
ul li,
ol li {
  list-style-type: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft Yahei", Arial, sans-serif;
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  margin: 0;
  font-size: 14px;
  /*去除阴影边框*/
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*点击高亮的颜色*/
}

input[type=text],
input[type=password],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}

input[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif;
  resize: none;
}

video,
audio {
  outline: medium;
}

body {
  font-family: "Microsoft Yahei", Arial, sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 14px;
}
/*#c30d23 主色系*/
span,
i,
b,
em,
small,
a {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  /*color: #1d2976;*/
  color: #c30d23;
  cursor: pointer;
  transition: color 160ms ease 0s, background-color 200ms ease 0s, border-color 160ms ease 0s, transform 500ms ease 0s;
}

.flex1{
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
    display: -moz-box; /* Firefox 17- */  
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ 
}

.clearfix {
  position: relative;
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.font_adjust {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

.font_scale8 {
  transform: scale(0.66);
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
}

.font_scale10 {
  transform: scale(0.83);
  -webkit-transform: scale(0.83);
  -moz-transform: scale(0.83);
}

.font_lc {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
}

.font_rc {
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
}

.font_up {
  text-transform: uppercase;
}

.tran200 {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.tran300 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.tran400 {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}

.tran500 {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.tran1000 {
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
}

.scaleimg:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.rotateY:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

/*图片覆盖*/
.img-fill {
  object-fit: fill;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.img-none {
  object-fit: none;
}

.img-scale-down {
  object-fit: scale-down;
}

.TXTovehid {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

.flexColumn {
  flex-direction: column;
}

.flex-grow {
  flex: 1;
}

.container-fluid {
  width: 100%;
  min-width: 1240px;
  margin: 0 auto;
}

.con_main,
.container {
  position: relative;
  margin: 0 auto;
  width: 1240px;
}
.con_main:after,
.container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  min-width: 1240px;
  min-height: 100vh;
  overflow-x: hidden;
}

.main-container {
  min-height: calc(100vh - 184px - 330px);
}

.header-warp {
  height: 144px;
  background-color: #fff;
}
.header-warp .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 144px;
}
.header-warp .login-icon {
  display: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  float: right;
}
.header-warp .login-top {
  margin-top: 5px;
}
.header-warp .login_name .login,
.header-warp .login_name .register {
  font-size: 12px;
  color: #fff;
}
.header-warp .login_name .login {
  color: #ffff00;
}
.header-warp .login_name .icon {
  vertical-align: middle;
  margin-right: 6px;
}
.header-warp .login_name .delimiter {
  font-size: 12px;
  color: #7679c2;
  padding: 0 4px;
}
.header-warp .shoucang {
  margin-right: 20px;
}
.header-warp .shoucang a {
  background: url(../images/shoucang_icon.png) no-repeat left center;
  padding-left: 20px;
  font-size: 12px;
  color: #ffff00;
}
.header-warp .city-tel {
  display: block;
}
.header-warp .city-icon {
  display: none;
  font-size: 20px;
  color: #fff;
  float: right;
}
.header-warp .toptel {
  background: url(../images/tel_icon.png) no-repeat left center;
  padding-left: 70px;
  text-align: justify;
  margin-left: 120px;
}
.header-warp .toptel i {
  display: block;
  line-height: 24px;
  font-size: 20px;
  color: #c30d23;
  font-style: normal;
}
.header-warp .toptel b {
  display: block;
  line-height: 36px;
  font-size: 26px;
  color: #c30d23;
  font-weight: bold;
}
.header-warp .topcity {
  margin: 36px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-warp .topcity .city_choice {
  position: relative;
  line-height: 24px;
  padding-right: 10px;
}
.header-warp .topcity .city_choice h3 a {
  font-size: 14px;
  color: #c30d23;
}
.header-warp .topcity .city_choice h3 a:hover {
  text-decoration: underline;
}
.header-warp .topcity .city_choice h3 a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #c30d23;
  border-bottom: 5px solid transparent;
  margin-left: 5px;
}
.header-warp .topcity .city_position {
  font-size: 14px;
  font-weight:bold;
  color: #c30d23;
  line-height: 24px;
  margin-right: 10px;
}
.header-warp .topcity .city_tel {
  font-size: 14px;
  color: #c30d23;
  line-height: 24px;
  font-family:"Verdanab";
}

/*2021-5-24 start*/
.header-warp .topcity #currcity p a{
    margin-left: 10px;
   font-size: 14px;
   color: #c30d23;
  line-height: 24px;
  font-family:"Verdanab";
}
/*2021-5-24 end*/

.header-warp .topcity .city_choice .city_sub {
  position: absolute;
  z-index: 20;
  display: none;
  left: 75px;
  top: 0;
  width: 200px;
  min-height: 200px;
  background: #fff;
  padding-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.header-warp .topcity .city_choice .city_sub h4 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px dashed #666;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.header-warp .topcity .city_choice .city_sub dl {
  width: 170px;
  margin: 0 auto;
}
.header-warp .topcity .city_choice .city_sub dl dt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.header-warp .topcity .city_choice .city_sub dl dt b {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  border-bottom: 1px solid #c30d23;
}
.header-warp .topcity .city_choice .city_sub dl dt b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #c30d23;
  border-right: 4px solid transparent;
}
.header-warp .topcity .city_choice .city_sub dl dd {
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-right: 14px;
}
.header-warp .topcity .city_choice .city_sub dl dd a:hover {
  color: #c30d23;
  text-decoration: underline;
}

/*2021.8.14 start*/
.code-icon{
    display:none;
    width:34px;
    height:34px;
}
.code-icon img{
    width:100%;
    height:100%;
}
.header-warp .topcity .code-body .code{
    margin-left:20px;
    float:left;
}
.header-warp .topcity .code-body .code .img{
    width:92px;
    height:92px;
    border:solid 1px #c30d23;
}
.header-warp .topcity .code-body .code .text{
    width:18px;
    height:92px;
    background:#c30d23;
    color:#fff;
    text-align:center;
    font-size:12px;
    line-height:14px;
    display:flex;
    align-items:center;
}
/*2021.8.14 end*/
.code-pop{
    background-color:rgba(0,0,0,0.6);
    padding:0 60px;
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    display:none;
    z-index:1000;
}
.code-pop .pop-box{
    width:100%;
    background:#fff;
    position:relative;
    padding:20px 0;
}
.code-pop .pop-box .close-pop{
    font-size:24px;
    position:absolute;
    right:10px;
    top:0px;
}
.code-pop .pop-box .code{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-bottom:20px;
}
.code-pop .pop-box .code img{
    width:100px;
    height:100px;
    margin-bottom:8px;
}
.headnav {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 40px;
  background-color: #c30d23;
}
.headnav .open-nav,
.headnav .close-nav {
  display: none;
}
.headnav .nav_mask {
  display: none;
}
.headnav .nav {
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.headnav .nav .nLi {
  float: left;
  position: relative;
  display: inline;
}
.headnav .nav .nLi h3 {
  float: left;
}
.headnav .nav .nLi h3 a {
  display: block;
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.headnav .nav .nLi.on h3 a {
  background-color: #de031d;
  color: #ffffff;
}
.headnav .nav .sub {
  display: none;
  width: 100%;
  left: 0;
  top: 40px;
  position: absolute;
  background-color: #c30d23;
  line-height: 40px;
  padding: 5px 0;
  overflow: hidden;
}
.headnav .nav .sub li {
  zoom: 1;
}
.headnav .nav .sub li a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.headnav .nav .sub li a:hover {
  background-color: #de031d;
  color: #ffff00;
}
.headnav .search-open {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}
.headnav .search-open:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.headnav .search-form {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  /*display: none;*/
  width: 230px;
  height: 36px;
  border-radius: 20px;
  background-color: #fff;
  background-color: #fff\9 ;
  box-sizing: border-box;
  font-size: 0;
  margin-top: 2px;
  overflow: hidden;
}
.headnav .search-form.form-pcshow {
  display: block;
}
.headnav .search-form .search-input {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
  height: 36px;
  line-height: 36px;
  width: 184px;
  font-size: 14px;
  /*color: #fff;
  color: #333 \9 ;*/
  padding: 0 5px 0 10px;
  box-sizing: border-box;
}
.headnav .search-form .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #c30d23;
  color: #333 \9 ;
  background: none;
  border: none;
  width: 46px;
  height: 36px;
  line-height: 36px;
  padding-right: 6px;
  text-align: center;
}
.headnav .search-form .iconfont:hover {
  background-color: #fff;
  color: #fff\9 ;
}

.footer_container {
  background-color: #c30d23;
  clear:both;
}
.footer_container .footer-content {
  padding: 40px 0;
  min-height: 270px;
}
.footer_container .footer-content .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_container .footer-content .footer-links .title {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.footer_container .footer-content .footer-links ul {
  margin-top: 10px;
}
.footer_container .footer-content .footer-links ul li {
  width: 95px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
}
.footer_container .footer-content .footer-links ul li a:hover {
  color: #ffff00;
}
.footer_container .footer-content .product-serve {
  width: 326px;
  border-right: 1px solid #ffffff;
  margin-right: 62px;
}
.footer_container .footer-content .product-serve ul > li {
  float: left;
}
.footer_container .footer-content .moving-house {
  margin-right: 60px;
}
.footer_container .footer-content .footer-qrcode .qrcode-item {
  width: 116px;
  float: left;
  margin-left: 30px;
}
.footer_container .footer-content .footer-qrcode .qrcode-item:first-child {
  margin-left: 0;
}
.footer_container .footer-content .footer-qrcode .qrcode-image {
  width: 116px;
  height: 116px;
}
.footer_container .footer-content .footer-qrcode .qrcode-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 10px;
}
.footer_container .footer-content .footer-placeholder {
  flex: 1;
}
.footer_container .footer-content .footer-hotline .title {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.footer_container .footer-content .footer-hotline .title .iconfont {
  font-size: 30px;
  color: #ffff00;
  vertical-align: middle;
  margin-right: 12px;
}
.footer_container .footer-content .footer-hotline .first-tel {
  font-size:28px;
  color: #ffff00;
  font-weight: bold;
  line-height: 40px;
}
.footer_container .footer-content .footer-hotline .secondary-tel {
  font-size: 14px;
  color: #ffff00;
  line-height:160%;
}
.footer_container .footer-bar {
  line-height: 54px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-fixed {
  display: none;
}

.nyContainer {
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
}
.nyContainer .nyleft {
  width: 240px;
  margin-right: 20px;
  flex-shrink: 0;
}
.nyContainer .nyOrder-center {
  width: 100%;
  border: 1px solid #d7e2e9;
}
.nyContainer .nyOrder-center .header {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background-image: linear-gradient(0deg, #eef3f6 0%, white 100%);
  font-size: 16px;
  color: #c30d23;
  font-weight: bold;
}
.nyContainer .nyOrder-center .header:before {
  content: "";
  width: 30px;
  height: 26px;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/inOrder-icon.png) no-repeat center center;
  margin-right: 6px;
}
.nyContainer .nyOrder-center .order-tool {
  padding: 9px;
}
.nyContainer .nyOrder-center .order-tool li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-top: 4px;
  text-align: center;
  background-color: #ff0;
  font-size: 14px;
  color: #c30d23;
  font-weight: bold;
}
.nyContainer .nyOrder-center .order-tool li:first-child {
  margin-top: 0;
}
.nyContainer .nyOrder-center .order-tool li a {
  display: block;
  width: 100%;
  height: 100%;
}
.nyContainer .nyOrder-center .order-tool li a:hover {
  background: #c30d23;
  color: #fff;
}
.nyContainer .nyOrder-center .customer-service .title,
.nyContainer .nyOrder-center .customer-reviews .title {
  width: 100%;
  line-height: 34px;
  border-color: #d7e2e9;
  background-image: -moz-linear-gradient(90deg, #eef3f6 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #eef3f6 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #eef3f6 0%, white 100%);
  border-top: 1px solid #d7e2e9;
  border-bottom: 1px solid #d7e2e9;
  padding: 0 20px;
  font-size: 14px;
  color: #c30d23;
  font-weight: bold;
}
.nyContainer .nyOrder-center .customer-service ul,
.nyContainer .nyOrder-center .customer-reviews ul {
  padding: 9px 20px;
}
.nyContainer .nyOrder-center .customer-service ul li,
.nyContainer .nyOrder-center .customer-reviews ul li {
  line-height: 32px;
  font-size: 14px;
  color: #333;
}
.nyContainer .nyOrder-center .customer-service ul li a:hover,
.nyContainer .nyOrder-center .customer-reviews ul li a:hover {
  color: #c30d23;
  font-weight: bold;
}
.nyContainer .nyOrder-center .customer-service ul li a:before,
.nyContainer .nyOrder-center .customer-reviews ul li a:before {
  content: "•";
  padding-right: 5px;
}
.nyContainer .nyright {
  flex: 1;
  flex-shrink: 0;
}
.nyContainer .nyright .nyContent {
  padding-top: 30px;
}
.nyContainer .bread-crumbs {
  line-height: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nyContainer .bread-crumbs .bread-crumbs-title {
  font-size: 16px;
  color: #c30d23;
  font-weight: bold;
}
.nyContainer .bread-crumbs .bread-crumbs-links {
  font-size: 12px;
  color: #666666;
}
.nyContainer .bread-crumbs .bread-crumbs-links .iconfont {
  font-size: 16px;
  color: #c30d23;
  vertical-align: middle;
}
.nyContainer .bread-crumbs a:hover,
.nyContainer .bread-crumbs i {
  color: #1d2976;
  font-style: normal;
}

.nybanner {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.calculator_bar {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #c30d23;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.calculator_bar .calculator-text {
  text-align:center;
}
.calculator_bar .calculator-btngroup {
  float: right;
}
.calculator_bar .calculator_btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffff14;
  border-radius: 5px;
  margin: 0 0 0 10px;
  font-size: 18px;
  color: #c30d23;
  font-weight: bold;
}

/*.scroll-nav {
  display: none;
}*/

.main-page {
  font-size: 0;
  text-align: left;
  margin-top: 30px;
}
.main-page.center {
  text-align: center;
}
.main-page a,
.main-page span,
.main-page .page-input,
.main-page .page-btn {
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  height: 32px;
  line-height: 30px;
  min-width: 32px;
  margin: 0 2px;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #1a1a1a;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  text-align: center;
}
.main-page .page-input {
  width: 32px;
  padding: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  text-align: center;
}
.main-page .page-btn {
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
}

.main-page a.page-num-current {
  color: #fff;
  background: #c30d23;
  border: 1px solid #c30d23;
}
.main-page .current,
.main-page a:hover,
.main-page .page-btn:hover {
  border-color: #c30d23;
  background-color: #c30d23;
  color: #fff;
}

/*新增的单页*/

@media screen and (max-width: 1300px){
    .headnav .nav .nLi h3 a{
        padding:0 28px;
    }
}

@media screen and (max-width: 1240px) {
  .con_main {
    width: 100%;
  }

  body {
    width: 100%;
    min-width: auto;
  }

  .con_main,
.container {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-fluid {
    min-width: 100%;
  }

  .main-container {
    min-height: calc(100vh - 184px - 280px);
  }

  .responsive-container .header-warp .toptel {
    margin-left: 30px;
  }
  .responsive-container .footer_container .footer-content {
    min-height: auto;
  }
  .responsive-container .footer_container .footer-content .container {
    justify-content: space-around;
  }
  .responsive-container .footer_container .footer-content .footer-links {
    display: none;
  }
  .responsive-container .footer_container .footer-content .footer-placeholder {
    display: none;
  }
  .responsive-container .footer_container .footer-content .footer-qrcode {
    text-align: center;
  }
  .responsive-container .footer_container .footer-content .footer-qrcode .qrcode-item {
    float: none;
    display: inline-block;
  }

  .nybanner {
    width: 100%;
    height: 0;
    padding: 25% 0 0 0;
  }
}
@media screen and (max-width:1120px){
  .code-icon{
    display:block;
    position: absolute;
    top: 48px;
    right: 320px;
  }
  .code-body{
      display:none;
  }
}
@media screen and (max-width: 992px) {
  .main-container {
    min-height: calc(100vh - 88px - 280px);
  }
  .code-icon{
    display:block;
    position: static;
    margin-right:20px;
  }

  .responsive-container .header_container {
    position: relative;
    //background-color: #c30d23;
    background-color: #ffffff;
    padding: 0 2%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .responsive-container .header_container .header-warp {
    flex: 1;
    height: 88px;
    width: auto;
    background: none;
  }
  .responsive-container .header_container .header-warp .login-icon {
    display: block;
    font-size: 40px;
    color: #c30d23;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: calc((88px - 50px) / 2);
    margin-right: 20px;
  }
  .responsive-container .header_container .header-warp .login-top {
    display: none;
  }
  .responsive-container .header_container .header-warp .logo {
    width: 50%;
    height: 88px;
    line-height: 88px;
  }
  .responsive-container .header_container .header-warp .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .responsive-container .header_container .header-warp .toptool {
    display: none;
  }
  .responsive-container .header_container .header-warp .toptool .weather {
    display: none;
  }
  .responsive-container .header_container .header-warp .city-tel {
    display: none;
  }
  .responsive-container .header_container .header-warp .city-icon {
    display: block;
    font-size: 30px;
    color: #c30d23;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: calc((88px - 50px) / 2);
    margin-right: 20px;
  }
  .responsive-container .header_container .header-warp .city-icon .iconfont {
    font-size: 40px;
    color: #c30d23;
    vertical-align: top;
  }
  .responsive-container .header_container .header-warp .city-icon span {
    vertical-align: top;
  }
  .responsive-container .header_container .headnav {
    position: relative;
    float: right;
    display: block;
    width: auto;
    height: 88px;
    background: none;
  }
  .responsive-container .header_container .headnav:before {
    display: none;
  }
  .responsive-container .header_container .headnav .open-nav,
.responsive-container .header_container .headnav .close-nav {
    font-size: 40px;
    color: #2e328c;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: calc((88px - 50px) / 2);
  }
  .responsive-container .header_container .headnav .open-nav {
    display: block;
  }
  .responsive-container .header_container .headnav .close-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #666;
  }
  .responsive-container .header_container .headnav .close-nav.show {
    display: block;
  }
  .responsive-container .header_container .headnav .nav_mask {
    position: fixed;
    z-index: 99;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .responsive-container .header_container .headnav .nav_mask.show {
    display: block;
  }
  .responsive-container .header_container .headnav .nav_content {
    position: fixed;
    z-index: 100;
    display: none;
    right: 0;
    top: 0;
    width: 80vw;
    height: 100vh;
    padding: 30px 3% 20px;
    box-sizing: border-box;
    background: #f8f8f8;
    overflow-y: auto;
  }
  .responsive-container .header_container .headnav .nav_content.show {
    display: block;
  }
  .responsive-container .header_container .headnav .nav {
    float: right;
    width: 100%;
    height: auto;
    line-height: inherit;
    margin-top: 20px;
  }
  .responsive-container .header_container .headnav .nav .nLi {
    width: 100%;
    margin-top: 8px;
  }
  .responsive-container .header_container .headnav .nav .nLi:first-child {
    margin-top: 0;
  }
  .responsive-container .header_container .headnav .nav .nLi h3 {
    float: none;
    width: 100%;
  }
  .responsive-container .header_container .headnav .nav .nLi h3 a {
    background-color: #fff;
    color: #333;
    padding: 16px 20px;
  }
  .responsive-container .header_container .headnav .nav .nLi h3 a:after {
    content: "";
    font-family: "iconfont";
    font-size: 20px;
    color: #666;
    float: right;
  }
  .responsive-container .header_container .headnav .nav .nLi .sub {
    display: none !important;
  }
  .responsive-container .header_container .headnav .search-open {
    display: none;
  }
  .responsive-container .header_container .headnav .search-form {
    position: relative;
    left: auto;
    right: auto;
    float: left;
    width: 100%;
    height: 60px;
    display: flex;
    border-radius: 0;
    background: none;
  }
  .responsive-container .header_container .headnav .search-form .search-input {
    flex: 1;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    color: #333;
  }
  .responsive-container .header_container .headnav .search-form .iconfont {
    width: 14%;
    height: 60px;
    line-height: 60px;
    padding-right: 0;
    font-size: 32px;

  }

  .nyContainer {
    padding-top: 30px;
    padding-bottom: 60px;
    display: block;
  }
  .nyContainer .nyleft {
    display: none;
    width: 100%;
    margin-right: 0;
  }
  .nyContainer .nyright {
    width: 100%;
    margin-top: 0;
  }

  .scroll-nav {
    /*display: block;*/
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-top: 6px solid #f2f2f2;
    border-bottom: 6px solid #f2f2f2;
  }
  .scroll-nav .swiper-slide {
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333;
  }
  .scroll-nav .swiper-slide.on {
    color: #c30d23;
  }
  .scroll-nav .swiper-slide.on::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #c30d23;
  }
  .scroll-nav .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
  }

  .calculator_bar {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: center;
    padding: 20px 0;
  }
  .calculator_bar .calculator-text {
    float: none;
  }
  .calculator_bar .calculator-btngroup {
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main-container {
    min-height: calc(100vh - 88px - 477px);
  }

  .responsive-container .header_container {
    position: relative;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .responsive-container .header_container .header-warp {
    height: 88px;
    float: left;
    width: auto;
    background: none;
  }
  .responsive-container .header_container .header-warp .logo {
    height: 88px;
    line-height: 88px;
  }
  .responsive-container .header_container .header-warp .toptool {
    display: none;
  }
  .responsive-container .header_container .header-warp .toptool .weather {
    display: none;
  }
  .responsive-container .header_container .headnav .nav .nLi h3 a {
    padding: 12px 20px;
    font-size: 16px;
  }
  .responsive-container .header_container .headnav .search-form {
    height: 46px;
  }
  .responsive-container .header_container .headnav .search-form .search-input {
    height: 46px;
    line-height: 46px;
  }
  .responsive-container .header_container .headnav .search-form .iconfont {
    height: 46px;
    line-height: 46px;
    width: 46px;
    
  }
  .responsive-container .footer_container .footer-content .container {
    flex-wrap: wrap;
  }
  .responsive-container .footer_container .footer-content .footer-qrcode,
.responsive-container .footer_container .footer-content .footer-hotline {
    width: 100%;
    text-align: center;
  }
  .responsive-container .footer_container .footer-content .footer-qrcode {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .code-icon{
      width:20px;
      height:20px;
  }
  .main-container {
    min-height: calc(100vh - 60px - 450px);
  }

  body {
    padding-bottom: 60px;
  }

  .responsive-container .header_container .header-warp {
    height: 60px;
  }
  .responsive-container .header_container .header-warp .logo {
    height: 60px;
    line-height: 60px;
  }
  .responsive-container .header_container .header-warp .city-icon {
    font-size: 16px;
    height: 40px;
    margin-top: calc((60px - 50px) / 2);
    margin-right: 10px;
  }
  .responsive-container .header_container .header-warp .city-icon .iconfont {
    font-size: 20px;
  }
  .responsive-container .header_container .header-warp .login-icon {
    font-size: 26px;
    width: 40px;
    height: 40px;
    margin-top: calc((60px - 50px) / 2);
    margin-right: 10px;
  }
  .responsive-container .header_container .headnav {
    height: 60px;
  }
  .responsive-container .header_container .headnav .open-nav,
.responsive-container .header_container .headnav .close-nav {
    font-size: 26px;
    width: 40px;
    height: 40px;
    margin-top: calc((60px - 50px) / 2);
    margin-right: 10px;
  }
  .responsive-container .footer_container .footer-content {
    padding: 20px 0;
  }
  .responsive-container .footer_container .footer-bar {
    line-height: 24px;
    padding: 10px;
  }
  .responsive-container .footer-fixed {
    position: fixed;
    display: block;
    z-index: 66;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #c30d23;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .responsive-container .footer-fixed ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .responsive-container .footer-fixed ul li {
    flex: 1;
    text-align: center;
  }
  .responsive-container .footer-fixed ul li a {
    display: block;
    padding: 4px 0;
    color: #ffff00;
  }
  .responsive-container .footer-fixed ul li .iconfont {
    display: block;
    font-size: 26px;
  }
   .responsive-container .footer-fixed ul li img {
    width:24px;
    height:24px;
  }
  .responsive-container .footer-fixed ul li .title {
    display: block;
    font-size: 15px;
    margin-top:4px;
  }

  .nyContainer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nyContainer .nyright .nyContent {
    padding-top: 20px;
  }
  .nyContainer .bread-crumbs {
    padding: 0 1%;
  }

  .main-page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .main-page a,
.main-page span,
.main-page .page-input,
.main-page .page-btn {
    display: none;
  }
  .main-page .page-prev,
.main-page .page-next,
.main-page .prev,
.main-page .next,
.main-page .currnum {
    display: inline-block;
    flex: 1;
    height: 50px;
    line-height: 50px;
  }
  .main-page .page-prev:hover,
.main-page .page-next:hover,
.main-page .prev:hover,
.main-page .next:hover,
.main-page .currnum:hover {
    line-height: 48px;
  }
  .main-page .page-total {
    display: inline-block;
    flex: 1;
    height: 50px;
    line-height: 50px;
  }
  .main-page .page-total:hover {
    line-height: 48px;
  }
  .main-page .currnum {
    width: 16%;
    padding: 0;
    text-align: center;
  }
}


.nyAside-case {
  width: 100%;
  border: 1px solid #d7e2e9;
  margin-top: 20px;
}
.nyAside-case .header {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.nyAside-case .header::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: #c30d23;
  vertical-align: middle;
  margin-right: 4px;
}
.nyAside-case .body {
  width: 100%;
  padding: 0 14px 14px;
}
.nyAside-case .body ul li {
  width: 100%;
  margin-bottom: 10px;
}
.nyAside-case .body ul li .pic {
  position: relative;
  width: 100%;
  height: 162px;
  padding: 10px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.nyAside-case .body ul li .pic img {
  width: 100%;
  height: 100%;
}
.nyAside-case .body ul li .title {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 6px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nyAside-news {
  width: 100%;
  border: 1px solid #d7e2e9;
  margin-top: 20px;
}
.nyAside-news .header {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.nyAside-news .header::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: #c30d23;
  vertical-align: middle;
  margin-right: 4px;
}
.nyAside-news .body {
  width: 100%;
  padding: 0 10px 14px;
}
.nyAside-news .body ul li {
  width: 99%;
  line-height: 28px;
  font-size: 13px;
  color: #444;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nyAside-news .body ul li a:hover { color:#c30d23}

.nyAside-news .body ul li .index {
  background-color: #ccc;
  font-size: 12px;
  color: #fff;
  line-height: 180%;
  margin: 0 5px 0 0;
  padding: 0 5px;
  border-radius: 2px;
}
.nyAside-news .body ul li:nth-child(1) .index, .nyAside-news .body ul li:nth-child(2) .index, .nyAside-news .body ul li:nth-child(3) .index {
  background-color: #c40000;
}


.top-bar {
    background-color: #dcdcdc;
    height: 30px;
    line-height: 30px;
}

.top-bar .top-link li {
    display: inline-block;
}

.top-bar .top-link li:before{
    content: '|';
    padding: 0 10px;
    font-size: 12px;
}
.top-bar .top-link li:first-child:before {
    display: none;
}

@media screen and (max-width: 992px) {
    .top-bar {
        display: none;
    }
}