﻿body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
}

p:focus,
span:focus,
a:focus,
div:focus {
  outline: none;
}

ol,
ul,
input,
button {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

body,
input,
textarea,
button {
  font-family: "PingFang SC", "microsoft yahei", -apple-system, "simsun", Arial, sans-serif;
  font-size: 14px;
  color: #091627;
  -webkit-font-smoothing: antialiased;
}

body {
  word-wrap: break-word;
}

a {
  color: #858D9C;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #0090FF;
}

a:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

input,
textarea,
button {
  border: none;
  background: none;
}
input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4,
h5,
h6,
p {
  font-size: inherit;
}

sup,
sub {
  font-size: 11px;
}

small {
  font-size: 11px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

img {
  vertical-align: top;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.hide-txt {
  text-indent: -9999em;
  overflow: hidden;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-15 {
  margin-right: 15px;
}

.f-14 {
  font-size: 14px;
}

.f-12 {
  font-size: 12px;
}

.f-w {
  font-weight: 700;
}

.f-13 {
  font-size: 13px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-28 {
  font-size: 28px;
}

.f-32 {
  font-size: 32px;
}

.f-38 {
  font-size: 38px;
}

.c-fff {
  color: #FFFFFF;
}

.c-92239 {
  color: #091627;
}

.c-133141 {
  color: #858d9c;
}

.c-23692 {
  color: #FF6900;
}

.text-center {
  text-align: center;
}

.text_over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-r {
  position: relative;
}

.fixed {
  position: fixed;
  top: 50px;
  z-index: 800;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.align-Center {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-end {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.justify-end {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-Between {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-Center {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block {
  display: block;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.hide {
  display: none;
}

.t-unline {
  text-decoration: underline;
}

.t-through {
  text-decoration: line-through;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c5d0;
  font-size: 14px;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c5d0;
  font-size: 14px;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c5d0;
  font-size: 14px;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #c0c5d0;
  font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input {
  -moz-appearance: textfield;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.dym-mall__location {
  line-height: 17px;
  background: #F5F5F5;
}
.dym-mall__location .locationBox {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.locationBox_login_wrap{
  display: flex;
  align-items: center;
}
.locationBox_login_wrap a,.locationBox_login_wrap span{
  font-size: 12px;
}
.dym-mall__location .dym-unlogin{
  display: flex;
}
.dym-mall__location .dym-unlogin li {
  margin-left: 15px;
  cursor: pointer;
}
.dym-mall__location .dym-unlogin li a {
  color: #091627;
}
.dym-mall__location .dym-unlogin li a:hover {
  color: #0090FF;
}
.dym-mall__location .dym-loginPerson {
  cursor: pointer;
  height: 100%;
}
.loginPerson_icon{
  display: flex;
  align-items: center;
  padding-left: 30px;
  height: 30px;
}
.dym-mall__location .dym-loginPerson img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 7px;
}
.dym-mall__location .dym-loginPerson:hover .dym-loginPerson_dropDown {
  display: block;
}
.dym-mall__location .dym-loginPerson_dropDown {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 30px;
  width: 136px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 500;
}
.tv_wrap{
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.tv_wrap img{
  width: 116px;
}
.dym-mall__location .dym-loginPerson_dropDown li a {
  display: block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.dym-mall__location .dym-loginPerson_dropDown li a:hover {
  background-color: #0090FF;
  color: #FFFFFF;
}
.dym-mall__location .dym-mall_dropDown--address {
  top: 32px;
}
.location_all{
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
}
.dym-mall__location .location {
  position: relative;
  font-size: 14px;
}
.dym-mall__location .location:hover span{
  color: #0090FF;
}
.dym-mall__location .icon-location {
  width: 12px;
  height: 15px;
  margin: 0 5px 0 0;
  /* background: url(../images/b1ff3ed59e0f4c00ab268a45f7e93069.gif); */
  background: url(../images/icon_location.png);
  background-size: contain;
}
.dym-mall__location .line-split {
  margin: 4px 22px 0;
}
.dym-mall__location .link:hover {
  color: #FF734F;
}
.dym-mall__location .icon-website{
  width: 12px;
  height: 12px;
  margin: 3px 5px 0 0;
  background: url(../images/20d9db7489114099b87b360c88cbf4d0.gif);
  background-size: contain;
}
 /* 头部中心部分 start */
 .logo_wrap_box{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 0;
 }
 
.dym-mall__logo {
    width: 262px;
}
.mall_logo_wrap{
  display: flex;
  align-items: flex-end;
}
.dym-mall__logo .h1_logo {
  width: 116px;
  height: 52px;
  background: url(../images/logo@3x.png);
  background-size: cover;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.h1_logo a{
  display: block;
  height: 100%;
}
.logo_tx{
  font-size: 16px;
  font-weight: bold;
  color: #3C8BF2;
  line-height: 22px;
  border-radius: 4px;
  border: 2px solid #3C8BF2;
  padding: 2px 10px;
  text-align: justify;
  margin-top: 8px;
  text-align-last:justify;
  cursor: pointer;
}
.dym-mall__slogan {
  margin-left: 17px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color:#0090FF;
}

.dym-search-wp {
  flex: 1;
}

.dym-search {
  /* width: 390px; */
  width: 440px;
  margin: auto;
}
.dym-search__bd {
  position: relative;
}

.dym-search__box {
  margin-right: 72px;
  padding: 8px;
  border: 2px solid #0090FF;
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.dym-search__box .icon-search {
  width: 16px;
  height: 16px;
  margin: 2px 8px 0 0;
  background: url(../images/0f0dd4ae3a2443a2a4880bd1a9c2ded1.gif);
  background-size: contain;
}

.dym-search__input {
  width: 80%;
  line-height: 20px;
}

.dym-search__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #0090FF;
    border-radius: 0px 6px 6px 0px;
}

.dym-search-recom {
  margin-top: 5px;
  line-height: 17px;
  color: #8B909D;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dym-search-recom .line-split {
  margin: 4px 10px 0;
}
.dym-search-recom__item {
  font-size: 12px;
  color: #8B909D;
}
.dym-search-recom__item:hover{
  color: #0090FF;
}
.swing_wrap{
  height: 18px;
}
	.swing {
		position: relative;
	}

	/* .swing img{
        width: 22px;
    height: 18px;
} */

	@keyframes move {

		0%,
		100% {
			-webkit-transform: rotate(-10deg);
		}

		15% {
			-webkit-transform: rotate(5deg);
		}

		30% {
			-webkit-transform: rotate(10deg);
			transform: translate3d(0, 2px, 0);
		}

		45% {
			-webkit-transform: rotate(15deg);
			/*贝塞尔曲线 ： X1 Y1 X2 Y2*/
			transform: translate3d(0, 0, 0);
			/*设置只在Z轴上移动*/
		}

		50% {
			-webkit-transform: rotate(20deg);
			transform: translate3d(0, -2px, 0);

		}

		65% {
			-webkit-transform: rotate(-5deg);
		}

		75% {
			-webkit-transform: rotate(-10deg);
		}

		90% {
			-webkit-transform: rotate(-15deg);
		}
	}
	.dym-mall__box .qrcode .tel img {
		width: 90px;
		height: 90px;
	}

	.dym-mall__box .qrcode .tel p {
		width: 113px;
		height: 19px;
		font-size: 15px;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		line-height: 19px;
		text-align: center;
	}

	.dym-mall__header .dym-mall__box .dym-mall__logo p .phonetop {
		width: 21px;
		height: 11px;
		position: absolute;
		top: 0px;
		left: 0px;
		animation: move infinite;
		-webkit-animation: move 0.5s 0s infinite linear;
		transform-origin: bottom;
		-webkit-transform-origin: bottom;
	}

	.dym-mall__header .dym-mall__box .dym-mall__logo p .phonebottom {
		width: 16px;
		height: 12px;
		position: absolute;
		top: 5px;
		left: 2px;
	}

	.dym-mall__header .dym-mall__box .dym-mall__logo p .swing_all_city {
		font-size: 15px;
		color: #FF0000;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		display: inline-block;
    margin-left: 28px;
    position: absolute;
    /* bottom: 0; */
	}

	.dym-mall__header .dym-mall__box .dym-mall__logo p:last-child {
		font-size: 18px;
		color: #FF0000 !important;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
	}

	.dym-mall__header .dym-mall__box .dym-mall__logo p:last-child a {
		color: #FF0000;
    white-space: nowrap;
	}
  .cctv_wrap{
    text-align: center;
  }
  .cctv_wrap img{
    width: 122px;
  }
  .cctv_wrap p{
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #0090FF;
    line-height: 18px;
    text-decoration: underline;
  }
  .cctv_wrap:hover p{
    color: #FF6900;
  }
	.dym-mall__header .dym-mall__box .dym_bannerprice {
		cursor: pointer;
    margin-left: 15px;
	}

	.dym-mall__header .dym-mall__box .dym_bannerprice img {
		/* width: 262px; */
		width: 234px;
		/* height: 97px; */
	}
 /* 头部中心部分 end */
 /* 在线客服模块 start */
	.right-fixed {
		position: fixed;
		left: 1%;
		top: 50%;
		transform: translateY(-60%);
		width: auto;
		z-index: 1009;
	}

	.right-fixed li.right-fixed-li {
		text-align: center;
		width: auto;
		overflow: hidden;
		clear: both;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-bottom: 1px solid #e6e6e6;
	}

	.right-fixed li.right-fixed-li i {
		width: 18px;
		height: 18px;
		line-height: 18px;
		text-align: center;
		display: inline-block;
		background: #BFBFBF;
		border-radius: 50%;
		font-size: 12px;
		color: #606266;
		text-indent: 0;
		margin-right: 6px;
	}

	.right-fixed li.is_hover a.li-hover i,
	.right-fixed li a.li-hover:hover i {
		background: #ffffff;
	}

	.right-fixed li.is_hover a {
		display: flex;
	}

	.right-fixed li:nth-child(1) a.li-hover {}


	.right-fixed li a.li-hover {
		color: #333333;
		background: #fff url(../images/kefuhdpi@3x.gif) no-repeat;
		width: 100%;
		display: block;
		padding: 4px 0px;
		text-indent: -20px;
		background-size: 30%;
		background-position: center right;
		transition: all .2s;
		-webkit-transition: all .2s;
	}

	.right-fixed li.is_hover a.li-hover {
		color: #fff;
		background: #FF8400 url(../images/kefuhdpih@3x.gif) no-repeat;
		background-size: 30%;
		background-position: center right;
	}

	.right-fixed li a.li-hover:hover {
		color: #fff;
		background: #FF8400 url(../images/kefuhdpih@3x.gif) no-repeat;
		background-size: 30%;
		background-position: center right;
	}



	.right-fixed .right-fixed-box ul {
		box-shadow: 0px 2px 5px 0px rgba(191, 191, 191, 0.5);
		width: 108px;
		overflow: hidden;
		background: #fff;
	}

	.right-fixed .right-fixed-box .right-fixed-cnt {
		background: url(../images/xf_kf_xy@3x.png) no-repeat;
		width: 90px;
		height: 126px;
		background-size: cover;
		position: relative;
		margin-bottom: -10px;
		z-index: -1;
	}

	.right-fixed .right-fixed-box .right-fixed-cnt-title {
		position: absolute;
		bottom: 10px;
		width: 78%;
		border-radius: 20px;
		margin: 0 10%;
		background: rgba(0, 0, 0, .5);
		color: #fff;
		font-size: 14px;
		padding: 2px;
		height: 20px;
		line-height: 20px;
		animation: animat 0.6s infinite;
	}

	.right-fixed-list {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

	.right-fixed .right-fixed-box .right-fixed-cnt-title span {
		display: inline-block;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background: #FF0000;
		text-align: center;
		margin-right: 12px;
	}

	@keyframes ripple {
		0% {
			transform: scale(.95);
		}

		50% {
			transform: scale(1);
		}

		100% {
			transform: scale(.95);
		}
	}

	.right-fixed li img.top-img {
		width: 40px;
		margin: 0 auto;
		display: block;
		padding: 0 0px;
		cursor: pointer;
	}
  .top-img_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
  }
	.right-fixed li.fixed-top {
		height: 0px;
		transition: all .2s;
		-webkit-transition: all .2s;
		cursor: pointer;
		background: #fff;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
  .right-fixed li.fixed-top p{
    font-size: 14px;
    color: #303133;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
  }
  .right-fixed li.fixed-top img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .right-fixed li.fixed-top:hover p{
    color:#0090FF;
  }
	.right-fixed li.tel-li {
		color: #fff;
		background: #0090FF;
		transition: all .2s;
		-webkit-transition: all .2s;
		padding: 8px 0;
		border: none;
	}

	.right-fixed li.tel-li .telTit {
		font-size: 12px;
	}

	.right-fixed li.tel-li .telInfo {
		color: #FFEE87;
		font-size: 16px;
		margin-top: 4px;
		font-weight: bold;
	}

	.right-fixed .right-absolute {
		position: absolute;
		background-color: #fff;
		height: 63px;
		width: 155px;
		padding: 10px 12px 0;
		box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 0.5);
		left: -182px;
		text-align: left;
	}

	.right-fixed .right-fixed-absolute1 {
		top: 0;
	}

	.right-fixed .right-fixed-absolute2 {
		top: 63px;
	}
	.index-hot {
		background: url(../images/9a3fec792a8a4a58a6523fcda28d0e81.gif);
		width: 33px;
		height: 13px;
		background-size: cover;
		display: inline-block;
	}
	.dym-nav__item:first-child {
		background-size: 100%;
    border-radius: 4px 4px 0 0;
	}
  .dym-mall__nav.fixed_nav .dym-nav__item{
    height: 50px;
    line-height: 50px;
  }
	.dym-mall__server {
		position: fixed;
		width: 140px;
		background: linear-gradient(180deg, #F68655 0%, #F53E2A 100%);
		border-radius: 8px 8px 0px 0px;
		bottom: 0;
		left: 50%;
		margin-left: 615px;
		z-index: 9999;
		cursor: pointer;
		text-align: center;
		padding: 14px 0 16px;
		box-sizing: border-box;
		font-size: 20px;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
	}

	@keyframes server {
		0% {
			transform: scale(.9);
		}

		50% {
			transform: scale(1);
		}

		100% {
			transform: scale(.9);
		}
	}

	.dym-mall__server img {
		width: 24px;
		vertical-align: middle;
		/* animation: server 0.4s infinite; */
	}

	.dym-mall__server span {
		color: #fff;
		margin-left: 8px;
	}

	.dym-mall__server button {
		width: 118px;
		height: 36px;
		line-height: 36px;
		font-size: 20px;
		background: #FFFFFF;
		border-radius: 22px;
		color: #F53E2A;
		margin-top: 15px;
		animation: animat 0.4s infinite;
	}

  /* 在线客服模块二 */
.dym-mall__server_two{
  	position: fixed;
		width: 312px;
    height: 45px;
		background: url(../images/bg_serve.png) no-repeat center;
    background-size: cover;
		bottom: 0;
		right: 0;
		/* margin-left: 615px; */
		z-index: 9999;
		cursor: pointer;
		box-sizing: border-box;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    padding: 10px 16px;
}
.dym-mall__server_two:hover{
  opacity: 0.9;
}
.dym-mall__server_two .server_wrap img{
  width: 25px;
  height: 23px;
}
.dym-mall__server_two .server_wrap span{
  margin-left: 10px;
  font-size: 16px;
}
.dym-mall__server_two .icon_copy{
  width: 22px;
  height: 22px;
}
	/* 在线客服模块 end */

.dym-customer-service-wp {
  position: absolute;
  top: 20px;
  right: 0;
  width: auto;
}
.dym-customer-service-wp:hover .icon-tel img {
  animation: telRot 300ms linear infinite alternate;
}
.dym-customer-service-wp .icon-tel {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #0090FF;
  border-radius: 50%;
  position: relative;
  left: -10px;
  top: 0;
}
.dym-customer-service-wp .icon-tel img {
  width: 18px;
  height: 18px;
}

@keyframes telRot {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(45deg);
  }
}
.dym-customer-service {
    width: 100%;
}
.dym-customer-service .tel {
  line-height: 22px;
  color: #0090FF;
  font-size: 18px;
  width: 155px;
}
.dym-customer-service .tel p{
  font-size: 14px;
}
.dym-customer-service .service-time {
  line-height: 17px;
  margin-top: 3px;
  color: #8B909D;
  font-size: 12px;
}
.dym-mall__nav.fixed_nav{
  width: 100%;
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 1010;
  /* border-bottom: 1px solid #E4E7ED; */
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.dym-mall__nav.fixed_nav .dym-mall_box--left{
  top: 50px;
}
.dym-nav {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dym-nav__item {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #091627;
  position: relative;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  flex: 1;
  
}
.dym-nav__item h2{
  font-size: 14px;
}
.dym-nav__item h2.nav-title{
  font-size: 16px;
}
.dym-nav__item.is-active {
  /* font-weight: 700; */
  color: #0090FF;
}
.dym-nav__item.is-active h2{
  font-weight: bold;
}
.dym-nav__item.is-active:first-child {
  font-weight: normal;
  color: #fff;
}
.dym-nav__item:hover {
  color: #0090FF;
}
.dym-nav__item:hover:first-child {
  font-weight: normal;
  color: #fff;
}
.dym-nav__item:first-child {
  width: 262px;
  min-width: 262px;
  padding: 0;
  /* margin-top: -11px; */
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  background: url(../images/btn-bg.png);
  background-size: contain;
}
.dym-nav__item.is-hot:after {
  /* position: absolute;
  width: 33px;
  height: 13px;
  background: url(../images/9a3fec792a8a4a58a6523fcda28d0e81.gif);
  content: "";
  right: -14px;
  top: 6px;
  margin: 0px;
  background-size: cover; */
}

.dym-mall__hd {
  background-color: #FFFFFF;
}

.dym-mall_box--hoverRight {
  width: 884px;
  background-color: #FFFFFF;
  height: 516px;
  border-top: 2px solid #EAEEF5;
  padding: 22px 27px;
  position: absolute;
  top: 0;
  left: 262px;
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.04);
  border-radius: 0 4px 4px 0;

}
.dym-mall_box--hoverRight .dym-mall_product--left ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 500px;
}
.dym-mall_box--hoverRight .dym-mall_product--left ul li {
  width: 209px;
  margin: 12px 0;
  color: #858D9C;
}
.dym-mall_box--hoverRight .dym-mall_product--left ul li:hover {
  color: #0090FF;
}
.dym-mall_box--hoverRight .dym-mall_product--img {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.dym-mall_box--hoverRight .dym-mall_product--img img {
  width: 254px;
  height: 133px;
  margin-bottom: 15px;
}

.select.dym-nav__list {
  border-right: 2px solid #ffffff!important;
}
.select.dym-nav__list .dym-nav__listBox .dym-nav__listInfo {
  color: #0090FF;
}
.select.dym-nav__list .dym-nav__listBox .iconHoverAfter {
  display: block;
}
.select.dym-nav__list .dym-nav__listBox .iconHover {
  display: none;
}

.dym-nav__list {
  padding: 0 13px;
  border-right: 2px solid #EAEEF5;
  border-bottom: 2px solid #EAEEF5;
}
.dym-nav__list .dym-nav__listBox {
  padding: 21px 0;
}
.dym-nav__list .dym-nav__listBox .dym-nav__listInfo {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.dym-nav__list .dym-nav__listBox .icon-gsgs {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.dym-nav__list .dym-nav__listBox .iconHoverAfter {
  display: none;
}
.dym-nav__list .dym-nav__listBox .iconHover {
  display: block;
}
.dym-nav__list .dym-nav__listBox .dym-nav__list--text {
  padding-left: 38px;
  color: #858D9C;
  display: block;
  height: 12px;
}

.dym-mall_box--left {
  width: 262px;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #FFFFFF;
  z-index: 1008;
  line-height: 1;
  text-align: left;
  color: #091627;
  border-radius: 0 0 4px 4px;
}
.media_mall__hb .dym-nav__list:last-child{
  border-radius: 0 0 4px 4px;
}
.icon-arrow-right {
  width: 6.18px;
  height: 11.1px;
}

.dym-mall__nav .indexClassify {
  position: relative;
}

.dym-mall__ft {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  /* color: rgba(255, 255, 255, 0.6); */
  background: #FFFFFF;
}
.dym-links {
  position: relative;
  /* padding-bottom: 20px; */
  padding-top: 20px;
  overflow: hidden;
  display: flex;
}
.dym-links__item {
  /* width: 104px; */
  flex: 1;
}
.dym-links__item.moreItem{
  min-width: 180px;
  flex: 1.5;
}

.dym-links__item:first-child:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 238px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 90%;
}
.dym-links__item h2{
  font-size: 14px;
}
.dym-links .dym-wechat-code {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  margin-top: 10px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.dym-wechat-code img{
  width: 100%;
  /* height: 100%; */
}
.dym-wechat-code.ml30{
  margin-left: 30px;
}
/* .dym-links .dym-wechat-code > img {
  width: 100px;
  height: 100px;
  object-fit: contain;
} */

.dym-link__title {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 16px;
}

.dym-link__subtitle {
  display: block;
  margin: 10px 0 15px;
  font-size: 22px;
  line-height: 33px;
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.dym-link__subtitle img {
  width: 18px;
  height: 18px;
  /* margin-top: 7px; */
  margin-right: 15px;
}
.time_work{
  font-size: 14px;
  /* color: #FFFFFF; */
  /* margin-top: 37px; */
  line-height: 28px;
}
.time_work p{
  color: #FF0000;
}
.dym-link__item {
  display: block;
  line-height: 30px;
  color: #666666;
}

.dym-friend-links {
  padding: 0 0 10px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  text-align: center;
  margin-top: 60px;
}
.dym-friend-links__item {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  border-right: 1px solid #DCDFE6;
}
.dym-friend-links__item:hover{
  color: #0090FF;
}
.dym-friend-links__item:first-child {
  border-right:none;
}
.dym-friend-links__item:last-child {
  border-right:none;
}
.dym-mall__copyright{
  text-align: center;
}
body {
  /* background: #EAEEF5; */
  background: #F4F4F4;
  height: auto;
}

.dym-mall__box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.line-split {
  display: inline-block;
  width: 1px;
  height: 10px;
  vertical-align: top;
  background: #C0C5D0;
}

.icon {
  display: inline-block;
  vertical-align: top;
}

.dym-link-fixed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dym-mall__banner-img {
  width: 100%;
  height: 405px;
  background: #000;
}
.dym-mall__banner-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dym-module__hd {
  text-align: center;
  overflow: hidden;
}

.dym-module__title {
  padding: 55px 0 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.dym-module__des {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(9, 22, 39, 0.6);
}

.dym-module--bgw {
  background: #fff;
}

.dym-figure__img {
  overflow: hidden;
}
.dym-figure__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-btn--unborder {
  font-size: 14px;
  color: #8b909d;
  text-decoration: underline;
  margin-top: 26px;
}
.link-btn--unborder:hover {
  color: #FF6900;
  
}

.link-btn {
  display: block;
  margin-top: 20px;
  line-height: 40px;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid #FF6900;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: linear-gradient(312deg, #FF734F 0%, #FF6900 100%);
}
.link-btn.link-btn--primary:hover {
  color: #ffbaa8;
}
.link-btn.link-btn--primary, .link-btn:hover {
  color: #fff;
  background-image: linear-gradient(312deg, #ff734f 0%, #FF6900 100%);
  opacity: 1;
  border:1px solid transparent;
}
.link-btn.link-btn--primary .icon-link, .link-btn:hover .icon-link {
  background: url(../images/icon-ljgm-bswxz@3x.png) no-repeat center;
  background-size: contain;
  animation: iconLink 300ms linear alternate;
}
.link-btn .icon-link {
  display: inline-block;
  width: 17px;
  height: 17px;
  transform: translateY(0);
  margin-left: 5px;
  background: url(../images/icon-ljgm-bswxz@3x.png) no-repeat center;
  background-size: contain;
  /* background: url(../images/e82696e1b9874f04baff0660e02d7600.gif) no-repeat center; */
  /* background: url(../images/f904bb8105984717a8cdb35078631eae.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
}

@keyframes iconLink {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translate(70%);
  }
  100% {
    transform: translate(0%);
  }
}
.dym-tabs__pane {
  display: none;
}
.dym-tabs__pane.is-active {
  display: block;
}

.dym-tabs__item {
  font-size: 16px;
}

.dym-tabs--left {
  overflow: hidden;
}
.dym-tabs--left .dym-tabs__nav {
  float: left;
}

.dym-mall__all {
  width: 100%;
}

.checkBox .checkBox_inner {
  float: left;
  margin-right: 20px;
}
.checkBox .checkBox_inner img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.checkBox .checkBox_inner span {
  color: #858d9c;
}
.checkBox a {
  color: #FF6900;
}

.dropDown::-webkit-scrollbar {
  display: none;
}

.dym-mall_dropDown--address {
  width: 360px;
  overflow-y: scroll;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #FFFFFF;
  z-index: 999;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 12px;
  color: #858d9c;
  box-shadow: 0px 0px 6px 0px #d3d7e1;
}
.dym-mall_box--rightShow .dym-mall_dropDown--address{
  top: 44px;
}
.dym-mall_dropDown--address .currentCity {
  padding:  0 0 10px;
  border-bottom: 1px solid #DCDFE6;
  margin: 0 22px 10px;
}
.dym-mall_dropDown--address .currentCity p {
  color: #FF6900;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
}
.dym-mall_dropDown--address .currentChoice.currentCity {
  /* border-bottom: 0; */
}
.dym-mall_dropDown--address ul {
  /* padding-top: 10px; */
}
.dym-mall_dropDown--address ul li {
  width: 70px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  /* margin: 5px; */
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.dym-mall_dropDown--address ul li:hover {
  color: #FF6900;
}

.dym-mall_dropDown {
  width: 250px;
  max-height: 276px;
  overflow-y: scroll;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #FFFFFF;
  z-index: 500;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #858d9c;
  box-shadow: 0px 0px 6px 0px #d3d7e1;
  text-align: center;
}
.dym-mall_dropDown .dym-mall_dropDown--title {
  height: 42px;
  line-height: 42px;
  color: #FF6900;
}
.dym-mall_dropDown ul li {
  height: 34x;
  line-height: 34px;
  border-bottom: 1px solid #eaeef5;
}
.dym-mall_dropDown ul li:last-child{
  border-bottom: none;
}
.dym-mall_dropDown ul li.acc{
  color: #0090FF;
}
.dym-mall_dropDown ul li:hover {
  color: #0090FF;
  cursor: pointer;
}
#layPage {
  padding: 30px 0;
}

.dym-module_footer {
  background-color: #373D42;
  height: 259px;
  box-sizing: border-box;
  padding: 47px 0;
}
.dym-module_footer ul li {
  width: 200px;
  float: left;
  text-align: center;
}
.dym-module_footer ul li img {
  width: 96px;
  height: 96px;
}

.dym-layerMask {
  width: 464px;
}
.dym-layerMask .dym-layerMask_hd {
  background: url(../images/sy_hmtc_bjt@2x1.png) no-repeat center;
  height: 108px;
  padding-top: 22px;
  box-sizing: border-box;
  text-align: center;
  color: #FFFFFF;
}
.dym-layerMask .dym-layerMask_bd {
  padding: 30px 60px;
}
.dym-layerMask .dym-layerMask_bd .input-box {
  height: 40px;
  margin-bottom: 20px;
}
.dym-layerMask .dym-layerMask_bd .input-box > div {
  width: 253px;
}
.dym-layerMask .dym-layerMask_bd .input-box h3 {
  width: 75px;
  padding: 13px 0;
  margin-right: 10px;
}
.dym-layerMask .dym-layerMask_bd .input-box input {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #c0c5d0;
  box-sizing: border-box;
}
.dym-layerMask .dym-layerMask_bd .input-box .codeBox {
  border: 1px solid #c0c5d0;
  box-sizing: border-box;
}
.dym-layerMask .dym-layerMask_bd .input-box .codeBox input {
  border: none;
}
.dym-layerMask .dym-layerMask_bd .input-box .imgCodeInput, .dym-layerMask .dym-layerMask_bd .input-box .codeInput {
  width: 60%;
}
.dym-layerMask .dym-layerMask_bd .sendCode {
  width: 40%;
  color: #FF6900;
  line-height: 40px;
  text-align: center;
}
.dym-layerMask .dym-layerMask_bd .imgCode {
  width: 40%;
}
.dym-layerMask .dym-layerMask_bd .errorInfo {
  top: 46px;
}
.dym-layerMask .dym-layerMask_bd .dym-layerMask_right {
  text-align: center;
  font-size: 14px;
  color: #091627;
}
.dym-layerMask .dym-layerMask_bd .dym-layerMask_right img {
  width: 72px;
  height: 72px;
  margin-bottom: 27px;
}

.errorInfo {
  position: absolute;
  left: 0;
  top: 60px;
  color: #ec4b37;
  font-size: 12px;
  display: none;
}

.dym-side_fiexd {
  position: fixed;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  background-color: #FFFFFF;
  color: #858d9c;
}
.dym-side_fiexd ul {
  width: 81px;
}
.dym-side_fiexd ul li {
  height: 54px;
  border-bottom: 1px solid #eaeef5;
  box-sizing: border-box;
}
.dym-side_fiexd ul li:last-child {
  border-bottom: none;
}
.dym-side_fiexd ul .QR {
  height: 81px;
}
.dym-side_fiexd ul .QR img {
  width: 100%;
  height: 100%;
}
.dym-side_fiexd ul .dym-side_top {
  position: relative;
}
.dym-side_fiexd ul .dym-side_top img {
  width: 40px;
  height: 29px;
}
.dym-side_fiexd ul .dym-side_top p {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0090FF;
  color: #FFFFFF;
}
.dym-side_fiexd ul .dym-tel, .dym-side_fiexd ul .dym-side_service {
  display: none;
  position: absolute;
  left: -221px;
  top: 0;
  width: 212px;
  height: 82px;
  background-color: #FFFFFF;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(191, 191, 191, 0.5);
  color: #858d9c;
  line-height: 1.5;
}
.dym-side_fiexd ul .dym-tel_box:hover, .dym-side_fiexd ul .dym-side_service--box:hover {
  background-color: #0090FF;
  color: #FFFFFF;
}
.dym-side_fiexd ul .dym-tel_box:hover .dym-tel {
  display: block;
}
.dym-side_fiexd ul .dym-side_service--box:hover .dym-side_service {
  display: block;
}
.dym-side_fiexd ul .dym-side_top:hover p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.bottomArrow {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
/* 工商内容 start*/
.dym-service {
  position: relative;
  margin-bottom: 15px;
}
.is-hot-icon:before {
  position: absolute;
  top: -8px;
  left: -11px;
  width: 69px;
  height: 64px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.dym-service__type {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  padding: 39px 64px 0 32px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}
.dym-service__type--gsgs {
  background: #065df9 url(../images/sy_lb_gsgs@2x.png) no-repeat center;
  background-size: cover;
}

.dym-service__type--csfw {
  background: #e13a4c url(../images/sy_lb_csfw@2x.png) no-repeat center;
  background-size: cover;
}

.dym-service__type--zscq {
  background: #17bef6 url(../images/sy-lb-zscq@3x.png) no-repeat center;
  background-size: cover;
}

.dym-service__type--sbzc {
  background: #ff6f4a url(../images/sbzc_sbzc@2x.png) no-repeat center;
  background-size: cover;
}

.dym-service__type--sbbg {
  background: #00a193 url(../images/sbzc_sbbg@2x.png) no-repeat center;
  background-size: cover;
}

.dym-service__type--zlzc {
  background: #6653ff url(../images/sbzc_zlzc@2x.png) no-repeat center;
  background-size: cover;
}

.dym-service__type .title {
  font-size: 20px;
  line-height: 25px;
}
.dym-service__type .des {
  margin-top: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.article_main.nopadTop{
  padding: 0 0 30px 0;
}
.dym-service__list {
  /* margin-left: 300px; */
  background: #fff;
  /* overflow: hidden; */
  /*display: flex;*/
  margin-top: 30px;
  border-radius: 4px;
  width:1200px;

}
.dym-service__list li.dym-service__item:hover{
  box-shadow: 0px 2px 6px 0px rgba(204, 204, 204, 0.5);
}
.dym-service__item {
  width:200px;
  /* height: 250px; */
  padding: 20px 10px;
  line-height: 20px;
  border-right: 1px solid #EAEEF5;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  float: left;
}
.dym-service__list .dym-service__item:last-child{
  border-right: none;
}
.dym-service__item.is-hot .title:after {
  display: inline-block;
  width: 33px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.dym-service__item .title {
  color: #1A2846;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
  font-weight: bold;
}
.dym-service__item .des {
  margin-top: 6px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
  color: #858D9C;
}
.dym-service__item .list {
  /* height: 74px; */
}
.dym-service__item .item {
  display: block;
  color: #858D9C;
}
.dym-service__item .item + .item {
  margin-top: 5px;
}
.dym-service__item .item:before {
  float: left;
  width: 18px;
  height: 11px;
  margin: 5px 8px 0 0;
  background: url(../images/icon_lb_duigou@2x.png) no-repeat center;
  /* background: url(../images/fd5969f7135d4f73ad9936f6f6f52804.gif); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.index_db_btn{
    height: 35px;
    line-height: 35px;
    border: 1px solid #0090FF;
    width: 100%;
    margin-top: 25px;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.index_db_btn:hover{
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1); */
    opacity: 0.9;
}
.index_db_btn:active,.index_db_btn:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
/* 工商内容 end*/
.dym-module--fwbz {
  background-size: cover;
}

.dym-mall__banner .dym-mall__box {
  /* height: 566px; */
  margin-bottom: 30px;
}

.dym-mall_box--right {
  position: relative;
  width: 928px;
}
.dym-mall_box--right .dym-mall_box--rightBanner {
  width: 100%;
  height: 266px;
  margin-bottom: 10px;
}
.dym-mall_box--right .dym-mall_box--rightBanner img {
  width: 100%;
  height: 100%;
  cursor:pointer;
}
.dym-mall_box--right .dym-mall_box--rightRegister {
  width: 100%;
  height: 109px;
  background: url(../images/sy_jsyy_bj@2x.png) no-repeat center;
  padding: 13px 25px 17px;
  box-sizing: border-box;
  border-radius: 4px;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightTab {
  display: flex;
  align-items: center;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightTab .dym-mall_box--tab {
  color: rgba(9, 22, 39, 0.6);
  margin-right: 20px;
  cursor: pointer;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightTab .dym-mall_box--tab.select {
  color: #384C6B;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  background-color: #FFFFFF;
  position: relative;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 44px;
  align-items: center;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox .selectBusiness-select {
  width: 250px;
  min-width: 250px;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox .selectBusiness-select img:nth-child(1) {
  width: 16px;
  height: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox .selectBusiness-select img.more_icon_select {
  width: 11px;
  height: 6px;
  margin-right: 10px;
}
/* 首页二维码按钮内容 start*/
.dym_mall_sale_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #ffffff;
  margin-top: 10px;
  border-radius: 4px;
}
.dym_mall_sale_item{
  flex: 1;
  padding: 17px 0;
  position: relative;
  border-radius: 4px;
}
.dym_mall_sale_item:last-child{
  cursor: pointer;
}
.dym_mall_sale_list .dym_mall_sale_item > img{
  width: 48px;
  height: 48px;
}
.dym_mall_sale_list h2{
  color: #1B2948;
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 8px;
  font-size: 14px;
  /* font-weight: bold; */
}
.dym_mall_sale_list .dym_mall_sale_item > p{
  font-size: 12px;
  color: #858D9C;
  line-height: 17px;
  white-space: nowrap;
}
.dym_mall_sale_item:hover{
  background: #F6FAFD;
}
.dym_mall_sale_item:hover h2{
  color: #0090FF;
}
.dym_mall_sale_item_alert_wrap{
  display: none;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: -169px;
  z-index: 501;
}
.dym_mall_sale_item_alert{
  width: 159px;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.14);
  background: #ffffff;
}
.dym_mall_sale_item_alert_wrap::after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0;
    top: 28px;
    right: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    content: '';
    z-index: 101;
}
.dym_mall_sale_item_alert img{
  width: 100%;
}
.dym_mall_sale_item_alert p{
  line-height: 23px;
  height: 23px;
  font-size: 11px;
  color: #5C6068;
}
.dym_mall_sale_item:hover .dym_mall_sale_item_alert_wrap{
  display: block;
}

/* 首页二维码按钮内容 end*/
.selectBusiness-select{
  display: flex;
  align-items: center;
  border: 1px solid #DCDFE6;
  margin-right: 10px;
  height: 44px;
  line-height: 44px;
}
.selectBusiness-select span{
  flex: 1;
  color: #303133;
}
.dym-mall_box--inputBox .from_location_address{
  margin-right: 10px;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox .inputWrap{
  flex: 2;
  position: relative;
  margin-right: 10px;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox input {
  flex: 1;
  border: 1px solid #DCDFE6;
  margin-right: 10px;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox .inputWrap img{
    position: absolute;
    width: 18px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox .selectBusiness-select:hover,.dym-mall_box--inputBox .from_location_address:hover,.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox input:focus{
  border: 1px solid #0090FF;
}
.dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox .order_btn {
  width: 150px;
  min-width: 150px;
  height: 44px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 44px;
  background: #FF6900;
  text-align: center;
  border-radius: 4px;
}

.dym-mall_box--rightShow {
  margin-top: 10px;
}

.dym-module__bd .dym-module__bd--tab {
  border-bottom: 1px solid #8B909D;
  margin-top: 30px;
  display: flex;
}
.dym-module__bd .dym-module__bd--tab li {
  padding-bottom: 14px;
  text-align: center;
  font-weight: bold;
  position: relative;
  flex: 1;
  box-sizing: border-box;
  cursor: pointer;
}
.dym-module__bd .dym-module__bd--tab li h2{
  font-size: 14px;
}
.dym-module__bd .dym-module__bd--tab .select {
  border-bottom: 5px solid #FF6900;
  color: #FF6900;
  margin-bottom: -1px;
}
.dym-module__bd .dym-module__bd--textLeft {
  width: 18%;
  float: left;
  box-sizing: border-box;
}
.dym-module__bd .dym-module__bd--textLeft h2 {
  font-size: 60px;
  font-weight: 600;
  width: 120px;
  line-height: 60px;
}
.dym-module__bd .dym-module__bd--textLeft p {
  box-sizing: border-box;
  width: 165px;
  height: 28px;
  padding: 5px 0 5px 3px;
  background-image: url(../images/icon_sy_fwbz@2x.png);
  background-size: 165px 28px;
  color: #FFFFFF;
  font-size: 14px;
}
.dym-module__bd .dym-module__bd--textLeft span {
  display: block;
  font-size: 14px;
}
.dym-module__bd .dym-module__bd--textLeft span img {
  width: 37px;
  height: 37px;
  float: left;
}
.dym-module__bd .dym-module__bd--textLeft span i {
  float: left;
  display: block;
  box-sizing: border-box;
  height: 37px;
  padding: 11px 0 11px 11px;
}
.dym-module__bd .dym-module__bd--tabText {
  margin-top: 30px;
}
.dym-module__bd .dym-module__bd--textRight {
  width: 82%;
  float: right;
  box-sizing: border-box;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulTd {
  width: 100%;
  /* height: 300px; */
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulTd li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  margin-left: 10px;
  background-color: #FFFFFF;
  height: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulTd li:first-child{
  margin-left: 0;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulTd li .dym-module__bd--textHd {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulTd li .dym-module__bd--textHd span {
  display: block;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--textBd {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 20px;
  text-align: left;
  border-radius: 10px;
  /* border: 1px solid #C0C5D0; */
  font-size: 12px;
  color: #8B909D;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulFd {
  width: 100%;
  margin-top: 10px;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulTd .dym-module__bd--textBd{
  white-space: nowrap;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulFd li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  height: 144px;
  background-color: #FFFFFF;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  cursor: pointer;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulFd li:first-child{
  margin-left: 0px;
}
.dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulFd li p {
  float: left;
  flex: 1;
}
.dym-module__bd .dym-module__bd--textRight .Focus {
  color: #FF6900;
}
.dym-module__bd .dym-module__bd--textRight img {
  width: 100px;
  height: 100px;
  float: right;
  margin-left: 10px;
}

.dym-module--bgw ul.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* width: 100%; */
}
.dym-module--bgw ul.clearfix li {
  width: 24%;
  /* height: 279px; */
  margin: 0 0 10px 0;
  float: left;
}
.dym-module--bgw ul li:nth-child(4n+4) {
  /* margin: 0 0 10px 0; */
}
.dym-module--bgw ul li img {
  width: 100%;
  height: 100%;
}

.dym-module--cpt {
  background-image: url(../images/sy-hzhb-bj@3x.png);
  background-size: cover;
  min-width: 100%;
  /* height: 849px; */
  background-repeat: no-repeat;
  background-position: center center;
}
.dym-module--cpt .dym-module_cpt--box {
  box-sizing: border-box;
  padding: 55px 0 65px 0;
}
.dym-module--cpt .dym-module_cpt--box h2 {
  font-size: 24px;
  color: #FFFFFF;
  padding-bottom: 10px;
  border-bottom: 3px solid #0090FF;
  display: inline-block;
}
.media_mall__bd .dym-module--cpt .dym-module_cpt--box .clearfix{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dym-module--cpt .dym-module_cpt--box ul {
  width: 100%;
  /* height: 245px; */
  overflow: hidden;
}
.dym-module--cpt .dym-module_cpt--box ul li {
  width: 24%;
  /* height: 109px; */
  margin: 0 0 20px 0;
  float: left;
}
.dym-module--cpt .dym-module_cpt--box ul li:nth-child(5n+5) {
  margin: 0 0 20px 0;
}
.dym-module--cpt .dym-module_cpt--box ul li img {
  width: 100%;
  height: 100%;
}
.dym-module--cpt .ym-module_cpt--cityBox {
  width: 100%;
  margin-top: 150px;
}
.dym-module--cpt .ym-module_cpt--cityBox .dym-module_cpt--companyTitle {
  font-size: 16px;
  color: #0090FF;
  margin-top: 45px;
}
.dym-module--cpt .ym-module_cpt--cityBox .ym-module_cpt--cityLeft p {
  line-height: 2;
}
.dym-module--cpt .ym-module_cpt--cityBox .dym-module_cpt--cityRight {
  width: 75%;
}
.dym-module--cpt .ym-module_cpt--cityBox .dym-module_cpt--cityRight ul li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.dym-module--cpt .ym-module_cpt--cityBox .dym-module_cpt--cityRight ul li P:nth-child(1) {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 20px;
}
.dym-module--cpt .ym-module_cpt--cityBox .dym-module_cpt--cityRight ul li P:nth-child(2) img {
  width: 14px;
  height: 14px;
}
.dym-module--cpt .ym-module_cpt--cityBox .dym-module_cpt--cityRight ul li P:nth-child(3) {
  color: #858D9C;
  font-size: 12px;
}

.dym-module--itd {
  background-color: #0090FF;
  height: 259px;
}
.dym-module--itd .dym-mall__box {
  height: 100%;
}
.dym-module--itd ul {
  width: 100%;
}
.dym-module--itd ul li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  color: #FFFFFF;
  position: relative;
}
.dym-module--itd ul li p {
  width: 100%;
}
.dym-module--itd ul li p img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.dym-module--itd ul li b {
  width: 1px;
  height: 78px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 45px;
}
.dym-model-show{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1009;
}
.dym-model-show-bg{
  background: rgba(0,0,0,.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dym-model-show .dym-model-show-box{
  width: 464px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding-bottom: 25px;
  z-index: 10;
}
.dym-model-show .dym-model-box-title{
  height: 90px;
  color: #FFFFFF;
  background: url(../images/sy_hmtc_bjt@2x.png) no-repeat;
  position: relative;
  width: 100%;
  background-size: 100% 100%;
}
.dym-model-show .dym-model-box-title p{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
.dym-model-show .dym-model-box-img{
  margin-top: 20px;
  margin-bottom: 10px;
}
.dym-model-show .model-success-img{
  width: 72px;
  height: 72px;
  margin-top: 0px;
}
.dym-model-show .dym-model-box-text2{
  margin-bottom: 15px;
}
.dym-model-show .dym-model-box-btn{
  background-color: #FF734F;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  cursor: pointer;
}
.dym-model-show .model-close-img{
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.dym-model-show .dym-model-box-btn:hover{
  background-color: #FF6900
}
/*# sourceMappingURL=index.css.map */

/* 荣耀资质 start */
.enterprise_glory{
  margin-bottom: 30px;
  /* border-bottom: 1px solid #e1e3e9; */
}
.index_box_enterprise_glory .enterprise_glory{
  margin-bottom: 0px;
  margin-top: 30px;
}
.enterprise_glory ul{
  display: flex;
  flex-wrap: wrap;
}
.enterprise_glory ul li{
  width: 20%;
  /* position: relative; */
  box-sizing: border-box;
  /* border: 1px solid #e1e3e9; */
  border-right: none;
  /* border-bottom: none; */
  cursor: pointer;
  margin-bottom: 28px;
}
.enterprise_glory ul li .li_box{
  border: 1px solid #e1e3e9;
  border-right: none;
}
.enterprise_glory ul li:nth-child(5n+5) .li_box{
  border-right: 1px solid #e1e3e9;
}
.enterprise_glory ul li:hover .li_box_shadow{
  /* display: block; */
}

.enterprise_glory ul li .li_box img{
  width: 100%;
}
.li_box_shadow{
  width: 100%;
  /* height: 35px;
  line-height: 35px; */
  /* display: none; */
  /* position: absolute;
  z-index: 9;
  left: 0px;
  bottom: 0px;
  background: rgba(22, 28, 44, 0.85); */
  margin-top: 6px;
  text-align: center;
}
.li_box_shadow p{
  font-size: 12px;
  font-weight: 400;
  color: #333333;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 10px; */
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 6px;
}
/* 荣耀资质 end */

/* 企业创新服务解决方案 start */
.index_db_list{
    margin-top: 30px;
}
.index_db_list{
    display: flex;
    flex-wrap: wrap;
}
.index_db_item{
    background: url(../images/bg_company.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 339px;
    box-sizing: border-box;
    padding: 20px;
    margin-right: 10px;
    width: calc(16.66% - 10px);
    border: 1px solid #E4E7ED;
    /* margin-bottom: 10px; */
}
.index_db_item .type_tit_left{
    margin-bottom: 0;
    font-size: 18px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-weight: bold;
}
.index_db_item:last-child{
    margin-right: 0px;
}
.index_db_item ul{
    height: 203px;
}
.index_db_item ul li{
    color: #909399;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}
.index_db_item button{
    width: 100%;
    height: 35px;
    min-height: 35px;
    font-size: 16px;
    border: 1px solid #0090FF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.index_db_item button:hover{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1);
}
.index_db_item button:active,.index_db_item button:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
.index_db_item button .more_icon{
    background: url(../images/icon_more__white.png) no-repeat center;
    background-size: cover;
    width: 22px;
    height: 14px;
    display: inline-block;
    margin-left: 6px;
}
/* 企业创新服务解决方案 end */

/* 商务通背景点击 */
.bgSwt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 380px;
    cursor: pointer;
}

/* 正文模块 start */
.dym-mall__box .dym-news-index-li{
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}
.dym-mall__box .dym-news-index .dym-news-index-left .dym-news-index-left-list{
  border-radius: 4px;
}
.dym-mall__box .dym-news-index-right .closeAlertWrap{
  border-radius: 4px;
}
.dym-mall__box .dym-news-index-right .dym-news-right-li{
  border-radius: 4px;
}
.left_box_btn button{
  border-radius: 4px;
}
.news_search_wrap{
  position: relative;
  width: 242px;
  min-width: 242px;
  padding: 3px 0;
  box-sizing: border-box;
  margin-right: 20px;
  height: 40px;
}
.news_search_wrap input{
  width: 100%;
  height: calc(100% - 6px);
  color: #B2B2B2;
  /* line-height: 20px; */
  height: 100%;
  background: #F2F3F4;
  border-radius: 20px;
  border: 1px solid #F2F3F4;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
}
.news_search_img{
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    height: 34px;
    display: flex;
    align-items: center;
}
.news_search_wrap img{
  width: 16px;
  height: 16px;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
}
/* 正文模块 end */