body {
  background-color: #f1f2f6;
}
/******** 公共样式 ********/
.yzl-body-1200 {
  width: 1200px;
  margin: 0 auto;
}
.yzl-row {
  position: relative;
  box-sizing: border-box;
  margin-left: -12px;
  margin-right: -12px;
}
.yzl-row:after,
.yzl-row:before {
  display: table;
  content: "";
}
.yzl-row:after {
  clear: both;
}
.yzl-col-12 {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}
[class*="yzl-col-"] {
  float: left;
  box-sizing: border-box;
}
/******** 清除浮动 ********/
.yzl-cl:before,
.yzl-cl:after {
  display: table;
  content: "";
}
.yzl-cl {
  *zoom: 1;
}
.yzl-cl::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/******** 浮动 ********/
.yzl-fl {
  float: left;
}
.yzl-fr {
  float: right;
}
/******** 内容模块--顶呱呱资讯 ********/
.yzl-module-consult {
  margin-bottom: 48px;
}
.yzl-module-consult-head {
  padding: 48px 0 36px;
}
.yzl-module-consult-head__title {
  font-size: 26px;
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.yzl-module-consult-head__describe {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #979c9b;
  font-weight: 400;
}
.yzl-module-consult-body__news {
  background: #ffffff;
  width: 100%;
  height: 440px;
}
.yzl-module-consult-body__news .news-head {
  height: 63px;
  padding-right: 24px;
  border-bottom: 1px solid #eeeeee;
}
.yzl-module-consult-body__news .news-head-tab {
  box-sizing: border-box;
}
.yzl-module-consult-body__news .news-head-tab .active {
  color: #49a0f5;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #e4e7ed;
  border-left: 1px solid #e4e7ed;
}
.yzl-module-consult-body__news .news-head-tab-item {
  display: block;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  padding: 0 65px;
  color: #292e2e;
  font-size: 16px;
  font-weight: bold;
  float: left;
  box-sizing: border-box;
}
.yzl-module-consult-body__news .news-head-tab-item:first-child.active {
  border-left: none;
}
.yzl-module-consult-body__news .news-head-more {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 12px;
  color: #979c9b;
}
.yzl-module-consult-body__news .news-head-more:hover {
  color: #49a0f5;
}
.yzl-module-consult-body__news .news-body-content {
  padding: 0 24px;
  display: none;
}
.yzl-module-consult-body__news .news-body .active {
  display: block;
}
.yzl-module-consult-body__news .news-body-list__img-item {
  padding: 19px 0;
  position: relative;
  height: 130px;
  display: block;
}
.yzl-module-consult-body__news .news-body-list__img-item-cover {
  width: 144px;
  height: 85px;
  position: absolute;
  top: 19px;
  left: 0;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  overflow: hidden;
}
.yzl-module-consult-body__news .news-body-list__img-item-cover img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.yzl-module-consult-body__news .news-body-list__img-item-cover:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.yzl-module-consult-body__news .news-body-list__img-item-content {
  padding-left: 154px;
}
.yzl-module-consult-body__news .news-body-list__img-item-content h3 {
  font-size: 16px;
  color: #525959;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.yzl-module-consult-body__news .news-body-list__img-item-content h3:hover {
  color: #49a0f5;
}
.yzl-module-consult-body__news .news-body-list__img-item-content p {
  margin-top: 13px;
  font-size: 12px;
  color: #979c9b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yzl-module-consult-body__news .news-body-list__img-item-content .time {
  margin-top: 16px;
  font-size: 12px;
  color: #cccccc;
}
.yzl-module-consult-body__news .news-body-list__no-img-item {
  height: 56px;
  line-height: 56px;
  display: block;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.yzl-module-consult-body__news .news-body-list__no-img-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yzl-module-consult-body__news .news-body-list__no-img-item__content {
  color: #525959;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding-left: 12px;
  box-sizing: border-box;
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yzl-module-consult-body__news .news-body-list__no-img-item__content:hover {
  color: #49a0f5;
}
.yzl-module-consult-body__news .news-body-list__no-img-item__time {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #aaaaaa;
}
.yzl-module-consult-body__news .news-body-list__no-img-item__time:hover {
  color: #49a0f5;
}
.yzl-module-consult-body__knowledge {
  background: #ffffff;
  width: 391px;
  height: 415px;
}
.yzl-module-consult-body__knowledge .knowledge-head {
  height: 64px;
  box-sizing: border-box;
  padding: 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.yzl-module-consult-body__knowledge .knowledge-head-title {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  color: #292e2e;
  font-weight: bold;
}
.yzl-module-consult-body__knowledge .knowledge-head-more {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 12px;
  color: #979c9b;
}
.yzl-module-consult-body__knowledge .knowledge-head-more:hover {
  color: #49a0f5;
}
.yzl-module-consult-body__knowledge .knowledge-body {
  padding: 24px 24px 0;
}
.yzl-module-consult-body__knowledge .knowledge-body-tag {
  height: 156px;
  box-sizing: border-box;
}
.yzl-module-consult-body__knowledge .knowledge-body-tag-item {
  width: 79.6px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #525959;
  margin-right: 8px;
  margin-bottom: 16px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.yzl-module-consult-body__knowledge .knowledge-body-tag-item:nth-child(4n + 4) {
  margin-right: 0px;
}
.yzl-module-consult-body__knowledge .knowledge-body-tag-item:hover {
  color: #49a0f5;
  background: rgba(255, 102, 0, 0.1);
  border: 1px solid #49a0f5;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item {
  height: 56px;
  line-height: 56px;
  display: block;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item__content {
  color: #525959;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  padding-left: 12px;
  box-sizing: border-box;
  width: calc(100% - 48px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item__content:hover {
  color: #49a0f5;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item__time {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  color: #aaaaaa;
}
.yzl-module-consult-body__knowledge .knowledge-body-list-item__time:hover {
  color: #49a0f5;
}
/******** 内容模块--服务标签 ********/
.yzl-module-feature {
  padding: 32px 0;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}
.yzl-module-feature-item {
  width: 200px;
  height: 50px;
  position: relative;
}
.yzl-module-feature-item__tag {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #10bbb8;
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
  color: #10bbb8;
  position: absolute;
  top: 0;
  left: 0;
}
.yzl-module-feature-item__content {
  padding-left: 62px;
}
.yzl-module-feature-item__content-name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #525959;
}
.yzl-module-feature-item__content-describe {
  margin-top: 8px;
  font-size: 12px;
  color: #aaaaaa;
}
/******** 尾部 ********/
.yzl-footer {
  background: #ffffff;
}
/* 
* 服务简介 */
.yzl-footer-intro {
  border-bottom: 1px solid #eeeeee;
}
.yzl-footer-intro-item {
  width: 200px;
  position: relative;
  box-sizing: border-box;
}
.yzl-footer-intro-hotline {
  position: relative;
  box-sizing: border-box;
  margin-right: 72px;
  padding: 32px 0 26px;
  min-height: 180px;
}
.yzl-footer-intro-hotline::before {
  content: "";
  width: 1px;
  height: 114px;
  background: #eeeeee;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -57px;
}
.yzl-footer-intro-hotline__title {
  font-size: 16px;
  font-weight: 400;
  color: #292e2e;
}
.yzl-footer-intro-hotline__tel {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #49a0f5;
}
.yzl-footer-intro-hotline__describe {
  margin-top: 10px;
  line-height: 28px;
  color: #525959;
  font-size: 14px;
}
.yzl-footer-intro-hotline__describe a {
  display: block;
}
.yzl-footer-intro-hotline__describe a:hover {
  color: #49a0f5;
}
.yzl-footer-intro-help {
  width: 848px;
  padding: 32px 0 26px;
}
.yzl-footer-intro-help-item {
  width: 20%;
}
.yzl-footer-intro-help__title {
  font-size: 16px;
  font-weight: 400;
  color: #292e2e;
  text-align: left;
}
.yzl-footer-intro-help__body {
  margin-top: 10px;
}
.yzl-footer-intro-help__body-list {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.yzl-footer-intro-help__body-list a {
  color: #979c9b;
}
.yzl-footer-intro-help__body-list a:hover {
  color: #49a0f5;
}
.yzl-footer-intro-qrcode {
  padding: 32px 0 26px;
  width: 80px;
  height: 120px;
  cursor: pointer;
}
.yzl-footer-intro-qrcode p {
  color: #525959;
  font-size: 16px;
  text-align: center;
}
.yzl-footer-intro-qrcode p:hover {
  color: #49a0f5;
}
.yzl-footer-intro-qrcode img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 12px auto 0;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
/* 
* 服务链接 */
.yzl-footer-link {
  border-bottom: 1px solid #eeeeee;
  padding: 24px 0 12px;
  box-sizing: border-box;
}
.yzl-footer-link-item {
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
}
.yzl-footer-link-item:last-child {
  margin-bottom: 0;
}
.yzl-footer-link-title {
  width: 72px;
  display: block;
  color: #292e2e;
  font-size: 12px;
}
.yzl-footer-link-body {
  width: calc(100% - 72px);
}
.yzl-footer-link-body__item {
  display: block;
  font-size: 12px;
  color: #979c9b;
  margin-bottom: 12px;
  margin-right: 16px;
  float: left;
}
.yzl-footer-link-body__item:hover {
  color: #49a0f5;
}
/* 
* 服务版权 */
.yzl-footer-copyright {
  padding: 22px 0 40px;
}
.yzl-footer-copyright-nav-item {
  font-size: 12px;
  color: #525959;
  padding-right: 16px;
  padding-left: 16px;
  border-right: 1px solid #dddddd;
}
.yzl-footer-copyright-nav-item:first-child {
  padding-left: 0;
}
.yzl-footer-copyright-nav-item:last-child {
  border-right: none;
}
.yzl-footer-copyright-nav-item:hover {
  color: #49a0f5;
}
.yzl-footer-copyright-body {
  margin-top: 16px;
}
.yzl-footer-copyright-body__basic-info {
  font-size: 12px;
  color: #979c9b;
}
.yzl-footer-copyright-body__basic-way {
  margin-top: 16px;
  font-size: 12px;
  color: #979c9b;
}
.yzl-footer-copyright-body__basic-way span {
  margin-right: 22px;
}
.yzl-footer-copyright-body__basic-way span:last-child {
  margin-right: 0;
}
.yzl-footer-copyright-body__basic-logo {
  padding-top: 16px;
}
.yzl-footer-copyright-body__basic-logo a {
  width: 114px;
  height: 38px;
  display: inline-block;
  margin-right: 12px;
}
.yzl-footer-copyright-body__basic-logo a img {
  width: 100%;
  height: 100%;
}




.footers {
    background: #303036;
    overflow: hidden;
    width: 100%;
}
.footer_content {
    border-bottom: 1px solid #4b5054;
    overflow: hidden;
    padding: 32px 0px 23px;
    width: 1102px;
    margin: 0px auto;
}
.guarantee_list {
    overflow: hidden;
}
.guarantee_list > li {
    float: left;
    overflow: hidden;width: 274px;
}
/*.guarantee_list1{
    width:280px;
}
.guarantee_list2{
    width:308px;
}
.guarantee_list3{
    width:289px;
}*/
.guarantee_list li img{
    float:left;
}

.guarantee_list>li>div {
    float: left;
    margin-left: 12px;
}

.guarantee_list>li>div>h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.guarantee_list>li>div>p {
    color: #fff;
    /*opacity:0.3;*/
	font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
}
.footer_content {
    border-bottom: 1px solid #4b5054;
    overflow: hidden;
    padding: 32px 0px 23px;
    width: 1102px;
    margin: 0px auto;
}
.index_hrefs {
    overflow: hidden;
    float: left;
}
.index_hrefs > h4 {
    color: #d7d8d9;
    margin-bottom: 26px;
    font-size: 14px;
}
.index_hrefs > li {
    overflow: hidden;
    margin-bottom: 12px;
}
.index_hrefs > li > a {
    color: #9b9ea0;
    font-size: 14px;
}
.sale_server {
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
}
.footer_sale {
    float: right;
    padding-left: 67px;
    background: url(../images/footer_sale.png) 0 5px no-repeat;
}
.footer_sale h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 300;
}
.sale_time {
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px;
}
.footer_sale a {
    display: block;
    width: 148px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #f5f5f5;
    border: 1px solid #fff;
    border-radius: 2px;
}
.public_footer_content {
    font-size: 14px;
    width: 1102px;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    padding: 31px 0px 14px;
}
.footer_links {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    float: left;
	width:100%;
}
.footer_links > li {
    float: left;
    margin-right: 25px;
}
.footer_links > li > span {
    color: #73777a;
    font-size: 14px;
}
.footer_links > li > a {
    color: #73777a;
    font-size: 14px;
}
.public_footer_content > p {
    font-size: 14px;
    color: #73777a;
    float: left;
    margin-top: 6px;
}
