
@keyframes hotmove {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
  }
}
.tel {
  display: none;
}
.yzl-top {
  height: 36px;
  line-height: 36px;
  background: #f4f4f4;
}
.yzl-top .container .list > li {
  position: relative;
  float: left;
  padding: 0 12px;
  font-size: 0;
}
.yzl-top .container .list > li > img {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: baseline;
}
.yzl-top .container .list > li > a {
  font-size: 12px;
  color: #979c9b;
}
.yzl-top .container .list > li:hover a {
  color: #49a0f5;
}
.yzl-top .container .list > li.choose-city .city-down {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  width: 210px;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  line-height: 28px;
  text-align: left;
  z-index: 30;
}
.yzl-top .container .list > li.choose-city .city-down label {
  display: block;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 16px;
  margin-bottom: 8px;
  color: #49a0f5;
  font-size: 12px;
}
.yzl-top .container .list > li.choose-city .city-down .citys {
  font-size: 0;
}
.yzl-top .container .list > li.choose-city .city-down .citys li {
  display: block;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  width: calc(100%/3);
  width: -moz-calc(33.33333333%);
  width: -webkit-calc(33.33333333%);
}
.yzl-top .container .list > li.choose-city .city-down .citys li:nth-child(3n) {
  text-align: right;
}
.yzl-top .container .list > li.choose-city .city-down .citys li:nth-child(3n-1) {
  text-align: center;
}
.yzl-top .container .list > li.choose-city .city-down .citys li a {
  color: #252525;
  font-size: 12px;
}
.yzl-top .container .list > li.choose-city .city-down .citys li a:hover {
  color: #49a0f5;
}
.yzl-top .container .list > li.choose-city:hover {
  background: #fff;
}
.yzl-top .container .list > li.choose-city:hover .city-down {
  display: block;
}
.yzl-top .container .list > li.slide-code .bar-expand-decode {
  display: none;
  position: absolute;
  width: 180px;
  height: 200px;
  left: 0;
  padding: 12px;
  background-color: #fff;
  text-align: center;
  top: 36px;
  border: 1px #f5f5f6 solid;
  border-top: 0;
  z-index: 30;
}
.yzl-top .container .list > li.slide-code .bar-expand-decode .bar-decode-inner {
  line-height: 1;
  font-size: 0;
}
.yzl-top .container .list > li.slide-code .bar-expand-decode .bar-decode-inner img {
  width: 156px;
  height: 156px;
}
.yzl-top .container .list > li.slide-code .bar-expand-decode .bar-decode-inner p {
  color: #979c9b;
  font-size: 14px;
  margin-top: 6px;
}
.yzl-top .container .list > li.slide-code:hover .bar-expand-decode {
  display: block;
}
.yzl-top .container .list > li.my-xdy .bar-expand-dingcloud {
  position: absolute;
  display: none;
  border-bottom: 1px #e5e5e5 solid;
  line-height: 1;
  width: 100%;
  left: 0;
  background-color: #fff;
  text-align: center;
}
.yzl-top .container .list > li.my-xdy .bar-expand-dingcloud .bar-dingcloud-inner > a {
  display: block;
  padding: 10px 0;
  color: #292e2e;
  font-size: 12px;
  text-align: center;
}
.yzl-top .container .list > li.my-xdy .bar-expand-dingcloud .bar-dingcloud-inner > a:hover {
  color: #f60;
}
.yzl-top .container .list > li.my-xdy:hover .bar-expand-dingcloud {
  display: block;
}
.yzl-top .container .fl > .list > li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #e1e1e1;
  left: 0;
  top: 13px;
  margin: auto;
}
.yzl-top .container .fl > .list > li:last-child::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #e1e1e1;
  right: 0;
  top: 13px;
  margin: auto;
}
.yzl-top .container .fr > ul > li > a span {
  color: #49a0f5;
}
.yzl-top .container .fr > ul > li > a span em {
  font-size: 13px;
}
.yzl-top .container .fr > ul > li.tel a span {
  font-weight: 600;
  font-size: 13px;
}
.yzl-top .container .fr > ul > li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #e1e1e1;
  right: 0;
  top: 13px;
  margin: auto;
}
.yzl-top .container .fr > ul > li.notice .tips {
  display: inline-block;
  position: relative;
  top: -4px;
  width: 6px;
  height: 6px;
  background: #49a0f5;
  border-radius: 3px;
  margin-left: 4px;
}
.yzl-top .container .fr > ul > li:first-child::after,
.yzl-top .container .fr > ul > li:last-child::after {
  display: none;
}
.yzl-nav,
.yzl-fixed-srh {
  background-color: #fff;
  padding-top: 28px;
}
.yzl-nav .nav-top,
.yzl-fixed-srh .nav-top {
  margin: 0 0 12px;
}
.yzl-nav .nav-top .logo,
.yzl-fixed-srh .nav-top .logo {
  position: relative;
  top: -6px;
  width: 272px;
  height: 49px;
  font-size: 0;
}
.yzl-nav .nav-top .logo img,
.yzl-fixed-srh .nav-top .logo img {
  max-width: 100%;
  max-height:60px;
  /*height: 100%;*/
}
.yzl-nav .nav-top .activity,
.yzl-fixed-srh .nav-top .activity {
  width: 202px;
  height: 48px;
  font-size: 0;
}
.yzl-nav .nav-top .activity img,
.yzl-fixed-srh .nav-top .activity img {
  width: 100%;
  height: 100%;
}
.yzl-nav .nav-top .srh-main,
.yzl-fixed-srh .nav-top .srh-main {
  margin-left: 69px;
}
.yzl-nav .nav-top .srh-main .srh-wrap,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap {
  height: 48px;
  border: 2px solid #49a0f5;
}
.yzl-nav .nav-top .srh-main .srh-wrap .select,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .select {
  position: relative;
  width: 103px;
  height: 100%;
  text-indent: 14px;
  cursor: pointer;
}
.yzl-nav .nav-top .srh-main .srh-wrap .select::after,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .select::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(255, 102, 0, 0.5);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.yzl-nav .nav-top .srh-main .srh-wrap .select span,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .select span {
  display: block;
  height: 100%;
  position: relative;
  font-size: 14px;
  color: #292e2e;
  line-height: 44px;
}
.yzl-nav .nav-top .srh-main .srh-wrap .select span::after,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .select span::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 5px;
  background: url(../images/header_img_searchzk_n.png) no-repeat 0 0;
  background-size: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.yzl-nav .nav-top .srh-main .srh-wrap .select span.active::after,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .select span.active::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.yzl-nav .nav-top .srh-main .srh-wrap .select .srh-list,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .select .srh-list {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #ffffff;
  padding: 5px 0;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 10px 0px rgba(48, 56, 66, 0.1);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(48, 56, 66, 0.1);
  z-index: 300;
}
.yzl-nav .nav-top .srh-main .srh-wrap .select .srh-list li,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .select .srh-list li {
  font-size: 14px;
  color: #525959;
  line-height: 35px;
  text-indent: 16px;
}
.yzl-nav .nav-top .srh-main .srh-wrap .select .srh-list li.active,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .select .srh-list li.active {
  color: #49a0f5;
}
.yzl-nav .nav-top .srh-main .srh-wrap .select .srh-list li:hover,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .select .srh-list li:hover {
  color: #49a0f5;
}
.yzl-nav .nav-top .srh-main .srh-wrap .ipt-wrap,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap {
  height: 100%;
}
.yzl-nav .nav-top .srh-main .srh-wrap .ipt-wrap input,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input {
  width: 387px;
  height: 44px;
  border: none;
  outline: none;
  padding: 0 34px;
  background: url(../images/header_img_searchss.png) no-repeat 12px center;
  background-size: 14px 14px;
}
.yzl-nav .nav-top .srh-main .srh-wrap .ipt-wrap input::-webkit-input-placeholder,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input::-webkit-input-placeholder {
  font-size: 12px;
  color: #aaaaaa;
}
.yzl-nav .nav-top .srh-main .srh-wrap .ipt-wrap input::-moz-placeholder,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input::-moz-placeholder {
  font-size: 12px;
  color: #aaaaaa;
}
.yzl-nav .nav-top .srh-main .srh-wrap .ipt-wrap input:-moz-placeholder,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input:-moz-placeholder {
  font-size: 12px;
  color: #aaaaaa;
}
.yzl-nav .nav-top .srh-main .srh-wrap .ipt-wrap input:-ms-input-placeholder,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .ipt-wrap input:-ms-input-placeholder {
  font-size: 12px;
  color: #aaaaaa;
}
.yzl-nav .nav-top .srh-main .srh-wrap .btn,
.yzl-fixed-srh .nav-top .srh-main .srh-wrap .btn {
  width: 138px;
  height: 101%;
  line-height: 44px;
  text-align: center;
  background: #49a0f5;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.yzl-nav .nav-top .srh-main .recom-list,
.yzl-fixed-srh .nav-top .srh-main .recom-list {
  margin-top: 8px;
}
.yzl-nav .nav-top .srh-main .recom-list li,
.yzl-fixed-srh .nav-top .srh-main .recom-list li {
  float: left;
  margin-right: 15px;
}
.yzl-nav .nav-top .srh-main .recom-list li a,
.yzl-fixed-srh .nav-top .srh-main .recom-list li a {
  font-size: 12px;
  color: #a6a6a6;
}
.yzl-nav .nav-top .srh-main .recom-list li a:hover,
.yzl-fixed-srh .nav-top .srh-main .recom-list li a:hover {
  color: #49a0f5;
}
.yzl-nav .nav-list .more-list,
.yzl-fixed-srh .nav-list .more-list {
  position: relative;
  width: 240px;
  margin-right: 20px;
  cursor: pointer;
}
.yzl-nav .nav-list .more-list .text,
.yzl-fixed-srh .nav-list .more-list .text {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 55px;
  text-indent: 44px;
  background: url(../images/nav_img_topqx.png) no-repeat 0 0, linear-gradient(0deg, #49a0f5 0%, #49a0f5 100%);
  background: url(../images/nav_img_topqx.png) no-repeat 0 0, -webkit-linear-gradient(0deg, #49a0f5 0%, #49a0f5 100%);
  background: url(../images/nav_img_topqx.png) no-repeat 0 0, -moz-linear-gradient(0deg, #49a0f5 0%, #49a0f5 100%);
  background: url(../images/nav_img_topqx.png) no-repeat 0 0, -o-linear-gradient(0deg, #49a0f5 0%, #49a0f5 100%);
  background: url(../images/nav_img_topqx.png) no-repeat 0 0, -ms-linear-gradient(0deg, #49a0f5 0%, #49a0f5 100%);
  background-size: cover;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
}
.yzl-nav .nav-list .more-list .more-list-wrap,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap {
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 20;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list {
  position: absolute;
  width: 240px;
  height: 650px;
  left: 0;
  top: 0;
  background: url(../images/nav_img_bgcenter.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item {
  position: relative;
  height: 72px;
  border-bottom: 1px solid #444444;
  padding-left: 46px;
  overflow: hidden;
  background: url(../images/nav_ic_gs.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item::after,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item::after {
  content: '';
  position: absolute;
  top: 21px;
  right: 25px;
  width: 6px;
  height: 10px;
  /*background: url(../images/nav_ic_nextcenter.png) no-repeat 0 0;*/
  background-size: cover;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item h3,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item h3 {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin: 19px 0 12px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item ul li,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item ul li {
  float: left;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item ul li a,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item ul li a {
  font-size: 12px;
  color: #979c9b;
  margin-right: 16px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item ul li a:hover,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item ul li a:hover {
  color: #49a0f5;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item ul li:last-child a,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item ul li:last-child a {
  margin-right: 0;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(2),
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(2) {
  background: url(../images/nav_ic_cs.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(3),
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(3) {
  background: url(../images/nav_ic_zc.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(4),
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(4) {
  background: url(../images/nav_ic_yxwz.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(5),
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(5) {
  background: url(../images/nav_ic_rswb.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(6),
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(6) {
  background: url(../images/nav_ic_dk.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(7),
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(7) {
  background: url(../images/nav_ic_fl.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(8),
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:nth-child(8) {
  background: url(../images/nav_ic_jy.png) no-repeat 16px 16px;
  background-size: 18px 18px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child {
  height: 52px;
  line-height: 52px;
  background: #191919 url(../images/nav_img_bottomqx.png) no-repeat 0 0;
  background-size: cover;
  margin-top: 14px;
  border: none;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child .arrow,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child .arrow {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  /*background: url(../images/nav_ic_nextbottom_n.png) no-repeat 0 0;*/
  background-size: cover;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child .arrow:hover,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child .arrow:hover {
  /*background: url(../images/nav_ic_nextbottom_s.png) no-repeat 0 0;*/
  background-size: cover;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child::after,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child::after {
  display: none;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child::before,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 18px;
  /*background: url(../images/nav_ic_all.png) no-repeat 0 0;*/
  background-size: cover;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child a,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item:last-child a:hover,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item:last-child a:hover {
  color: #49a0f5;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item.active,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item.active {
  background-color: #fff;
}
.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item.active h3,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item.active h3 {
  color: #49a0f5;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list {
  display: none;
  position: absolute;
  top: 0px;
  left: 240px;
  width: 960px;
  height: 650px;
  box-shadow: 0 1px 10px rgba(137, 143, 173, 0.3);
  -webkit-box-shadow: 0 1px 10px rgba(137, 143, 173, 0.3);
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap {
  width: 716px;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 32px 0;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list {
  height: 100%;
  overflow-y: auto;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item {
  margin: 0 20px 0 32px;
  border-bottom: 1px dashed #e4e4e4;
  overflow: hidden;
  padding: 23px 0 5px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item:first-child,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item:first-child {
  padding-top: 0;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item:last-child,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item:last-child {
  border: none;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item h3,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item h3 {
  font-size: 14px;
  font-weight: bold;
  color: #292e2e;
  margin-bottom: 13px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links {
  margin-left: -15px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a {
  float: left;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #525959;
  padding: 0 15px;
  margin-bottom: 16px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a::after,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background: #cccccc;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a:hover,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a:hover {
  color: #49a0f5 !important;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a:last-child::after,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a:last-child::after {
  display: none;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.new,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.new {
  color: #00B60D;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.new em,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.new em {
  margin-left: 8px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.hot,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.hot {
  color: #F10013;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.hot em,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list .item .links a.hot em {
  margin-left: 8px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar-thumb,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #49a0f5;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar-track,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-wrap .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv {
  width: 244px;
  height: 650px;
  background: #f2f2f2;
  padding: 12px 0;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv li,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv li {
  font-size: 0;
  text-align: center;
  width: 220px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto 8px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv li:last-child,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv li:last-child {
  margin-bottom: 0;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv li a,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv li a {
  display: block;
  height: 100%;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list .child-list-adv li img,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list .child-list-adv li img {
  width: 100%;
  height: 100%;
}
.yzl-nav .nav,
.yzl-fixed-srh .nav {
  height: 52px;
  line-height: 52px;
}
.yzl-nav .nav ul li,
.yzl-fixed-srh .nav ul li {
  position: relative;
  float: left;
 margin: 0 50px;
}
.yzl-nav .nav ul li a,
.yzl-fixed-srh .nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #292e2e;
}
.yzl-nav .nav ul li a:hover,
.yzl-fixed-srh .nav ul li a:hover {
  color: #49a0f5;
}
.yzl-nav .nav ul li.hot a,
.yzl-fixed-srh .nav ul li.hot a {
  color: #F10014;
}
.yzl-nav .nav ul li:last-child,
.yzl-fixed-srh .nav ul li:last-child {
  margin-right: 0;
}
/*.yzl-nav .nav ul li:last-child a,*/
/*.yzl-fixed-srh .nav ul li:last-child a,*/
/*.yzl-nav .nav ul li:nth-last-child(2) a,*/
/*.yzl-fixed-srh .nav ul li:nth-last-child(2) a {*/
/*  font-weight: 400;*/
/*  color: #292e2e;*/
/*}*/
.yzl-nav .nav ul li:last-child a:hover,
.yzl-fixed-srh .nav ul li:last-child a:hover,
.yzl-nav .nav ul li:nth-last-child(2) a:hover,
.yzl-fixed-srh .nav ul li:nth-last-child(2) a:hover {
  color: #49a0f5;
}
.yzl-nav .nav ul li.hot::after,
.yzl-fixed-srh .nav ul li.hot::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  margin: auto;
  width: 24px;
  height: 17px;
  background: url(../images/header_img_hot.png) no-repeat 0 0;
  background-size: cover;
  animation: hotmove 0.6s ease-in-out infinite alternate both;
  -webkit-animation: hotmove 0.6s ease-in-out infinite alternate both;
  -moz-animation: hotmove 0.6s ease-in-out infinite alternate both;
  -o-animation: hotmove 0.6s ease-in-out infinite alternate both;
}
.yzl-nav .scend-nav-list .nav ul li:first-child,
.yzl-fixed-srh .scend-nav-list .nav ul li:first-child {
  margin-right: 24px;
}
.yzl-nav .scend-nav-list .nav ul li:first-child a,
.yzl-fixed-srh .scend-nav-list .nav ul li:first-child a {
  display: block;
  width: 140px;
  background: #49a0f5 url(../images/header_ic_backhome.png) no-repeat 38px center;
  background-size: 24px 24px;
  text-indent: 68px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
.yzl-fixed-srh {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(42, 45, 49, 0.1);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(42, 45, 49, 0.1);
  z-index: 100;
  padding: 0;
}
.yzl-fixed-srh .container {
  margin-top: 16px;
}
.yzl-fixed-srh .container .logo {
  width: 217px;
  height: 40px;
  top: -1px;
}
.yzl-fixed-srh.active {
  display: block;
  opacity: 1;
  animation: top-opacity 0.3s linear 1;
  -webkit-animation: top-opacity 0.3s linear 1;
  -moz-animation: top-opacity 0.3s linear 1;
  -o-animation: top-opacity 0.3s linear 1;
  -ms-animation: top-opacity 0.3s linear 1;
}

.bar-expand-exit {
  display: none;
  width: 100%;
  width: 120px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border-top: 1px #f5f5f6 solid;
  position: absolute;
  top: 36px;
  z-index: 997;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  line-height: 20px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
}
.bar-expand-exit .bar-exit-inner {
  line-height: 36px;
}
.bar-expand-exit img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 8px;
  font-size: 0;
}
.bar-expand-exit a{
  color: #979c9b;
  font-size: 12px;
}
.bar-expand-exit a:nth-child(1){
  line-height: 1;
}
.yzl-top .down-menu:hover .bar-expand-exit{
  display: block;
}
.go-top{
  display: none;
}

#close-ad-ico-x {
  position: absolute;
  top: 10px;
  right: 20%;
  width: 24px;
  height: 24px;
  background: url(/src/images/close-ad-ico.png) no-repeat 0 0;
  cursor: pointer;
  z-index: 10;
}


.yl-yzl .yzl-right-side {
  display: none;
  position: fixed;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 41px;
  height: 198px;
  padding-left: 8px;
  z-index: 100;
  cursor: pointer;
}
.yl-yzl .yzl-right-side.active {
  display: block;
  opacity: 1;
  animation: top-opacity 0.3s linear 1;
  -webkit-animation: top-opacity 0.3s linear 1;
  -moz-animation: top-opacity 0.3s linear 1;
  -o-animation: top-opacity 0.3s linear 1;
  -ms-animation: top-opacity 0.3s linear 1;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
}
.yl-yzl .yzl-right-side > ul {
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}
.yl-yzl .yzl-right-side > ul > li {
  position: relative;
  height: 41px;
  font-size: 12px;
  color: #525959;
  line-height: 16px;
  padding: 11px 8px 0;
  border-bottom: 1px solid #eeeeee;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
}
.yl-yzl .yzl-right-side > ul > li:last-child {
  border-bottom: none;
}
.yl-yzl .yzl-right-side > ul > li.active {
  color: #ffffff;
  background-color: #49a0f5;
}
.yl-yzl .yzl-right-side > ul > li.active .card {
  display: block;
  opacity: 1;
  animation: sidemove 0.3s ease-in-out 1;
  -webkit-animation: sidemove 0.3s ease-in-out 1;
  -moz-animation: sidemove 0.3s ease-in-out 1;
  -o-animation: sidemove 0.3s ease-in-out 1;
  -ms-animation: sidemove 0.3s ease-in-out 1;
}
.yl-yzl .yzl-right-side > ul > li > span {
  display: block;
  font-size: 12px;
}
.yl-yzl .yzl-right-side > ul > li:nth-last-child(2) {
  height: 41px;
  background: url(../images/cbl_ic_ewm.png) no-repeat center center;
  background-size: 20px 20px;
}
.yl-yzl .yzl-right-side > ul > li:nth-last-child(2).active {
  background: #49a0f5 url(../images/cbl_ic_ewm-hover.png) no-repeat center center;
  background-size: 20px 20px;
}
.yl-yzl .yzl-right-side > ul > li:last-child:hover .hide {
  display: block;
}
.yl-yzl .yzl-right-side > ul > li:last-child:hover .show {
  display: none;
}
.yl-yzl .yzl-right-side > ul > li .hide {
  display: none;
  color: #ffffff;
  background-color: #49a0f5;
}
.yl-yzl .yzl-right-side > ul > li .show {
  display: block;
  height: 100%;
  background: url(../images/cbl_ic_fhdb.png) no-repeat center center;
  background-size: 20px 8px;
}
.yl-yzl .yzl-right-side > ul > li .card {
  display: none;
  position: absolute;
  top: 0;
  right: 48px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}
.yl-yzl .yzl-right-side > ul > li .tel-card {
  width: 387px;
  height: 100px;
  padding: 0 24px;
  overflow: hidden;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .title {
  font-size: 14px;
  color: #565656;
  margin: 32px 0 10px;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .des {
  margin-top: 10px;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .tel-info .tel {
  font-size: 20px;
  font-weight: bold;
  color: #49a0f5;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .tel-info .des {
  font-size: 12px;
  color: #b8b8b8;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .tel-info .toushutop{
  margin-top: 24px;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .form-info .title {
  margin-top: 22px;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .form-info .ipt-wrap {
  display: block;
  position: relative;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .form-info .ipt-wrap input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 0 12px;
  outline: 0;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .form-info .ipt-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  height: 40px;
  background: #49a0f5;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #ffffff;
}
.yl-yzl .yzl-right-side > ul > li .tel-card .form-info .des {
  font-size: 12px;
  color: #49a0f5;
}
.yl-yzl .yzl-right-side > ul > li .contact-card {
  width: 280px;
  height: 90px;
  padding: 0 24px;
}
.yl-yzl .yzl-right-side > ul > li .contact-card ul li {
  height: 81px;
  border-bottom: 1px solid #f0f2f5;
}
.yl-yzl .yzl-right-side > ul > li .contact-card ul li:last-child {
  border-bottom: 0;
}
.yl-yzl .yzl-right-side > ul > li .contact-card ul li a {
  display: block;
  padding-top: 24px;
}
.yl-yzl .yzl-right-side > ul > li .contact-card ul li a > * {
  display: inline-block;
  vertical-align: middle;
}
.yl-yzl .yzl-right-side > ul > li .contact-card ul li a img {
  width: 28px;
  height: 28px;
  margin-right: 7px;
}
.yl-yzl .yzl-right-side > ul > li .contact-card ul li a:hover h5 {
  color: #49a0f5;
}
.yl-yzl .yzl-right-side > ul > li .contact-card ul li a h5 {
  font-size: 14px;
  color: #565656;
  margin-bottom: 4px;
}
.yl-yzl .yzl-right-side > ul > li .contact-card ul li a p {
  font-size: 12px;
  color: #b8b8b8;
}
.yl-yzl .yzl-right-side > ul > li .code-card {
  width: 180px;
  /*height: 200px;*/
  padding: 12px 12px 0;
}
.yl-yzl .yzl-right-side > ul > li .code-card img {
  width: 156px;
  height: 156px;
}
.yl-yzl .yzl-right-side > ul > li .code-card p {
  margin: 6px 0;
  font-size: 14px;
  color: #525959;
  text-align: center;
}







.yzl-nav .nav-list .more-list .more-list-wrap .kind-list .item, .yzl-fixed-srh .nav-list .more-list .more-list-wrap .kind-list .item{position: initial !important;}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 {
  display: none;
  position: absolute;
  top: 0px;
  left: 240px;
  width: 960px;
  height: 650px;
  box-shadow: 0 1px 10px rgba(137, 143, 173, 0.3);
  -webkit-box-shadow: 0 1px 10px rgba(137, 143, 173, 0.3);
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap {
  width: 716px;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 0;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list {
  height: 100%;
  overflow-y: auto;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 {
  margin: 0 20px 0 32px;
  border-bottom: 1px dashed #e4e4e4;
  overflow: hidden;
  padding: 5px 0 5px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2:first-child,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2:first-child {
  padding-top: 0;
}
/*.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2:last-child,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2:last-child {
  border: none;
}*/
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 h3,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 h3 {
  font-size: 14px;
  font-weight: bold;
  color: #292e2e;
  margin-bottom: 13px;
}
.item2 h3 a {
    font-size: 14px !important;
    color: #292e2e !important;   
}
.item2 .links a {
	margin-right: 0 !important;
    
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links {
  margin-left: -15px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a {
  float: left;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #525959;
  padding: 0 15px;
  margin-bottom: 16px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a::after,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background: #cccccc;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a:hover,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a:hover {
  color: #49a0f5 !important;
}
/*.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a:last-child::after,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a:last-child::after {
  display: none;
}*/
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a.new,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a.new {
  color: #00B60D;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a.new em,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a.new em {
  margin-left: 8px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a.hot,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a.hot {
  color: #F10013;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a.hot em,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list .item2 .links a.hot em {
  margin-left: 8px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list::-webkit-scrollbar,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list::-webkit-scrollbar-thumb,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #49a0f5;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list::-webkit-scrollbar-track,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-wrap .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv {
  width: 244px;
  height: 650px;
  background: #f2f2f2;
  padding: 12px 0;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv li,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv li {
  font-size: 0;
  text-align: center;
  width: 220px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto 8px;
}
/*.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv li:last-child,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv li:last-child {
  margin-bottom: 0;
}*/
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv li a,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv li a {
  display: block;
  height: 100%;
}
.yzl-nav .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv li img,
.yzl-fixed-srh .nav-list .more-list .more-list-wrap .child-list2 .child-list2-adv li img {
  width: 100%;
  height: 100%;
}
.item:hover .child-list2{ display:block !important;}


.db_tel{float: right;font-size: 16px;color: #666;background: url(../images/tel.jpg) no-repeat 0px 12px;padding-left: 46px;margin-top: 12px;}
.db_tel p a{font-size:32px;color:#e91b14;margin:0;line-height:36px;text-decoration: none;}