/* 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;
}
/* **********************************pack************************************************ */
/*主要内容*/
.g-bd {
  position: relative;
}
.container1 {
  width: 1360px!important;
  margin: 0 auto;
  position: relative;
}
.search-main-wrap {
  width: 100%;
  height: 350px;
  background-image: linear-gradient(0deg, #f3f2f0 0%, #ffffff 100%);
  box-sizing: border-box;
  padding-top: 110px;
}
.search-main-wrap .title {
  font-size: 30px;
  color: #555;
  font-weight: bold;
}
.search-main-wrap .en-tit {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #4f4f4f;
}
.search-main-wrap .search-wrap {
  padding-top: 40px;
  position: relative;
}
.search-main-wrap .search-wrap .search-input {
  width: 1000px;
  caret-color: #e6e6e6;
  font-size: 62px;
  line-height: 90px;
  font-weight: bold;
  background-color: transparent;
  color: #666;
  border-bottom: solid 3px #e6e6e6;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  text-indent: 10px;
  padding-bottom: 10px;
}
.search-main-wrap .search-wrap input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.search-main-wrap .search-wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e6e6e6;
}
.search-main-wrap .search-wrap input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e6e6e6;
}
.search-main-wrap .search-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e6e6e6;
}
.search-main-wrap .search-wrap .search-btn {
  margin-top: 15px;
  width: 138px;
  height: 56px;
  background-color: #d61518;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 56px;
  color: #fff;
  text-align: center;
}
.search-main-wrap .search-wrap .search-btn::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../../../image/2020/category/search-icons.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.search-main-wrap .search-wrap .result-list {
  height: auto;
  display: none;
  position: absolute;
  top: 143px;
  left: 0px;
  z-index: 999;
  width: 1000px;
  background: #f3f2f0;
  border: 2px solid #e6e6e6;
  box-sizing: border-box;
  border-top: 0;
}
.search-main-wrap .search-wrap .result-list li {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  padding-left: 10px;
  cursor: pointer;
}
.search-main-wrap .search-wrap .result-list li:hover {
  background: #fff;
}
.part-title:hover .tit {
  color: #d71518;
}
.part-title:hover .sub-tit {
  color: #d71518;
}
.part-title:hover .line {
  background-color: #d71518;
}
.part-title .tit {
  font-size: 36px;
  font-weight: bold;
  color: #555;
}
.part-title .sub-tit {
  margin-top: 5px;
  font-size: 24px;
  color: #555;
}
.part-title .line {
  margin-top: 15px;
  width: 32px;
  height: 6px;
  background-color: #555;
}
.contant-us {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contant-us .contant-wrap {
  margin-top: 50px;
}
.contant-us .contant-wrap .tel-box {
  width: 410px;
  height: 110px;
  border-right: 2px solid #e6e6e6;
}
.contant-us .contant-wrap .tel-box .tit {
  padding-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #a8a8a8;
}
.contant-us .contant-wrap .tel-box .tel {
  font-size: 48px;
  font-weight: bold;
  color: #d61518;
}
.contant-us .contant-wrap .right {
  width: 725px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.contant-us .contant-wrap .yuyue {
  width: 344px;
}
.contant-us .contant-wrap .yuyue .tit {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.contant-us .contant-wrap .yuyue .input-box {
  margin-top: 10px;
  width: 344px;
  height: 56px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
}
.contant-us .contant-wrap .yuyue .phone-input {
  width: 209px;
  height: 54px;
  border-radius: 10px;
  outline: none;
  border: none;
  text-indent: 10px;
}
.contant-us .contant-wrap .yuyue .submit-phone-btn {
  width: 132px;
  height: 54px;
  background-color: #e5e5e5;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #565656;
  cursor: pointer;
  font-weight: bold;
}
.contant-us .contant-wrap .yuyue .notice {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #0096ff;
}
.contant-us .contant-wrap .yuyue .notice::before {
  display: inline-block;
  content: '';
  width: 11px;
  height: 17px;
  background: url(../../../image/2020/category/suo.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.contant-us .contant-wrap .on-line {
  display: block;
  margin-top: 25px;
  width: 344px;
  height: 56px;
  background-color: #d61518;
  border-radius: 10px;
  font-size: 20px;
  line-height: 56px;
  color: #fff;
  text-align: center;
}
/* 所有类目 */
.all-category {
  padding-top: 80px;
}
.all-category .title {
  font-size: 24px;
  font-weight: bold;
  color: #555555;
}
.all-category .title span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  position: relative;
  top: 3px;
}
/* 精品案例*/
.categories-controller-list {
  width: 1360px;
  margin: 40px auto 0;
  height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.categories-controller-list .controller-item {
  /* width: 197px; */
  padding: 0 18px;
  height: 60px;
  background-color: #f3f2f0;
  border-radius: 5px;
  font-size: 18px;
  color: #565656;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  box-sizing: border-box;
}
.categories-controller-list .controller-item.on {
  background-color: #fff;
  box-shadow: 0px 12px 21px 0px rgba(202, 202, 202, 0.35);
  border: solid 3px #d71518;
  line-height: 52px;
  color: #d71518;
}
.categories-case-show {
  margin-top: 50px;
  width: 100%;
  border-top: 2px solid #e6e6e6;
}
.categories-case-show .outer {
  width: 1240px;
  margin: 0 auto 0;
  display: none;
}
.categories-case-show .outer.show {
  display: block;
}
/* 品牌设计 */
.categories-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.categories-item .categary-list-item {
  width: 413px;
  height: 265px;
  border-left: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  padding: 80px 30px 30px 65px;
  float: left;
}
.categories-item .categary-list-item:before {
  box-sizing: border-box;
  transition-duration: 0.3s;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.categories-item .categary-list-item:hover:before {
  box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  transform: scale(1.05, 1.05);
  z-index: 9;
}
.categories-item .categary-list-item:hover .inner .mid .txt .tit {
  color: #dd0012;
}
.categories-item .categary-list-item .inner {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.categories-item .categary-list-item .inner .most {
  width: 115px;
  height: 32px;
  background: url(../../../image/2020/category/most-icon.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: -45px;
}
.categories-item .categary-list-item .inner .mid .icon {
  width: 68px;
  height: 68px;
}
.categories-item .categary-list-item .inner .mid .icon.pinpai-icon1 {
  background: url(../../../image/2020/category/pinpai01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.pinpai-icon2 {
  background: url(../../../image/2020/category/pinpai02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.pinpai-icon3 {
  background: url(../../../image/2020/category/pinpai03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.pinpai-icon4 {
  background: url(../../../image/2020/category/pinpai04.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.pinpai-icon5 {
  background: url(../../../image/2020/category/pinpai05.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.baozhuang-icon1 {
  background: url(../../../image/2020/category/baozhuang01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.baozhuang-icon2 {
  background: url(../../../image/2020/category/baozhuang02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.baozhuang-icon3 {
  background: url(../../../image/2020/category/baozhuang03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.baozhuang-icon4 {
  background: url(../../../image/2020/category/baozhuang04.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.ppch-icon1 {
  background: url(../../../image/2020/category/ppch01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.ppch-icon2 {
  background: url(../../../image/2020/category/ppch02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.ppch-icon3 {
  background: url(../../../image/2020/category/ppch03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.ppch-icon4 {
  background: url(../../../image/2020/category/ppch04.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.ppch-icon5 {
  background: url(../../../image/2020/category/ppch05.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.web-icon1 {
  background: url(../../../image/2020/category/web01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.web-icon2 {
  background: url(../../../image/2020/category/web02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.web-icon3 {
  background: url(../../../image/2020/category/web03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.web-icon4 {
  background: url(../../../image/2020/category/web04.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.web-icon5 {
  background: url(../../../image/2020/category/web05.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.web-icon6 {
  background: url(../../../image/2020/category/web06.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.video-icon1 {
  background: url(../../../image/2020/category/video01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.video-icon2 {
  background: url(../../../image/2020/category/video02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.video-icon3 {
  background: url(../../../image/2020/category/video03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.space-icon1 {
  background: url(../../../image/2020/category/space01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.space-icon2 {
  background: url(../../../image/2020/category/space02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.space-icon5 {
  background: url(../../../image/2020/category/space03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.space-icon4 {
  background: url(../../../image/2020/category/space04.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.space-icon3 {
  background: url(../../../image/2020/category/space03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.activity-icon1 {
  background: url(../../../image/2020/category/activity01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.activity-icon2 {
  background: url(../../../image/2020/category/activity02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.activity-icon3 {
  background: url(../../../image/2020/category/activity03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.activity-icon4 {
  background: url(../../../image/2020/category/activity04.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.daoshi-icon1 {
  background: url(../../../image/2020/category/daoshi01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.yxtg-icon1 {
  background: url(../../../image/2020/category/yxtg01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.yxtg-icon2 {
  background: url(../../../image/2020/category/yxtg02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.yxtg-icon3 {
  background: url(../../../image/2020/category/yxtg03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.yxtg-icon4 {
  background: url(../../../image/2020/category/yxtg04.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.yxtg-icon5 {
  background: url(../../../image/2020/category/yxtg05.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.yxtg-icon6 {
  background: url(../../../image/2020/category/yxtg06.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.city-icon1 {
  background: url(../../../image/2020/category/city01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.city-icon2 {
  background: url(../../../image/2020/category/city02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.city-icon3 {
  background: url(../../../image/2020/category/city03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.hy-icon1 {
  background: url(../../../image/2020/category/hy01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.hy-icon2 {
  background: url(../../../image/2020/category/hy02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.hy-icon3 {
  background: url(../../../image/2020/category/hy03.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.wz-icon1 {
  background: url(../../../image/2020/category/wz01.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .icon.wz-icon2 {
  background: url(../../../image/2020/category/wz02.png) no-repeat center;
  background-size: 100% 100%;
}
.categories-item .categary-list-item .inner .mid .txt {
  margin-left: 20px;
}
.categories-item .categary-list-item .inner .mid .txt .tit {
  font-size: 22px;
  font-weight: bold;
  color: #555;
}
.categories-item .categary-list-item .inner .mid .txt .info {
  margin-top: 10px;
  width: 105px;
  height: 29px;
  border-radius: 4px;
  border: solid 2px #dd0012;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #dd0012;
  text-align: center;
  line-height: 25px;
}
.categories-item .categary-list-item .inner .mid .txt .info span {
  font-size: 12px;
  margin-left: 1px;
}
.categories-item .categary-list-item .inner .notice {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #a8a8a8;
}
.categories-item .categary-list-item.no-left-border {
  border-left: none;
}
.categories-item .categary-list-item.no-left-border:last-child {
  border-right: 2px solid #e6e6e6;
}
.categories-item .categary-list-item.no-dd-border {
  border-left: none;
  border-right: 2px solid #e6e6e6;
  border-bottom: none;
}
.categories-item .categary-list-item.no-bottom-border {
  border-bottom: none;
}
.categories-item .categary-list-item.style-two {
  border-left: none;
  border-bottom: none;
  border-right: 2px solid #e6e6e6;
  width: 415px;
}
.categories-item .categary-list-item.style-three {
  border-left: none;
  border-bottom: none;
  border-right: 2px solid #e6e6e6;
  width: 413px;
}
.pinpai-swiper-wrap {
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
}
.pinpai-swiper-wrap .swiper-container {
  margin-top: 20px;
  width: 100%;
  height: 720px;
  position: initial;
}
.pinpai-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.pinpai-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.pinpai-swiper-wrap .pinpai-swiper-item {
  display: block;
  width: 100%;
}
.pinpai-swiper-wrap .pinpai-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 590px;
}
.pinpai-swiper-wrap .pinpai-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-top: 20px;
}
.baozhuang-swiper-wrap {
  /* width: 827px;
	height: 530px; */
  display: block;
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.baozhuang-swiper-wrap .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: initial;
}
.baozhuang-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.baozhuang-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.baozhuang-swiper-wrap .baozhuang-swiper-item {
  width: 100%;
}
.baozhuang-swiper-wrap .baozhuang-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.baozhuang-swiper-wrap .baozhuang-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.daoshi-swiper-wrap {
  /* width: 827px;
	height: 530px; */
  display: block;
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.daoshi-swiper-wrap .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: initial;
}
.daoshi-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.daoshi-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.daoshi-swiper-wrap .daoshi-swiper-item {
  width: 100%;
}
.daoshi-swiper-wrap .daoshi-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.daoshi-swiper-wrap .daoshi-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ppch-swiper-wrap {
  display: block;
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.ppch-swiper-wrap .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: initial;
}
.ppch-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.ppch-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.ppch-swiper-wrap .ppch-swiper-item {
  width: 100%;
}
.ppch-swiper-wrap .ppch-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ppch-swiper-wrap .ppch-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.web-swiper-wrap {
  display: block;
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.web-swiper-wrap .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: initial;
}
.web-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.web-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.web-swiper-wrap .web-swiper-item {
  width: 100%;
}
.web-swiper-wrap .web-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.web-swiper-wrap .web-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.video-swiper-wrap {
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.video-swiper-wrap .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: initial;
}
.video-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.video-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.video-swiper-wrap .video-swiper-item {
  width: 100%;
  cursor: pointer;
}
.video-swiper-wrap .video-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.video-swiper-wrap .video-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.space-swiper-wrap {
  display: block;
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.space-swiper-wrap .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: initial;
}
.space-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.space-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.space-swiper-wrap .space-swiper-item {
  width: 100%;
}
.space-swiper-wrap .space-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.space-swiper-wrap .space-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.activity-swiper-wrap {
  display: block;
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.activity-swiper-wrap .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: initial;
}
.activity-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.activity-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.activity-swiper-wrap .activity-swiper-item {
  width: 100%;
}
.activity-swiper-wrap .activity-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.activity-swiper-wrap .activity-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.yxtg-swiper-wrap {
  display: block;
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.yxtg-swiper-wrap .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: initial;
}
.yxtg-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.yxtg-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.yxtg-swiper-wrap .yxtg-swiper-item {
  width: 100%;
}
.yxtg-swiper-wrap .yxtg-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.yxtg-swiper-wrap .yxtg-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.city-swiper-wrap {
  display: block;
  width: 1240px;
  height: 720px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.city-swiper-wrap .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: initial;
}
.city-swiper-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-right: 10px;
}
.city-swiper-wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
}
.city-swiper-wrap .city-swiper-item {
  width: 100%;
}
.city-swiper-wrap .city-swiper-item img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.city-swiper-wrap .city-swiper-item .desc {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* *******************************全屏弹出样式start******************************************************* */
.overlay {
  position: fixed;
  /* width: 100%; */
  /* height: 100vh; */
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0, #ffffff 33%);
}
.overlay .overlay-close {
  width: 46px;
  height: 45px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../../../image/2020/category/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 9999;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.full-screen-wrap {
  width: 100%;
  height: 100%;
}
.full-screen-wrap .item {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 90px;
  /* padding-left: 340px; */
  box-sizing: border-box;
  position: relative;
  width: 1340px;
  margin: 0 auto;
}
.full-screen-wrap .item.show {
  display: flex;
}
.full-left {
  width: 730px;
  position: relative;
  z-index: 9;
}
.full-left .categary-full-title .tit {
  font-size: 53px;
  font-weight: bold;
  color: #d71518;
}
.full-left .categary-full-title .sub-tit {
  font-size: 30px;
  color: #d71518;
}
.full-left .categary-full-title .line {
  margin-top: 20px;
  width: 40px;
  height: 9px;
  background-color: #d71518;
}
.full-left .categary-full-info {
  margin-top: 30px;
  width: 730px;
  height: 440px;
  background-color: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.31);
  box-sizing: border-box;
  padding: 40px 55px;
  position: relative;
}
.full-left .categary-full-info .txt {
  margin-top: 30px;
  font-weight: 500;
  width: 500px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #555;
}
.full-left .categary-full-info .tag-box {
  margin-top: 20px;
  font-size: 16px;
  color: #8c8c8c;
}
.full-left .categary-full-info .tag-box li {
  line-height: 30px;
}
.full-left .categary-full-info .tag-box li::before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 11px;
  background: url(../../../image/2020/category/full-right.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.full-left .categary-full-info .btn-wraps {
  position: absolute;
  bottom: 40px;
  left: 55px;
}
.full-left .categary-full-info .btn-wraps .submit-btn {
  display: inline-block;
  width: 182px;
  height: 57px;
  background-color: #d71518;
  border-radius: 10px;
  font-size: 18px;
  line-height: 57px;
  text-align: center;
  color: #fff;
}
.full-left .categary-full-info .btn-wraps .look {
  margin-left: 18px;
  display: inline-block;
  font-size: 18px;
  color: #d71518;
  font-weight: bold;
  position: relative;
  top: 9px;
}
.full-left .categary-full-info .btn-wraps .look:after {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../../image/2020/category/full-jiantou.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.full-right {
  position: relative;
  left: -185px;
  z-index: 8;
}
/* *******************************全屏弹出样式end******************************************************* */
.layui-layer {
  background-color: #000 !important;
}
video {
  border: 0;
  outline: none;
  /*去除蓝色边框*/
}
