html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.banner a img {
  width: 100%;
}
.clear {
  clear: both;
}
.content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}


.bread_nav .content {
  padding-left: 45px !important;
  background: url(/template/default/index/images/home.png) no-repeat left 15px center;
  height: 60px;
  line-height: 60px;
}

.bread_nav .content span,
.bread_nav .content a {
  font-size: 14px;
  color: #000000;
  /* pointer-events: none; */
}

.bread_nav .content a:hover {
  color: #cd281e;
}


.top {
  border-top: 3px solid #cd281e;
}
.top .content {
  border-bottom: 1px solid #dedede;
  height: 48px;
  line-height: 48px;
}
.top .content .left {
  float: left;
}
.top .content .left a {
  font-size: 14px;
  color: #666666;
}
.top .content .left a:hover {
  color: #cd281e;
}
.top .content .right {
  float: right;
}
.top .content .right ul li {
  float: left;
  margin-left: 45px;
  position: relative;
}
.top .content .right ul li:last-child::after {
  display: none;
}
.top .content .right ul li::after {
  position: absolute;
  right: -22.5px;
  top: 50%;
  content: "";
  width: 1px;
  height: 14px;
  background: #dedede;
  transform: translateY(-50%);
}
.top .content .right ul li:hover a {
  color: #cd281e;
}
.top .content .right ul li:hover .qrcode {
  display: block;
}
.top .content .right ul li a {
  font-size: 14px;
  color: #666666;
}
.top .content .right ul li .qrcode {
  background: #fff;
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.top .content .right ul li .qrcode img {
  width: 127px;
}
.header {
  position: relative;
}
.header .content {
  height: 106px;
  display: flex;
  justify-content: space-between;
}
.header .content .logo {
  margin-top:29px;
}
.header .content .logo a {
  display: block;
  float: left;
}

.header .content .logo a img{
    /* height: 100px; */
}


.header .content .logo .word {
  float: left;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-left: 10px;
  padding-left: 10px;
  margin-top: 12px;
  border-left: 1px solid #dedede;
}
.header .content .tel {
  float: right;
  margin-top: 15px;
  margin-left: 60px;
}
.header .content .tel p img {
  position: relative;
  top: -2px;
}
.header .content .tel p span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.header .content .nav {
  float: left;
}
.header .content .nav > ul > li {
  height: 106px;
  padding-top: 40px;
  float: left;
  margin-left: 50px;
  position: relative;
}
.header .content .nav > ul > li:first-child {
  margin-left: 0;
}
.header .content .nav > ul > li:hover .son_nav {
  display: block;
}
.header .content .nav > ul > li:hover > a,
.header .content .nav > ul > li.active > a {
  color: #333333;
}
.header .content .nav > ul > li:hover > a::after,
.header .content .nav > ul > li.active > a::after {
  display: block;
}
.header .content .nav > ul > li > a {
  font-size: 16px;
  color: #999999;
  position: relative;
}
.header .content .nav > ul > li > a::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 7px;
  height: 7px;
  background-color: #cd281e;
  border-radius: 50%;
  display: none;
}
.header .content .nav > ul > li .son_nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  background: #f1f1f1;
  z-index: 10;
}
.header .content .nav > ul > li .son_nav ul {
  text-align: center;
}
.header .content .nav > ul > li .son_nav ul li {
  /* margin: 0 10px; */
}
.header .content .nav > ul > li .son_nav ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  color: #999999;
  transition: all .5s linear;
}
.header .content .nav > ul > li .son_nav ul li a:hover {
  color: #fff;
  background: #cd281e;
}
.am-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
}
.am-header h1{
  margin: 0 !important;
  text-align: left !important;
}
.am-header h1 a {
  display: block;
}

.am-header h1 a img {
  /*width: 100px;*/
  height: 40px !important;
  margin-top: 0 !important;
  vertical-align: middle !important;
  margin-bottom: 6px;
}
.am-header .am-btn {
  background: #cd281e;
  color: #fff;
}
.am-offcanvas-bar {
  background: #fff;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  content: "\f105";
}
.am-offcanvas-bar .am-icon-angle-left:before {
  content: "\f105";
}
.am-offcanvas-bar .am-menu-nav > li > a {
  height: 70px;
  line-height: 70px;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  top: 50% !important;
  transform: translateY(-50%);
}
.am-offcanvas-bar .morenav.active span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.am-offcanvas-bar .am-nav > li > a {
  padding-left: 0;
}
.am-offcanvas-bar:after {
  background: #fff;
}
.am-offcanvas-bar .am-menu-sub {
  background: #cd281e;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.am-offcanvas-bar .am-menu-sub a {
  color: #fff;
  font-size: 14px;
}
.am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background-color: #cd281e !important;
  color: #fff !important;
}
.am-offcanvas-bar .am-menu-nav > li:first-child a {
  border-top: 1px solid none;
  border-top: none;
}
.am-offcanvas-bar .am-menu-nav > li > a {
  color: #666;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-size: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  font-size: 14px;
}
.am-offcanvas-bar .am-menu-nav > li > a:hover {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .aside {
  position: absolute;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 3rem;
  right: 1rem;
  font-size: 1.4rem;
}
.am-offcanvas-bar .aside a {
  color: #cd281e;
}
.index_banner .slide .swiper-container {
  width: 100%;
}
.index_banner .slide .swiper-container .swiper-pagination-bullet {
  background: #fff;
}
.index .title h5 {
  font-size: 50px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.index .title h6 {
  font-size: 24px;
  line-height: 30px;
  color: #999999;
}
.index .item1 {
  background: #f1f1f1;
}
.index .item1 .content {
  position: relative;
  z-index: 10;
  top: -45px;
}
.index .item1 .content .center {
  background: #fff;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .item1 .content .center .pic {
  width: 40%;
  height: 375px;
  background: url(/template/default/index/images/index_item1_01.jpg) no-repeat center;
}
.index .item1 .content .center .word {
  width: 55%;
}
.index .item1 .content .center .word h5 {
  font-size: 60px;
  line-height: 1;
  color: #cd281e;
}
.index .item1 .content .center .word h6 {
  font-size: 66.66px;
  line-height: 1;
  color: #999999;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px;
}
.index .item1 .content .center .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  max-height: 90px;
  margin-bottom: 30px;
}
.index .item1 .content .center .word a {
  font-size: 14px;
  line-height: 24px;
  color: #cd281e;
  font-weight: bold;
}
.index .item1 .content .num {
  border-top: 1px solid #f1f1f1;
  background: #fff;
}
.index .item1 .content .num ul li {
  border-left: 1px solid #f1f1f1;
}
.index .item1 .content .num ul li:first-child {
  border-left: 0 solid #000;
}
.index .item1 .content .num ul li:first-child a::after {
  display: none;
}
.index .item1 .content .num ul li a {
  display: flex;
  height: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.index .item1 .content .num ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #cd281e;
}
.index .item1 .content .num ul li a h5 {
  font-size: 36px;
  line-height: 1;
  color: #cd281e;
  margin-bottom: 10px;
}
.index .item1 .content .num ul li a h6 {
  font-size: 16px;
  color: #333333;
}
.index .item2 {
  background: #f1f1f1 url(/template/default/index/images/index_item2_bg.jpg) no-repeat center top;
}
.index .item2 .content {
  padding-bottom: 100px;
}
.index .item2 .content .title {
  padding: 20px 0 50px;
  text-align: right;
}
.index .item2 .content .slide {
  position: relative;
}
.index .item2 .content .slide::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  z-index: 10;
}
.index .item2 .content .slide .swiper-container {
  height: 305px;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  width: auto;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide:nth-child(4n) {
  border-right: 0px solid #dedede;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a h5 {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  font-weight: bold;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a h5 span {
  font-size: 48px;
  font-style: italic;
  line-height: 30px;
  color: #cd281e;
}
.index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a h6 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}
.index .item2 .content .arrow {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin: 100px auto 0;
}
.index .item2 .content .arrow .swiper-button-prev,
.index .item2 .content .arrow .swiper-button-next {
  width: 60px;
  height: 60px;
  position: static;
  margin-top: 0;
  cursor: pointer;
  outline: none;
}
.index .item2 .content .arrow .swiper-button-prev {
  background: url(/template/default/index/images/slide_top.png) no-repeat center;
}
.index .item2 .content .arrow .swiper-button-next {
  background: url(/template/default/index/images/slide_bottom.png) no-repeat center;
}
.index .item2 .content .arrow a {
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #333333;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  transition: all 0.5s linear;
}
.index .item2 .content .arrow a:hover {
  background: #cd281e;
  color: #fff;
}
.index .item3 .content {
  padding-bottom: 100px;
}
.index .item3 .content .title {
  padding: 64px 0 50px;
  text-align: left;
}
.index .item3 .content .list ul {
  overflow: hidden;
}
.index .item3 .content .list ul li {
  float: left;
  width: 10%;
  transition: all 0.5s linear;
}
.index .item3 .content .list ul li.active {
  width: 50%;
}
.index .item3 .content .list ul li.active a .word {
  background: rgba(205, 40, 30, 0.95);
  display: block;
}
.index .item3 .content .list ul li.active a .word h5,
.index .item3 .content .list ul li.active a .word h6 {
  color: #fff;
}
.index .item3 .content .list ul li.active a .word h5 {
  border-bottom: 1px solid #fff;
}
.index .item3 .content .list ul li a {
  display: block;
  position: relative;
}
.index .item3 .content .list ul li a .pic {
  height: 500px;
  transition: all 0.8s linear;
}
.index .item3 .content .list ul li a .word {
  position: absolute;
  /* height: 162px; */
  background: rgba(255, 255, 255, 0.95);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px; 
  transition: all 0.5s linear;
  /* display: none; */
}
.index .item3 .content .list ul li a .word h5 {
  font-size: 18px;
  font-weight:bold;
  height: 70px;
  line-height: 70px;
  color: #333333;
  border-bottom: 1px solid #dedede;
}
.index .item3 .content .list ul li a .word h6 {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item4 {
  background: url(/template/default/index/images/index_item4_bg.jpg) no-repeat center;
}
.index .item4 .content {
  height: 820px;
  padding-top: 100px;
}
.index .item4 .content .list {
  width: 66%;
  float: left;
}
.index .item4 .content .list .item_list {
  display: none;
}
.index .item4 .content .list .item_list:first-child {
  display: block;
}
.index .item4 .content .list .item_list ul {
  margin: 0 -15px;
}
.index .item4 .content .list .item_list ul li {
  margin-bottom: 30px;
  padding: 0 15px;
}
.index .item4 .content .list .item_list ul li a {
  display: block;
}

.index .item4 .content .list .item_list ul li a:hover .pic img{
  transform: scale(1.1);
}

.index .item4 .content .list .item_list ul li a .pic{
  /* height: 280px;
  line-height: 280px; */
  overflow: hidden;
}
.index .item4 .content .list .item_list ul li a .pic img {
  width: 100%;
  transition: all .5s linear;
}
.index .item4 .content .word {
  float: right;
}
.index .item4 .content .word .title {
  text-align: right;
  margin-bottom: 60px;
}
.index .item4 .content .word .title h5,
.index .item4 .content .word .title h6 {
  color: #fff;
}
.index .item4 .content .word .item_nav ul li {
  margin-bottom: 10px;
  overflow: hidden;
}

.index .item4 .content .word .item_nav ul li.active a {
  background-color: #ffffff;
}

.index .item4 .content .word .item_nav ul li.active a span {
  color: #333333;
}

.index .item4 .content .word .item_nav ul li.active a i {
  border: solid 2px #cd281e;
  background-color: #cd281e;
}
.index .item4 .content .word .item_nav ul li a {
  transition: all 0.5s linear;
  float: right;
  display: block;
  width: 199px;
  height: 58px;
  border-radius: 29px;
  text-align: center;
  line-height: 58px;
}
.index .item4 .content .word .item_nav ul li a span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.index .item4 .content .word .item_nav ul li a i {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border: solid 2px #ffffff;
  border-radius: 50%;
}
.index .item5 {
  background: #f1f1f1;
}
.index .item5 .content {
  padding: 100px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .item5 .content .list {
  width: 45%;
  float: right;
}
.index .item5 .content .list .item_list {
  display: none;
}
.index .item5 .content .list .item_list:first-child {
  display: block;
}
.index .item5 .content .list .item_list ul {
  margin: 0 -15px;
}
.index .item5 .content .list .item_list ul li {
  margin-bottom: 30px;
  padding: 0 15px;
}
.index .item5 .content .list .item_list ul li a {
  display: block;
}
.index .item5 .content .list .item_list ul li a .pic{
  /* height: 360px;
  line-height: 360px; */
  overflow: hidden;
}
.index .item5 .content .list .item_list ul li a .pic img {
  width: 100%;
}
.index .item5 .content  .item_list ul li a .pic img {
  width: 100%;
}


.index .item5 .content .word {
  width: 45%;
  float: left;
}
.index .item5 .content .word .title {
  text-align: left;
}
.index .item5 .content .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: justify;
  margin: 40px 0;
}
.index .item5 .content .word .item_nav ul li {
  margin-bottom: 10px;
  overflow: hidden;
}
.index .item5 .content .word .item_nav ul li.active a {
  background-color: #ffffff;
}
.index .item5 .content .word .item_nav ul li.active a span {
  color: #333333;
}
.index .item5 .content .word .item_nav ul li.active a i {
  border: solid 2px #cd281e;
  background-color: #cd281e;
}
.index .item5 .content .word .item_nav ul li a {
  transition: all 0.5s linear;
  float: left;
  display: block;
  width: 199px;
  height: 58px;
  border-radius: 29px;
  text-align: center;
  line-height: 58px;
}
.index .item5 .content .word .item_nav ul li a:hover{
  background-color: #ffffff;
}
.index .item5 .content .word .item_nav ul li a:hover span{
  color: #333333;
}
.index .item5 .content .word .item_nav ul li a:hover i{
  border: solid 2px #cd281e;
  background-color: #cd281e;
}

.index .item5 .content .word .item_nav ul li a span {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-left: 10px;
}
.index .item5 .content .word .item_nav ul li a i {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border: solid 2px #333333;
  border-radius: 50%;
}
.index .item6 .content {
  padding: 100px 0;
  overflow: hidden;
}
.index .item6 .content .list {
  width: 66%;
  float: left;
}
.index .item6 .content .list .item_list {
  display: none;
}
.index .item6 .content .list .item_list:first-child {
  display: block;
}
.index .item6 .content .list .item_list .slide {
  position: relative;
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic{
  /* height: 580px; */
  overflow: hidden;
  /* line-height: 580px; */
}
.index .item6 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
}
.index .item6 .content .list .item_list .slide .arrow {
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  background: rgba(0, 0, 0, 0.8);
}
.index .item6 .content .list .item_list .slide .arrow .swiper-button-prev,
.index .item6 .content .list .item_list .slide .arrow .swiper-button-next {
  width: 80px;
  height: 60px;
  margin-top: 0;
  cursor: pointer;
  outline: none;
  top: 0;
  background: none;
  text-align: center;
  line-height: 60px;
}
.index .item6 .content .list .item_list .slide .arrow .swiper-button-prev i,
.index .item6 .content .list .item_list .slide .arrow .swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
.index .item6 .content .list .item_list .slide .arrow .swiper-button-prev:hover,
.index .item6 .content .list .item_list .slide .arrow .swiper-button-next:hover {
  background: #cd281e;
}
.index .item6 .content .list .item_list .slide .arrow .swiper-button-prev {
  border-right: 1px solid #dedede;
  left: 0;
}
.index .item6 .content .list .item_list .slide .arrow .swiper-button-next {
  border-left: 1px solid #dedede;
  right: 0;
}
.index .item6 .content .list .item_list .slide .arrow a {
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s linear;
}
.index .item6 .content .list .item_list .slide .arrow a:hover {
  color: #cd281e;
}
.index .item6 .content .word {
  width: 32%;
  float: right;
}
.index .item6 .content .word .title {
  text-align: right;
}
.index .item6 .content .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: right;
  margin: 40px 0;
}
.index .item6 .content .word .item_nav ul li {
  margin-bottom: 10px;
  overflow: hidden;
}
.index .item6 .content .word .item_nav ul li.active a {
  border: 1px solid #dedede;
}
.index .item6 .content .word .item_nav ul li.active a span {
  color: #333333;
}
.index .item6 .content .word .item_nav ul li.active a i {
  border: solid 2px #cd281e;
  background-color: #cd281e;
}
.index .item6 .content .word .item_nav ul li a {
  transition: all 0.5s linear;
  float: right;
  display: block;
  width: 199px;
  height: 58px;
  border-radius: 29px;
  text-align: center;
  line-height: 58px;
  border: 1px solid #fff;
}
.index .item6 .content .word .item_nav ul li a span {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-left: 10px;
}
.index .item6 .content .word .item_nav ul li a i {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border: solid 2px #333333;
  border-radius: 50%;
}
.index .item7 {
  background: #f1f1f1;
}
.index .item7 .content {
  /* height: 435px; */
  padding-top: 50px;
}
.index .item7 .content .slide .swiper-container {
  padding-bottom: 80px;
}
.index .item7 .content .slide .swiper-container .swiper-wrapper .swiper-slide a{
  display: block;
  /* height: 133px;
  line-height: 133px; */
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.index .item7 .content .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  max-width: 100%;
}
.index .item7 .content .slide .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: solid 2px #333333;
  background: none;
  opacity: 1;
}
.index .item7 .content .slide .swiper-pagination-bullet-active {
  border: solid 2px #cd281e;
  background-color: #cd281e;
}
.index .item8 .content {
  padding-top: 100px;
}
.index .item8 .content .title {
  text-align: center;
}
.index .item8 .content .item_nav {
  margin: 30px 0 50px;
}
.index .item8 .content .item_nav ul {
  text-align: center;
}
.index .item8 .content .item_nav ul li {
  margin: 0 5px;
  overflow: hidden;
  display: inline-block;
}
.index .item8 .content .item_nav ul li.active a {
  background: #cd281e;
}
.index .item8 .content .item_nav ul li.active a span {
  color: #fff;
}
.index .item8 .content .item_nav ul li.active a i {
  border: solid 2px #fff;
  background-color: #fff;
}
.index .item8 .content .item_nav ul li a {
  transition: all 0.5s linear;
  border: 1px solid #dedede;
  display: block;
  width: 199px;
  height: 58px;
  border-radius: 29px;
  text-align: center;
  line-height: 58px;
}
.index .item8 .content .item_nav ul li a span {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-left: 10px;
}
.index .item8 .content .item_nav ul li a i {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border: solid 2px #333333;
  border-radius: 50%;
}
.index .item8 .content .center {
  overflow: hidden;
}
.index .item8 .content .center .left {
  width: 75%;
  float: left;
}
.index .item8 .content .center .left .list .item_list:first-child{
  display: block;
}
.index .item8 .content .center .left .list .item_list{
  display: none;
}
.index .item8 .content .center .left .list .item_list .big {
  width: 50%;
  float: left;
  padding-right: 70px;
}
.index .item8 .content .center .left .list .item_list .big a {
  display: block;
}
.index .item8 .content .center .left .list .item_list .big a:hover .word h5 {
  color: #cd281e;
}
.index .item8 .content .center .left .list .item_list .big a .pic{
  /* height: 295px; */
  overflow: hidden;
  /* line-height: 295px; */
}
.index .item8 .content .center .left .list .item_list .big a .pic img {
  width: 100%;
}
.index .item8 .content .center .left .list .item_list .big a .word h5 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0;
}
.index .item8 .content .center .left .list .item_list .big a .word p {
  font-size: 14px;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.index .item8 .content .center .left .list .item_list .big a .word .data {
  margin-top: 10px;
}
.index .item8 .content .center .left .list .item_list .big a .word .data span {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.index .item8 .content .center .left .list .item_list .big a .word .data i {
  float: right;
  color: #dedede;
}
.index .item8 .content .center .left .list .item_list .list {
  float: left;
  width: 50%;
  padding-right: 70px;
}
.index .item8 .content .center .left .list .item_list .list ul li:first-child a h5 {
  margin-top: 0;
}
.index .item8 .content .center .left .list .item_list .list ul li:last-child a {
  border-bottom: 0 solid #000;
}
.index .item8 .content .center .left .list .item_list .list ul li a {
  display: block;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}
.index .item8 .content .center .left .list .item_list .list ul li a:hover h5 {
  color: #cd281e;
}
.index .item8 .content .center .left .list .item_list .list ul li a h5 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 13px 0 ;
}
.index .item8 .content .center .left .list .item_list .list ul li a p {
  font-size: 14px;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.index .item8 .content .center .left .list .item_list .list ul li a .data {
  margin-top: 10px;
}
.index .item8 .content .center .left .list .item_list .list ul li a .data span {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.index .item8 .content .center .left .list .item_list .list ul li a .data i {
  float: right;
  color: #dedede;
}
.index .item8 .content .center .right {
  width: 25%;
  float: right;
}
.index .item8 .content .center .right a img {
  width: 100%;
}
.friend_link .content {
  padding: 20px 0;
}
.friend_link .content span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.friend_link .content a {
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
}
.friend_link .content a:hover {
  color: #cd281e;
}
.footer {
  background: #000;
}
.footer .content {
  padding: 45px 0;
}
.footer .content .foot_nav {
  float: left;
}
.footer .content .foot_nav ul li {
  float: left;
  margin-right: 100px;
}
.footer .content .foot_nav ul li:last-child {
  margin-right: 0px;
}
.footer .content .foot_nav ul li .center {
  height: 210px;
}
.footer .content .foot_nav ul li .center h5 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .content .foot_nav ul li .center a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  position: relative;
}
.footer .content .foot_nav ul li .center a:hover {
  color: #fff;
}
.footer .content .foot_nav ul li .center a:hover::after {
  display: block;
}
.footer .content .foot_nav ul li .center a::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translate(-150%, -50%);
  width: 30px;
  height: 1px;
  background: #fff;
  display: none;
}
.footer .content .foot_nav ul li h6 {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.footer .content .contact {
  float: right;
}
.footer .content .contact h4 {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}
.footer .content .contact h4::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translate(-150%, -50%);
  width: 75px;
  height: 1px;
  background: #cd281e;
}
.footer .content .contact h5 {
  font-size: 23px;
  line-height: 1;
  color: #ffffff;
}
.footer .content .contact h5 span {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
.footer .content .contact h6 {
  font-size: 12px;
  color: #ffffff;
}
.footer .content .contact .qrcode {
  margin-top: 50px;
}
.footer .content .contact .qrcode img {
  width: 127px;
}
.beian {
  background: #000;
}
.beian .content {
  height: 60px;
  background: #cd281e;
  line-height: 60px;
  padding: 0 15px;
}
.beian .content .left {
  float: left;
}
.beian .content .left a {
  font-size: 12px;
  color: #ffffff;
}
.beian .content .right {
  float: right;
}
.beian .content .right a {
  font-size: 12px;
  color: #ffffff;
}
.page_nav {
  border-bottom: 1px solid #dedede;
  background: #fff;
}
.page_nav .content ul li:last-child a {
  /* border-right: 1px solid #f1f1f1; */
}
.page_nav .content ul li:hover a,
.page_nav .content ul li.active a {
  border-bottom: 1px solid #cd281e;
}
.page_nav .content ul li:hover a .img_c,
.page_nav .content ul li.active a .img_c {
  display: inline-block;
}
.page_nav .content ul li:hover a .img,
.page_nav .content ul li.active a .img {
  display: none;
}
.page_nav .content ul li:hover a span,
.page_nav .content ul li.active a span {
  font-weight: bold;
  color: #cd281e;
}
.page_nav .content ul li a {
  border-left: 1px solid #f1f1f1;
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
}
.page_nav .content ul li a.am-active{
  border-bottom: 1px solid #cd281e;
}
.page_nav .content ul li a.am-active .img_c{
  display: inline-block;
}
.page_nav .content ul li a.am-active .img{
  display: none;
}
.page_nav .content ul li a.am-active span{
  font-weight: bold;
  color: #cd281e;
}


.page_nav .content ul li a img {
  position: relative;
  top: -2px;
}
.page_nav .content ul li a .img_c {
  display: none;
}
.page_nav .content ul li a span {
  font-size: 18px;
  color: #333333;
}
.case_list {
  background: #f1f1f1;
}
.case_list .content {
  padding-top: 30px;
}
.case_list .content .center {
  background: #fff;
  padding: 0 75px ;
}
.case_list .content .center .title {
  text-align: center;
  padding: 60px 0 40px;
}
.case_list .content .center .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}
.case_list .content .center .title h6 {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.case_list .content .center .item_nav {
  margin-bottom: 60px;
  text-align: center;
}
.case_list .content .center .item_nav ul li:hover a,
.case_list .content .center .item_nav ul li.active a {
  background: #cd281e;
  color: #fff;
}
.case_list .content .center .item_nav ul{
  text-align: center;
}
.case_list .content .center .item_nav ul li{
  display: inline-block;
}
.case_list .content .center .item_nav ul li a {
  display: block;
  /* width: 150px; */
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  transition: all 0.5s linear;
  padding: 0 20px;
  border: 1px solid #dedede;
  border-radius: 30px;
}
.case_list .content .center .list ul {
  margin: 0 -32px 0;
}
.case_list .content .center .list ul li {
  padding: 0 32px;
  margin-bottom: 64px;
}
.case_list .content .center .list ul li a {
  display: block;
  border: solid 1px #dedede;
}
.case_list .content .center .list ul li a:hover .word {
  background: #cd281e;
  color: #fff;
}
.case_list .content .center .list ul li a .pic{
  /* height: 235px;
  line-height: 235px; */
  overflow: hidden;
}
.case_list .content .center .list ul li a .pic img {
  width: 100%;
}
.case_list .content .center .list ul li a .word {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.page {
  padding: 55px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  margin: 0 5px;
}
.page ul li:hover a,
.page ul li.active a {
  background: #cd281e;
  color: #fff;
}
.page ul li a {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  background: #fff;
}

.page ul .all{
  display: none;
}

.case_detail {
  background: #f1f1f1;
}
.case_detail .content {
  padding: 50px 0;
}
.case_detail .content .center {
  background: #fff;
  padding: 0 50px;
  overflow: hidden;
}
.case_detail .content .center .title {
  padding: 50px 0 20px;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.case_detail .content .center .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 20px;
}
.case_detail .content .center .title h6 span {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin: 0 15px;
}
.case_detail .content .center .list {
  margin: 35px 0;
}
.case_detail .content .center .list ul {
  border: 1px solid #dedede;
  border-bottom: 0 solid #000;
}
.case_detail .content .center .list ul li {
  border-bottom: 1px solid #dedede;
}
.case_detail .content .center .list ul li:nth-child(2n+1) {
  background: #f1f1f1;
}
.case_detail .content .center .list ul li a {
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_detail .content .center .word_center {
  padding-top: 20px;
}
.case_detail .content .center .word_center p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.case_detail .content .center .word_center img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto !important;
}
.case_detail .content .center  .up_next {
  border-top: 1px solid #dedede;
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.case_detail .content .center  .up_next a {
  display: block;
  height: 90px;
  line-height: 90px;
  width: 40%;
}
.case_detail .content .center  .up_next a:hover i,
.case_detail .content .center  .up_next a:hover span {
  color: #cd281e;
}
.case_detail .content .center  .up_next a i {
  color: #333;
  font-size: 26px;
  position: relative;
  top: 2px;
}
.case_detail .content .center  .up_next a span {
  font-size: 18px;
  color: #333333;
  margin: 0 10px;
}
.case_detail .content .center  .up_next .back {
  width: 90px;
  background: #cd281e;
  text-align: center;
}
.about_case .content h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  padding: 45px 0;
}
.about_case .content .slide {
  padding: 0 80px 60px;
  position: relative;
}
.about_case .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background: #cd281e;
  color: #fff;
}
.about_case .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic{
  /* height: 240px; */
  overflow: hidden;
  /* line-height: 240px; */
}
.about_case .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
}
.about_case .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 60px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s linear;
}
.about_case .content .slide .swiper-button-prev,
.about_case .content .slide .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #dedede;
  margin-top: 0;
  background: none;
  border-radius: 50%;
  top: 40%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 50px;
  background: #cd281e;
  opacity: 1;
  outline: none;
}
.about_case .content .slide .swiper-button-prev i,
.about_case .content .slide .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.about_case .content .slide .swiper-button-next.swiper-button-disabled,
.about_case .content .slide .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.about_case .content .slide .swiper-button-next.swiper-button-disabled i,
.about_case .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.industry {
  background: #f1f1f1;
}
.industry .content {
  padding: 30px 0;
}
.industry .content .item1 {
  background: #fff;
  padding: 70px 80px;
  margin-bottom: 20px;
}
.industry .content .item1 .title {
  text-align: center;
  padding: 0 0 40px;
}
.industry .content .item1 .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.industry .content .item1 .title h6 {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.industry .content .item1 p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.industry .content .item {
  padding: 75px;
  background: #fff;
}
.industry .content .item .center {
  margin-bottom: 33px;
  overflow: hidden;
}
.industry .content .item .center .pic {
  width: 50%;
  height: 400px;
  float: left;
}
.industry .content .item .center .word {
  width: 50%;
  float: left;
  padding-left: 40px;
  height: 400px;
  position: relative;
}
.industry .content .item .center .word .line {
  width: 29px;
  height: 3px;
  background: #cd281e;
}
.industry .content .item .center .word h5 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin: 50px 0 30px;
}
.industry .content .item .center .word p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.industry .content .item .center .word img {
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.industry .content .item .list {
  overflow: hidden;
}
.industry .content .item .list ul {
  margin: 0 -32px;
}
.industry .content .item .list ul li {
  padding: 0 32px;
}
.industry .content .item .list ul li a img {
  width: 100%;
}
.crafts {
  background: #f1f1f1;
}
.crafts .content {
  overflow: hidden;
}
.crafts .content .title {
  text-align: center;
  padding: 70px 0 40px;
}
.crafts .content .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}
.crafts .content .title h6 {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.crafts .content .item_nav {
  margin-bottom: 45px;
}
.crafts .content .item_nav ul {
  text-align: center;
}
.crafts .content .item_nav ul li {
  display: inline-block;
}
.crafts .content .item_nav ul li:hover a,
.crafts .content .item_nav ul li.active a {
  background: #cd281e;
}
.crafts .content .item_nav ul li a {
  transition: all 0.5s linear;
  width: 190px;
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #ffffff;
  background: #333;
}
.crafts .content .list {
  padding-bottom: 30px;
}
.crafts .content .list ul li a {
  transition: all 0.5s linear;
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.crafts .content .list ul li a:hover {
  background: #cd281e;
}
.crafts .content .list ul li a:hover .word h5,
.crafts .content .list ul li a:hover .word p {
  color: #fff;
}
.crafts .content .list ul li a .pic {
  width: 30%;
  height: 220px;
  float: left;
}
.crafts .content .list ul li a .word {
  float: left;
  width: 70%;
  padding: 50px 30px 0;
}
.crafts .content .list ul li a .word h5 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.crafts .content .list ul li a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 24px;
  max-height: 96px;
}
.business {
  background: #f1f1f1;
}
.business .content {
  padding-top: 70px;
  overflow: hidden;
}
.business .content ul li {
  margin-bottom: 50px;
}
.business .content ul li a {
  display: block;
  overflow: hidden;
  background: #fff;
}
.business .content ul li a .pic {
  width: 50%;
  height: 405px;
  float: left;
}
.business .content ul li a .word {
  width: 50%;
  height: 405px;
  float: right;
  padding: 50px 50px 0;
  position: relative;
}
.business .content ul li a .word h5 {
  margin-bottom: 60px;
}
.business .content ul li a .word h5 span {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
.business .content ul li a .word h5 img {
  float: right;
}
.business .content ul li a .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.business .content ul li a .word .more {
  position: absolute;
  left: 50px;
  bottom: 50px;
  display: block;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #ffffff;
  background: #cd281e;
  border-radius: 3px;
}
.management {
  background: #f1f1f1;
}
.management .content {
  overflow: hidden;
  padding-bottom: 50px;
}
.management .content .title {
  padding: 70px 0;
  text-align: center;
}
.management .content .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}
.management .content .title h6 {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.management .content .list ul li:nth-child(2n) a .pic {
  float: right;
}
.management .content .list ul li:nth-child(2n) a .word {
  float: left;
}
.management .content .list ul li a {
  display: block;
  padding: 30px;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
.management .content .list ul li a .pic {
  width: 45%;
  float: left;
  height: 390px;
}
.management .content .list ul li a .word {
  width: 55%;
  float: left;
  text-align: center;
  padding: 35px 35px 0;
}
.management .content .list ul li a .word span {
  display: inline-block;
  width: 65px;
  height: 75px;
  background: url(/template/default/index/images/duo.png) no-repeat center;
  margin: 0 auto;
  text-align: center;
  line-height: 75px;
  font-size: 24px;
  color: #ffffff;
}
.management .content .list ul li a .word h5 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
}
.management .content .list ul li a .word h6 {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 10px;
}
.management .content .list ul li a .word p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.management_team {
  background: url(/template/default/index/images/gl_bg.jpg) no-repeat center;
}
.management_team .content {
  height: 789px;
  overflow: hidden;
  padding-bottom: 50px;
}
.management_team .content .title {
  padding: 70px 0;
  text-align: center;
}
.management_team .content .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}
.management_team .content .title h6 {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.management_team .content .list .big {
  width: 160px;
  height: 160px;
  border: solid 2px #cd281e;
  border-radius: 50%;
  text-align: center;
  padding-top: 55px;
  margin: 0 auto 100px;
}
.management_team .content .list .big h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.management_team .content .list .big h6 {
  font-size: 14px;
  color: #666666;
}
.management_team .content .list ul {
  position: relative;
}
.management_team .content .list ul::after {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 80%;
  height: 2px;
  background: #cd281e;
}
.management_team .content .list ul li:nth-child(3) a h5::after {
  height: 102px;
}
.management_team .content .list ul li a {
  display: block;
  text-align: center;
}
.management_team .content .list ul li a h5 {
  display: inline-block;
  width: 190px;
  height: 65px;
  background-color: #cd281e;
  border-radius: 33px;
  text-align: center;
  line-height: 65px;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 36px;
  position: relative;
}
.management_team .content .list ul li a h5::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  width: 2px;
  height: 58px;
  background: #cd281e;
}
.management_team .content .list ul li a p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.team_list {
  background: #f1f1f1;
}
.team_list .content {
  padding-top: 30px;
  padding-bottom: 80px;
  overflow: hidden;
}
.team_list .content .center {
  background: #fff;
  padding: 0 75px 50px;
  overflow: hidden;
}
.team_list .content .center .title {
  text-align: center;
  padding: 60px 0 40px;
}
.team_list .content .center .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}
.team_list .content .center .title h6 {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.team_list .content .center .item_nav {
  margin-bottom: 30px;
  text-align: center;
}
.team_list .content .center .item_nav ul li:hover a,
.team_list .content .center .item_nav ul li.active a {
  background: #cd281e;
  color: #fff;
}
.team_list .content .center .item_nav ul{
  text-align: center;
}
.team_list .content .center .item_nav ul li{
  display: inline-block;
}
.team_list .content .center .item_nav ul li a {
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  transition: all 0.5s linear;
  padding: 0 20px;
  border: 1px solid #dedede;
  border-radius: 30px;
}
.team_list .content .center .big {
  overflow: hidden;
  margin-bottom: 50px;
}
.team_list .content .center .big .pic {
  float: left;
  width: 60%;
  height: 400px;
}
.team_list .content .center .big .word {
  padding: 35px 35px 0;
  float: right;
  width: 40%;
  height: 400px;
  background: #f1f1f1;
  position: relative;
}
.team_list .content .center .big .word img {
  position: absolute;
  left: 35px;
  bottom: 35px;
}
.team_list .content .center .big .word h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  margin: 20px 0;
}
.team_list .content .center .big .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 30px;
  max-height: 180px;
}
.team_list .content .center .list ul li {
  margin-bottom: 30px;
}
.team_list .content .center .list ul li a {
  display: block;
  border: 1px solid #dedede;
  overflow: hidden;
}
.team_list .content .center .list ul li a .pic {
  width: 330px;
  height: 400px;
  float: left;
}
.team_list .content .center .list ul li a .word {
  width: 70%;
  float: left;
  padding: 30px 50px 0;
}
.team_list .content .center .list ul li a .word h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin: 20px 0;
}
.team_list .content .center .list ul li a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.team_list .content .center .list ul li a .word h6 {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  margin: 30px 0 10px;
}
.team_list .content .center .list ul li a .word span {
  width: 170px;
  height: 50px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
  display: block;
  transition: all 0.5s linear;
  border-radius: 3px;
  margin-top: 25px;
}
.team_list .content .center .list ul li a .word span:hover {
  background: #cd281e;
  color: #fff;
}
.team_list .content .team_case {
  background: #fff;
  margin-top: 20px;
  padding: 0 75px;
  overflow: hidden;
}
.team_list .content .team_case .title {
  text-align: center;
  padding: 60px 0 40px;
}
.team_list .content .team_case .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}
.team_list .content .team_case .title h6 {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.team_list .content .team_case .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background: #cd281e;
  color: #fff;
}
.team_list .content .team_case .slide .swiper-container .swiper-wrapper .swiper-slide a .pic{
  /* height: 240px;
  line-height: 240px; */
  overflow: hidden;
}
.team_list .content .team_case .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
}
.team_list .content .team_case .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 60px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s linear;
}
.team_list .content .team_case .slide .arrow {
  text-align: center;
  padding: 50px 0;
}
.team_list .content .team_case .slide .arrow .swiper-button-prev,
.team_list .content .team_case .slide .arrow .swiper-button-next {
  cursor: pointer;
  display: inline-block;
  position: static;
  width: 60px;
  height: 60px;
  border: solid 1px #dedede;
  margin-top: 0;
  background: none;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background: #cd281e;
  opacity: 1;
  outline: none;
}
.team_list .content .team_case .slide .arrow .swiper-button-prev i,
.team_list .content .team_case .slide .arrow .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.team_list .content .team_case .slide .arrow .swiper-button-next.swiper-button-disabled,
.team_list .content .team_case .slide .arrow .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.team_list .content .team_case .slide .arrow .swiper-button-next.swiper-button-disabled i,
.team_list .content .team_case .slide .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.news_list {
  background: #f1f1f1;
}
.news_list .content {
  padding-top: 30px;
}
.news_list .content .center {
  background: #fff;
  padding: 0 75px ;
}
.news_list .content .center .title {
  text-align: center;
  padding: 60px 0 40px;
}
.news_list .content .center .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}
.news_list .content .center .title h6 {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.news_list .content .center .big {
  margin-bottom: 64px;
}
.news_list .content .center .big a {
  display: block;
  overflow: hidden;
}
.news_list .content .center .big a:hover .word h5 {
  color: #cd281e;
}
.news_list .content .center .big a .pic {
  width: 48%;
  height: 320px;
  float: left;
}
.news_list .content .center .big a .word {
  background: #f1f1f1;
  width: 52%;
  height: 320px;
  float: right;
  padding: 30px 36px 0;
}
.news_list .content .center .big a .word .data img {
  position: relative;
  top: -1px;
}
.news_list .content .center .big a .word .data span {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.news_list .content .center .big a .word h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin-top: 10px;
}
.news_list .content .center .big a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  max-height: 120px;
  margin: 20px 0;
}
.news_list .content .center .big a .word span {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.news_list .content .center .list {
  overflow: hidden;
}
.news_list .content .center .list ul {
  margin: 0 -32px;
}
.news_list .content .center .list ul li {
  margin-bottom: 64px;
  padding: 0 32px;
}
.news_list .content .center .list ul li a {
  display: block;
  border: 1px solid #dedede;
}
.news_list .content .center .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.news_list .content .center .list ul li a:hover .word h5 {
  color: #cd281e;
}
.news_list .content .center .list ul li a .pic {
  overflow: hidden;
  /* height: 235px;
  line-height: 235px; */
}
.news_list .content .center .list ul li a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.news_list .content .center .list ul li a .word {
  padding: 20px 20px 0;
  
}
.news_list .content .center .list ul li a .word .data img {
  position: relative;
  top: -1px;
}
.news_list .content .center .list ul li a .word .data span {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.news_list .content .center .list ul li a .word h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list .content .center .list ul li a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.news_list .content .center .list ul li a .word > span {
  border-top: 1px solid #dedede;
  margin-top: 15px;
  display: block;
  height: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  color: #333333;
}
.project_list {
  background: #f1f1f1;
}
.project_list .content {
  padding-top: 30px;
}
.project_list .content .center {
  background: #fff;
  padding: 0 75px 30px;
}
.project_list .content .center .title {
  text-align: center;
  padding: 60px 0 40px;
}
.project_list .content .center .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
}
.project_list .content .center .title h6 {
  font-size: 12px;
  line-height: 30px;
  color: #999999;
}
.project_list .content .center .list {
  overflow: hidden;
}
.project_list .content .center .list ul li {
  margin-bottom: 30px;
}
.project_list .content .center .list ul li a {
  display: block;
}
.project_list .content .center .list ul li a:hover .word .word_tit span {
  background-color: #cd281e;
  color: #fff;
}
.project_list .content .center .list ul li a .pic {
  width: 37%;
  height: 250px;
  float: left;
}
.project_list .content .center .list ul li a .word {
  width: 63%;
  float: left;
  height: 250px;
  background: #f1f1f1;
  padding: 30px 30px 0;
}
.project_list .content .center .list ul li a .word .word_tit {
  overflow: hidden;
}
.project_list .content .center .list ul li a .word .word_tit .tit {
  float: left;
  width: 70%;
}
.project_list .content .center .list ul li a .word .word_tit .tit h5 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.project_list .content .center .list ul li a .word .word_tit .tit h6 i {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-right: 30px;
}
.project_list .content .center .list ul li a .word .word_tit .tit h6 i:last-child {
  margin-right: 0;
}
.project_list .content .center .list ul li a .word .word_tit span {
  margin-top: 10px;
  width: 175px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #dedede;
  display: block;
  float: right;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #999999;
  transition: all 0.5s linear;
}
.project_list .content .center .list ul li a .word .progress {
  margin-top: 35px;
}



.project_list .content .center .list ul li a .word .progress ul.active1 li:nth-child(1) div {
  border-top: 3px solid #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active1 li:nth-child(1) div span {
  color: #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active1 li:nth-child(1) div::after {
  border: 5px solid #cd281e;
}



.project_list .content .center .list ul li a .word .progress ul.active2 li:nth-child(1) div,
.project_list .content .center .list ul li a .word .progress ul.active2 li:nth-child(2) div {
  border-top: 3px solid #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active2 li:nth-child(1) div span, 
.project_list .content .center .list ul li a .word .progress ul.active2 li:nth-child(2) div span{
  color: #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active2 li:nth-child(1) div::after,
.project_list .content .center .list ul li a .word .progress ul.active2 li:nth-child(2) div::after {
  border: 5px solid #cd281e;
}

.project_list .content .center .list ul li a .word .progress ul.active3 li:nth-child(1) div,
.project_list .content .center .list ul li a .word .progress ul.active3 li:nth-child(2) div,
.project_list .content .center .list ul li a .word .progress ul.active3 li:nth-child(3) div {
  border-top: 3px solid #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active3 li:nth-child(1) div span, 
.project_list .content .center .list ul li a .word .progress ul.active3 li:nth-child(2) div span,
.project_list .content .center .list ul li a .word .progress ul.active3 li:nth-child(3) div span{
  color: #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active3 li:nth-child(1) div::after,
.project_list .content .center .list ul li a .word .progress ul.active3 li:nth-child(2) div::after,
.project_list .content .center .list ul li a .word .progress ul.active3 li:nth-child(3) div::after {
  border: 5px solid #cd281e;
}


.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(1) div,
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(2) div,
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(3) div,
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(4) div {
  border-top: 3px solid #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(1) div span, 
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(2) div span,
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(3) div span,
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(4) div span{
  color: #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(1) div::after,
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(2) div::after,
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(3) div::after,
.project_list .content .center .list ul li a .word .progress ul.active4 li:nth-child(4) div::after {
  border: 5px solid #cd281e;
}

.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(1) div,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(2) div,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(3) div,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(4) div,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(5) div {
  border-top: 3px solid #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(1) div span, 
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(2) div span,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(3) div span,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(4) div span,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(5) div span{
  color: #cd281e;
}
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(1) div::after,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(2) div::after,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(3) div::after,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(4) div::after,
.project_list .content .center .list ul li a .word .progress ul.active5 li:nth-child(5) div::after {
  border: 5px solid #cd281e;
}
















.project_list .content .center .list ul li a .word .progress ul li div {
  border-top: 3px solid #dedede;
  display: block;
  padding-top: 50px;
  text-align: center;
  position: relative;
}
.project_list .content .center .list ul li a .word .progress ul li div::after {
  position: absolute;
  content: "";
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border: 5px solid #dedede;
  background: #f1f1f1;
  border-radius: 50%;
}
.project_list .content .center .list ul li a .word .progress ul li div::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 28px;
  border: 1px solid #dedede;
}
.project_list .content .center .list ul li a .word .progress ul li div span {
  font-size: 14px;
  color: #666666;
}
.project_detail {
  background: #f1f1f1;
}
.project_detail .content {
  padding: 50px 0;
}
.project_detail .content .center {
  background: #fff;
  padding: 0 50px;
  overflow: hidden;
}
.project_detail .content .center .title {
  padding: 50px 0 20px;
  text-align: center;
}
.project_detail .content .center .title h5 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 20px;
}
.project_detail .content .center .title h6 span {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin: 0 15px;
}
.project_detail .content .center .list {
  margin: 10px 0 20px;
}
.project_detail .content .center .list ul {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.project_detail .content .center .list ul li a {
  display: block;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  color: #333333;
}
.project_detail .content .center .progress {
  margin: 60px 0;
}

.project_detail .content .center .progress ul.active1 li:nth-child(1) a{
  border-top: 3px solid #cd281e;
}
.project_detail .content .center .progress ul.active1 li:nth-child(1) a::after {
  border: 5px solid #cd281e;
}

.project_detail .content .center .progress ul.active2 li:nth-child(1) a,
.project_detail .content .center .progress ul.active2 li:nth-child(2) a{
  border-top: 3px solid #cd281e;
}

.project_detail .content .center .progress ul.active2 li:nth-child(1) a::after,
.project_detail .content .center .progress ul.active2 li:nth-child(2) a::after {
  border: 5px solid #cd281e;
}

.project_detail .content .center .progress ul.active3 li:nth-child(1) a,
.project_detail .content .center .progress ul.active3 li:nth-child(2) a,
.project_detail .content .center .progress ul.active3 li:nth-child(3) a{
  border-top: 3px solid #cd281e;
}

.project_detail .content .center .progress ul.active3 li:nth-child(1) a::after,
.project_detail .content .center .progress ul.active3 li:nth-child(2) a::after,
.project_detail .content .center .progress ul.active3 li:nth-child(3) a::after{
  border: 5px solid #cd281e;
}

.project_detail .content .center .progress ul.active4 li:nth-child(1) a,
.project_detail .content .center .progress ul.active4 li:nth-child(2) a,
.project_detail .content .center .progress ul.active4 li:nth-child(3) a,
.project_detail .content .center .progress ul.active4 li:nth-child(4) a{
  border-top: 3px solid #cd281e;
}

.project_detail .content .center .progress ul.active4 li:nth-child(1) a::after,
.project_detail .content .center .progress ul.active4 li:nth-child(2) a::after,
.project_detail .content .center .progress ul.active4 li:nth-child(3) a::after,
.project_detail .content .center .progress ul.active4 li:nth-child(4) a::after{
  border: 5px solid #cd281e;
}

.project_detail .content .center .progress ul.active5 li:nth-child(1) a,
.project_detail .content .center .progress ul.active5 li:nth-child(2) a,
.project_detail .content .center .progress ul.active5 li:nth-child(3) a,
.project_detail .content .center .progress ul.active5 li:nth-child(4) a,
.project_detail .content .center .progress ul.active5 li:nth-child(5) a{
  border-top: 3px solid #cd281e;
}

.project_detail .content .center .progress ul.active5 li:nth-child(1) a::after,
.project_detail .content .center .progress ul.active5 li:nth-child(2) a::after,
.project_detail .content .center .progress ul.active5 li:nth-child(3) a::after,
.project_detail .content .center .progress ul.active5 li:nth-child(4) a::after,
.project_detail .content .center .progress ul.active5 li:nth-child(5) a::after{
  border: 5px solid #cd281e;
}




















.project_detail .content .center .progress ul li a {
  border-top: 3px solid #dedede;
  display: block;
  padding-top: 50px;
  text-align: center;
  position: relative;
}
.project_detail .content .center .progress ul li a::after {
  position: absolute;
  content: "";
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border: 5px solid #dedede;
  background: #fff;
  border-radius: 50%;
}
.project_detail .content .center .progress ul li a::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 28px;
  border: 1px solid #dedede;
}
.project_detail .content .center .progress ul li a span {
  font-size: 14px;
  color: #666666;
}
.project_detail .content .center .word_center {
  padding-top: 20px;
}
.project_detail .content .center .word_center .word_tit {
  overflow: hidden;
  margin: 10px 0;
}
.project_detail .content .center .word_center .word_tit span {
  width: 110px;
  height: 60px;
  background-color: #dedede;
  text-align: center;
  line-height: 60px;
  display: block;
  float: left;
  font-size: 18px;
  color: #333333;
}
.project_detail .content .center .word_center .word_tit span:first-child {
  background: #cd281e;
  color: #fff;
}
.project_detail .content .center .word_center p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.project_detail .content .center .word_center img {
  max-width: 100%;
  height: auto;
  /*display: block;*/
  /*margin: 0 auto;*/
}
.project_detail .content .center .up_next {
  border-top: 1px solid #dedede;
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_detail .content .center .up_next a {
  display: block;
  height: 90px;
  line-height: 90px;
  width: 40%;
}
.project_detail .content .center .up_next a:hover i,
.project_detail .content .center .up_next a:hover span {
  color: #cd281e;
}
.project_detail .content .center .up_next a i {
  color: #333;
  font-size: 26px;
  position: relative;
  top: 2px;
}
.project_detail .content .center .up_next a span {
  font-size: 18px;
  color: #333333;
  margin: 0 10px;
}
.project_detail .content .center .up_next .back {
  width: 90px;
  background: #cd281e;
  text-align: center;
}
.deliver .title {
  text-align: center;
  padding: 60px 0 40px;
}
.deliver .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
}
.deliver .title h6 {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.deliver .item1 {
  padding-bottom: 114px;
}
.deliver .item1 .content ul {
  text-align: center;
}
.deliver .item1 .content ul li {
  display: inline-block;
}
.deliver .item1 .content ul li:nth-child(2) a {
  background-image: linear-gradient(0deg, #ffffff 0%, #efefef 100%), linear-gradient(#eff0f4, #eff0f4);
  background-blend-mode: normal, 
                                normal;
}
.deliver .item1 .content ul li a {
  display: block;
  border-radius: 50%;
  width: 327px;
  height: 327px;
  line-height: 327px;
  background-image: linear-gradient(0deg, #efefef 0%, #ffffff 100%), linear-gradient(#eff0f4, #eff0f4);
  background-blend-mode: normal, 
                            normal;
  font-size: 36px;
  color: #cd281e;
}
.deliver .item2 {
  background: #f1f1f1;
}
.deliver .item2 .content {
  padding-bottom: 60px;
}
.deliver .item2 .content .item_nav {
  overflow: hidden;
  margin-bottom: 10px;
}
.deliver .item2 .content .item_nav ul {
  margin: 0 -5px;
}
.deliver .item2 .content .item_nav ul li {
  padding: 0 5px;
}
.deliver .item2 .content .item_nav ul li a {
  display: block;
  height: 60px;
  background: #cd281e;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.deliver .item2 .content .list {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 30px;
  background: #fff;
}
.deliver .item2 .content .list ul {
  margin: 0 -35px;
}
.deliver .item2 .content .list ul li {
  padding: 0 35px;
}
.deliver .item2 .content .list ul li:last-child a::after {
  display: none;
}
.deliver .item2 .content .list ul li a {
  display: block;
  position: relative;
}
.deliver .item2 .content .list ul li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translate(100%, -50%);
  width: 70px;
  height: 37px;
  background: url(/template/default/index/images/go.png) no-repeat center;
}
.deliver .item2 .content .list ul li a img {
  width: 100%;
}
.deliver .item3 .content {
  padding-bottom: 50px;
}
.deliver .item3 .content .slide {
  position: relative;
}
.deliver .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a{
  display: block;
  /* height: 437px;
  line-height: 437px; */
  overflow: hidden;
}
.deliver .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.deliver .item3 .content .slide .swiper-button-prev {
  left: -80px;
}
.deliver .item3 .content .slide .swiper-button-next {
  right: -80px;
}
.deliver .item3 .content .slide .swiper-button-prev,
.deliver .item3 .content .slide .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #dedede;
  margin-top: 0;
  background: none;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 50px;
  background: #cd281e;
  opacity: 1;
  outline: none;
}
.deliver .item3 .content .slide .swiper-button-prev i,
.deliver .item3 .content .slide .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.deliver .item3 .content .slide .swiper-button-next.swiper-button-disabled,
.deliver .item3 .content .slide .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.deliver .item3 .content .slide .swiper-button-next.swiper-button-disabled i,
.deliver .item3 .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.deliver .item4 .content img {
  width: 100%;
}
.deliver .item5 .content form {
  overflow: hidden;
}
.deliver .item5 .content form ul {
  margin: 0 -5px;
}
.deliver .item5 .content form ul li {
  padding: 0 5px;
}
.deliver .item5 .content form ul li input {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #dedede;
  padding-left: 25px;
}


.deliver .item5 .content form ul li .sub {
  padding-left: 0;
  background-color: #cd281e;
  color: #fff;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #dedede;
  padding-left: 25px;
}
.deliver .item5 .content .num {
  text-align: center;
  padding: 50px 0;
}
.deliver .item5 .content .num span {
  font-size: 18px;
  color: #333333;
}
.deliver .item5 .content .num span i {
  font-size: 18px;
  color: #cd281e;
}
.design .title {
  text-align: center;
  padding: 60px 0 40px;
}
.design .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-bottom: 5px;
}
.design .title h6 {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.design .item1 .content {
  padding: 0 80px 70px;
}
.design .item1 .content .word {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.design .item2 {
  background: url(/template/default/index/images/sj_item2_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.design .item2 .content {
  height: 894px;
}
.design .item2 .content .title h5,
.design .item2 .content .title h6 {
  color: #fff;
}
.design .item2 .content .list {
  overflow: hidden;
}
.design .item2 .content .list ul {
  margin: 0 -50px;
}
.design .item2 .content .list ul li {
  padding: 0 50px;
  margin-bottom: 80px;
}
.design .item2 .content .list ul li:nth-child(4n) a .num::after {
  display: none;
}
.design .item2 .content .list ul li a {
  display: block;
}
.design .item2 .content .list ul li a .num {
  width: 150px;
  height: 150px;
  border: solid 3px #dedede;
  border-radius: 50%;
  text-align: center;
  line-height: 140px;
  font-size: 60px;
  color: #cd281e;
  margin: 0 auto;
  position: relative;
}
.design .item2 .content .list ul li a .num::after {
  position: absolute;
  top: 50%;
  right: -80%;
  transform: translate(50%, -50%);
  content: "";
  width: 134px;
  height: 1px;
  background: #fff;
}
.design .item2 .content .list ul li a .word {
  text-align: center;
}
.design .item2 .content .list ul li a .word h5 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin: 10px 0;
}
.design .item2 .content .list ul li a .word p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.design .item3 .content {
  padding-bottom: 80px;
}
.design .item3 .content .slide {
  padding: 0 80px;
  position: relative;
}
.design .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background: #cd281e;
  color: #fff;
}
.design .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  border: solid 1px #dedede;
  border-bottom: 0 solid #000;
  height: 235px;
  line-height: 235px;
  text-align: center;
}
.design .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
}
.design .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 60px;
  border: solid 1px #dedede;
  background: #f1f1f1;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s linear;
  border-top: 0 solid #000;
}
.design .item3 .content .slide .swiper-button-prev {
  left: 0px;
}
.design .item3 .content .slide .swiper-button-next {
  right: 0px;
}
.design .item3 .content .slide .swiper-button-prev,
.design .item3 .content .slide .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #dedede;
  margin-top: 0;
  background: none;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 50px;
  background: #cd281e;
  opacity: 1;
  outline: none;
}
.design .item3 .content .slide .swiper-button-prev i,
.design .item3 .content .slide .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.design .item3 .content .slide .swiper-button-next.swiper-button-disabled,
.design .item3 .content .slide .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.design .item3 .content .slide .swiper-button-next.swiper-button-disabled i,
.design .item3 .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.design .item4 {
  background: url(/template/default/index/images/sj_item4_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.design .item4 .content {
  height: 584px;
}
.design .item4 .content .title h5,
.design .item4 .content .title h6 {
  color: #fff;
}
.design .item4 .content .slide {
  position: relative;
  padding: 0 80px;
}
.design .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background: #333;
  color: #fff;
}
.design .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic{
  height: 240px;
  overflow: hidden;
  line-height: 240px;
}
.design .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
}
.design .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 60px;
  background: #f1f1f1;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s linear;
}
.design .item4 .content .slide .swiper-button-prev {
  left: 0px;
}
.design .item4 .content .slide .swiper-button-next {
  right: 0px;
}
.design .item4 .content .slide .swiper-button-prev,
.design .item4 .content .slide .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #dedede;
  margin-top: 0;
  background: none;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 50px;
  background: #cd281e;
  opacity: 1;
  outline: none;
}
.design .item4 .content .slide .swiper-button-prev i,
.design .item4 .content .slide .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.design .item4 .content .slide .swiper-button-next.swiper-button-disabled,
.design .item4 .content .slide .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.design .item4 .content .slide .swiper-button-next.swiper-button-disabled i,
.design .item4 .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.design .item4 .content .more {
  text-align: center;
  padding: 0 80px;
  margin-top: 20px;
}
.design .item4 .content .more div {
  position: relative;
}
.design .item4 .content .more div::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.design .item4 .content .more div a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0);
  margin: 0 auto;
}
.design .item5 {
  background: #f1f1f1;
}
.design .item5 .content {
  padding-bottom: 50px;
}
.design .item5 .content .slide {
  position: relative;
  padding: 0 80px;
}
.design .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background: #cd281e;
  color: #fff;
}
.design .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic{
  height: 240px;
  overflow: hidden;
  line-height: 240px;
}
.design .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
}
.design .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 60px;
  background: #dedede;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s linear;
}
.design .item5 .content .slide .swiper-button-prev {
  left: 0px;
}
.design .item5 .content .slide .swiper-button-next {
  right: 0px;
}
.design .item5 .content .slide .swiper-button-prev,
.design .item5 .content .slide .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #dedede;
  margin-top: 0;
  background: none;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 50px;
  background: #cd281e;
  opacity: 1;
  outline: none;
}
.design .item5 .content .slide .swiper-button-prev i,
.design .item5 .content .slide .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.design .item5 .content .slide .swiper-button-next.swiper-button-disabled,
.design .item5 .content .slide .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.design .item5 .content .slide .swiper-button-next.swiper-button-disabled i,
.design .item5 .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.contact_us .title {
  text-align: center;
  padding: 60px 0 40px;
}
.contact_us .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
}
.contact_us .title h6 {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.contact_us .item1 {
  padding: 50px 0;
  background: #f1f1f1;
}
.contact_us .item1 .content {
  overflow: hidden;
}
.contact_us .item1 .content .pic {
  width: 50%;
  height: 480px;
  background: url(/template/default/index/images/map.jpg) no-repeat center;
  float: left;
}
.contact_us .item1 .content .word {
  width: 50%;
  float: left;
  padding: 30px 0 0 35px;
}
.contact_us .item1 .content .word h5 {
  font-size: 30px;
  line-height: 30px;
  color: #cd281e;
  font-weight: bold;
}
.contact_us .item1 .content .word .list {
  margin-top: 35px;
}
.contact_us .item1 .content .word .list ul li {
  font-size: 18px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px solid #dedede;
  padding-left: 50px;
}
.contact_us .item1 .content .word .list ul li:last-child {
  border-bottom: 0 solid #000;
}
.contact_us .item2 {
  background: #fff;
}
.contact_us .item2 .content {
  padding-bottom: 50px;
}
.contact_us .item2 .content .list ul li {
  cursor: pointer;
  margin-bottom: 10px;
}
.contact_us .item2 .content .list ul li.active .tit span {
  background: #cd281e;
  color: #fff;
}
.contact_us .item2 .content .list ul li.active .tit span:last-child {
  background: #cd281e url(/template/default/index/images/top.png) no-repeat right 20px center;
}
.contact_us .item2 .content .list ul li.active .word_center {
  display: block;
}
.contact_us .item2 .content .list ul li .tit {
  overflow: hidden;
}
.contact_us .item2 .content .list ul li .tit span {
  display: block;
  float: left;
  width: 25%;
  height: 50px;
  text-align: left;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
  padding-left: 30px;
  background: #f4f4f4;
  transition: all 0.5s linear;
}
.contact_us .item2 .content .list ul li .tit span:last-child {
  background: #f4f4f4 url(/template/default/index/images/bottom.png) no-repeat right 20px center;
}
.contact_us .item2 .content .list ul li .word_center {
  display: none;
  border: 1px solid #dedede;
  border-top: 0 solid #000;
  padding: 30px;
  overflow: hidden;
}
.contact_us .item2 .content .list ul li .word_center h5,
.contact_us .item2 .content .list ul li .word_center h6 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin: 30px 0 20px;
}
.contact_us .item2 .content .list ul li .word_center p {
  font-size: 14px;
  color: #666666;
}
.contact_us .item3 {
  background: #f1f1f1;
}
.contact_us .item3 .content {
  padding-bottom: 50px;
}
.contact_us .item3 .content form div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_us .item3 .content form div input {
  display: block;
  width: 48%;
  height: 60px;
  border: solid 1px #dedede;
  padding-left: 22px;
  background: #fff;
  border-radius: 5px;
}
.contact_us .item3 .content form textarea {
  display: block;
  width: 100%;
  height: 250px;
  outline: none;
  resize: none;
  border: solid 1px #dedede;
  padding: 22px;
  background: #fff;
  margin: 20px 0;
  border-radius: 5px;
}
.contact_us .item3 .content form .sub {
  width: 393px;
  height: 60px;
  background: #cd281e;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.aboutus .title {
  text-align: center;
  padding: 60px 0 40px;
}
.aboutus .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-bottom: 5px;
}
.aboutus .title h6 {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.aboutus .item1 {
  background: #f1f1f1;
}
.aboutus .item1 .content .center {
  overflow: hidden;
  padding-top: 84px;
}
.aboutus .item1 .content .center .pic {
  width: 35%;
  float: left;
  height: 375px;
}
.aboutus .item1 .content .center .word {
  padding: 33px;
  width: 65%;
  float: right;
}
.aboutus .item1 .content .center .word .tit {
  overflow: hidden;
  margin-bottom: 30px;
}
.aboutus .item1 .content .center .word .tit .left {
  float: left;
  margin-top: 5px;
}
.aboutus .item1 .content .center .word .tit .left h5 {
  font-size: 24px;
  line-height: 1;
  color: #cd281e;
}
.aboutus .item1 .content .center .word .tit .left h6 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
}
.aboutus .item1 .content .center .word .tit .right {
  float: right;
  font-size: 71px;
  line-height: 1;
  color: #000000;
  opacity: 0.1;
}
.aboutus .item1 .content .center .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.aboutus .item1 .content .num {
  border-top: 1px solid #f1f1f1;
}
.aboutus .item1 .content .num ul li {
  border-left: 1px solid #f1f1f1;
}
.aboutus .item1 .content .num ul li:first-child {
  border-left: 0 solid #000;
}
.aboutus .item1 .content .num ul li:first-child a::after {
  display: none;
}
.aboutus .item1 .content .num ul li a {
  display: flex;
  height: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.aboutus .item1 .content .num ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #cd281e;
}
.aboutus .item1 .content .num ul li a h5 {
  font-size: 36px;
  line-height: 1;
  color: #cd281e;
  margin-bottom: 10px;
}
.aboutus .item1 .content .num ul li a h6 {
  font-size: 16px;
  color: #333333;
}
.aboutus .item2 .content {
  padding-bottom: 70px;
}
.aboutus .item2 .content .title h5 {
  color: #cd281e;
  font-weight: bold;
}
.aboutus .item2 .content .slide .swiper-container {
  padding-bottom: 85px;
}
.aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
  border-right: 1px solid #dedede;
}
.aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  width: 130px;
  height: 130px;
  border: solid 1px #dedede;
  border-radius: 50%;
  text-align: center;
  line-height: 130px;
  margin: 0 auto;
}
.aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  text-align: center;
}
.aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  margin: 30px 0 20px;
}
.aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.aboutus .item2 .content .slide .swiper-container .swiper-pagination {
  bottom: 0;
}
.aboutus .item2 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 2px #333333;
  background: none;
  opacity: 1;
}
.aboutus .item2 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #cd281e;
  border: solid 2px #cd281e;
}
.aboutus .item3 {
  background: url(/template/default/index/images/aboutus_item3_bg.jpg) no-repeat center;
}
.aboutus .item3 .content {
  height: 644px;
}
.aboutus .item3 .content .slide {
  padding: 0 80px;
  margin-top: 150px;
  position: relative;
}
.aboutus .item3 .content .slide::after {
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 5px;
  width: 100%;
  background: url(/template/default/index/images/ruler.png) no-repeat center;
}
.aboutus .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  text-align: center;
}
.aboutus .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover h5 {
  color: #cd281e;
}
.aboutus .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover h5::after {
  background: #cd281e;
}
.aboutus .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a h5 {
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 66px;
  position: relative;
}
.aboutus .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a h5::after {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 19px;
  height: 19px;
  border: solid 5px #ffffff;
  background: #333;
  border-radius: 50%;
}
.aboutus .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.aboutus .item3 .content .slide .swiper-button-prev,
.aboutus .item3 .content .slide .swiper-button-next {
  position: absolute;
  width: 70px;
  height: 70px;
  box-shadow: 0px 4px 6px 0px #d2d2d2;
  margin-top: 0;
  background: none;
  border-radius: 50%;
  top: 35px;
  /* transform: translateY(-50%); */
  text-align: center;
  line-height: 70px;
  background: #cd281e;
  opacity: 1;
  outline: none;
  cursor: pointer;
}
.aboutus .item3 .content .slide .swiper-button-prev i,
.aboutus .item3 .content .slide .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.aboutus .item3 .content .slide .swiper-button-next.swiper-button-disabled,
.aboutus .item3 .content .slide .swiper-button-prev.swiper-button-disabled {
  box-shadow: 0px 4px 6px 0px #d2d2d2;
  background: #fff;
}
.aboutus .item3 .content .slide .swiper-button-next.swiper-button-disabled i,
.aboutus .item3 .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.aboutus .item4 .content .item_nav {
  margin: 30px 0 50px;
}
.aboutus .item4 .content .item_nav ul {
  text-align: center;
}
.aboutus .item4 .content .item_nav ul li {
  margin: 0 5px;
  overflow: hidden;
  display: inline-block;
}
.aboutus .item4 .content .item_nav ul li:hover a,
.aboutus .item4 .content .item_nav ul li.active a {
  background: #cd281e;
}
.aboutus .item4 .content .item_nav ul li:hover a span,
.aboutus .item4 .content .item_nav ul li.active a span {
  color: #fff;
}
.aboutus .item4 .content .item_nav ul li:hover a i,
.aboutus .item4 .content .item_nav ul li.active a i {
  border: solid 2px #fff;
  background-color: #fff;
}
.aboutus .item4 .content .item_nav ul li a {
  transition: all 0.5s linear;
  border: 1px solid #dedede;
  display: block;
  width: 199px;
  height: 58px;
  border-radius: 29px;
  text-align: center;
  line-height: 58px;
}
.aboutus .item4 .content .item_nav ul li a span {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-left: 10px;
}
.aboutus .item4 .content .item_nav ul li a i {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border: solid 2px #333333;
  border-radius: 50%;
}
.aboutus .item4 .content .list .item_list {
  display: none;
}
.aboutus .item4 .content .list .item_list:first-child {
  display: block;
}
.aboutus .item4 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background: #cd281e;
  color: #fff;
}
.aboutus .item4 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic{
  /* height: 250px;
  line-height: 250px; */
  overflow: hidden;
}
.aboutus .item4 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
}
.aboutus .item4 .content .list .item_list .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s linear;
}
.aboutus .item4 .content .list .item_list .slide .arrow {
  text-align: center;
  padding: 50px 0;
}
.aboutus .item4 .content .list .item_list .slide .arrow .swiper-button-prev,
.aboutus .item4 .content .list .item_list .slide .arrow .swiper-button-next {
  cursor: pointer;
  display: inline-block;
  position: static;
  width: 60px;
  height: 60px;
  border: solid 1px #dedede;
  margin-top: 0;
  background: none;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background: #cd281e;
  opacity: 1;
  outline: none;
}
.aboutus .item4 .content .list .item_list .slide .arrow .swiper-button-prev i,
.aboutus .item4 .content .list .item_list .slide .arrow .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.aboutus .item4 .content .list .item_list .slide .arrow .swiper-button-next.swiper-button-disabled,
.aboutus .item4 .content .list .item_list .slide .arrow .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.aboutus .item4 .content .list .item_list .slide .arrow .swiper-button-next.swiper-button-disabled i,
.aboutus .item4 .content .list .item_list .slide .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.services .title {
  text-align: center;
  padding: 60px 0 50px;
}
.services .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-bottom: 5px;
}
.services .title h6 {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.services .item1 .content {
  padding-bottom: 60px;
}
.services .item1 .content .page_tit {
  text-align: center;
  padding: 60px 0 0;
}
.services .item1 .content .page_tit h5 {
  font-size: 36px;
  line-height: 30px;
  color: #cd281e;
  margin-bottom: 20px;
}
.services .item1 .content .page_tit h6 {
  position: relative;
}
.services .item1 .content .page_tit h6::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}
.services .item1 .content .page_tit h6 span {
  display: inline-block;
  width: 176px;
  height: 37px;
  background-color: #000000;
  border-radius: 19px;
  font-size: 18px;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 10;
}
.services .item1 .content .list {
  overflow: hidden;
  margin-bottom: 1px;
}
.services .item1 .content .list:hover .left {
  background: #cd281e;
}
.services .item1 .content .list:hover .right ul li a h5 {
  color: #cd281e;
}
.services .item1 .content .list:hover .right .swiper-container .swiper-wrapper .swiper-slide a h5 {
  color: #cd281e;
}
.services .item1 .content .list .left {
  width: 100px;
  height: 163px;
  float: left;
  background: #9b9b9b;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  padding: 45px 36px;
  transition: all 0.5s linear;
}
.services .item1 .content .list .right {
  float: right;
  width: 1300px;
}
.services .item1 .content .list .right ul {
  margin: 0 -0.5px;
}
.services .item1 .content .list .right ul li {
  padding: 0 0.5px;
}
.services .item1 .content .list .right ul li a {
  display: block;
  height: 163px;
  background: #f1f1f1;
  text-align: center;
  padding: 40px 50px 0;
}
.services .item1 .content .list .right ul li a h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.services .item1 .content .list .right ul li a p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.services .item1 .content .list .right .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 163px;
  background: #f1f1f1;
  text-align: center;
  padding: 40px 30px 0;
}
.services .item1 .content .list .right .swiper-container .swiper-wrapper .swiper-slide a h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.services .item1 .content .list .right .swiper-container .swiper-wrapper .swiper-slide a p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 2400px;
}
.services .item1 .content .list .right .swiper-container .swiper-button-prev,
.services .item1 .content .list .right .swiper-container .swiper-button-next {
  width: 25px;
  height: 50px;
  background: #cd281e;
  text-align: center;
  line-height: 50px;
  opacity: 1;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.services .item1 .content .list .right .swiper-container .swiper-button-prev i,
.services .item1 .content .list .right .swiper-container .swiper-button-next i {
  color: #fff;
}
.services .item1 .content .list .right .swiper-container .swiper-button-next.swiper-button-disabled,
.services .item1 .content .list .right .swiper-container .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.services .item1 .content .list .right .swiper-container .swiper-button-next.swiper-button-disabled i,
.services .item1 .content .list .right .swiper-container .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.services .item1 .content .list .right .swiper-container .swiper-button-prev {
  left: 0;
}
.services .item1 .content .list .right .swiper-container .swiper-button-next {
  right: 0;
}
.services .item2 {
  background: url(/template/default/index/images/fw_item2_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.services .item2 .content {
  height:600px;
}
.services .item2 .content .title h5,
.services .item2 .content .title h6 {
  color: #fff;
}
.services .item2 .content .list ul {
  border-bottom: 1px solid #dedede;
}
/* .services .item2 .content .list ul:first-child li:last-child::after {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url(/template/default/index/images/fw_item2_icon02.png) no-repeat center;
  z-index: 10;
}
.services .item2 .content .list ul:nth-child(2n) li:first-child::after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 50%;
  transform: translate(50%, 50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url(/template/default/index/images/fw_item2_icon02.png) no-repeat center;
  z-index: 10;
}
.services .item2 .content .list ul:nth-child(2n) li::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url(/template/default/index/images/fw_item2_icon03.png) no-repeat center;
  z-index: 10;
} */
.services .item2 .content .list ul:last-child {
  border-bottom: 0;
}
.services .item2 .content .list ul:last-child li:last-child::after {
  display: none;
}
.services .item2 .content .list ul li {
  border-right: 1px solid #dedede;
  height: 180px;
  background: #fff;
  padding-top: 38px;
  text-align: center;
  position: relative;
}
.services .item2 .content .list ul li:last-child {
  border-right: 0;
}
/* .services .item2 .content .list ul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  content: "";
  width: 40px;
  height: 40px;
  background: url(/template/default/index/images/fw_item2_icon01.png) no-repeat center;
  z-index: 10;
} */
.services .item2 .content .list ul li p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.services .item2 .content .list ul li .num {
  width: 60px;
  height: 60px;
  background-color: #cd281e;
  text-align: center;
  line-height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
}
.services .item3 .content {
  padding-bottom: 30px;
}
.services .item3 .content .list ul li:nth-child(4n) a::after {
  display: none;
}
.services .item3 .content .list ul li a {
  position: relative;
  display: block;
  text-align: center;
  height: 172px;
  padding-top: 30px;
}
.services .item3 .content .list ul li a::after {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  content: "";
  width: 30px;
  height: 56px;
  background: url(/template/default/index/images/fw_item3_arrow.png) no-repeat center;
}
.services .item3 .content .list ul li a .pic {
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}
.services .item3 .content .list ul li a h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 8px 0;
}
.services .item3 .content .list ul li a p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.services .item4 {
  background: url(/template/default/index/images/fw_item4_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.services .item4 .content {
  height: 520px;
}
.services .item4 .content .title h5,
.services .item4 .content .title h6 {
  color: #fff;
}
.services .item4 .content .list {
  margin-top: 50px;
}
.services .item4 .content .list ul li:last-child a .pic::after {
  display: none;
}
.services .item4 .content .list ul li a {
  display: block;
  text-align: center;
}
.services .item4 .content .list ul li a .pic {
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  line-height: 110px;
  position: relative;
}
.services .item4 .content .list ul li a .pic::after {
  position: absolute;
  top: 50%;
  left: 110px;
  content: "";
  width: 65px;
  height: 1px;
  background: #fff;
}
.services .item4 .content .list ul li a h5 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.services .item5 .content {
  padding-bottom: 100px;
}
.services .item5 .content .list ul li a {
  width: 190px;
  height: 190px;
  border: solid 1px #dedede;
  display: flex;
  margin: 0 auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  text-align: center;
}
.services .item5 .content .list ul li a span {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.material .title {
  text-align: center;
  padding: 60px 0 50px;
}
.material .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-bottom: 5px;
}
.material .title h6 {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.material .item1 .content {
  background: url(/template/default/index/images/cl_item1_01.png) no-repeat center;
  height: 815px;
  padding-top: 115px;
}
.material .item1 .content ul li {
  margin-bottom: 245px;
}
.material .item1 .content ul li:nth-child(5),
.material .item1 .content ul li:nth-child(6) {
  margin-bottom: 0;
}
.material .item1 .content ul li:nth-child(2n) {
  text-align: right;
}
.material .item1 .content ul li a {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.material .item2 {
  background: url(/template/default/index/images/cl_item2_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.material .item2 .content {
  height: 620px;
}
.material .item2 .content .title h5,
.material .item2 .content .title h6 {
  color: #fff;
}
.material .item2 .content .list {
  border: 1px solid rgba(222, 222, 222, 0.2);
  border-left: 0 solid #000;
}
.material .item2 .content .list ul li a {
  display: block;
  height: 372px;
  border-left: solid 1px rgba(222, 222, 222, 0.2);
  padding: 40px 40px 0;
}
.material .item2 .content .list ul li a .pic {
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
}
.material .item2 .content .list ul li a .word {
  text-align: center;
}
.material .item2 .content .list ul li a .word h5 {
  font-size: 24px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
  margin: 30px 0;
}
.material .item2 .content .list ul li a .word p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.material .item3 .content .one {
  padding-bottom: 50px;
}
.material .item3 .content .cl_tit {
  height: 80px;
  background: #cd281e;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.material .item3 .content .list {
  overflow: hidden;
}
.material .item3 .content .list:last-child .left,
.material .item3 .content .list:last-child .right {
  border-bottom: 1px solid #dedede;
}
.material .item3 .content .list .left {
  width: 100px;
  height: 218px;
  float: left;
  background: #f1f1f1;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  border: 1px solid #dedede;
  text-align: center;
  border-bottom: 0 solid #000;
}
.material .item3 .content .list .right {
  width: 1300px;
  border: 1px solid #dedede;
  border-left: 0 solid #000;
  border-bottom: 0 solid #000;
  float: right;
  padding: 30px 30px 0;
  overflow: hidden;
  height: 218px;
}
.material .item3 .content .list .right ul {
  margin: 0 -10.5px;
}
.material .item3 .content .list .right ul li {
  padding: 0 10.5px;
}
.material .item3 .content .list .right ul li a {
  display: block;
}
.material .item3 .content .list .right ul li a .pic img {
  width: 100%;
}
.material .item3 .content .list .right ul li a .word {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.material .item3 .content .two .list_all {
  overflow: hidden;
}
.material .item3 .content .two .list_all:last-child {
  border-bottom: 1px solid #dedede;
}
.material .item3 .content .two .list_all .list {
  width: 700px;
  float: left;
}
.material .item3 .content .two .list_all .list .left {
  height: 180px;
}
.material .item3 .content .two .list_all .list .right {
  width: 600px;
  border-bottom: 0px solid #dedede;
  height: 180px;
}
.material .item3 .content .three .list .right {
  width: 100%;
  border-left: 1px solid #dedede;
  height: 342px;
}
.material .item3 .content .three .list .right ul {
  margin: 0 -15px;
}
.material .item3 .content .three .list .right ul li {
  padding: 0 15px;
}
.material .item3 .content .more {
  text-align: center;
  padding-bottom: 60px;
}
.material .item3 .content .more a {
  width: 260px;
  height: 60px;
  background-color: #d1372e;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
}
.material .item4 {
  background: #d1372e;
}
.material .item4 .content {
  height: 570px;
}
.material .item4 .content .title h5,
.material .item4 .content .title h6 {
  color: #fff;
}
.material .item4 .content .slide .swiper-container {
  padding-bottom: 50px;
}
.material .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a{
  display: block;
  height: 140px;
  line-height: 140px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.material .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  /* width: 50%; */
}
.material .item4 .content .slide .swiper-container .swiper-pagination {
  bottom: 0;
}
.material .item4 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 2px #ffffff;
  opacity: 1;
  background: none;
}
.material .item4 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.material .item5 .content {
  padding-bottom: 50px;
}
.material .item5 .content .list {
  overflow: hidden;
}
.material .item5 .content .list ul {
  margin: 0 -12.5px;
}
.material .item5 .content .list ul li {
  padding: 0 12.5px;
}
.material .item5 .content .list ul li a {
  display: block;
}
.material .item5 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.material .item5 .content .list ul li a .pic {
  overflow: hidden;
}
.material .item5 .content .list ul li a .pic img {
  transition: all 0.5s linear;
  max-width: 100%;
}
.material .item5 .content .list ul li a .word {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.page_nav_phone {
  display: none;
}
.page_nav .content ul li a {
  border-bottom: 1px solid #f1f1f1;
  border-left: none;
}
@media screen and (max-width: 1420px) {
  .services .item1 .content .list:hover .left {
    background: none;
  }
  .services .item1 .content .list .left,
  .services .item1 .content .list .right {
    float: none;
  }
  .services .item1 .content .list .right {
    width: 100%;
  }
  .services .item1 .content .list .left {
    padding: 0;
    margin: 0 auto;
    background: none;
    color: #333;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 1410px) {
  .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .header .content .tel {
    margin-left: 30px;
  }
  .design .item2 .content .list ul li a .num::after {
    display: none;
  }
  .team_list .content .center .list ul li a .pic {
    width: 30%;
  }
  .deliver .item3 .content .slide .swiper-button-prev,
  .deliver .item3 .content .slide .swiper-button-next {
    display: none;
  }
  .material .item1 .content {
    background-size: 60% 60%;
    padding-top: 175px;
  }
  .material .item1 .content ul li {
    margin-bottom: 185px;
  }
  .material .item3 .content .one .list .left,
  .material .item3 .content .one .list .right {
    float: none;
  }
  .material .item3 .content .one .list .right {
    width: 100%;
    border: none;
    border-top: 1px solid #dedede;
    height: auto;
  }
  .material .item3 .content .one .list .left {
    padding: 0;
    margin: 0 auto;
    background: none;
    color: #333;
    height: 50px;
    line-height: 50px;
    border: none;
    text-align: center;
    width: auto;
  }
  .material .item3 .content .two .list_all .list {
    width: 50%;
  }
  .material .item3 .content .two .list_all .list .right {
    width: 100%;
    height: auto;
  }
  .material .item3 .content .two .list_all .list .left {
    padding: 0;
    margin: 0 auto;
    background: none;
    color: #333;
    height: 50px;
    line-height: 50px;
    border: none;
    text-align: center;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 49px;
  }
  .top {
    display: none;
  }
  .header {
    display: none;
  }
  .bread_nav{
    display: none;
  }
  .am-header {
    display: block;
  }
  .footer {
    display: none;
  }
  .beian .content {
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
    height: auto;
    line-height: 14px;
  }
  .beian .content .left,
  .beian .content .right {
    width: 100%;
    margin: 10px 0 0;
  }
  .page {
    padding: 30px 0;
  }
  .page ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .page_nav .content {
    padding: 0 !important;
  }
  .page_nav .content ul li a img {
    display: none !important;
  }
  .page_nav .content ul li a {
    height: 40px;
    line-height: 40px;
  }
  .page_nav .content ul li a span {
    font-size: 12px;
  }
  .case_list .content {
    padding-top: 10px;
  }
  .case_list .content .center {
    padding: 0 10px ;
  }
  .case_list .content .center .title {
    padding: 30px 0 20px;
  }
  .case_list .content .center .item_nav {
    display: none;
  }
  .case_list .content .center .list {
    overflow: hidden;
  }
  .case_list .content .center .list ul {
    margin: 0 -5px;
  }
  .case_list .content .center .list ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .case_detail .content {
    padding: 10px 0;
  }
  .case_detail .content .center {
    padding: 0 10px;
  }
  .case_detail .content .center .title {
    padding: 20px 0 10px ;
  }
  .case_detail .content .center .list {
    margin: 10px 0;
  }
  .about_case .content h5 {
    padding: 30px 0;
  }
  .about_case .content .slide {
    padding-bottom: 20px;
  }
  .page_nav_pc {
    display: none;
  }
  .page_nav_phone {
    display: block;
  }
  .industry .content {
    padding: 10px 0;
  }
  .industry .content .item1 {
    padding: 20px;
  }
  .industry .content .item1 .title {
    padding-bottom: 10px;
  }
  .industry .content .item1 .title h5 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
  }
  .industry .content .item {
    padding: 20px;
  }
  .industry .content .item .center .word h5 {
    font-size: 24px;
    line-height: 1;
  }
  .project_list .content {
    padding-top: 10px;
  }
  .project_list .content .center {
    padding: 0 10px ;
  }
  .project_list .content .center .title {
    padding: 30px 0 20px;
  }
  .project_list .content .center .list {
    overflow: hidden;
  }
  .project_list .content .center .list ul li a .word .word_tit .tit {
    width: 100%;
  }
  .project_list .content .center .list ul li a .word .word_tit span {
    display: none;
  }
  .project_detail .content {
    padding: 10px 0;
  }
  .project_detail .content .center {
    padding: 0 10px;
  }
  .project_detail .content .center .title {
    padding: 20px 0 10px ;
  }
  .project_detail .content .center .list {
    margin: 10px 0;
  }
  .management .content .list ul li a .word span {
    display: none;
  }
  .business .content {
    padding-top: 10px;
  }
  .business .content ul li {
    margin-bottom: 10px;
  }
  .business .content ul li a .word {
    padding: 30px 10px 0;
  }
  .business .content ul li a .word h5 {
    margin-bottom: 30px;
  }
  .business .content ul li a .word .more {
    left: 20px;
  }
  .team_list .content {
    padding: 10px 0;
  }
  .team_list .content .center {
    padding: 0 10px ;
  }
  .team_list .content .center .title {
    padding: 30px 0 20px;
  }
  .team_list .content .center .big {
    margin-bottom: 10px;
  }
  .team_list .content .center .list {
    overflow: hidden;
  }
  .team_list .content .center .list ul li {
    margin-bottom: 10px;
  }
  .team_list .content .team_case {
    padding: 0 10px;
    margin-top: 10px;
  }
  .team_list .content .team_case .title {
    padding: 30px 0 20px;
  }
  .team_list .content .team_case .slide .arrow {
    padding: 20px 0;
  }
  .news_list .content {
    padding-top: 10px;
  }
  .news_list .content .center {
    padding: 0 10px ;
  }
  .news_list .content .center .title {
    padding: 30px 0 20px;
  }
  .news_list .content .center .big {
    margin-bottom: 10px;
  }
  .news_list .content .center .list {
    overflow: hidden;
  }
  .news_list .content .center .list ul {
    margin: 0 -5px;
  }
  .news_list .content .center .list ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .index .item1 .content {
    position: static;
    padding-top: 10px;
  }
  .index .item1 .content .center {
    padding: 10px;
  }
  .index .item1 .content .center .word h5 {
    font-size: 24px;
  }
  .index .item1 .content .center .word h6 {
    font-size: 18px;
  }
  .index .item2 .content {
    padding-bottom: 20px;
  }
  .index .item2 .content .title {
    padding: 20px 0;
    text-align: center;
  }
  .index .item2 .content .title h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .index .item2 .content .title h6 {
    font-size: 18px;
  }
  .index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a h5 span {
    font-size: 30px;
  }
  .index .item2 .content .arrow {
    margin: 20px auto 0;
  }
  .index .item3 .content {
    padding-bottom: 20px;
  }
  .index .item3 .content .title {
    padding: 20px 0;
    text-align: center;
  }
  .index .item3 .content .title h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .index .item3 .content .title h6 {
    font-size: 18px;
  }
  .index .item3 .content .list ul li a .word {
    padding:5px;
    height: auto;
  }
  .index .item3 .content .list ul li a .word h5 {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
  }
  .index .item3 .content .list ul li a .word h6 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .index .item4 {
    background: #333;
  }
  .index .item4 .content {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
  }
  .index .item4 .content .word,
  .index .item4 .content .list {
    width: 100%;
    float: none;
  }
  .index .item4 .content .word .title {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
  }
  .index .item4 .content .word .title h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .index .item4 .content .word .title h6 {
    font-size: 18px;
  }
  .index .item4 .content .word .item_nav ul {
    text-align: center;
  }
  .index .item4 .content .word .item_nav ul li {
    display: inline-block;
  }
  .index .item4 .content .word .item_nav ul li a {
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
  .index .item4 .content .word .item_nav ul li a span {
    font-size: 12px;
    margin: 0;
  }
  .index .item4 .content .word .item_nav ul li a i {
    display: none;
  }
  .index .item4 .content .list .item_list ul {
    margin: 0 -5px;
  }
  .index .item4 .content .list .item_list ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .index .item5 .content {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    display: block;
  }
  .index .item5 .content .word,
  .index .item5 .content .list {
    width: 100%;
    float: none;
  }
  .index .item5 .content .word .title {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
  }
  .index .item5 .content .word .title h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .index .item5 .content .word .title h6 {
    font-size: 18px;
  }
  .index .item5 .content .word p {
    margin: 0 0 10px;
    text-align: center;
  }
  .index .item5 .content .word .item_nav ul {
    text-align: center;
  }
  .index .item5 .content .word .item_nav ul li {
    display: inline-block;
  }
  .index .item5 .content .word .item_nav ul li a {
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
  .index .item5 .content .word .item_nav ul li a span {
    font-size: 12px;
    margin: 0;
  }
  .index .item5 .content .word .item_nav ul li a i {
    display: none;
  }
  .index .item5 .content .list .item_list ul {
    margin: 0 -5px;
  }
  .index .item5 .content .list .item_list ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .index .item6 .content {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .index .item6 .content .word,
  .index .item6 .content .list {
    width: 100%;
    float: none;
  }
  .index .item6 .content .word .title {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
  }
  .index .item6 .content .word .title h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .index .item6 .content .word .title h6 {
    font-size: 18px;
  }
  .index .item6 .content .word p {
    margin: 0 0 10px;
    text-align: center;
  }
  .index .item6 .content .word .item_nav ul {
    text-align: center;
  }
  .index .item6 .content .word .item_nav ul li {
    display: inline-block;
  }
  .index .item6 .content .word .item_nav ul li a {
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
  .index .item6 .content .word .item_nav ul li a span {
    font-size: 12px;
    margin: 0;
  }
  .index .item6 .content .word .item_nav ul li a i {
    display: none;
  }
  .index .item6 .content .list .item_list ul {
    margin: 0 -5px;
  }
  .index .item6 .content .list .item_list ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .index .item7 .content {
    height: auto;
    padding: 10px;
  }
  .index .item7 .content .slide .swiper-container {
    padding-bottom: 30px;
  }
  .index .item7 .content .slide .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .index .item8 .content {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .index .item8 .content .title {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
  }
  .index .item8 .content .title h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .index .item8 .content .title h6 {
    font-size: 18px;
  }
  .index .item8 .content .item_nav {
    margin: 0 0 10px;
  }
  .index .item8 .content .item_nav ul {
    text-align: center;
  }
  .index .item8 .content .item_nav ul li {
    display: inline-block;
  }
  .index .item8 .content .item_nav ul li a {
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
  .index .item8 .content .item_nav ul li a span {
    font-size: 12px;
    margin: 0;
  }
  .index .item8 .content .item_nav ul li a i {
    display: none;
  }
  .index .item8 .content .center .left {
    width: 100%;
  }
  .index .item8 .content .center .left .list .item_list .list {
    padding-right: 10px;
  }
  .index .item8 .content .center .right {
    display: none;
  }
  .index .friend_link {
    display: none;
  }
  .services .item5 .content .list ul li {
    margin-bottom: 10px;
  }
  .aboutus .item1 .content .center {
    padding-top: 10px;
  }
  .aboutus .item1 .content .center .word {
    padding: 10px;
  }
  .aboutus .item1 .content .center .word .tit {
    margin-bottom: 10px;
  }
  .aboutus .item1 .content .center .word .tit .left {
    width: 100%;
  }
  .aboutus .item1 .content .center .word .tit .right {
    display: none;
  }
  .contact_us .item1 .content .word .list ul li {
    font-size: 14px;
  }
  .material .item1 {
    display: none;
  }
  .material .item2 .content .list ul li a {
    padding: 40px 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .industry .content .item .center .word img {
    display: none;
  }
  .crafts .content .title {
    padding: 30px 0 20px;
  }
  .crafts .content .item_nav {
    margin-bottom: 20px;
  }
  .crafts .content .item_nav ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .management .content {
    padding-bottom: 10px;
  }
  .management .content .title {
    padding: 30px 0 20px;
  }
  .management .content .list ul li a {
    padding: 10px;
  }
  .management .content .list ul li a .word {
    padding: 10px 10px 0;
  }
  .management_team {
    display: none;
  }
  .design .title {
    padding: 20px 0 ;
  }
  .design .title h5 {
    font-size: 24px;
  }
  .design .title h6 {
    font-size: 12px;
  }
  .design .item1 .content {
    padding-bottom: 10px;
  }
  .design .item2 .content {
    height: auto;
  }
  .design .item2 .content .list {
    margin-top: 20px;
  }
  .design .item2 .content .list ul {
    margin: 0 -10px;
  }
  .design .item2 .content .list ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .design .item2 .content .list ul li a .num {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
  }
  .design .item2 .content .list ul li a .word h5 {
    font-size: 16px;
  }
  .design .item2 .content .list ul li a .word p {
    display: none;
  }
  .design .item3 .content {
    padding-bottom: 20px;
  }
  .design .item4 .content {
    height: auto;
    padding-bottom: 20px;
  }
  .design .item5 .content {
    height: auto;
    padding-bottom: 10px;
  }
  .deliver .title {
    padding: 20px 0 ;
  }
  .deliver .title h5 {
    font-size: 24px;
  }
  .deliver .title h6 {
    font-size: 12px;
  }
  .deliver .item1 {
    padding-bottom: 20px;
  }
  .deliver .item1 .content .list ul li a {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    line-height: 200px;
    font-size: 24px;
  }
  .deliver .item2 .content {
    padding-bottom: 10px;
  }
  .deliver .item2 .content .list {
    padding: 10px;
  }
  .deliver .item2 .content .list ul {
    margin: 0 -10px;
  }
  .deliver .item2 .content .list ul li {
    padding: 0 10px;
  }
  .deliver .item2 .content .list ul li a::after {
    display: none;
  }
  .deliver .item3 .content {
    padding-bottom: 10px;
  }
  .deliver .item5 .content form ul li {
    margin-bottom: 10px;
  }
  .deliver .item5 .content form ul li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .deliver .item5 .content .num {
    padding: 10px 0;
  }
  .index .item3 .content .list ul li a .word {
    width: 95%;
  }
  .index .item8 .content .center .left .list .item_list .big {
    display: none;
  }
  .index .item8 .content .center .left .list .item_list .list {
    width: 100%;
    margin: 10px 0;
  }
  .services .item4 .content {
    height: auto;
    overflow: hidden;
  }
  .services .item4 .content .list {
    margin: 20px 0;
  }
  .services .item4 .content .list ul li {
    margin-bottom: 20px;
  }
  .services .item4 .content .list ul li a h5 {
    margin-top: 10px;
  }
  .services .item5 .content {
    padding-bottom: 20px;
  }
  .aboutus .title {
    padding: 20px 0 ;
  }
  .aboutus .title h5 {
    font-size: 24px;
  }
  .aboutus .title h6 {
    font-size: 12px;
  }
  .aboutus .item2 .content {
    padding-bottom: 20px;
  }
  .aboutus .item2 .content .slide .swiper-container {
    padding-bottom: 20px;
  }
  .aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
    display: none;
  }
  .aboutus .item3 .content {
    height: auto;
    padding-bottom: 20px;
  }
  .aboutus .item3 .content .slide {
    margin-top: 20px;
    padding: 0 50px;
  }
  .aboutus .item4 .content .item_nav {
    margin: 0 0 10px;
  }
  .aboutus .item4 .content .list .item_list .slide .arrow {
    padding: 10px 0;
  }
  .contact_us .item1 {
    padding: 10px 0;
  }
  .contact_us .item1 .content .word {
    padding: 10px 10px 0;
  }
  .contact_us .item1 .content .word h5 {
    font-size: 22px;
  }
  .contact_us .item1 .content .word .list ul li {
    padding-left: 0;
    background: none !important;
    font-size: 12px;
  }
  .contact_us .item2 .content .list ul li .tit span:last-child {
    background: #f4f4f4;
  }
  .contact_us .item2 .content .list ul li.active .tit span:last-child {
    background: #cd281e !important;
  }
  .material .item2 .content {
    height: auto;
    padding-bottom: 60px;
  }
  .material .item2 .content .list ul li a {
    height: auto;
  }
  .material .item2 .content .list ul li a .word p {
    display: none;
  }
  .material .item4 .content {
    height: auto;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .case_list .content .center .title {
    padding: 20px 0 10px;
  }
  .case_list .content .center .title h5 {
    font-size: 24px;
  }
  .case_list .content .center .list ul li {
    width: 100%;
  }
  .case_detail .content .center .title h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .case_detail .content .center .title h6 span {
    margin: 0 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .case_detail .content .center .list {
    display: none;
  }
  .case_detail .content .center .up_next {
    margin-top: 10px;
    flex-direction: column;
    padding: 10px 0;
  }
  .case_detail .content .center .up_next .back {
    display: none;
  }
  .case_detail .content .center .up_next a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
  }
  .case_detail .content .center .up_next a i {
    display: none;
  }
  .case_detail .content .center .up_next a span {
    font-size: 14px;
  }
  .about_case .content h5 {
    padding: 20px 0;
    font-size: 24px;
  }
  .about_case .content .slide {
    padding: 0 0 10px;
  }
  .industry .content .item1 {
    padding: 10px;
    margin-bottom: 10px;
  }
  .industry .content .item1 .title {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .industry .content .item1 .title h5 {
    font-size: 18px;
  }
  .industry .content .item1 p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }
  .industry .content .item {
    padding: 10px;
  }
  .industry .content .item .center .pic,
  .industry .content .item .center .word {
    width: 100%;
    float: none;
  }
  .industry .content .item .center .pic {
    height: 200px;
  }
  .industry .content .item .center .word {
    padding-left: 0;
    height: auto;
  }
  .industry .content .item .center .word .line {
    margin: 10px auto;
  }
  .industry .content .item .center .word h5 {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 10px;
  }
  .industry .content .item .center .word p {
    text-align: center;
    line-height: 24px;
  }
  .industry .content .item .list ul li {
    margin-bottom: 10px;
  }
  .project_list .content .center .title {
    padding: 20px 0 10px;
  }
  .project_list .content .center .title h5 {
    font-size: 24px;
  }
  .project_list .content .center .list ul li {
    margin-bottom: 10px;
  }
  .project_list .content .center .list ul li a .pic,
  .project_list .content .center .list ul li a .word {
    float: none;
    width: 100%;
  }
  .project_list .content .center .list ul li a .word {
    padding: 10px;
    height: auto;
  }
  .project_list .content .center .list ul li a .word .word_tit .tit h5 {
    font-size: 16px;
  }
  .project_list .content .center .list ul li a .word .word_tit .tit h6 i {
    font-size: 12px;
    margin-right: 5px;
  }
  .project_list .content .center .list ul li a .word .progress {
    margin-top: 20px;
  }
  .project_list .content .center .list ul li a .word .progress ul li div span {
    font-size: 12px;
  }
  .project_detail .content .center .title h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .project_detail .content .center .title h6 span {
    margin: 0 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .project_detail .content .center .list ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
  }
  .project_detail .content .center .progress {
    margin: 20px 0;
  }
  .project_detail .content .center .word_center {
    padding-top: 0;
  }
  .project_detail .content .center .word_center .word_tit span {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .project_detail .content .center .up_next {
    margin-top: 10px;
    flex-direction: column;
    padding: 10px 0;
  }
  .project_detail .content .center .up_next .back {
    display: none;
  }
  .project_detail .content .center .up_next a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
  }
  .project_detail .content .center .up_next a i {
    display: none;
  }
  .project_detail .content .center .up_next a span {
    font-size: 14px;
  }
  .crafts .content .item_nav ul li a {
    width: auto;
    padding: 0 10px;
  }
  .crafts .content .list ul li a {
    padding: 10px;
  }
  .crafts .content .list ul li a .pic,
  .crafts .content .list ul li a .word {
    width: 100%;
    float: none;
  }
  .crafts .content .list ul li a .word {
    padding: 10px ;
  }
  .crafts .content .list ul li a .word h5 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .crafts .content .list ul li a .word p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: hidden;
    line-height: 24px;
    max-height: 2400px;
  }
  .crafts .content .title {
    padding: 20px 0 10px;
  }
  .crafts .content .title h5 {
    font-size: 24px;
  }
  .crafts .content .title h6 {
    line-height: 1;
  }
  .management .content .title {
    padding: 20px 0 10px;
  }
  .management .content .title h5 {
    font-size: 24px;
  }
  .management .content .title h6 {
    line-height: 1;
  }
  .management .content .list ul li:last-child a {
    margin-bottom: 0;
  }
  .management .content .list ul li a .pic,
  .management .content .list ul li a .word {
    width: 100%;
    float: none;
  }
  .management .content .list ul li a .pic {
    height: 250px;
  }
  .management .content .list ul li a .word h5 {
    font-size: 20px;
  }
  .management .content .list ul li a .word p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
  .business .content ul li a .pic,
  .business .content ul li a .word {
    width: 100%;
    float: none;
  }
  .business .content ul li a .pic {
    height: 300px;
  }
  .business .content ul li a .word {
    position: static;
    padding: 10px;
    height: auto;
  }
  .business .content ul li a .word h5 {
    margin-bottom: 10px;
  }
  .business .content ul li a .word h5 span {
    font-size: 24px;
  }
  .business .content ul li a .word .more {
    position: static;
    margin-top: 10px;
  }
  .design .item1 .content {
    padding-bottom: 10px;
  }
  .design .item1 .content .word {
    font-size: 14px;
    line-height: 24px;
  }
  .design .item3 .content .slide {
    padding: 0;
  }
  .design .item4 .content .slide {
    padding: 0;
  }
  .design .item5 .content .slide {
    padding: 0;
  }
  .team_list .content .center .title h5 {
    font-size: 24px;
  }
  .team_list .content .center .title h6 {
    line-height: 1;
  }
  .team_list .content .center .item_nav {
    display: none;
  }
  .team_list .content .center .big .pic,
  .team_list .content .center .big .word {
    width: 100%;
    float: none;
  }
  .team_list .content .center .big .pic {
    height: 340px;
  }
  .team_list .content .center .big .word {
    padding: 10px;
    height: auto;
  }
  .team_list .content .center .big .word h5 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
  }
  .team_list .content .center .big .word p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: hidden;
    line-height: 24px;
    max-height: 2400px;
  }
  .team_list .content .center .big .word img {
    display: none;
  }
  .team_list .content .center .list ul li a .pic,
  .team_list .content .center .list ul li a .word {
    width: 100%;
    float: none;
  }
  .team_list .content .center .list ul li a .pic {
    height: 250px;
  }
  .team_list .content .center .list ul li a .word {
    padding: 10px;
    height: auto;
  }
  .team_list .content .center .list ul li a .word h5,
  .team_list .content .center .list ul li a .word h6 {
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
  }
  .team_list .content .center .list ul li a .word h6 {
    margin-top: 10px;
  }
  .team_list .content .center .list ul li a .word p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: hidden;
    line-height: 24px;
    max-height: 2400px;
  }
  .team_list .content .center .list ul li a .word img {
    display: none;
  }
  .team_list .content .team_case .title h5 {
    font-size: 24px;
  }
  .team_list .content .team_case .title h6 {
    line-height: 1;
  }
  .deliver .item1 .content .list ul li a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
  }
  .deliver .item2 .content .item_nav ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .deliver .item2 .content .list {
    padding: 5px;
  }
  .deliver .item2 .content .list ul {
    margin: 0 -5px;
  }
  .deliver .item2 .content .list ul li {
    padding: 0 5px;
  }
  .deliver .item2 .content .list ul li a::after {
    display: none;
  }
  .deliver .item5 .content form ul li input {
    height: 40px;
    padding-left: 10px;
  }
  .news_list .content {
    padding-top: 10px;
  }
  .news_list .content .center {
    padding: 0 10px ;
  }
  .news_list .content .center .title {
    padding: 20px 0 10px;
  }
  .news_list .content .center .title h5 {
    font-size: 24px;
  }
  .news_list .content .center .title h6 {
    line-height: 1;
  }
  .news_list .content .center .big a .pic,
  .news_list .content .center .big a .word {
    width: 100%;
    float: none;
  }
  .news_list .content .center .big a .pic {
    height: 250px;
  }
  .news_list .content .center .big a .word {
    height: auto;
    padding: 10px;
  }
  .news_list .content .center .big a .word h5 {
    font-size: 18px;
    line-height: 1;
  }
  .news_list .content .center .big a .word p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 24px;
    max-height: 96px;
    margin: 10px 0;
  }
  .news_list .content .center .list ul li {
    width: 100%;
  }
  .index .item1 .content .center {
    flex-direction: column;
  }
  .index .item1 .content .center .pic,
  .index .item1 .content .center .word {
    width: 100%;
  }
  .index .item1 .content .center .pic {
    height: 250px;
  }
  .index .item1 .content .center .word {
    padding-top: 20px;
  }
  .index .item1 .content .center .word h6 {
    margin-bottom: 10px;
  }
  .index .item1 .content .center .word p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: hidden;
    line-height: 24px;
    max-height: 2400px;
    margin-bottom: 10px;
  }
  .index .item1 .content .num {
    display: none;
  }
  .index .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
    border-right: none;
  }
  .index .item3 .list ul li {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .index .item3 .content .list ul li a .word{
    display: block !important;
    background: rgba(205, 40, 30, 0.95);
  }
  .index .item3 .content .list ul li a .word h5, .index .item3 .content .list ul li a .word h6{
    color: #fff;
  }

  .index .item3 .list ul li a .pic {
    height: 300px !important;
  }
  .index .item6 .content .list .item_list .slide .arrow {
    bottom: 10px;
  }
  .index .item6 .content .list .item_list .slide .arrow .swiper-button-prev,
  .index .item6 .content .list .item_list .slide .arrow .swiper-button-next {
    height: 30px;
    line-height: 30px;
  }
  .index .item6 .content .list .item_list .slide .arrow a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .index .item8 .content .center .left .list .item_list .list {
    padding-right: 0;
  }
  .index .item8 .content .center .left .list .item_list .list ul li a h5 {
    margin: 5px 0;
  }
  .services .title {
    padding: 20px 0 ;
  }
  .services .title h5 {
    font-size: 24px;
  }
  .services .title h6 {
    font-size: 12px;
  }
  .services .item1 .content {
    padding-bottom: 10px;
  }
  .services .item1 .content .page_tit {
    padding-top: 20px;
  }
  .services .item1 .content .page_tit h5 {
    font-size: 24px;
  }
  .services .item1 .content .list .left {
    font-size: 22px;
  }
  .services .item1 .content .list .right ul li {
    margin-bottom: 1px;
  }
  .services .item1 .content .list .right ul li a {
    padding: 20px 10px 10px;
  }
  .services .item1 .content .list .right ul li a h5 {
    font-size: 20px;
  }
  .services .item1 .content .list .right .swiper-container .swiper-wrapper .swiper-slide a {
    padding: 20px 10px 10px;
  }
  .services .item1 .content .list .right .swiper-container .swiper-wrapper .swiper-slide a h5 {
    font-size: 20px;
  }
  .services .item2 .content {
    height: auto;
    padding-bottom: 20px;
  }
  .services .item2 .content .list ul li {
    height: 100px;
    padding-top: 20px;
  }
  .services .item2 .content .list ul li::after {
    display: none;
  }
  .services .item2 .content .list ul li .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .services .item2 .content .list ul li p {
    font-size: 12px;
    line-height: 1;
  }
  .services .item3 .content {
    height: auto;
    padding-bottom: 20px;
  }
  .services .item3 .content .list ul li a {
    height: 120px;
    padding-top: 0;
  }
  .services .item3 .content .list ul li a::after {
    display: none;
  }
  .services .item3 .content .list ul li a .pic img {
    width: 30px;
  }
  .services .item3 .content .list ul li a h5 {
    font-size: 12px;
  }
  .services .item4 {
    border-bottom: 1px solid #fff;
  }
  .services .item4 .content .list ul li a .pic {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .services .item4 .content .list ul li a .pic::after {
    display: none;
  }
  .services .item4 .content .list ul li a .pic img {
    width: 25px;
  }
  .services .item4 .content .list ul li a h5 {
    font-size: 12px;
  }
  .services .item5 {
    display: none;
  }
  .aboutus .item1 .content .center .pic,
  .aboutus .item1 .content .center .word {
    float: none;
    width: 100%;
  }
  .aboutus .item1 .content .center .pic {
    height: 300px;
  }
  .aboutus .item1 .content .num {
    display: none;
  }
  .aboutus .item2 .content {
    padding-bottom: 10px;
  }
  .aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
    border-right: none;
  }
  .aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
    border: none;
    width: auto;
    height: 50px;
    line-height: 50px;
  }
  .aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    width: 30px;
  }
  .aboutus .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
    font-size: 14px;
    margin: 0;
  }
  .aboutus .item3 .content .slide .swiper-button-prev,
  .aboutus .item3 .content .slide .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50px;
  }
  .aboutus .item3 .content .slide .swiper-button-prev{
    left: 0;
  }
  .aboutus .item3 .content .slide .swiper-button-next{
    right: 0;
  }
  .aboutus .item4 .content .item_nav {
    margin: 0 0 10px;
  }
  .aboutus .item4 .content .item_nav ul li a {
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 25px;
  }
  .aboutus .item4 .content .item_nav ul li a i {
    display: none;
  }
  .aboutus .item4 .content .item_nav ul li a span {
    margin: 0;
    font-size: 12px;
  }
  .contact_us .title {
    padding: 20px 0 ;
  }
  .contact_us .title h5 {
    font-size: 24px;
  }
  .contact_us .title h6 {
    font-size: 12px;
  }
  .contact_us .item1 .content .pic,
  .contact_us .item1 .content .word {
    width: 100%;
    float: none;
  }
  .contact_us .item1 .content .pic {
    height: 250px;
  }
  .contact_us .item1 .content .word .list {
    margin-top: 10px;
  }
  .contact_us .item1 .content .word .list ul li {
    height: auto;
    line-height: 1.5;
    padding: 10px 0;
  }
  .contact_us .item2 .content {
    padding-bottom: 10px;
  }
  .contact_us .item2 .content .list ul li .tit span {
    width: 50%;
  }
  .contact_us .item3 .content {
    padding-bottom: 10px;
  }
  .contact_us .item3 .content form .sub {
    width: 100%;
  }
  .material .title {
    padding: 20px 0 ;
  }
  .material .title h5 {
    font-size: 24px;
  }
  .material .title h6 {
    font-size: 12px;
  }
  .material .item2 .content {
    padding-bottom: 20px;
  }
  .material .item2 .content .list {
    border: none;
  }
  .material .item2 .content .list ul li a {
    border-left: 0 solid #000;
    padding: 0;
  }
  .material .item2 .content .list ul li a .word h5 {
    font-size: 14px;
    margin: 10px 0;
  }
  .material .item3 .content .cl_tit {
    height: 40px;
    line-height: 40px;
  }
  .material .item3 .content .one {
    padding-bottom: 10px;
  }
  .material .item3 .content .one .list .right {
    padding: 10px;
  }
  .material .item3 .content .one .list .right ul li a .word {
    margin: 10px 0;
  }
  .material .item3 .content .two .list_all .list {
    width: 100%;
  }
  .material .item3 .content .two .list_all .list .right {
    padding: 10px;
  }
  .material .item3 .content .three {
    padding-bottom: 0;
  }
  .material .item3 .content .more {
    padding-bottom: 10px;
  }
  .material .item3 .content .more a {
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
  .material .item4 .content {
    padding-bottom: 20px;
  }
  .material .item5 .content {
    padding-bottom: 20px;
  }
  .material .item5 .content .list ul li a .word {
    height: 30px;
    line-height: 30px;
  }
}


@media screen and (max-width: 1600px){
  .deliver .item3 .content .slide .swiper-button-prev{
    left: 0;
  } 
  .deliver .item3 .content .slide .swiper-button-next{
    right: 0;
  }
}
