@charset "utf-8";
.clearjs {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow-x: hidden
}
body {
  font-size: 16px;
  color: #333;
  line-height: normal;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.8;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all .6s
}
a:hover {
  color:#E46713
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
em, i {
  font-style: normal
}
img {
  vertical-align: middle;
  transition: all 1s
}
input, select, textarea {
  font-size: 14px
}
textarea {
  overflow: auto
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: 0
}
input::-ms-clear {
  display: none
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none
}
.clearfix:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
.main-box {
  height: 100%;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px
}
.pc {
  display: block
}
.wap {
  display: none
}
.darkbg {
  background: #f1f1f1
}
.padbt50 {
  padding: 50px 0;
}
.padt50 {
  padding-top: 50px;
}
header {
  position: relative;
  z-index: 9999;
  background: rgba(255,255,255,1);
  padding: 10px 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
}
header .logo img {
  height: 60px;
  width: auto
}
.notop header .logo img {
  height: 50px;
}
header .navbut {
  display: none
}
header nav {
  display: flex;
  align-items: center
}
header nav ul {
  margin-right: 15px
}
header nav ul li {
  float: left;
  position: relative
}
header nav ul li > a {
  display: flex;
  align-items: center;
  height: 100px;
  font-size: 18px;
  line-height: 1;
  padding: 0 25px;
  font-weight: 500;
}
.navtel {
  line-height: 1.5
}
header nav ul li .iconfont {
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold
}
header nav ul li.none .sub {
  display: none !important;
}
header nav ul li .sub {
  display: none;
  position: absolute;
  left: -5px;
  top: 80%;
  white-space: nowrap;
  min-width: 120px;
  line-height: 40px;
  padding: 5px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 4px 0 rgba(116, 116, 116, 0.35);
  border-radius: 0px 0px 4px 4px;
  text-align: center
}
header nav ul li .sub a {
  padding: 0 20px 0 15px;
  font-size: 14px;
  color: #666;
  display: block;
  overflow: hidden
}
header nav ul li.on span {
  position: relative;
}
header nav ul li.on span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #E46713
}
header nav ul li .sub a:hover {
  background-color: #F8F8F8;
  color: #E46713
}
header nav ul li.on > a, header nav ul li.hover > a {
  color: #E46713
}
header .nav-sub {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
 background: rgba(255,255,255,0.95);
  box-shadow: 0 0 10px #eee
}
header .nav-sub .container {
  display: none;
  padding: 20px; 
}
header .nav-sub .container.cur {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .nav-sub .container.cur dl {
  width: 20%;
  padding: 30px 0;
}
header .nav-sub .container.cur dt {
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
header .nav-sub .container.cur dt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 22px;
  background: #1C3591;
}
header .nav-sub .container.cur dd {
  padding-left: 15px;
}
header .nav-sub .container.cur dd a:hover {
  padding-left: 5px;
}
header .navtel .tel {
  font-size: 24px;
  color: #E46713;
}
.notop header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 10px #eee
}
.notop header nav ul li > a {
  height: 70px
}
.banner a {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  height: 800px
}
.banner a img {
  width: 100%;
  height: auto;
  display: none
}
.banner .banner-num {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5
}
.banner .banner-num .swiper-pagination-bullet {
  border-radius: 50%;
  opacity: 1;
  transition: all .6s;
  width: 16px;
  height: 16px;
  background: #555;
  margin: 0 5px;
  border: 2px solid #fff;
  cursor: pointer
}
.banner .banner-num .swiper-pagination-bullet-active {
  background: #1C3591
}
.probanner .banner-hnum {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5
}
.probanner .banner-hnum .swiper-pagination-bullet {
  border-radius: 50px;
  opacity: 1;
  transition: all .6s;
  width: 30px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
  cursor: pointer
}
.probanner .banner-hnum .swiper-pagination-bullet-active {
  background: #fff;
  width: 50px;
}
.probanner img {
  width: 100%;
}
.banner .banner-next, .banner .banner-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  padding: 20px 0;
  color: #fff;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  transition: all .6s
}
.banner .banner-next:hover, .banner .banner-prev:hover {
  background-color: rgba(28, 53, 145, 0.5)
}
.banner .banner-next {
  right: 10px
}
.banner .banner-prev {
  left: 10px
}
.banner:hover .banner-next, .banner:hover .banner-prev {
  opacity: 1
}
.in-tit {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px
}
.in-tit .tit {
  font-size: 40px;
  letter-spacing: 8px;
  font-weight: 600;
  padding: 15px 0 30px;
  position: relative;
}
.in-tit .tit:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 250px;
  height: 2px;
  background: #333;
  transition: all 0.3s;
}
.in-tit:hover .tit:before {
  width: 50%;
  background: #1C3591;
}
.in-tit .en {
  font-size: 18px;
  text-transform: uppercase;
  color: #5c5d5d;
}
.in-tit .zbt {
  font-size:20px;
  color: #5c5d5d;
  letter-spacing: 3px;
}
.in-titz {
  line-height: 1.3;
  margin-bottom: 20px;
}
.in-titz .tit {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 0 35px;
  position: relative;
}
.in-titz .tit:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 50px;
  height: 2px;
  background: #1C3591;
}
.in-titz .en {
  font-size: 18px;
  text-transform: uppercase;
  color: #5c5d5d;
}
.moretit {
  padding: 10px 15px;
  border: 1px solid #333;
  display: inline-block;
  margin: 30px auto 0;
  letter-spacing: 3px;
  font-size: 18px;
}
.moretit:hover {
  padding: 10px 38px;
  background: #1C3591;
  color: #fff;
  border: 1px solid #1C3591
}
.in-fanan {
  padding: 60px 0 0
}
.in-fanan .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  overflow: hidden
}
.in-fanan .tab li {
  padding: 0 80px;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.in-fanan .tab li:last-child {
  border-right: none;
}
.in-fanan .tab li span {
  position: relative;
  display: block;
}
.in-fanan .tab li span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f60;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}
.in-fanan .tab li span:hover:before {
  opacity: 1;
}
.in-fanan .tab li.on span:before {
  opacity: 1;
}
.in-fanan .li img {
  width: 100%;
}
.about-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-text .left {
  width: 50%;
}
.about-text .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 50px;
}
.about-text .artbody {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 2;
}
.artbody img{max-width: 100%}
.abtcon {
  background: #fff;
  padding: 30px;
  margin: 50px auto;
  width: 1300px;
  line-height: 2.5;
  font-size: 20px;
}
.abtpic {
  margin: 30px auto;
  width: 1300px;
}
.hzpic img, .abtpic img {
  width: 100%
}
.abtmore {
  padding: 10px 38px;
  background-color: #1C3591;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
}
.abtmore:hover {
  color: #fff;
  padding: 10px 50px;
}
.fuwu-item {
  float: left;
  width: 25%;
  background: #fff;
  text-align: center;
  transition: all 0.3s;
}
.fuwu-item:hover {
  background: #1C3591;
  box-shadow: 0 40px 50px -60px #3b414c;
}
.fuwu-item:hover a {
  border-right: none;
}
.fuwu-item:hover a, .fuwu-item:hover h4, .fuwu-item:hover p, .fuwu-item:hover span {
  color: #fff;
}
.fuwu-item:hover span:after {
  filter: contrast(0%) brightness(200%);
}
.fuwu-item a {
  display: block;
  border-right: 1px solid #e6e6e6;
  padding: 20px 0;
}
.fuwu-item:last-child a {
  border-right: 0;
}
.fuwu-item h4 {
  font-size: 32px;
  color: #333;
  font-family: DIN-Medium;
}
.fuwu-item p {
  font-size: 18px;
  color: #666;
  padding-top: 10px;
}
.fuwu-item span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999;
  padding-top: 30px;
}
.fuwu-item span:after {
  content: '';
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block;
  background: url("../img/arrow.png") no-repeat center;
  width: 3px;
  height: 6px;
}
.box-kongjian {
  position: relative;
  height: 100vh;
}
.box-kongjian .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.box-kongjian .swiper-container .swiper-slide {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-kongjian .web-box {
  position: absolute;
  z-index: 5;
  bottom: 130px;
  left: 0;
  width: 100%;
}
.box-kongjian .tab {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.box-kongjian .tab li {
  height: 260px;
  border-right: 1px solid #fff;
  width: 11.11111%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  transition: all 0.3s;
  cursor: pointer;
}
.box-kongjian .tab li span {
  line-height: 1.4;
  position: relative;
  padding-bottom: 30px;
}
.box-kongjian .tab li span:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 3px;
  background: #FFF;
  transition: all 0.3s;
}
.box-kongjian .tab li .iconfont {
  display: block;
  border: 1px solid #fff;
  padding: 0;
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 50px;
  padding-left: 3px;
  padding-top: 3px;
  font-size: 38px;
  margin-top: 15px;
  transition: all 0.3s;
}
.box-kongjian .tab li:hover span:before {
  width: 65px;
  background: #1C3591;
}
.box-kongjian .tab li:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #1C3591;
}
.box-kongjian .tab li:hover .iconfont {
  border: 1px solid #1C3591;
  color: #1C3591;
  transform: rotate(360deg);
}
.in-cases {
  padding: 60px 0;
}
.in-cases .xun {
  position: relative;
  padding: 0 5%;
}
.in-cases .xun .swiper-slide {
  width: 40%;
  text-align: center
}
.in-cases .xun .swiper-slide a {
  display: block;
  overflow: hidden
}
.in-cases .xun .swiper-slide .pic {
  overflow: hidden;
  margin-bottom: 3px
}
.in-cases .xun .swiper-slide .pic img {
  width: 100%;
  height: auto;
  padding: 2px;
  border: 1px solid #ccc;
}
.in-cases .xun .swiper-slide span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  background: #f2f2f2;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  overflow: hidden;
}
.in-cases .xun .swiper-slide:hover .pic img {
  transform: scale(1.05)
}
.in-cases .xun .swiper-slide:hover span {
  background: #1C3591;
  color: #fff;
}
.in-cases .xun .prne {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  outline: 0;
  font-size: 24px;
  background: #ddd;
  color: #666;
}
.in-cases .xun .prne:hover {
  background: #1C3591;
  color: #fff;
}
.in-cases .xun .abprev {
  left: 5px;
}
.in-cases .xun .abnext {
  right: 5px;
}
.picScroll li {
  padding: 0 5px;
  width: 20%;
  float: left;
  text-align: center;
  line-height: 1.5;
}
.picScroll li img {
  width: 100%;
}
.news-box {
  display: flex;
  justify-content: space-between;
}
.news-box .left {
  width: 50%;
}
.news-box .left h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-box .left img {
  width: 100%;
  transition: all 0.3s;
}
.news-box .left .pic {
  overflow: hidden
}
.news-box .left:hover img {
  transform: scale(1.05)
}
.news-box .left .text {
  position: relative;
  padding-left: 260px;
}
.news-box .left:hover .time {
  background: #1C3591
}
.news-box .left .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-box .left .time {
  background-color: #f60;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 24px;
  flex-direction: column;
  width: 170px;
  height: 150px;
  line-height: 1.3;
  position: absolute;
  top: -75px;
  left: 50px;
}
.news-box .left .day {
  font-size: 50px;
  font-weight: bold;
}
.news-box .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 50px;
}
.newsul li {
  padding-left: 50px;
  border-left: 1PX SOLID #ddd;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.newsul li h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
}
.newsul li p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.newsul li .time {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1PX SOLID #ddd;
}
.newsul li .time a.more {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  text-align: center;
  background: #ddd;
  color: #fff;
  line-height: 30px;
  border-radius: 50px;
  transition: all 0.3s;
}
.newsul li:hover {
  border-left: 1px solid #1C3591;
}
.newsul li:hover a.more {
  background: #1C3591;
  width: 60px;
}
.protit {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.protit .protit-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.protit .protit-text .tit {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
}
.protit .protit-text .ms {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
}
.protit .protit-text .en {
  text-transform: uppercase;
}
.protit .proentit {
  font-size: 220px;
  font-weight: bold;
  color: #F0EFED;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.newstit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
}
.newstit .tit .line {
  width: 180px;
  height: 3px;
  background: #333;
  display: block;
  margin: 0 25px;
}
.newstit .tit {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.newstit .en {
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
}
.lanmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.lanmenu li {
  width: 16.666666%;
  padding: 10px;
}
.lanmenu li a {
  border-radius: 15px;
  padding: 15px 10px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.lanmenu li.active a {
  color: #fff;
  background: #D97811;
}
.lanmenu li.active a:hover {
  color: #fff;
}
.lanmenu li:hover a {
  border: 1px solid #D97811;
  color: #D97811;
  transform: translateY(-10px);
}
.pro-box-list .container {
  padding: 30px;
  background: #fff;
}
.pro-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pro-list li {
  width: 33.3333%;
  padding: 10px;
}
.pro-list a {
  display: block;
  overflow: hidden;
}
.pro-list .pic {
  overflow: hidden;
  margin-bottom: 3px
}
.pro-list .pic img {
  width: 100%;
  height: auto;
  padding: 2px;
  border: 1px solid #ccc;
}
.pro-list span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  background: #f2f2f2;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  overflow: hidden;
  text-align: center;
}
.pro-list a:hover .pic img {
  transform: scale(1.05)
}
.hot-tit {
  font-size: 14px;
}
.hot-tit .tit {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 1;
}
.pro-hotlist {
  margin: -10px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.pro-hotlist li {
  width: 33.33333%;
  padding: 10px;
  transition: all 0.3s;
}
.pro-hotlist li .pic {
  overflow: hidden;
}
.pro-hotlist li:hover {
  box-shadow: 0 40px 50px -60px #3b414c;
  transform: translateY(-10px);
}
.pro-hotlist li:hover img {
  transform: scale(1.05);
}
.pro-hotlist li a {
  display: block;
  text-align: center;
}
.pro-hotlist li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-hotlist li a span {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
.news-list li {
  width: 50%;
  padding: 10px 50px 10px 0;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li span {
  float: right;
  color: #666;
}
.news-list li a:hover {
  padding-left: 8px
}
.bld-about {
  padding: 60px 0;
}
.bld-about .xun {
  position: relative
}
.bld-about .xun .swiper-slide {
  width: 40%;
  text-align: center;
}
.bld-about .xun .swiper-slide a {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.bld-about .xun .swiper-slide .pic {
  overflow: hidden;
}
.bld-about .xun .swiper-slide .pic img {
  width: 100%;
  height: auto
}
.bld-about .xun .swiper-slide a:hover {
  border: none;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-10px);
}
.bld-about .xun .swiper-slide a:hover span {
  background: #1C3591;
  color: #fff;
}
.bld-about .xun .swiper-slide span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}
.bld-about .xun .swiper-slide:hover .pic img {
  transform: scale(1.05)
}
.bld-about .xun .prne {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
  cursor: pointer;
  outline: 0;
  font-size: 38px;
}
.bld-about .xun .prne:hover {
  color: #1C3591;
}
.bld-about .xun .abprev {
  left: -64px;
}
.bld-about .xun .abnext {
  right: -64px;
}
.nbanner img {
  width: 100%;
}
.newslist li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.newslist li .left {
  width: 30%;
}
.newslist li .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 35px;
}
.newslist li .text .tit {
  font-size: 30px;
  font-weight: bold;
}
.newslist li .text .ms {
  font-size: 18px;
  color: #666;
  padding: 20px 0;
}
.newslist li .text .info {
  color: #666;
}
.newslist li .text .info span {
  padding-right: 10px;
}
.newslist li .text .info i {
  padding-right: 5px;
}
.newslist li .text .hre {
  color: #D97811;
}
.newslist li .text .hre:hover {
  letter-spacing: 3px;
}
.newslist li .left img {
  max-width: 100%;
}
.contactbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  color: #666;
}
.contactbox .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-right: 50px;
  font-size: 20px;
  line-height: 2.2;
}
.contactbox h3 {
  font-size: 38px;
  padding-bottom: 20px;
  color: #1C3591;
  font-weight: 600;
}
.maptext {
  text-align: center;
  padding-bottom: 50px;
}
.maptext img {
  width: 100%;
}
.contactbox .right {
  width: 30%;
  text-align: center;
}
.contactbox .right img {
  max-width: 100%;
}
.contact-box {
  padding-top: 0 !important;
}
.maptext {
  padding-bottom: 0;
}
.join-box {
  height: 800px;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.join-form {
  width: 650px;
  height: 500px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
}
.join-form h3 {
  font-size: 38px;
  padding-bottom: 0;
  font-weight: bold;
}
.view-news {
  overflow: hidden
}
.view-news .htit {
  font-size: 28px;
  text-align: center;
  color: #000;
  padding-bottom: 10px;
}
.view-news .ncs {
  color: #666;
  text-align: center;
}
.view-news .ncs span {
  padding: 0 5px
}
.view-news .ndesc {
  padding: 20px 15px 15px 15px;
  line-height: 20px;
  position: relative;
  background: #f5f5f5;
  color: #888;
  font-size: 12px;
  margin: 20px 0
}
.view-news .ndesc em {
  position: absolute;
  left: 12px;
  top: -12px;
  background: #1C3591;
  color: #fff;
  padding: 0 15px;
  line-height: 24px;
  text-align: center;
}
.view-news .copyright {
  margin-top: 25px;
  overflow: hidden;
  color: #999
}
.view-more {
  overflow: hidden;
  background: #fff;
  margin-top: 35px
}
.view-more li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1
}
.view-more li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px
}
.view-more li i {
  margin-right: 10px
}
.view-more li:nth-child(2) {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5
}
.main-dcs-form {
  padding: 0 50px;
}
.main-dcs-form form {
  width: 500px;
}
.main-dcs-form li {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.main-dcs-form li label {
  width: 120px;
  text-align: right;
  color: #333;
  line-height: 50px;
  padding-right: 30px;
  font-size: 20px;
}
.main-dcs-form li input[type='text'], .main-dcs-form li textarea {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 50px;
  padding: 0 10px;
  background: #4987C4;
  color: #fff;
  border: none;
}
.main-dcs-form li textarea {
  height: 150px;
  padding: 10px
}
.main-dcs-form li.submit input {
  width: 300px;
  height: 50px;
  background: #fff;
  color: #000;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  transition: all .5s;
  margin: 15px auto 0;
}
.main-dcs-form li.submit input:hover {
  background: #eb6100;
  color: #fff;
}
.main-dcs-form li.submit input[type='reset'] {
  margin-left: 15px;
  background: #666
}
.telwap {
  display: none;
}
.piclist li{width: 25%}
footer {
  background: #1E201F;
  padding: 50px 0 20px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.5;
  padding-bottom: 50px;
}
footer .container a {
  color: rgba(255, 255, 255, 0.6);
}
footer .container .text {
  padding-top: 30px;
}
footer .container .text .telmore {
  font-size: 35px;
  color: #fff;
}
footer .container .ftlogo {
  width: 500px
}
footer .container .right {
  display: flex;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 50px;
}
footer .container .right dt {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding: 0 5px;
  position: relative;
}
footer .container dl a:hover {
  padding-left: 8px;
}
footer .container .right dt:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 25px;
  height: 1px;
  background: #f60
}
footer .container dl {
  text-align: center;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
footer .container dl:first-child {
  border-left: none;
}
footer .container .right .ftewm {
  padding-top: 20px;
}
footer .container .right .ftewm img {
  max-width: 150px;
}
.copyright {
  width: 1200px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  clear: both;
}
.copyright a {
  color: rgba(255, 255, 255, 0.6);
}
/*分页*/
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px 0 30px;
}
.pagination li {
  padding: 0 5px
}
.pagination li a, .pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  line-height: 38px;
  background: #ececec;
  color: #666
}
.pagination li a:hover {
  background: #666;
  color: #fff;
  border-color: #666
}
.pagination li.active span {
  cursor: default;
  background: #1C3591;
  color: #fff
}
.pagination li.disabled span {
  background: #ddd;
  color: #888;
  cursor: not-allowed
}
.app_shouji {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.app_shouji ul {
  width: 100%;
  padding: 8px 0;
  background-color: #1B4A94;
  display: flex;
  align-items: center;
}
.app_shouji ul li {
  width: 25%;
}
.app_shouji ul li a {
  width: 100%;
  /*height: 38px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.app_shouji ul li a i {
  font-size: 28px;
  color: #fff;
  margin-bottom: 5px;
}
/* 右边悬浮修改版 */
.float-box {
  position: fixed;
  right: 0;
  z-index: 9999999;
  top: 30%;
}
.right-plugins {
  position: absolute;
  right: 0;
  width: 50px;
  margin-top: 95px;
  background: #1C3591;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.25s;
}
.right-plugins .power-list {
  padding: 0 12px;
}
.right-plugins .power-list .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s;
  padding: 5px;
  height: 50px;
  border-bottom: 1px solid #FFF;
}
.right-plugins .power-list .store {
  border-bottom: none;
}
.right-plugins .power-list .item.shop-a {
  cursor: pointer;
}
.right-plugins .power-list .item .img, .top .img {
  text-align: center;
  width: 15px;
  transition: all 0.25s;
  display: flex;
  justify-content: center;
  align-items: center
}
.right-plugins .power-list .item .img .iconfont, .top .iconfont {
  font-size: 24px;
  color: #fff
}
.right-plugins .power-list .shop-a .initial {
  display: flex;
  align-items: center;
  transition: all 0.25s;
}
.right-plugins .power-list .shop-a .is-hover {
  transition: all 0.25s;
}
.right-plugins .power-list .shop-a .is-hover .line {
  padding: 0 6px;
  color: #fff;
  cursor: initial;
}
.right-plugins .power-list .item .img .is_active {
  display: none;
}
.right-plugins .power-list .item .is-hover {
  display: none;
}
.right-plugins .power-list .item span {
  display: none;
  color: #BFA872;
  margin-left: 10px;
  transition: all 0.25s;
  white-space: nowrap;
}
.right-plugins .tel {
  padding: 10px 0 15px 0;
  position: relative;
  color: #BFA872;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s;
}
.right-plugins .top {
  text-align: center;
  color: #bfa872;
  font-size: 12px;
  padding: 10px 0 12px 0;
  cursor: pointer;
}
.right-plugins .top p {
  margin-top: 2px;
}
.right-plugins .tel::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  border-bottom: 1px solid #BFA872;
  transition: all 0.25s;
}
.right-plugins .tel .is-hover {
  display: none;
  transition: all 0.25s;
}
/* hover部分 */
.right-plugins:hover {
  width: 120px;
}
.right-plugins:hover .power-list .item span {
  display: inline-block;
}
.right-plugins:hover .power-list .item:hover .img img {
  display: none;
}
.right-plugins:hover .power-list .shop:hover .initial {
  display: none;
}
.right-plugins:hover .power-list .shop:hover .is-hover {
  display: flex;
  align-items: center;
  transition: all 0.25s;
}
.right-plugins:hover .power-list .item:hover .img .is_active {
  display: inline-block;
}
.right-plugins:hover .power-list .item:hover span {
  color: #fff;
}
.right-plugins:hover .tel .initial {
  display: none;
}
.right-plugins:hover .tel .is-hover {
  display: inline-block;
  white-space: nowrap;
}
.right-plugins:hover .tel .is-hover:hover {
  color: #fff;
}
.submit-info {
  cursor: pointer;
  position: absolute;
  right: -113px;
  width: 146px;
  background: #1C3591;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: ease-in-out 0.25s;
  display: flex;
  padding: 8px;
  align-items: center;
}
.submit-info:hover {
  right: -50px;
}
.submit-info .img {
  width: 30px;
  border-radius: 50%;
}
.submit-info .img img {
  width: 100%;
}
.submit-info .text {
  width: 60px;
  flex: 1;
  color: #BFA872;
  margin-left: 11px;
  line-height: 1.2;
  color: #FFF;
}
.top {
  cursor: pointer;
  position: absolute;
  right: -100px;
  width: 146px;
  background: #1C3591;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: ease-in-out 0.25s;
  display: flex;
  flex-direction: column;
  padding: 8px;
  top: 420px;
  padding-left: 15px;
}
.top .img {
  width: 20px;
}
.top .img img {
  width: 100%;
}
.top .tx {
  font-size: 12px;
}
.power-list {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tx {
  color: #FFF;
}
.ewm_g {
  width: 160px;
  background: url(../img/wx-bg.png) no-repeat;
  background-size: 100%;
  position: fixed;
  top: 430px;
  right: 140px;
  display: none;
  z-index: 9999;
}
.ewm_g .ewm_o {
  width: 100%;
  display: flex;
  padding-left: 26px;
  padding-bottom: 10px;
  padding-top: 8px;
}
.ewm_g .ewm_o img {
  width: 20px;
  padding-bottom: 10px
}
.ewm_g .ewm_o span {
  color: #FFF;
}
.ewm_g .ewm_f {
  width: 80%;
  margin-left: 4px;
  padding: 3px;
}
.sheji {
  width: 480px;
  height: 550px;
  background: url(/template/pc/skin/img/right/bg-0002.png) no-repeat;
  position: fixed;
  top: 20%;
  left: 37.5%;
  display: none;
  z-index: 9999;
}
.sheji .title {
  width: 38px;
  margin: auto;
  background-color: #000;
  padding: 5px;
}
.sheji .h1 {
  text-align: center;
  color: #FFF;
  margin-top: 20px;
  font-size: 16px;
}
.sheji .h2 {
  text-align: center;
  color: #FFF;
  margin-top: 10px;
  font-size: 16px;
}
.message {
  width: 90%;
  margin: auto;
  background-color: #FFF;
  margin-top: 20px;
}
.message h1 {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
.message h2 {
  text-align: center;
  color: #7c7c7c;
  font-size: 14px;
  margin-top: 4px;
  font-weight: unset;
}
.message .input_all {
  width: 80%;
  margin: auto;
  margin-top: 10px;
}
.message .input_one {
  width: 100%;
  margin-top: 10px;
}
.message .input_one .h {
  color: red;
  margin-right: 10px;
}
.message .input_one span {
  font-size: 12px;
  color: #212121;
}
.message .input_one input {
  margin-top: 4px;
  width: 99%;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #bcbcbc;
}
.message .input_q {
  width: 80%;
  margin: auto;
  margin-top: 10px;
}
.message .input_q input {
  width: 100%;
  margin-top: 4px;
  height: 26px;
  line-height: 26px;
}
.message .input_q span {
  font-size: 14px;
  color: #212121;
}
.message .input_q .h {
  color: red;
  margin-right: 10px;
}
.message .button {
  width: 80%;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.message .button input {
  background: #002159;
  color: #FFF;
  border: none;
  outline: none;
  width: 34%;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
.message .button .quxiao {
  background: #002159;
  color: #FFF;
  border: none;
  outline: none;
  padding: 8px;
  margin-left: 10px;
}
.sheji .quxiao {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.hezuo {
  width: 480px;
  height: 550px;
  background: url(https://www.macio.com.cn/template/pc/skin/img/right/bg-0001.png) no-repeat;
  position: fixed;
  top: 20%;
  left: 37.5%;
  display: none;
  z-index: 9999;
}
.hezuo .title {
  width: 38px;
  margin: auto;
  background-color: #000;
  padding: 5px;
}
.hezuo .h1 {
  text-align: center;
  color: #FFF;
  margin-top: 20px;
  font-size: 16px;
}
.hezuo .h2 {
  text-align: center;
  color: #FFF;
  margin-top: 10px;
  font-size: 16px;
  font-weight: unset;
}
.message_h {
  width: 90%;
  margin: auto;
  background-color: #FFF;
  margin-top: 20px;
}
.message_h h1 {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
.message_h h2 {
  text-align: center;
  color: #7c7c7c;
  font-size: 14px;
  margin-top: 4px;
  font-weight: unset;
}
.message_h .input_all {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  display: flex;
}
.message_h .input_one .h {
  color: red;
  margin-right: 10px;
}
.message_h .input_one span {
  font-size: 12px;
  color: #212121;
}
.message_h .input_one input {
  margin-top: 4px;
  width: 99%;
  height: 26px;
  line-height: 26px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  outline: none;
}
.message_h .input_q {
  width: 80%;
  margin: auto;
  margin-top: 10px;
}
.message_h .input_q input {
  width: 100%;
  margin-top: 4px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  outline: none;
}
.message_h .input_q span {
  font-size: 14px;
  color: #212121;
}
.message_h .input_q .h {
  color: red;
  margin-right: 10px;
}
.message_h .button {
  width: 80%;
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.message_h .button input {
  background: #002159;
  color: #FFF;
  border: none;
  outline: none;
  width: 34%;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
.hezuo .quxiao {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sheji .city-picker-selector {
  width: 100%;
}
.sheji .city-picker-selector .selector-item {
  font-size: 14px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: flex;
  border-bottom: none;
}
.sheji .city-picker-selector .selector-name {
  width: 100%;
  color: #212121;
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #bcbcbc;
  text-align: center;
  height: 26px;
  line-height: 26px;
  justify-content: space-between;
  margin-top: 6px;
  border-radius: 3px;
}
.sheji .city-picker-selector .hide {
  display: none;
}
.sheji .city-picker-selector .selector-list {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 1;
}
.sheji .city-picker-selector ul {
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sheji .city-picker-selector li:first-child {
  border-top: none;
}
.sheji .city-picker-selector li {
  border-top: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  width: 90%;
  padding: 0 5%;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hezuo .city-picker-selector {
  width: 100%;
}
.hezuo .city-picker-selector .selector-item {
  font-size: 14px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: flex;
  border-bottom: none;
}
.hezuo .city-picker-selector .selector-name {
  width: 100%;
  color: #212121;
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #bcbcbc;
  text-align: center;
  height: 26px;
  line-height: 26px;
  justify-content: space-between;
  margin-top: 6px;
  border-radius: 3px;
}
.hezuo .city-picker-selector .hide {
  display: none;
}
.hezuo .city-picker-selector .selector-list {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 1;
}
.hezuo .city-picker-selector ul {
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hezuo .city-picker-selector li:first-child {
  border-top: none;
}
.hezuo .city-picker-selector li {
  border-top: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  width: 90%;
  padding: 0 5%;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.button3 {
  width: 130px;
  margin: auto;
  height: 50px;
  margin-top: 20px;
}
.button3 img {
  width: 100%;
}
.button2 {
  width: 280px;
  margin: auto;
  height: 50px;
  margin-top: 35px;
}
.button2 img {
  width: 100%;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}
.right-plugins .power-list .item {
  position: relative;
}
.right-plugins .power-list .item .ewm_g h4 {
  color: #fff;
  line-height: 50px;
  padding-left: 15px;
}
.right-plugins .power-list .item img {
  width: 100%;
}
.right-plugins .power-list .item span {
  font-size: 12px;
}
.ewm_g .ewm_o img {
  width: 20px !important;
  height: 18px !important;
}
.ewm_g .ewm_o .iconfont {
  color: #fff;
  font-size: 18px;
  padding-top: 1px
}
.right-plugins .power-list .item .ewm_g2 {
  position: absolute;
  right: 100%;
  margin-right: 30px;
  top: 0;
  background-position: right 0 bottom -48px !important;
}