/*页面主色变量*/
:root {
    --main_color:#09abdc; /*导航主色*/
    --second_color:#f0d839;  /*点缀色*/
    --text_color1:#999999; /*文字灰度色*/
}

.main-color {
  color:var(--main_color);
}

td {padding:10px;}

/*字体*/
@font-face{
     font-family: '大数字'; 
     src:url('../font/BRITANIC.TTF') format('truetype');
}

 body {
  background:#fefefe;
  max-width:1920px;
  margin:auto;
 }

 a,a:link,a:visited,a:hover,a:active,.head>.logo>a:visited,.head>.logo>a:active,.head>.logo>a,
.anli_morebtn>a:visited,.anli_morebtn>a:active,.anli_morebtn>a:hover,.anli_morebtn>a:link  {
  /* background-color: transparent !important; */
  text-decoration:none;
}

 div {
   border-sizing:border-box;
 }

.head {
  width:100%;
  height:84px;
  background:rgba(255,255,255,0.97);
  padding:0 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow:2px 2px 5px #ddd;
}

.head .logo {
  float:left;
  height:84px;
  overflow:hidden;
}

.head .logo img {
  margin-right:12px;
  width:80px;
  margin-top: -10px;
}

.logo-text {
  font-size:28px;
  color:#333;
}

.head .menu {
  float:right;
}

.head>.logo>a {
  position:relative;
  overflow:hidden;
  display:inline-block;
  height:84px;
  line-height:84px;
}

/* logo闪光滑过效果
@-webkit-keyframes searchLights{0%{left:-100px;top:0}to{left:190px;top:0px}}
@-o-keyframes searchLights{0%{left:-100px;top:0}to{left:190px;top:0px}}
@-moz-keyframes searchLights{0%{left:-100px;top:0}to{left:190px;top:0px}}
@keyframes searchLights{0%{left:-100px;top:0}to{left:190px;top:0px}}

.head>.logo>a::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 15px;
    background-color: rgba(51,51,51,0.75);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;

  } logo闪光滑过效果 */

/*移动端header菜单*/
.head-sm {
  position:fixed;
  left:0;
  top:0;
  z-index:999;
  width:100%;
  height:40px;
  background:#f5f5f5;
  padding:0 15px;
  box-shadow:0px 0px 5px #999;
}

.head-sm .webtitle {
  width:70%;
  float:left;
  color:#555;
  line-height:40px;
  font-size:16px;
  font-weight:700;
}

.head-sm .menu {
  width:30%;
  float:right;
}

.mune-more {
  line-height:40px;
  float:right;
  color:#555;
  font-size:18px;
}

.menu-me {
  position:fixed;
  width:100%;
  top:38px;
  left:0;
  width:100%;
}

/*移动端header菜单*/
ul.nav {
  height:80px;
  margin:0;
  overflow:hidden;
  text-align:right;
}

ul.nav li {
  display:inline-block;
  float:left;
  height:60px;
  line-height:80px;
  padding:0 20px;
}

ul.nav li a,ul.nav li a:visited,ul.nav li a:hover,ul.nav li a:active {
  background-color: transparent !important;
  text-decoration:none;
}

ul.nav li a {
  font-size:15px;
  color:#333;
  height:60px;
  padding:2px 0;
}

ul.nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;/*靠最左边开始*/
  border-bottom: 2px solid var(--main_color);/*设置底部边颜色*/
  width: 0;/*宽度为0，这里的宽度是相对与li的宽度*/
  height: 100%;/*设置高度使它和li等高*/
}

ul.nav li a:hover {
  background:rgba(22,22,22,0);
  color:var(--main_color);
}

ul.nav li a:hover::before {
  width: 100%;
  transition: 0.2s all linear;/*设置过度时间*/
  transition-delay: 0.1s;/*过度延时*/
}

ul.nav li.active a {
  color:var(--main_color);
  border-bottom:2px solid var(--main_color);
  position:relative;
}

.mall {
  position:relative;
}

.hot {
  display:inline-block;
  width:32px;
  height:13px;
  position:absolute;
  top:-20px;
  right:0;
}

.mall .hot {
  top:0; 
  right:20px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background:var(--main_color);
}

ul.nav li a .hot-ico img {
  width:100%;
}

ul.nav li a:visited,ul.nav li.active a:visited {
  background:rgba(0,0,0,0,0);
}

.pics_wrap {
  width:100%;
  overflow:hidden;
}

.sever-full {
  margin-left:0;
  margin-right:0;
  margin:0 auto;
}

.sever-box-cont {
  position:absolute;
  top:20px;
  left:20px;
  padding-right:20px;
}

.sever-box-cont>p {
  color:#999;
}

.sever-box {
  width:100%;
  padding:6px;
  position:relative;
  cursor:pointer;
}

.sever-img {
  overflow:hidden;
  border:1px solid #ddd;
}

.sever-box  img {
  transition:all 0.3s linear;
  -webkit-filter: grayscale(80%); /* Chrome, Safari, Opera */
  filter: grayscale(80%);
}

.sever-box:hover img {
  transform:scale(1.1);
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.sever-box1 img {
  filter:grayscale(0%);
}

.sever-box1:hover img {
  transform:scale(1);
}

.sever-box  h3 {
  transition:all 0.3s linear;
  color:#333;
}

.sever-box:hover h3 {
  color:var(--main_color);
}

.sever-img {
  width:100%;
}

.sever-img img {
  width:100%;
}

.no-padding {
  padding:0px;
}

.sever-box-cont {
  
}

.wc-main {
  width:100%;
  min-height:300px;
  padding-top:84px;
}

.topmarin40 {
  padding-top:40px;
  padding-bottom:40px;
}

.fenge-line {
  margin-top:20px;
  height:11px;
  overflow:hidden;
}

.about {
  width:100%;
  height:500px;
  overflow:hidden;
  background:url(../images/about-bg.png) no-repeat;
  background-size:100% 600px;
  text-align:center;
  padding:40px 0;
  background-attachment:fixed;
}

.column-title p {
  font-size:28px;
  color:#555;
  font-weight:800;
}

.column-title .title-en {
  font-size:32px;
}

.column-title .title-en span {
  border-bottom:3px solid var(--main_color);
}

.about .text p {
  font-family:youyuan;
  font-size:18px;
  line-height:2em;
  color:#777;
  margin:0;
}

.column-title-2 {
  height:140px;
  background:#ffc000;
  padding:0 30px;
}

.column-title-2 p {
  color:#fff;
  text-align:center;
}

.column-title-2 .title-en span {
  border-bottom:3px solid #fff;
}

.column-title-2 .title-en {
    padding-top:20px;
}

.title-left {
  max-width:50%;
  float:left;
}

.pic-list {
  overflow:hidden;
  margin-left:0;
  margin-right:0;
}

.pic-list .pic-wrap {
  position:relative;
  padding:5px;
  cursor:pointer;
  overflow:hidden;
}

.pic-list .pic-wrap .pic-mask,.pic-list .pic-wrap img {
  transition:all 0.5s linear;
}

.mask-back {
  width:98%;
  margin:0 auto;
  height:120px;
  overflow:hidden;
  background:rgba(28,102,141,0.8);
  padding:20px;
  position:absolute;
  top:-120px;
  left:1%;
  color:#eee;
  transition:all 0.4s linear;
}

.mask-back .case-cont {
  height:5.8em;
  overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.pic-list .pic-wrap:hover img {
  filter:grayscale(90%);
}

.product-wrap {
  width:100%;
  overflow:hidden;
}

.pic-list .product-wrap:hover img {
  filter:grayscale(0%);
  transform:scale(1.1);
}

.pic-list .pic-wrap:hover .mask-back {
  top:20%;
}

@media(max-width:768px) {
  .pic-list .pic-wrap:hover .mask-back {
    top:5%;
  }
}

.pic-list .pic-wrap img {
  width:100%;
  height:auto;
  border:1px solid #999;
}

.anlititle {
  height:30px;
  line-height:30px;
  font-size:16px;
  margin:auto;
  margin:10px 0;
  color:#555;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.anli_morebtn a {
  display:inline-block;
  color:#aaa;
  padding:3px 15px;
  border:1px solid #aaa;
  margin-bottom:20px;
}

.anli_morebtn:hover a {
  color:#fff;
  background:var(--main_color);
  border-color:var(--main_color);
}

.pic-wrap:hover .anlimask {
  opacity:1;
}

.fuwu {
  background:#555;
  padding:50px 0;
  text-align:center;
}

.column-title-fuwu p {
  color:#ffc224;
}

.column-title-team p {
  color:#555;
}

.column-title-fuwu .title-en span {
  border-bottom:3px solid #ffc224;
}

.fuwulist {
  margin-left:0;
  margin-right:0;
  margin-top:40px;
}

.fuwu-wrap {
  padding:0;
  overflow:hidden;
  padding:0 60px;
}

.fuwu-wrap img {
  width:100%;
  height:auto;
  transition:all 0.4s linear;
}

/*服务项目翻牌效果-START*/
.card-box {
  position:relative;
  width:220px;
  height:96px;
  transition:all 0.5s ease-in;
  transform-style:preserve-3d;
  cursor:pointer;
  margin:0 auto;
}

.card-front,.card-back {
  position:absolute;
  left:0;
  top:0;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

.card-front {
  background:#f5f5f5;
}

.card-back {
  width:100%;
  height:100%;
  transform:rotateY(180deg); 
}

.card-back .card-back-in {
  width:100%;
  height:100%;
  border-radius:50%;
  background:var(--main_color);
  color:#fff;
  font-size:16px;
}

.card-back .card-back-in p {
    padding-top:20px;
}

.card-back-in {
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}  

.fuwu-wrap:hover .card-box {
  transform:rotateY(180deg);
}


/*服务项目翻牌效果-END*/
.hezuo-title {
  text-align:left;
  padding:10px;
}

.hezuo-title span {
  display:inline-block;
}

.hezuo-title .first-text {
  font-size:50px;
  font-weight:800;
  position:relative;
  margin-right:15px;
}

.hezuo-title .first-text .sub-text {
  font-size:40px;
  position:absolute;
  top:-20px;
  right:-20px;
  font-weight:400;
}

.fuwutext {
  color:#ccc;
  width:70%;
  margin:0 auto;
  margin-top:40px;
}

.title-h3 {
  font-size:20px;
  font-weight:700;
}

.customer {
  text-align:center;
  padding:50px 200px;
}

.customer2 {
  background:#f9f9f9;
  padding:50px 60px;
}

.customer-ico {
  margin:20px 0;
}

.ico-list {
  overflow:hidden;
  margin-left:0;
  margin-right:0;
}

.ico-wrap {
  overflow:hidden;
  position:relative;
  padding:10px;
}

.ico-box {
  border:1px solid #ccc;
  border-radius:6px;
  overflow:hidden;
}

.ico-wrap img {
  width:100%;
  border:1px solid #f5f5f5;
  filter:grayscale(100%);
  transition:all 0.8s;
}

.ico-wrap:hover img {
  filter:grayscale(0%);
}

.footer {
  overflow:hidden;
}

.footer .info {
  overflow:hidden;
  background:#1c668d;
  color:#fefefe;
  padding:20px 0;
}

.footer .info a {
  color:#fefefe;
}

.foot-link a {
  color:var(--second_color) !important;
}

.footer .info a:hover {
  color:var(--main_color);
}

.foot-link a:hover {
  color:#fefefe !important
}

.info-text {
  margin:0;
}

.lianxi-info {
  margin-top:0px;
}

.lianxi-info p span {
  font-size:18px;
  font-weight:600;
}

.lianxi-info p a {
  color:#fff;
}

@media (max-width:768px){
  .wc-main {
    padding-top:40px;
  }

  .lianxi-info {
    margin:0;
  }

  .footer .info {
    padding-bottom:10px;
  }

  .lianxi-info p span {
    font-size:12px;
    font-weight:400;
  }

  .lianxi-info p {
    font-size:12px;
    line-height:1.5em;
  }

  .lianxi-info h2 {
    font-size:24px;
  }

  .footer .info {
    overflow:hidden;
  }

  .info-text {
    padding-top:0;
  }

  .copyright p {
    font-size:12px;
    text-align:center;
  }

  .title-right p {
    color:#999;
    font-size:14px;
  }

  .title-left {
    min-width:90%;
  }

  .column-title-2 {
    padding:0 10px;
  }

  .title-right {
    min-width:100%;
  }

  .customer {
    padding:20px 0;
  }
}

@media (max-width:480px){
  .anlimask {
    padding:10px;
  }

  .anlimask p {
    font-size:14px;
    margin-top:15px;
  }
  .anlimask .anli_time {
    font-size:12px;
  }
  .anlimask .anli_morebtn {
    font-size:12px;
  }

  .anlititle {
    font-size:14px;
  }
}

.erweima {
  text-align:center;
  padding-top:20px;
}

.erweima p {
  margin-top:8px;
  font-size:13px;
}

.erweima img {
  width:100px;
  height:100px;
}

.logo-foot {
  text-align:center;
}

.logo-foot img {
  margin-top:40px;
  margin-left:40px;
  width:140px;
}

.copyright {
  background:#000;
  color:#999;
  height:36px;
  font-size:14px;
}

.copyright a {
  color:#999;
}

.copyright p {
  margin:0;
  padding:0;
  line-height:36px;
}

/*合作案例list*/
.anli-main {
  padding:0;
  padding-top:84px;
  background:#fefefe;
}

.case-class {
  padding:15px 0;
}

.case-class>li {
  display:inline-block;
  padding:0 20px;
  position:relative;
  overflow:hidden;
  margin:0 5px;
}

.case-class>li>a {
  color:#333;
  width:100%;
  height:40px;
  line-height:40px;
}

.case-class>li>a:hover,li.active>a {
  color:var(--main_color);
}

.case-class>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--main_color);
    width: 0%;
    height: 100%;
}

.case-class>li>a:hover::before,li.active>a::before {  
  transition: 0.2s all linear;/*设置过度时间*/
  transition-delay: 0.1s;/*过度延时*/
  width: 100%;
}

.case-box {
  background:#333;
}

.cut-line {
  height:5px;
  border-bottom:1px dashed var(--main_color);
  background:#fefefe;
}

.cooperate-name {
  color:#333;
  text-align:center;
  padding:40px 0;
  background:#f5f5f5;
}

.cooperate-title>.big-num {
  font-size:100px;
  color:var(--main_color);
  font-family:"大数字";
  font-weight:700;
}

.cooperate-title>.sm-num {
  font-size:40px;
  margin-top:-20px;
}

.cooperate-title>.cooperate-cont {
  width:640px;
  margin:0 auto;
  color:#999;
}

.cooperate-ico {
  padding:0 200px;
}

.cooperate-ico .ico-box {
  border-radius:0;
}

.cooperate-ico .ico-wrap {
  padding:15px;
}

@media(max-width:768px) {
  .cooperate-ico {
    padding:0 10px;
  }

  .anli-main {
    padding-top:40px;
  }

  .cooperate-title>.cooperate-cont {
    width:90%;
    margin:0 auto;
    color:#999;
  }

  .cooperate-title>.big-num {
    font-size:60px;
  }

  .cooperate-title>.sm-num {
    font-size:30px;
  }

  .case-class>li {
    padding:0 10px;
  }
}




.zuopin-banner {
  height:200px;
  background:url(../images/zuopin-banner.jpg) no-repeat;
  background-size:cover;
}

.zuopin-banner .title-left {
  padding-left:60px;
  padding-top:40px;
}

.zuopin-banner .title-left .title-en span {
  border:none;
  border-bottom:1px solid #ffc000;
  font-weight:600;
  font-size:40px;
}

.zuopin-banner .title-right {
  margin-top:60px;
}

.zuopin-fenlei {
  margin:20px 0 40px 0;
  text-align:center;
}

.zuopin-fenlei .news-category a {
  color:#999;
  border:3px double #999;
  padding:8px 20px;
  transition:all 0.5s;
}

.news-category a:hover {
  border-color:#ffc000;
}

/*新闻详情页*/
.news-main {
  width:100%;
  padding:0 100px;
  background:#fff;
  padding-bottom:40px;
}

.news-main2 {
  padding-top:80px;
  padding-bottom:50px;
  background:#fefefe;
}

.news-banner {
  width:100%;
  height:260px;
  margin-top:84px;
  background:url("../images/case-banner.jpg") center center rgba(222,222,222,0.9) ;
  /* background-color:linear-gradient(120deg,#003DAC,#3371E3); */
  background-attachment:fixed;
  color:#eee;
  text-align:center;
}

.news-banner>p:nth-child(1) {
  font-size:40px;
  padding-top:60px;
  color:var(--main_color);
}

.xiazai-banner {
  padding-top:30px;
}

.news-banner>p:nth-child(2) {
  font-size:20px;
}

.news-category {
  padding-top:20px;
}

.news-category a {
  display:inline-block;
  color:var(--main_color);
  font-size:16px;
  margin:0 12px;
  border:1px solid var(--main_color);
  padding:3px 20px;
}

.news-category a:hover,.news-category a.active {
  background:var(--main_color) !important;
  color:#eee;
  border:1px solid var(--main_color);
}

.news-title {
  text-align:center;
  padding:40px 10px;
  padding-bottom:20px;
}

.news-title h2 {
  font-size:30px;
  font-weight:600;
}

.news-title .news-time {
  color:#999;
}

.news-content {
  min-height:400px;
/*   background:#fdfdfd; */
  padding:30px;
  padding-top:0;
  overflow:hidden;
}

@media(max-width:768px) {
  .news-content {
    width:100%;
  }

  .news-title .news-time {
    text-align:left;
  }
}

.news-content p {
  font-size:18px;
  line-height:1.8em;
  margin:0.5em 0;
}

.news-content img {
  width:auto;
  max-width:850px;
}

.news-end {
  margin-top:50px;
  width:100%;
  height:40px;
  border-top:1px dashed #ddd;
  position:relative;
}

.news-end>p {
  width:100%;
  position:absolute;
  top:-20px;
  left:0;
  text-align:center;
  color:#ddd;
  font-size:30px;
}

.news-end>p>span {
  display:inline-block;
  background:#f5f5f5;
  padding:0 10px;
}

.lianxi-banner {
  box-sizing:border-box;
  width:100%;
  height:auto;
  position:relative;
  background:url("../images/case-banner.jpg") no-repeat 70% center;
  background-size:auto 100%;
  background-attachment:fixed;
}

.bannerinfor {
  height:160px;
  position:absolute;
  width:100%;
  left:0;
  top:20%;
  color:#fff;
  text-align:center;
  font-size:30px;
  letter-spacing:0.2em;
  text-shadow:2px 2px 2px #333;
}

.banner-textmain {
  color:var(--main_color);
}

.lianxi-banner>img {
  visibility:hidden;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.bannerinfor>p:nth-child(1) {
  font-size:50px;
}

.fuwu-name p {
  font-weight:400;
  color:#999;
}

.fuwu-name .title-en {
  font-size:24px;
  color:#999;
}

.fuwu-name .title-cn {
  font-size:24px;
}

.fuwu-content {
  width:100%;
  height:auto;
  overflow:hidden;
  text-align:center;
  margin-bottom:30px;
}

.fuwu-content>a {
  display:inline-block;
}

.fuwu-box {
  width:160px;
  height:200px;
  padding:10px;
  margin:10px auto;
  color:#999;
}

.fuwu-box-cont {
  width:100%;
  height:100%;
  padding:8px;
  border:1px solid #999;
  border-radius:10px;
  background:#f9f9f9;
  overflow:hidden;
}

.fuwu-box-cont p:nth-child(1) {
  font-size:18px;
  border-bottom:1px dashed #999;
  padding-top:15px 0;
  padding-bottom:10px;
}

.fuwu-box-cont:hover {
  background:var(--main_color);
  color:#fff;
}

.fuwu-box-cont:hover p:nth-child(1) {
  border-bottom:1px dashed #fff;
}

.fuwu-text {
  padding:40px 160px;
  border-top:1px dashed #999;
  color:#999;
  margin-left:0;
  margin-right:0;
}

.fuwu-text .text-cont>h2 {
  color:#555;
  margin-top:8px;
  border-bottom:2px solid #ffc000;
  padding-bottom:12px;
}

.fuwu-text .text-cont b {
  color:#555;
  font-size:16px;
  margin-top:18px;
  margin-bottom:8px;
  display:inline-block;
}

.text-img {
  width:100%;
}

.text-img img {
  width:100%;
  border:1px solid #ddd;
}

.page-lianxi {
  padding:50px 0;
  text-align:center;
  border-top:1px dashed var(--main_color);
  border-bottom:1px dashed var(--main_color);
  color:#999;
}

.page-lianxi h1 span {
  color:#555;
  border-bottom:2px solid var(--main_color);
  padding:10px 0;
}

.page-lianxi h1 {
  margin-bottom:30px;
}

/*管家服务流程*/
.services-list {
  padding:0;
  margin-top:20px;
  text-align:center;
}

.services-list a {
  display:inline-block;
  margin:-2px;
}

.services-list li {
  display:inline-block;
  color:#000;
  padding:15px;
  position:relative;
  overflow:hidden;
  height:180px;
  margin-bottom:30px;
}

.services-list li>i {
  font-size:50px;
}

.services-list li>h4 {
  margin-top:20px;
}

.services-list li>p {
  margin-top:-8px;
  color:#999;
  font-size:12px;
}

.services-list li>h3 {
  width:40px;
  height:40px;
  border:1px solid #000;
  border-radius:50%;
  margin:0 auto;
  font-size:24px;
  line-height:40px;
  background:#fff;
  z-index:2;
  position:absolute;
  left:35%;
  bottom:0px;
}

.server-item:hover {
  color:var(--main_color);  
}

.server-item:hover>p {
  color:var(--main_color); 
}

.server-item:hover>h3 {
  color:#fff;
  background:var(--main_color); 
  border:1px solid var(--main_color);
}

.services-list li::after {
  content:'';
  display:inline-block;
  width:100%;
  position:absolute;
  bottom:20px;
  right:0px;
  border-top:1px solid #000;
  z-index:1;
}

.services-list li:hover::after {
  border-top:3px solid var(--main_color);
  bottom:19px;
}

.about-banner p {
  margin:15px 0;
}

@media (max-width:768px) {
  .news-main {
    width:100%;
    padding:0 10px;
  }

  .news-title  {
    padding-bottom:0px;
  }

  .news-title h2 {
    font-size:20px;
    font-weight:800;
    line-height:1.5em;
    text-align:left;
  }

  .news-content {
    margin-bottom:10px;
    margin-top:10px;
    padding-left:0px;
    padding-right:0px;
    margin-top:-20px;
  }

  .news-content img {
    max-width:100%;
  }

  .fuwu-text {
    padding:30px 15px;
  }

  .fuwu-text .text-cont>h2 {
    font-size:20px;
    font-weight:700;
  }

  .fuwu-box {
    width:130px;
    height:200px;
    padding:5px;
  }

  .bannerinfor {
    letter-spacing:0.1em;
    padding-top:;
  }

  .news-content p {
    font-size:16px;
  }
}

/*新闻列表页*/
.list-column {
  text-align:center;
  padding:40px 0;
  padding-top:60px;
}

.index-news>.list-column {
  padding:30px 0;
  padding-bottom:0;
}

.news-list {
  margin-bottom:40px;
  padding:30px 0;
  padding-top:0px;
  overflow:hidden;
  width:80%;
  margin:0 auto;
}

.news-list ul {
  padding:0;
  overflow:hidden;
}
.news-list ul li {
  list-style:none;
  padding:10px;
}

.news-list a {
  color:#333;
  text-decoration:none;
}

.span-2 {
  float:left;
  width:50%;
}

.news-wrap {
  padding:15px;
  overflow:hidden;
  cursor:pointer;
  background:#fafafa;
  transition:all 0.8s;
  border-bottom:1px solid #ddd;
}

.news-wrap:hover {
  box-shadow:5px 5px 8px #555;
}

.xiazai-main {
  padding-top:30px;
}

.xiazai-list ul li {
  padding:5px;
}

.xiazai-wrap {
  background:none;
  border-bottom:none;
  padding:0;
}

.xiazai-wrap:hover {
  box-shadow:none;
}

.news-wrap .news-pic {
  float:left;
  width:270px;
  height:170px;
  overflow:hidden;
  margin-right:15px;
  border:1px solid #ddd;
}

@media(max-width:768px) {
  .news-list {
    width:100%;
  }
}

.news-wrap .news-pic img {
  width:100%;
  transition:all 0.4s ease-in;
}

.news-wrap .news-pic img:hover {
  transform:scale(1.2);
}

.news-wrap .n-title {
  font-size:18px;
  font-weight:600;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}

.news-wrap .n-title:hover {
  color:var(--main_color);
}

.news-wrap .n-info {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  text-indent:2em;
  line-height:1.5em;
  color:#999;
}

.news-wrap .n-time {
  text-align:right;
  margin-top:-8px;
  margin-bottom:0;
  color:#888;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}

.news-wrap .n-time2 {
  color:#bbb;
  font-size:40px;
  padding-right:20px;
}

.news-xiangqing {
  margin-top:15px;
}

.temp02-content-tools {
  cursor:pointer;
}

.news-time-r {
  color:#999;
  padding-left:20px;
  font-size:14px;
}

.xiazai-wrap .n-title {
  font-size:16px;
  font-weight:500;
  border-bottom:1px dashed #ddd;
}

a.font {
  display:inline-block;
  cursor:pointer;
}

span.xiangqing {
  color:var(--main_color);
  padding:3px 8px;
  display:inline-block;
  border:1px solid var(--main_color);
  font-size:16px;
}

span.xiangqing:hover {
  color:#f5f5f5;
  background:var(--main_color);
}

span.floatR {
  float:right;
  font-size:14px;
  padding:2px 8px;
  margin-bottom:15px;
}

@media (max-width:992px) {
  .news-main {
    padding:0 10px;
  }
}

@media (max-width:896px) {
  .news-main {
    padding:0 10px;
  }

  .span-2 {
    float:left;
    width:100%;
  }
}

.index-banner2 {
  width:100%;
  position:relative;
  background:url(../images/index-banner2.jpg) no-repeat center center;
  background-attachment:fixed;
}

.index-banner2 img {
  width:100%;
  /* visibility:hidden; */
}

@media(max-width:768px) {
  .index-banner2>.banner2-text {
    font-size:18px;
  }
  .index-banner2>.banner2-text2 {
    font-size:20px;
  }
}

/*关于我们about*/
.about-banner {
  width:100%;
  overflow:hidden;
  margin-top:0;
}

.about-banner img {
  width:100%;
}

.about2 {
  overflow:hidden;
  height:auto;
  background:url(../images/about-bg.png) no-repeat;
  background-size:cover;
  background-attachment:fixed;
}

.about3 {
  background:#f5f5f5;
}

.about3 .column-title p {
  color:var(--main_color);
}

.about2 .text p {
  color:#333;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.8em;
  margin-bottom:15px;
}

.jianjie-cont {
  width:60%;
  background:rgba(255,255,255,0.7);
  margin:0 auto;
  text-align:left;
  padding:20px 30px;
  border-radius:12px;
  text-indent:2em;
}

.wenhua-wrap {
  padding:8px;
}

.wenhua-box {
  width:100%;
  overflow:hidden;
  cursor:pointer;
}

.wenhua-box img {
  width:100%;
  height:auto;
  transition:all 0.8s;
}

.wenhua-box:hover img {
  transform:scale(1.2);
}

.wenhua-wrap .modal-dialog {
  width:80%;
}

.tab-content {
  margin:0 15px;
}

ul.mytab {
  height:60px;
  background:none;
  border:none;
  margin:30px 0 15px 0;
}

ul.mytab li {
  height:60px;
  padding:0;
  text-align:center;
  background:#ddd;
}

ul.mytab li:nth-child(-n+2) {
  border-right:1px solid #fff;
}

ul.mytab li a {
  height:60px;
  line-height:60px;
}

.mytab>li>a {
  border-radius:0;
  margin:0;
}

ul.mytab li.active a,ul.mytab li:hover a {
  color:#fff;
}

ul.mytab li.active,ul.mytab li:hover {
  background:#ffc000;
  border:none;
}

ul.mytab li.active a {
  border:none;
}

.mytab>li.active>a, .mytab>li.active>a:focus, .mytab>li.active>a:hover {
  color:#fff;
  border:none;
}

.bottom30 {
  overflow:hidden;
}

@media (max-width:980px) {
  .jianjie-cont {
    width:90%;
  }
}

@media (max-width:768px) {
  .about2 {
    padding:30px 0;
  }

  .jianjie-cont {
    width:95%;
    padding:20px;
  }

  .about2 .text p {
    font-size:16px !important;
  }

  .wenhua-wrap {
    padding:4px;
  }

  .wenhua-wrap .modal-dialog {
    width:95%;
  }

  .modal-body img {
    width:100%;
  }
}

.project-wrap {
  box-sizing:border-box;
  padding:padding:10px;
  position:relative;
}

.project-img {
  opacity:0.4;
}

.project-img,.maskerimg  {
  width:100%;
  overflow:hidden;
  border-radius:6px;
}

.project-img img,.maskerimg img {
  width:100%;
}

.maskerimg {
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
}

.project-wrap:hover .maskerimg {
  display:block;
}

.pro-pic-wrap {
  margin:10px 0;
}

/*招聘页面*/
.zhaopin {
  background:none;
}

.card-list {
  margin:20px 60px;
}

.card {
  padding:20px;
}

.card-wrap {
  background:#f9f9f9;
  padding:20px;
  border-radius:10px;
  border:1px solid #ddd;
  overflow:hidden;
  text-align:left;
}

.card-wrap:hover {
  box-shadow:3px 3px 5px #ccc;
  background:#fff;
}

.post-title {
  text-align:center;
  font-size:18px;
  font-weight:700;
}

.post-title span {
  background:#ffc000;
  border-radius:15px;
  padding:3px 16px;
  color:#fff;
}

.post-cont {
  line-height:2.2em;
  margin-bottom:20px;
  border-bottom:1px solid #ccc;
}

.job-mail {
  text-align:center;
}

.mailtxt {
  color:#ffc000;
  font-weight:700;
  line-height:2em;
}

@media (max-width:798px) {
  .card-list {
    margin:20px 10px;
  }

  .card {
    padding:10px;
  }

  .baozhang {
    padding:20px 15px;
    margin-bottom:40px;
  }
}

@media (min-width:798px) {
  .card-list {
    min-width:1200px;
  }

}

/*联系我们*/
.lianxi-text {
  margin:40px 0;
}

.text-top {
  padding-top:20px;
}

.add-text i {
  font-size:20px;
  margin-right:5px;
}

.add-text span {
  font-weight:600;
  font-size:16px;
}

.my-map {
  width:90%;
  margin:0 auto;
  border:3px solid #ddd;
  min-height:500px;
  overflow:hidden;
}

.lianxi-imgbox {
  padding:0 20px;
}

.lianxi-imgbox>img {
  width:100%;
}

.map-text {
  font-size:16px;
  padding:30px 160px;
  border-top:1px dashed #999;
  line-height:1.8em;
}


@media (max-width:768px) {
  .my-map {
    min-height:260px;
  }
}

.add-text-sm {
  margin:20px 0;
}

.add-text-sm p {
  text-align:left;
  padding:0 15px;
}

.add-text-sm i {
  font-size:16px;
}

.add-text span {
  font-weight:600;
}

.iw_poi_title {display:block;color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

@media (max-width:768px) {
  .banner-nav {
    display:none !important;
  }
}

/*返回顶部*/
#goTopBtn {
  POSITION: fixed; TEXT-ALIGN: center; LINE-HEIGHT: 30px; WIDTH: 30px; BOTTOM: 35px; HEIGHT: 33px; FONT-SIZE: 12px; CURSOR: pointer; RIGHT: 30px; _position: absolute; _right: auto;
  opacity:0.7;
}

#goTopBtn:hover {
  opacity:1;
}

#html5zoo-1 {
  max-width:1920px !important;
}

@media (max-width:768px) {
	.html5zoo-nav-none {
	display:none !important;
    }
}

/*分页*/
.page{
	margin-top: 10px;
	text-align: center;
	margin-bottom:10px;
	clear:both;

}
.page a{
	display: inline-block;
	background: #fff url() 0 0 no-repeat;
	color: #888;
	padding: 10px 20px;
	min-width: 20px;
	border: 1px solid #E2E2E2;

}
.page span{
	display: inline-block;
	padding: 10px 20px;
	min-width: 20px;
	border: 1px solid #E2E2E2;
}
.page span.current{
	display: inline-block;
	background: #009688 url() 0 0 no-repeat;
	color: #fff;
	padding: 9px 20px;
	min-width: 20px;
	border: 1px solid #009688;
}
.page .pagination li{
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.page .pagination li.active span{
	background: #009688 url() 0 0 no-repeat;
	color: #fff;
	border: 1px solid #009688;
}


.jianjie-more {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}

.more-text {
  color:#999;
  font-size:15px;
  display:inline-block;
}

a.more {
    float: right;
    color: var(--main_color);
    line-height: 44px;
    padding-right: 30px;   
    border-radius:22px; 
}

a.more2 {
    text-align: center;
    float: none;
    padding-right: 0;
    border: 1px solid var(--main_color);
    padding: 5px 30px;
    color: var(--main_color);
    display:inline-block;
    height: 36px;
    line-height: 23px;
}

a,a.more:hover{
    outline-style: none;
    text-decoration: none;
}

a.more:hover {
  background:var(--main_color) !important;
  color:#fff;
}

.line-bottom {
  position:relative;
  width:80%;
  margin:0 auto;
}

.line-bottom>.left-line,.line-bottom>.right-line {
  display:inline-block;
  float:left;
  width:50%;
  height:3px;
  background:var(--main_color);
}

.line-bottom>.right-line {
  background:#999;
}

.line-bottom>.fuwu-name {
  color:#eee;
  font-size:24px;
  padding-top:20px;
  letter-spacing:0.5em;
  text-indent:0.5em;
}

.team-name {
  padding:20px 0;
}

.team-name .name {
  font-size:20px;
  color:#555;
  margin-bottom:16px;
}

.team-name .zhiwu {
  font-size:16px;
  color:#999;
}

.team-name .name>span {
  border-bottom:3px solid var(--main_color);
  padding:0 6px 6px;
  font-weight:700;
}

.pic-box {
  width:100%;
  margin:auto;
  position:relative;
  overflow:hidden;
}

.pic-box img {
  width:100%;
}

.pic-box>.anlimask {
  background:rgba(0,0,0,0.8);
  padding:15px;
}

.pic-box>.anlimask>.anlititle {
  font-size:14px;
  text-shadow:none;
  line-height:1.8em;
}

.index-news {
  padding-bottom:50px;
  padding-top:30px;
}

.index-news .news-list {
  margin-bottom:0;
}

.zuopin {
  padding-bottom:30px;
  background:#fefefe;
  padding-left:10px;
  padding-right:10px;
  padding-top:40px;
}

.team-biao {
  font-size:18px;
}

.anlimask>.anlititle>p>b {
    font-size:18px;
    color:var(--main_color);
}

.case-main {
  padding-top:0;
  background:#fefefe;
}

@media (max-width:768px){
  .zuopin-banner .title-left {
    max-width:100%;
    min-width:100%;
    padding:0;
    text-align:center;
  }

  .zuopin-banner {
     height:160px;
     background-size:768px 160px;
  }

  .zuopin-banner .title-right {
    margin-top:0;
    text-align:center;
  }

  .fuwulist {
    margin-top:10px;
  }

  .fuwu-wrap {
    padding:0;
  }

  .card-box {
    width:100%;
    margin:auto;
  }

  .card-front,.card-back {
    padding:10px;
  }

  .card-back .card-back-in {
    font-size:10px;
  }

  .card-back .card-back-in p {
    padding-top:8px;
  }

  .line-bottom>.fuwu-name {
    font-size:18px;
    letter-spacing:0.2em;
    text-indent:0.2em;
  }
}

.page-lianxi h1 {
    margin-top:10px;
}

.anli-banner {
    color:#fefefe;
    text-align:center;
    margin-top:0;
}

.anli-banner p {
  font-size:20px;
}

@media (max-width:720px) {
  .list-column {
    padding-bottom:20px;
  }

  .news-list {
    padding-top:0;
  }

  .news-wrap {
    background:#fff;
    margin-bottom:10px;
    padding:5px;
  }

  .news-wrap .news-pic {
    width:90px;
    height:60px;
  }

  .news-wrap .n-info {  
    -webkit-line-clamp:2;
    text-indent:0;
  }

  .news-wrap .n-time {
    font-size:12px;
  }

  .news-wrap .n-title {
    -webkit-line-clamp:2;
    font-size:16px;
    font-weight:400;
  }

  .news-list ul li {
    padding: 0px;
    padding-top:10px;
  }
  .index-news {
    padding-bottom: 20px;
  }

  .jianjie-more {
    margin-top:0;
    margin-bottom:20px;
  }

  .news-list {
    padding:0;
  }

  .list-column {
    padding-top:30px;
  }

  .pic-box>.anlimask>.anlititle {
    font-size:12px;
  }

  .anlimask p {
    font-size: 12px;
    margin-top: 0px;
    line-height:1.5em;
  }

  .anlimask .anlititle {
    margin-top:0;
  }

  .anlimask>.anlititle>p>span {
    font-size:16px;
  }

  .news-banner {
    margin-top:40px;
    height:180px;
    margin-bottom:15px;
  }

  .about-banner {
    margin-top:0;
  }

  .news-banner>p:nth-child(1) {
    font-size:20px;
    padding-top:20px;
    font-weight:700;
  }

  .anli-banner>p:nth-child(1) {
    font-size:20px;
    padding-top:20px;
    font-weight:700;
  }

  .news-banner>p:nth-child(2) {
    font-size:16px;
  }

  .news-category {
    padding-top:20px;
  }

  .news-category a {
    font-size:14px;
    margin:0 8px;
    padding:3px 20px;
  }

  .page-lianxi h2 {
    font-size:24px;
  }

  .page-lianxi h1 {
    font-size:30px;
    margin-top:10px;
  }

  .anli-banner {
    margin-top:0;
  }

  .anli-banner p {
    font-size:18px;
  }

}

.text-l-line,.text-r-line {
  display:inline-block;
  width:30px;
  height:20px;
  border-bottom:2px solid var(--main_color);
  margin-bottom:3px;
}

.text-l-line {
  margin-right:3px;
}

.text-r-line {
  margin-left:3px;
}

/*联系我们页面wap*/
@media (max-width:768px) {
  .lianxi-banner {
    height:200px;
    background: url(../images/case-banner.jpg) no-repeat center center;
    background-size:auto 100%;
  }

  .bannerinfor {
    font-size:16px;
  }

  .bannerinfor>p:nth-child(1) {
    font-size:26px;
  }

  .lianxi-imgbox {
    overflow:hidden;
    padding:0;
  }

  .lianxi-imgbox .erweima-box {
    width:100%;
    margin:auto;
  }

  .lianxi-imgbox img {
    width:100%;
  }

  .qq-box img {
    width:auto;
  }

  .map-text {
    padding:10px;
    font-size:14px;
  }

  .map-text p:nth-child(1) {
    font-size:18px !important;
  }
}

.clom-title {
  text-align:center;
  margin-bottom:40px;
}

.title-bottom20 {
  margin-bottom:20px;
}

.clom-title>h3 {
  margin-bottom:0;
}

.clom-title>p {
  color:#999;
}

.about-main {
  padding-bottom:40px;
}

.about-cont {
  padding-top:0px;
}

.line-dashed {
    width:100%;
    height:10px;
    border-bottom:1px dashed #ddd;
}

.html5zoo-nav-0 {display:none !important;}/*首页banner广告切换圆图标：不显示设置*/
.html5zoo-title-0 {display:none !important;}/*首页banner广告图片title：不显示设置*/
.html5zoo-text-bg-0 {display:none !important;}/*首页banner广告图text：不显示设置*/

.cas-article p {
    line-height: 1.8em;
    margin: 15px 0 0;
}

.cas-article {
    font-size: 18px;
    line-height: 200%;
    padding: 12px 0 0;
}

.cas-article img {
  max-width:800px;
}

@media(max-width:768px) {
  .cas-article {
    font-size: 16px;
  }

  .cas-article img {
    width:100%;
  }

  .about-cont table tr td {
  	width:auto;
  	min-width:100px;
  }
}