/* 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;
}
@font-face {
  font-family: "PingFang";
  src: url("../../2020/css_1/index_font/PingFangRegular.ttf");
}
/* **********************************热门新闻咨询列表************************************************ */
/* 面包屑 */
.crumbs-list {
  width: 1200px;
  padding-top: 25px;
  margin: 0 auto;
}
.crumbs-list a {
  font-size: 16px;
  color: #a0a0a0;
}
.crumbs-list a:after {
  display: inline-block;
  content: '/';
  font-weight: normal;
  margin-left: 5px;
}
.crumbs-list span {
  font-size: 16px;
  color: #555;
}
/*主要内容*/
.g-bd .bgcolor {
  height: 176px;
  background: linear-gradient(0deg, #eaeaea 0%, #ffffff 100%);
  width: 100%;
  text-align: center;
}
.g-bd .bgcolor h1 {
  color: #D71518;
  font-size: 38px;
  font-weight: 800;
  padding-top: 30px;
  font-weight: bold;
}
.g-bd .bgcolor p {
  color: #323232;
  font-size: 16px;
  margin-top: 8px;
  width: 60%;
  text-align: left;
  margin: 10px auto;
  line-height: 24px;
}
.g-bd .bgcolor p span {
  color: #D71518;
  font-weight: bold;
}
.g-bd .bgcolor a {
  width: 101px;
  height: 36px;
  background: linear-gradient(270deg, #d61518, #ff3838);
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  line-height: 36px;
  margin: 20px auto;
  cursor: pointer;
}
.g-bd .nav {
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #333;
}
.g-bd .nav a {
  display: inline-block;
}
.g-bd .nav p {
  width: 26px;
  text-align: center;
  display: inline-block;
}
.g-bd .nav span {
  display: inline-block;
  color: #D71518;
}
.nav_main {
  justify-content: left;
  width: 1200px;
  margin: 20px auto 0 auto;
}
.nav_main a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 46px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}
.nav_main a.on {
  background: #F60001;
  color: #fff;
}
.db {
  margin-top: 20px;
  margin-bottom: 40px;
}
.hr_h {
  padding-top: 10px;
  padding-bottom: 10px;
}
.guanggaowei {
  width: 1200px;
  height: 243px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 0 auto;
  background: #fff;
  padding: 22px 0;
  box-sizing: border-box;
}
.guanggaowei .item {
  width: 272px;
  height: 198px;
  padding: 36px;
  text-align: center;
  display: inline-block;
  background-size: cover;
  box-sizing: border-box;
  margin-left: 20px;
}
.guanggaowei .item .text {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2px;
}
.guanggaowei .item p {
  font-size: 22px;
  color: #fff;
  font-weight: 100;
  margin-bottom: 30px;
}
.guanggaowei .item p span {
  font-style: oblique;
  font-weight: bold;
}
.guanggaowei .item a {
  width: 140px;
  height: 38px;
  background: #D61518;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 38px;
  margin: 0 auto;
}
.guanggaowei .item a:hover {
  background: #FF3838;
  transition: all ease-in-out 100ms;
}
.guanggaowei .item.item1 {
  background: url(../../../image/2020/news-cehua/case_tag_gg1.jpg) no-repeat center;
}
.guanggaowei .item.item2 {
  background: url(../../../image/2020/news-cehua/case_tag_gg2.jpg) no-repeat center;
}
.guanggaowei .item.item3 {
  background: url(../../../image/2020/news-cehua/case_tag_gg3.jpg) no-repeat center;
}
.guanggaowei .item.item4 {
  background: url(../../../image/2020/news-cehua/case_tag_gg4.jpg) no-repeat center;
}
.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: 216px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  border: 1px solid #eee;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.park-part .pop-content .park-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 176px;
}
.park-part .pop-content .park-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.park-part .pop-content:hover {
  box-sizing: border-box;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.park-part .pop-content:hover .tit {
  color: #D71518;
}
.park-part .park-info {
  height: 266px;
  position: relative;
  margin-left: 46px;
  width: 816px;
}
.park-part .park-info .tit {
  margin-top: 10px;
  font-size: 26px;
  color: #414141;
  font-weight: bold;
  overflow: hidden;
  width: 814px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.park-part .park-info .info {
  margin-top: 6px;
  font-size: 16px;
  color: #a8a8a8;
  font-weight: 400;
  line-height: 24px;
}
.park-part .park-info .text {
  margin-top: 20px;
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pub-page-box {
  text-align: center;
  margin: 60px auto;
}
.video-part {
  width: 100%;
  position: relative;
}
.video_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.item_a {
  flex: 1;
  width: 23%;
  min-width: 23%;
  max-width: 23%;
  line-height: 30px;
  padding: 10px;
}
.item_a .video_img {
  width: 280px;
  height: 280px;
}
.item_a .video_img img {
  width: 100%;
  height: 100%;
}
.item_a .video_title {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item_a .video_time {
  font-size: 14px;
  color: #a8a8a8;
  font-weight: 500;
  display: flex;
}
.item_a .video_time .video_time_left {
  width: 75%;
}
.item_a .video_time .video_time_right {
  width: 25%;
}
.item_a .video_time .video_time_right img {
  width: 20px;
  height: 20px;
}
.index-title .tit {
  font-size: 32px;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.index-title .tit::before {
  display: block;
  content: '';
  background-color: #d61518;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 8px;
  height: 30px;
  border-radius: 4px;
}
