/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 'Microsoft YaHei';
  color: #333;
  outline: 0;
}
body {
  background: #fff;
  font-size: 14px;
}
a {
  color: #333;
}
a:hover {
  color: #333;
}
span:focus {
  outline: none;
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
/*圆角*/
/*阴影*/
/*字体*/
/*动画属性*/
/*清除浮动*/
/************************公共************************************/
.container {
  width: 1240px;
  margin: 0 auto;
}
.container-two {
  width: 1140px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*字体大小*/
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
/*行高*/
.lh-16 {
  line-height: 16px;
}
/*16像素行距*/
.lh-18 {
  line-height: 18px;
}
/*18像素行距*/
.lh-20 {
  line-height: 20px;
}
/*20像素行距*/
.lh-22 {
  line-height: 22px;
}
/*22像素行距*/
.lh-24 {
  line-height: 24px;
}
/*24像素行距*/
.lh-26 {
  line-height: 26px;
}
/*26像素行距*/
.lh-28 {
  line-height: 28px;
}
/*28像素行距*/
.lh-30 {
  line-height: 30px;
}
/*30像素行距*/
/*内边距*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
/*外边距*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-100 {
  margin-right: 100px;
}
/* **********************************logo************************************************ */
#nav6 .subCate,
#nav7 .subCate {
  left: -194px;
}
#nav8 .subCate {
  left: -360px;
}
.datail_main .datail_nav .pp_box .subCate a .li_box .li_txt .txt3 {
  font-size: 12px;
  color: #666;
  height: 20px;
}
/*主要内容*/
.g-bd {
  position: relative;
}
.detail-banner-wrap {
  width: 100%;
  height: 500px;
  background: url(https://vipyidiancom.oss-cn-beijing.aliyuncs.com/vipyidian.com/banner/logo_bj.jpg) no-repeat center;
  background-size: cover;
}
.detail-banner-wrap .outer {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
.detail-banner-wrap .left-img {
  width: 880px;
  height: 500px;
  position: relative;
}
.detail-banner-wrap .left-img .author-img {
  width: 86px;
  height: 17px;
  background: url(../../../image/2020/logo/author-icon.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0px;
  right: 390px;
}
.detail-banner-wrap .right-text {
  margin-left: 60px;
  margin-top: 100px;
}
.detail-banner-wrap .right-text .tit {
  font-size: 55px;
  font-weight: bold;
  color: #1c1c1c;
}
.detail-banner-wrap .right-text .sub-tit {
  font-size: 28px;
  color: #1c1c1c;
  font-weight: lighter;
}
.detail-banner-wrap .right-text .tag-box {
  margin-top: 40px;
  font-size: 28px;
  color: #373536;
  width: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.detail-banner-wrap .right-text .tag-box li {
  width: 100%;
  line-height: 33px;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 400;
}
.detail-banner-wrap .right-text .tag-box li span {
  color: #D91619;
  font-weight: bold;
}
.detail-banner-wrap .right-text .tag-box li::before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 12px;
  background: url(../../../image/2020/logo/detail-right.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.part_title_zixun {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 99;
  width: 297px;
  height: 386px;
}
.part_title_zixun .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 22px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px rgba(79, 79, 79, 0.3);
}
.part_title_zixun .sub-tit1 {
  font-size: 16px;
  color: #3c3c3c;
}
.part_title_zixun .sub-tit2 {
  font-size: 16px;
  color: #3c3c3c;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.part_title_zixun .btxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
}
.part_title_zixun .btxt .tit {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #565656;
  margin: 0 12px;
}
.part_title_zixun .input_box {
  background: #e9e9e9;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  margin-top: 10px;
}
.part_title_zixun .input_box p {
  width: 30%;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #323232;
}
.part_title_zixun .input_box input,
.part_title_zixun .input_box select {
  color: #323232;
  float: left;
  width: 64%;
  border: none;
  background: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 38px;
  line-height: 38px;
  -moz-appearance: none;
}
.part_title_zixun .qr_z {
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: none;
  text-align: center;
  font-size: 16px;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  border-radius: 19px;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.part_title_zixun .btxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
.part_title_zixun .btxt .tit {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #565656;
  margin: 0 12px;
}
.part_title_zixun .btxt .tit_h1 {
  font-size: 16px;
  line-height: 14px;
  color: #646464;
  margin: 0 12px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part_title_zixun .btxt .tit_h1 .logo_p_span {
  width: 20px;
  color: #e41e24;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  margin: 0 6px;
}
.part_title_zixun .logo_lb {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border-radius: 8px;
  margin-top: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.part_title_zixun .logo_lb img {
  width: 13px;
  height: 13px;
  margin: 0px 6px;
}
.part_title_zixun .logo_lb .logo_p {
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
  overflow: hidden;
}
.part_title_zixun .logo_lb .logo_p span {
  color: #e41e24;
}
/* 精品案例*/
.index-controller-list {
  width: 80%;
  height: 66px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
}
.index-controller-list .controller-item {
  height: 66px;
  font-size: 20px;
  color: #333;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin-right: 50px;
}
.index-controller-list .controller-item.on {
  line-height: 66px;
  color: #d71518;
  position: relative;
}
.index-controller-list .controller-item.on:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #d71518;
  display: block;
  bottom: 0px;
  left: 0;
}
.anli_right {
  width: 20%;
  height: 40px;
  float: right;
  margin-top: 11px;
}
.anli_right a {
  font-size: 14px;
  color: #666;
  display: block;
  float: right;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.categories-case-show {
  background-color: #f5f2f0;
  padding: 40px 0;
  margin-bottom: 40px;
}
.categories-case-show .outer {
  width: 1200px;
  margin: 0 auto 50px;
  display: none;
}
.categories-case-show .outer.show {
  display: block;
}
.categories-case-show .outer .lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.categories-case-show .outer .items {
  display: inline-block;
  width: 286px;
  margin: 20px 0;
  height: 330px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.categories-case-show .outer .items:hover {
  box-shadow: 0px 4px 10px 0px rgba(117, 117, 117, 0.45);
}
.categories-case-show .outer .items .img-box {
  display: inline-block;
  width: 266px;
  height: 266px;
  margin: 10px;
}
.categories-case-show .outer .items .bottom-box {
  margin: 10px;
}
.categories-case-show .outer .items .bottom-box .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
}
.categories-case-show .outer .items .bottom-box .name-box .big {
  font-size: 16px;
  color: #333;
  line-height: 16px;
}
.categories-case-show .outer .items .bottom-box .name-box .small {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}
.gg_ban {
  width: 590px;
  height: 150px;
  float: left;
  overflow: hidden;
  margin-bottom: 40px;
}
.gg_ban img {
  width: 100%;
  height: 100%;
}
.gg_ban:first-child {
  margin-right: 20px;
}
/* 团队 */
.news-show {
  margin-top: 10px;
  width: 100%;
  height: 660px;
  position: relative;
}
.news-show .outer {
  visibility: hidden;
  padding-top: 0;
  position: absolute;
  top: 0;
  z-index: 999;
  height: 0;
}
.news-show .outer.show {
  visibility: initial;
}
.news-controller-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}
.news-controller-list .index-controller-list .item {
  width: 170px;
  height: 51px;
  line-height: 51px;
  color: #565656;
  background: #f0f0f0;
  text-align: center;
  border-radius: 10px;
  font-size: 22px;
  margin-right: 30px;
  cursor: pointer;
}
.news-controller-list .index-controller-list .item.on {
  background: #ED0508;
  color: #fff;
}
.team-part {
  padding-top: 100px;
  width: 100%;
  background-color: #fff;
}
.team-part .part-title {
  width: 100%;
  height: 50px;
}
.team-part .more {
  margin: 50px auto 0;
  display: block;
  width: 253px;
  height: 56px;
  background-color: #565656;
  border-radius: 10px;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  color: #fff;
}
.team-part .more:hover {
  background-color: #d61518;
}
.team-swiper-wrap {
  margin-top: 55px;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}
.team-swiper-wrap .team-swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
.team-swiper-wrap .team-item {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 40px 100px;
  background-color: #f7f7f7;
}
.team-swiper-wrap .team-item .left-imgs {
  position: relative;
}
.team-swiper-wrap .team-item .left-imgs img {
  display: inline-block;
  width: 418px;
  height: 418px;
}
.team-swiper-wrap .team-item .right-info {
  margin-left: 110px;
  padding-top: 20px;
  width: 522px;
  height: 418px;
  box-sizing: border-box;
  position: relative;
}
.team-swiper-wrap .team-item .right-info .team-name {
  font-size: 40px;
  color: #565656;
  font-weight: bold;
}
.team-swiper-wrap .team-item .right-info .team-name span {
  font-size: 42px;
  position: relative;
  top: 4px;
}
.team-swiper-wrap .team-item .right-info .team-name::before {
  display: inline-block;
  content: '';
  width: 58px;
  height: 38px;
  background: url(../../../image/2020/logo/team-icon0001.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 20px;
  position: relative;
  top: 3px;
}
.team-swiper-wrap .team-item .right-info .team-post {
  margin-top: 10px;
  margin-left: 80px;
  font-size: 30px;
  color: #565656;
}
.team-swiper-wrap .team-item .right-info .team-post-eg {
  margin-top: 5px;
  margin-left: 80px;
  font-size: 18px;
  color: #565656;
}
.team-swiper-wrap .team-item .right-info .info {
  margin-top: 20px;
  margin-left: 80px;
  font-size: 16px;
  color: #565656;
  line-height: 22px;
}
.team-swiper-wrap .team-item .right-info .find-btn {
  display: block;
  width: 170px;
  height: 51px;
  background-color: #d61518;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 51px;
  margin-left: 80px;
  margin-top: 20px;
}
.team-swiper-wrap .team-item .right-info .find-btn:hover {
  background-color: #e43e41;
}
.team-swiper-wrap .gallery-thumbs {
  width: 1060px;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.team-swiper-wrap .gallery-thumbs .swiper-slide {
  width: 115px;
  height: 115px;
  border: 5px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.team-swiper-wrap .gallery-thumbs .swiper-slide img {
  display: block;
  width: 105px;
  height: 105px;
}
.team-swiper-wrap .gallery-thumbs .swiper-slide-thumb-active {
  border: 5px solid #d61518;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.38);
}
/* LOGO设计服务 */
.level-part {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.level-part .container-two {
  width: 1200px;
  margin: 0 auto;
}
.level-part .level-list {
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  display: inline-block;
}
.level-part .level-list li {
  float: left;
  border-right: 1px solid #e5e5e5;
  width: 25%;
  box-sizing: border-box;
  margin-top: 28px;
  vertical-align: top;
}
.level-part .level-list li:last-child {
  border-right: none;
}
.level-part .level-list li .item {
  width: 270px;
  height: auto;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  padding-bottom: 12px;
  vertical-align: top;
}
.level-part .level-list li .item:hover {
  border-radius: 10px;
  box-shadow: 0px 4px 25px 0px rgba(128, 128, 128, 0.2);
}
.level-part .level-list li .item:hover .yuyue {
  background-color: #d61518;
}
.level-part .level-list li .item .top-box {
  width: 256px;
  height: auto;
  box-sizing: border-box;
  padding: 18px 0px 0 18px;
  position: relative;
  display: inline-block;
}
.level-part .level-list li .item .top-box .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.level-part .level-list li .item .top-box .top img {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  float: left;
}
.level-part .level-list li .item .top-box .top .level-name {
  margin-top: 5px;
}
.level-part .level-list li .item .top-box .top .level-name .tit {
  font-size: 32px;
  color: #b2b2b2;
  font-weight: bold;
}
.level-part .level-list li .item .top-box .level_btn {
  height: 50px;
}
.level-part .level-list li .item .top-box .level_btn p {
  width: 90px;
  height: 28px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  font-size: 14px;
  color: #9f9f9f;
  line-height: 28px;
  text-align: center;
  float: left;
  margin-left: 13.3px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.level-part .level-list li .item .top-box .price {
  border-bottom: 1px solid #e5e5e5;
  color: #ED0508;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  display: none;
}
.level-part .level-list li .item .top-box .price span {
  font-size: 24px;
}
.level-part .level-list li .item .info-list {
  border-top: 1px solid #e5e5e5;
  position: relative;
  padding-left: 20px;
  margin-top: 0px;
  height: 345px;
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 10px;
}
.level-part .level-list li .item .info-list .info-item {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.level-part .level-list li .item .info-list .info-item.p {
  color: #4f4f4f;
  font-weight: bold;
  line-height: 24px;
  margin-top: 10px;
}
.level-part .level-list li .item .info-list .info-item.on {
  color: #ed0508;
}
.level-part .level-list li .item .info-list.on {
  height: auto;
}
.level-part .level-list li .item .more_to {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 100px;
}
.level-part .level-list li .item .auto_d {
  transform: rotate(-180deg);
  transition: all ease-in-out 180ms;
  -webkit-transition: all ease-in-out 180ms;
  -o-transition: all ease-in-out 180ms;
  -ms-transition: all ease-in-out 180ms;
  bottom: 100px;
}
.level-part .level-list li .item .yuyue {
  display: block;
  width: 170px;
  height: 51px;
  background-color: #565656;
  border-radius: 10px;
  font-size: 18px;
  line-height: 51px;
  color: #fff;
  text-align: center;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.level-part .level-list li .item p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 8px;
  text-align: center;
  margin: 20px 0;
}
.more-part {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.more-part .part-title {
  width: 100%;
  height: 50px;
}
.more-part .more-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-part .more-list .item {
  padding-top: 15px;
  width: 291px;
  height: 305px;
  box-sizing: border-box;
}
.more-part .more-list .item:last-child {
  border-right: none;
}
.more-part .more-list .item .img-box {
  width: 291px;
  height: 178px;
  margin: 0 auto;
}
.more-part .more-list .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.more-part .more-list .item .more-text {
  margin: 20px auto 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #555555;
  text-align: center;
}
.more-part .more-list .item .more-text.w230 {
  width: 230px;
}
.more-part .now-zixun {
  margin: 20px auto 0;
  display: block;
  width: 126px;
  height: 46px;
  background-color: #565656;
  border-radius: 10px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
.more-part .now-zixun:hover {
  background-color: #d61518;
}
.blue-part {
  padding: 4px 0;
  background-color: #fff;
  position: relative;
}
.blue-part .category-list {
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.blue-part .category-list .item {
  display: block;
  width: 12.5%;
  margin-bottom: 10px;
}
.blue-part .category-list .item img {
  display: block;
  width: 60px;
  height: 85px;
  margin: 0 auto;
}
.blue-part .category-list .item .txt {
  font-size: 22px;
  color: #323232;
  text-align: center;
  margin-top: 20px;
}
.more_btn {
  width: 182px;
  height: 49px;
  line-height: 49px;
  background: #565656;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 40px auto;
  cursor: pointer;
}
.more_btn a {
  color: #fff;
}
.more_btn:hover {
  background: #ED0508;
  color: #fff;
}
.more_btn:hover a {
  color: #fff;
}
.quality-part {
  padding-top: 60px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.quality-part .part-title {
  width: 100%;
  height: 100px;
}
.quality-part .container-two {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 90px;
}
.quality-part .container-two .author-img {
  width: 86px;
  height: 17px;
  background: url(../../../image/2020/logo/author-icon.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 61px;
  right: 44px;
}
.quality-part .news-list {
  width: 100%;
  margin-top: -12px;
  display: flex;
  justify-content: space-between;
}
.quality-part .news-list .item {
  flex-wrap: nowrap;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  width: 372px;
  height: 218px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: context-menu;
}
.quality-part .news-list .item .tit {
  width: 100%;
  height: 74px;
  line-height: 27px;
  padding-top: 10px;
  position: relative;
  padding-left: 46px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.quality-part .news-list .item .tit::after {
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  background: url(../../../image/2020/logo/news-right.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 11px;
}
.quality-part .news-list .item .timer {
  color: #666666;
  line-height: 28px;
  margin-top: 12px;
}
/* 标志设计为什么重要 */
.part-title2:hover .tit {
  color: #d71518;
}
.part-title2:hover .sub-tit {
  color: #d71518;
}
.part-title2:hover .line {
  background-color: #d71518;
}
.part-title2 .tit {
  font-size: 36px;
  font-weight: bold;
  color: #555;
  width: 290px;
}
.part-title2 .sub-tit {
  margin-top: 5px;
  font-size: 24px;
  color: #555;
  width: 300px;
}
.part-title2 .line {
  margin-top: 15px;
  width: 32px;
  height: 6px;
  background-color: #555;
}
.other-part {
  padding-top: 65px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.other-part .part-title {
  width: 100%;
  height: 50px;
}
.other-part .ohter-list {
  margin-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.other-part .ohter-list a {
  display: block;
  width: 16.6%;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #555555;
}
.other-part .ohter-list a:hover {
  color: #d71518;
}
.information-part {
  padding-top: 25px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.information-part .part-title {
  width: 100%;
  height: 50px;
}
.information-part .infor_right {
  width: 20%;
  height: 40px;
  float: right;
  margin-top: 11px;
  margin-right: 20px;
}
.information-part .infor_right a {
  font-size: 16px;
  color: #666;
  display: block;
  float: right;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.information-part .information-wrap {
  margin-top: 40px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.information-part .information-wrap .information-list {
  margin: 0;
  width: 50%;
}
.information-part .information-wrap .information-list:first-child {
  margin-right: 100px!important;
}
.information-part .information-wrap .information-list a {
  display: block;
  width: 550px;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #6b6b6b;
  font-size: 16px;
  zoom: 1;
  color: #555555;
  font-size: 18px;
}
.information-part .information-wrap .information-list a:after {
  display: block;
  content: '';
  clear: both;
}
.information-part .information-wrap .information-list a:after {
  display: block;
  content: '';
  clear: both;
}
.information-part .information-wrap .information-list a .tit {
  width: 420px;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6b6b6b;
  font-size: 16px;
  float: left;
}
.information-part .information-wrap .information-list a:hover {
  color: #d71518;
}
.information-part .information-wrap .information-list a:hover .tit {
  color: #d71518;
}
.information-part .information-wrap .information-list a .date {
  float: right;
}
.partner-part {
  padding-top: 90px;
  width: 100%;
}
.partner-part .container-two {
  width: 1140px;
  margin: 0 auto;
}
.partner-part .left-img {
  width: 711px;
  height: 474px;
}
.partner-part .left-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.partner-part .right-text {
  width: 350px;
}
.partner-part .right-text .info {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #8a8a8a;
}
.partner-part .right-text .num-list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.partner-part .right-text .num-list li {
  width: 175px;
  margin-bottom: 20px;
}
.partner-part .right-text .num-list .num {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #599af2;
}
.partner-part .right-text .num-list .txt {
  margin-top: 5px;
  font-size: 14px;
  color: #3a3a3a;
}
.submit-part {
  padding-top: 10px;
  padding-bottom: 60px;
  width: 1140px;
  margin: 0 auto;
  padding-left: 200px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.submit-part .phone-box input {
  width: 289px;
  height: 56px;
  border-radius: 10px;
  border: solid 1px #d2d2d2;
  line-height: 54px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  text-indent: 1em;
}
.submit-part .phone-box .submit-phone {
  margin-left: 10px;
  width: 88px;
  height: 56px;
  background-color: #d61518;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
.submit-part .tel-zixun {
  margin-left: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.submit-part .tel-zixun .tel {
  font-size: 28px;
  font-weight: bold;
  color: #d61518;
}
.submit-part .tel-zixun .tel:before {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  background: url(../../../image/2020/logo/phone-icon00001_03.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.submit-part .tel-zixun .txt {
  margin: 0 10px;
  font-size: 14px;
  line-height: 26px;
  color: #3a3a3a;
}
.submit-part .tel-zixun .zixun-btn {
  display: inline-block;
  width: 130px;
  height: 56px;
  background-color: #d61518;
  border-radius: 10px;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  text-align: center;
}
/* **********************************vi************************************************ */
.detail-banner-wrap {
  background: url(../../../image/2020/pingxing/logo_bj.jpg) no-repeat center;
}
.level-part .level-list li .item .info-list {
  height: 290px;
}
.quality-part .news-list .item {
  height: 266px;
}
.level-part .level-list .item .info-list {
  height: 338px;
}
.level-part .level-list .item {
  height: 668px;
}
.zq {
  display: block;
  height: 314px;
  width: 170px;
  box-sizing: border-box;
  position: fixed;
  bottom: 210px;
  left: 0;
  opacity: 1;
  z-index: 999;
}
.zq img {
  width: 100%;
  height: auto;
}
