/* 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;
}
.tit_sub_text {
  color: #333333;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 30px;
}
.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/area-creative/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;
}
.change_yd {
  background-size: 100% 100%;
  width: 100%;
  height: 380px;
  padding-bottom: 40px;
}
.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;
}
.change_yd .consociation-wrap {
  width: 1200px;
  margin: 30px auto 0;
  position: relative;
}
.banner2-wrap {
  width: 1202px;
  height: 598px;
  margin-top: 23px;
  margin-bottom: 80px;
  background-color: #fff;
  position: relative;
}
.banner2-wrap .outers {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner2-wrap .banner_2 {
  width: 1202px;
  height: 598px;
  background: url(../../../image/2020/area-creative/tx.png) no-repeat center;
  background-size: cover;
}
.banner2-wrap .swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  width: 24px;
  height: 6px;
  background: #ffffff;
  border-radius: 3px;
}
.park-part .park-outers {
  padding-top: 10px;
  width: 1200px;
  margin: 0 auto;
}
.park-part .x_yd {
  margin: 25px 0 0 0;
  height: 400px;
}
.park-part .x_yd .index-title {
  width: 100%;
  height: 80px;
}
.park-part .pop-content {
  width: 1200px;
  height: 316px;
  padding: 22px 40px 22px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.park-part .pop-content .park-img img {
  display: block;
  width: 387px;
  height: 266px;
}
.park-part .pop-content:hover {
  box-sizing: border-box;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.park-part .park-info {
  height: 266px;
  position: relative;
  margin-left: 54px;
  width: 700px;
}
.park-part .park-info .tit {
  margin-top: 5px;
  font-size: 32px;
  color: #d61518;
  font-weight: 500;
}
.park-part .park-info .line {
  margin-top: 10px;
  width: 32px;
  height: 6px;
  background-color: #d61518;
}
.park-part .park-info .info {
  margin-top: 14px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
}
.park-part .park-info .bottom-info {
  margin-top: 26px;
}
.park-part .park-info .bottom-info .item {
  line-height: 32px;
  font-size: 20px;
  color: #333;
}
.park-part .park-info .bottom-info .item span {
  color: #d61518;
  margin-right: 20px;
}
.tit_sub2 {
  padding-left: 0;
  font-size: 16px;
  color: #333333;
  margin-top: 32px;
  line-height: 30px;
  margin-bottom: 30px;
}
.tit_sub2 .text {
  text-indent: -20px;
  line-height: 33px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  letter-spacing: normal;
}
.part-text {
  padding-left: 0;
  font-size: 16px;
  color: #333333;
  margin-top: 32px;
}
.part-text .text {
  text-indent: -20px;
  line-height: 33px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  letter-spacing: normal;
}
.box {
  display: block;
  width: 572px;
  margin: 40px auto 80px auto;
}
.box .tel {
  width: 572px;
  height: auto;
}
