/* 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;
}
/* **********************************服务介绍************************************************ */
/*主要内容*/
.g-bd {
  position: relative;
}
.banner-wrap {
  width: 100%;
  height: 400px;
  background-color: #fff;
  position: relative;
}
.banner-wrap .outers {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-wrap .banner_1 {
  width: 100%;
  height: 400px;
  background: url(../../../image/2020/service/service-banner.jpg) no-repeat center;
  background-size: cover;
}
.banner-wrap .content {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
.banner-wrap .banner {
  background: #000;
  width: 196px;
  height: 500px;
}
.four_xq {
  margin: 50px auto;
}
.four_xq .index-title {
  width: 100%;
}
.four_xq .left-img {
  width: 684px;
  height: 450px;
  border-right: 1px solid #eeeeee;
  margin-left: 15px;
  margin-top: 50px;
}
.four_xq .right-text {
  width: 500px;
  height: 450px;
  margin-top: 50px;
}
.four_xq .right-text .part_title_zixun {
  margin-left: 85px;
  margin-top: 7px;
  width: 408px;
  height: 429px;
  background: #ffffff;
  box-shadow: 0px 8px 17px 1px rgba(76, 7, 12, 0.11);
  border-radius: 8px;
}
.four_xq .right-text .part_title_zixun .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 22px;
  box-sizing: border-box;
}
.four_xq .right-text .part_title_zixun .sub-tit2 {
  font-size: 16px;
  color: #3c3c3c;
  padding-bottom: 10px;
  margin-top: 10px;
}
.four_xq .right-text .part_title_zixun .btxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 20px;
}
.four_xq .right-text .part_title_zixun .btxt .tit {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #565656;
  margin: 0 12px;
}
.four_xq .right-text .part_title_zixun .input_box {
  background: #f3f3f3;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  margin-top: 10px;
}
.four_xq .right-text .part_title_zixun .input_box p {
  width: 30%;
  float: left;
  font-size: 18px;
  text-align: center;
  color: #323232;
}
.four_xq .right-text .part_title_zixun .input_box input {
  color: #323232;
  float: left;
  width: 64%;
  border: none;
  background: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
.four_xq .right-text .part_title_zixun .qr_z,
.four_xq .right-text .part_title_zixun .qr_lj {
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: none;
  text-align: center;
  font-size: 22px;
  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: 10px;
  margin-top: 14px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}
.four_xq .right-text .part_title_zixun .btxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
.four_xq .right-text .part_title_zixun .btxt .line {
  width: 8px;
  height: 2px;
  background-color: #d61518;
}
.four_xq .right-text .part_title_zixun .btxt .tit {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #565656;
  margin: 0 12px;
}
.four_xq .right-text .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;
}
.four_a_xq {
  padding: 50px 0;
  background: #f9f9f9;
}
.four_a_xq .index-title {
  width: 100%;
  margin-bottom: 50px;
}
.four_a_xq .four_a_box {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.four_a_xq .four_a_box .item {
  width: 369px;
  height: 580px;
  border-radius: 8px;
  padding: 32px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: #fff;
}
.four_a_xq .four_a_box .item .icon {
  width: 61px;
  height: 53px;
  margin-bottom: 14px;
}
.four_a_xq .four_a_box .item h1 {
  font-size: 28px;
  font-weight: bold;
  color: #646464;
  margin-bottom: 15px;
}
.four_a_xq .four_a_box .item ul {
  width: 78%;
  height: 220px;
  margin: 0 auto;
}
.four_a_xq .four_a_box .item ul li {
  font-size: 18px;
  color: #646464;
  line-height: 30px;
  text-align: left;
  position: relative;
}
.four_a_xq .four_a_box .item ul li::before {
  position: absolute;
  content: '';
  top: 13px;
  left: -14px;
  width: 4px;
  height: 4px;
  background: #646464;
  border-radius: 50%;
}
.four_a_xq .four_a_box .item .allimg {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.four_a_xq .four_a_box .item:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.four_a_xq .fout_bottom {
  width: 100%;
  height: 70px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.four_a_xq .fout_bottom .lj_zx {
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 240px;
  border: none;
  text-align: center;
  font-size: 22px;
  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: 10px;
  margin-top: 14px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}
.four_a_xq .fout_bottom p {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 400;
  color: #646464;
  margin: 14px 30px;
}
.four_a_xq .fout_bottom img {
  width: 209px;
  height: 52px;
  margin-top: 12px;
}
.change_yd {
  background: url(../../../image/2020/index/map_bj.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 790px;
}
.change_yd .quality-case-part .quality-outers {
  padding-top: 70px;
  width: 1200px;
  margin: 0 auto;
}
.change_yd .quality-case-part .quality-outers {
  padding-top: 70px;
  width: 1200px;
  margin: 0 auto;
}
.consociation-wrap {
  width: 1200px;
  margin: 40px auto 0;
  /* height: 240px; */
  position: relative;
}
.consociation-wrap .swiper-container {
  width: 100%;
  height: 100%;
}
.consociation-wrap .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.consociation-wrap .consociation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.consociation-wrap .consociation-item .item {
  width: 195px;
  height: 106px;
  margin: 5px 0;
}
.consociation-wrap .consociation-item .item img {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 1s;
  border-radius: 10px;
  box-shadow: 0px 4px 5px 0px rgba(88, 88, 88, 0.1);
}
.consociation-wrap .consociation-item .item img:hover {
  transform: scale(1.1);
}
.consociation-wrap .next1 {
  width: 43px;
  height: 43px;
  background: url(../../../image/2020/index/hezuo-next-hover.png) no-repeat center;
  background-size: 100% 100%;
  right: 0px;
  top: -60px;
}
.consociation-wrap .next1:focus {
  outline: none;
}
.consociation-wrap .next1.swiper-button-disabled {
  background: url(../../../image/2020/index/hezuo-next.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 1;
}
.consociation-wrap .prev1 {
  width: 43px;
  height: 43px;
  background: url(../../../image/2020/index/hezuo-prev-hover.png) no-repeat center;
  background-size: 100% 100%;
  right: 55px;
  left: initial;
  top: -60px;
}
.consociation-wrap .prev1:focus {
  outline: none;
}
.consociation-wrap .prev1.swiper-button-disabled {
  background: url(../../../image/2020/index/hezuo-prev.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 1;
}
