﻿@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; color:#666; overflow-x:hidden;}
a{color:#666; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#000000; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}

input, textarea{background:transparent; padding:0px; font-size:12px; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.red{color:#cb1f18;}
.wal{width:16.00rem; margin:0px auto;}
.wal2{width:1200px; margin:0px auto;}

a,
.nav a:after,
.sNav .lie li a:before,
.honor .list li .name,

.qt_wzjs .list li .box,
.qt_wzjs .list li .name,
.qt_wzjs .list li .ico,
.culturePart2 .tab li .name1,
.culturePart2 .tab li .name2,
.culturePart2 .tab li .ico,
.hotCase .swiper-slide .name,
.hotCase .swiper-slide .ico,
.pageMore img,
.qt_case .list li .name,
.qt_case .list li .botDiv{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.sNav,
.sideTitleTel .con img{
transition:All 0.8s ease;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease;  
}

.indexPart1 .leftDiv .imgDiv img,
.indexPart1 .rightDiv li .imgDiv img,
.news .list li .imgDiv img,
.team .list li .imgDiv img,
.qt_wzjs .list li .imgDiv img,
.hotCase .swiper-slide .imgDiv img,
.indexPart4 .list li .imgDiv img,
.culturePart2 .imgDiv img,
.qt_case .list li .imgDiv img{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;  
}

.indexPart1 .l7{
transition:All 2s ease;
-webkit-transition:All 2s ease;
-moz-transition:All 2s ease;
-o-transition:All 2s ease;  
}

@font-face {font-family:din; src:url(../font/MontserratBold.ttf);}
@font-face {font-family:bold; src:url(../font/MontserratBold.ttf);}
@font-face {font-family:dinpro; src:url(../font/MontserratBold.ttf);}
@font-face {font-family:gothic; src:url(../font/MontserratBold.ttf);}


input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{color: transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{color: transparent;}
input:focus:-ms-input-placeholder, textarea:focus::-moz-placeholder{color: transparent;}


.w350{ width: 3.5rem; }
.w400, .w400-2{ width: 4.0rem;}
.w1086{ width: 10.86rem;}
.w1136{ width: 11.36rem;}
.w1180{ width: 11.80rem;}
.Phone-Box{ display: none; }

.fangda{ overflow: hidden;}
.fangda img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.l1{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.l2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.l3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.l4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}


@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(0.5rem); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(0.5rem); } }

/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/

.headDiv{ height:80px; width:100%; background: #fff; z-index: 3; }
.headA{ position: absolute; left: 0; top: 0; background: none; }
.headDiv .wal{ position: relative; height: 80px; }
.headDiv .logo{ position:absolute; left: 0; top: 30px; z-index:2;}
.headDiv .logo img{ width: 150px; }
.headD{ height:80px;}


.nav{ text-align: center; position: absolute; right: 0.05rem; top: 0; z-index: 1; }
.nav li{ float: left; height: 80px; font-size: 16px; position: relative; }
.nav a{ display: block; position: relative; line-height: 40px; padding: 0.3rem 0.36rem 0px 0.36rem;color: #fff; }
.nav a:hover, .nav .active, .nav .active1{ background: none; color: #fff; border-bottom: #fff solid 1px;}

.headA .nav a{ color: #fff; }
.headA .nav .active, .headA .nav a:hover, .headA .nav .active1{ color: #fff;}

.headDiv .topRight{ position: absolute; right: 0; top: 0; z-index: 2; }
.headDiv .topSearch{ padding-top: 40px; width: 80px; height: 40px; position: relative;}
.headDiv .topSearch em{ display: block; width: 40px; height: 40px; cursor: pointer; position: relative;}
.headDiv .topSearch img{ position: absolute; left: 10px; top: 50%; margin-top: -9px; }
.headDiv .links{ padding-left: 40px; position: relative; }
.headDiv .links:before{ content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 16px; background: #e5e5e5; margin-top: -8px; }
.headDiv .links a{ padding-left: 32px; line-height: 120px; font-size: 14px; color: #000000; background: url(nimg22_1.png) left center no-repeat;}
.headDiv .links a:hover{ text-decoration: underline; }
.headA .links a{ background: url(nimg22_6.png) left center no-repeat; color: #fff;}


.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 120px;
  background: #fff;
  z-index: 3;
  padding: 70px 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .wal {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 56px;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.search-form .icon-close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  margin-top: -15px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .icon-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*导航触发效果*/
.sNav{ opacity:0; visibility:hidden; position: absolute; z-index:-1; width: 100%; left: 0; top: 120px; background: #fff;}
.sNav:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #f1f1f1; }
.sNav:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 4.2rem; background: url(sNavBg.png) center no-repeat; background-size: cover; z-index: -1; }
.sNav.on{ opacity:1; visibility:visible; z-index: 3; }
.sNav .divdiv{ padding-top: 0.9rem; height: 3.3rem; }
.sNav .limg{opacity: 0;
  visibility: hidden;
  transition: transform 1.4s,opacity 1.4s ease; transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);}
.sNav .limg img{ width: 3.15rem; }
.sNav .midmid{ padding-left: 0.5rem; width: 4.05rem; height: 2.1rem; position: relative;opacity: 0;
  visibility: hidden;
  transition: transform 1.4s,opacity 1.4s ease; transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);}
.sNav .midmid:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: rgba(222,222,222,0.5); }
.sNav .txt{ padding-top: 0.6rem; font-size: 0.28rem; color: #000; font-weight: bold; }
.sNav .msg{ padding-top: 0.2rem; font-size: 18px; line-height: 20px; color: #dbdada; font-family:bold; text-transform: uppercase;}
.sNav .lie{ padding-left: 0.75rem; padding-top: 0.1rem; opacity: 0; visibility: hidden; transition: transform 1.4s,opacity 1.4s ease; transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);}
.sNav .lie li{ height: 30px; line-height: 30px; padding-bottom: 20px; font-size: 14px;}
.sNav .lie li a{ padding-left: 16px; display: block; position: relative; color: #4f4f4f;}
.sNav .lie li a:before{ content: ''; position: absolute; left: 0px; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: #dcdcdd; }
.sNav .lie li a:hover{ color: #000000;}
.sNav .lie li a:hover:before{ background: #000000;}

.sNav.on .limg, .sNav.on .midmid, .sNav.on .lie{ opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);}


.navIco{ display: none; position: absolute; right: 0; top: 0; width: 1.2rem; height: 1.2rem; }
.navIco img{ width: 0.52rem; position: absolute; left: 50%; margin-left: -0.23rem; top: 50%; margin-top: -0.15rem; }

.pageBg{ position:fixed; z-index:8; width:100%; height:100%; display:none; background:rgba(0,0,0,0.3); left:0px; top:0px;}

/*导航菜单触发*/
.navLayer{overflow-x: auto; height:100%; width:50%; overflow:hidden; position:fixed; z-index:222; right:-100%; top:0px;}
.navLayer .bg{overflow-x: auto;position:relative; background-color: rgba(0,0,0,.9); height:100%; width:50%; left: 50%;}
.navLayer .toptop{ height: 1.2rem; position: relative; border-bottom: #575757 solid 1px;}
.navLayer .closeBtn{ width: 1.2rem; height:1.2rem; position:absolute; top:0px; right:0; text-align: center; line-height: 1.2rem;}
.navLayer .closeBtn img{ width: 0.43rem; }
.sideNav{ padding: 0 0 0.3rem; }
.subNav{ cursor:pointer; display:block; height:1.1rem; line-height:1.1rem; position:relative; font-size:0.34rem; border-bottom: #575757 solid 1px;}
.subNav1{ background: url(ico4.png) right center no-repeat; background-size: 0.53rem; color: #fff;}
.subNav .name{ position:relative; padding-left: 0.3rem;}
.subNav a{ color:#ffffff; display: block;}
.currentDt{background:#000000 url(ico4on.png) right center no-repeat; background-size: 0.53rem; color: #fff;}
.navContent{display: none;}
.navContent a{display:block; height:0.88rem; border-bottom: #d6d6d6 solid 1px; line-height:0.88rem; color:#000; background: #f6f6f6; font-size:0.3rem; padding-left: 0.3rem; }





.sideBar{ position:fixed; right: 0; top: 35%; z-index:5; width: 44px; cursor:pointer;background: #333;}
.sideBar li{ position:relative; height: 44px; cursor:pointer;}
.sideBar li a{ display:block; text-align:center; color:#fff; box-sizing:border-box; height:44px; line-height:14px; position:absolute; padding:10px; top:0; left:0; right:0;}
.sideBar .mouse{position:absolute; display:none; z-index: 0; box-sizing:border-box;}
.sideBar .img{ height: 44px; text-align:center; width:44px; overflow: hidden; position: relative; z-index: 1;}
.sideBar .img img{ width:24px; position:absolute; left:50%; top:50%; margin-left:-12px; margin-top:-12px;}
.sideBar .img em{ display:none; position:absolute; left:0; right:0; text-align:center; line-height:14px; top:6px; padding:0 10px; color:#fff;}
.sideBar li.liNow .img img{ display:none;}
.sideBar li.liNow .img em{ display:block;}
.sideBar li.liNow .mouse{ display:block;}
.sideBar .li01 .mouse{ background:#000000; padding-bottom:15px; width:200px; left: -200px; top:-44px; }
.sideBar .li01 .title{ padding: 20px 0 10px; color: #fff; text-align: center; font-size: 18px; height:24px; }
.sideBar .li01 .tel dd{ padding-bottom:10px; line-height:24px; font-size: 14px; color: #fff; text-align:center; }
.sideBar .li02 .mouse{ background: #000000; bottom:0; left: -180px; width: 180px; padding-bottom:15px;}
.sideBar .li02 .title{ padding: 25px 0 10px; color: #fff; text-align: center; font-size: 18px; }
.sideBar .li02 .ewm{ text-align: center; }
.sideBar .li02 .ewm img{ width: 110px; }
.sideBar .li02 p{ padding-top:8px; text-align:center; color:#fff;}

.pageBanner{ position:relative; }
.pageBanner .bg{ height: 5.0rem; background: center no-repeat; background-size: cover; }
.pageBanner .imgDiv img{ width: 100%; }
.pageBanner .box {
    padding-top: 295px;
    letter-spacing: 2px;
    transition: all ease .5s;
}
.pageBanner .box .t1 {
    font-size: 36px;color: #fff; 
    font-weight: bold;
    line-height: 1;
}
.pageBanner .box .t2 {
    font-size: 16px;color: #fff; 
    line-height: 30px;
    margin-top: 12px;
}
.pageBanner .rbox {
   float:right;
    margin-top: -66px;

}
.pageBanner .rbox a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 22px;
}
.pageBox{ padding: 100px 0;}
.pageH{ padding: 50px 0;background: #fafafa;}

.pageTitle .title1{ padding-bottom: 0.2rem; font-weight: bold; color: #333; font-size: 0.4rem; line-height: 0.4rem; }
.pageTitle .title2{ color: rgba(51,51,51,0.3); font-family: gothic; text-transform: uppercase; font-weight: bold; font-size: 0.32rem; line-height: 0.32rem; }

.pageTop, .pageTop .wal{ margin-top: -0.65rem;height: 65px;background: rgba(0,0,0,.25); position: relative; }
.pageTop:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0px; background: #f7f7f7; }
.pageNav li{ float: left; width: 1.35rem; position: relative; z-index: 1; }
.pageNav li a{ display: block; text-align: center; font-size: 14px; line-height: 65px; color: #999; position: relative; height: 65px; box-sizing: border-box; }
.pageNav li a:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 1px; background: #000000; }
.pageNav li a:hover, .pageNav li .active{ background: #fff; color: #000000; border-left: #000 solid 1px; border-right: #000 solid 0px;}
.pageNav li a:hover:after, .pageNav li .active:after{ width: 100%; left: 0; }
.pageNow{ position: absolute; right: 0; top: 0; line-height: 65px; font-weight: bold; font-size: 12px; }
.pageNow a{ position: relative; padding: 0 18px 0 12px; }
.pageNow a:after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -3px; width: 4px; height: 5px; background: url(ico1.png) no-repeat; }
.pageNow em{ color: #fff; padding-left: 16px; }
.pageNow img{ padding-right: 6px; position: relative; top: -1px; }

.pageTitleTel{ height:0.65rem; background: #000000; position:relative;}
.sideTitleTel{ width:100%; height:0.65rem; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:0.36rem; height:0.65rem; line-height:0.65rem; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #fff; display:block; height:0.65rem; padding-left:0.3rem;}
.sideTitleTel .con img{ position: absolute; right: 0.3rem; top: 50%; margin-top: -0.12rem; width: 0.4rem;}
.sideTitleTel .con.on img{ transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);}
.sideTitleNav{ position:absolute; top:0.65rem; z-index:10; width:100%; background:#fff; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ font-size: 0.3rem; height:0.6rem; border-bottom:#d7d7d7 solid 1px;}
.sideTitleNav li a{ display:block; height:0.6rem; line-height:1.0rem; padding-left:0.3rem; color:#666;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 0.3rem;}

/*分页*/
.pageDown{ padding-top: 35px; }
.pageDown li{ font-size: 14px; height: 34px; line-height: 34px; overflow: hidden; color: #333; }
.pageDown li a{ display: inline; color: #333; }
.pageDown li a:hover{ color: #000; }

.pageNum{ text-align: center; padding-top: 30px;}
.pageNum a{ display: inline-block; width: 38px; height: 38px; line-height: 38px; text-align: center; font-size: 16px; background: #eee; color: #666; margin: 0 10px;}
.pageNum a:hover, .pageNum .active{ background: #000; color: #fff; line-height: 38px;width: 38px;margin-left: 10px;margin-right: 10px;}
.pageNum .btn{ font-family: '宋体'; }
.pagination-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    list-style: none;
    border-radius: .25rem;
}
.pagination_info span{
background: #000; color: #fff; line-height: 38px;width: 38px;padding: 10px;
}
.pageMore a{ display: block; font-weight: bold; height: 34px; line-height: 34px; color: #000000; text-align: center; font-size: 14px; }
.pageMore img{ padding-right: 15px; position: relative; }
.pageMore a:hover img{ padding-right: 25px; }

.topA{ z-index: 3; display: none; position: fixed; right: 20px; background: #fff; bottom: 20px; padding-top: 30px; font-size: 14px; font-weight: bold; width: 60px; height: 60px; color: #222; border: #222 solid 2px; box-sizing: border-box; text-align: center; text-transform: uppercase; }
.topA:before{ content: ''; position: absolute; left: 50%; top: 16px; width: 14px; height: 9px; margin-left: -7px; background: url(topA.png) no-repeat; }
.topA:hover{ background: #222; color: #fff; }
.topA:hover:before{ background: url(topAon.png) no-repeat;}

.tabContent{ display:none;}
.tab li{ cursor:pointer;}
.tabContent2{ display:none;}
.tab2 li{ cursor:pointer;}
.tabContent3{ display:none;}
.tab3 li{ cursor:pointer;}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}










/*banner*/
.ind-banner{width: 100%; overflow: hidden;} 
.ind-banner .swiper-slide {position: relative;}
.ind-banner .swiper-slide .bg img{width: 100%;}
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .swiper-slide .oneLayer{ position: absolute; color: #fff; left: 50%; top: 50%; margin-left: -7.68rem; z-index: 3; transform: translateY(-50%); }
.ind-banner .swiper-slide .oneLayer .txt1{ font-weight: bold; font-size: 0.6rem; line-height: 0.6rem; padding-bottom: 0.15rem; display: inline-block; padding-right: 64px; position: relative;}
.ind-banner .swiper-slide .oneLayer .txt1 em{ position: absolute; right: 0; bottom: 0; font-family: mont; color: #d4a020; font-size: 0.36rem; line-height: 0.36rem; }
.ind-banner .swiper-slide .oneLayer .txt2{ font-size: 22px; line-height: 22px; display: block; position: relative; padding: 0.3rem 0.9rem 0.3rem 0;}
.ind-banner .swiper-slide .oneLayer .txt2:after{ content: ''; position: absolute; left: 1.4rem; top: 50%; width: 40px; height: 2px; background: #fff; }
.ind-banner .swiper-slide .oneLayer .txt3{ padding-top: 0.1rem; font-size: 18px; line-height: 18px; text-transform: uppercase; }
.ind-banner .swiper-slide .twoLayer{ position: absolute; color: #fff; left: 50%; top: 50%; margin-left: -7.68rem; z-index: 3; transform: translateY(-50%); }
.ind-banner .swiper-slide .twoLayer .txt1{ font-family:gothic; text-transform: uppercase; font-size: 0.5rem; line-height: 0.6rem; }
.ind-banner .swiper-slide .twoLayer .txt2{ font-size: 0.6rem; line-height: 0.6rem; padding: 0.2rem 0; font-weight: bold;}
.ind-banner .swiper-slide .twoLayer .txt3{ font-size: 22px; line-height: 22px; height: 78px; position: relative; }
.ind-banner .swiper-slide .twoLayer .txt3:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 20px; height: 2px; background: #fff; }
.ind-banner .swiper-pagination{ bottom: 0.4rem!important; } 
.ind-banner .swiper-pagination-bullet {width: 0.1rem; height: 0.1rem; opacity: 1; background: rgba(255,255,255,0.8); margin: 0 20px!important; border-radius: 50%; -moz-border-radius: 50%; } 
.ind-banner .swiper-pagination-bullet-active {background: rgba(255,255,255,1)!important; } 
.ind-banner .swiper-button-prev{ overflow: hidden; position: absolute; left: 0.4rem; top: 50%; margin-top: -24px; width: 48px; height: 48px; border-radius: 50%; background: rgba(0,0,0,0.1);}
.ind-banner .swiper-button-next{ overflow: hidden; position: absolute; right: 0.4rem; top: 50%; margin-top: -24px; width: 48px; height: 48px; border-radius: 50%; background: rgba(0,0,0,0.1); }
.ind-banner .swiper-button-prev:before, .ind-banner .swiper-button-next:before{ content: ''; z-index: -1; background:#000000; position: absolute; left:50%; top:50%; width: 0;height: 0; border-radius: 50%; -webkit-transition:all .5s cubic-bezier(.24,.82,.48,.89);transition:all .5s cubic-bezier(.24,.82,.48,.89);}
.ind-banner .swiper-button-prev:after{ content: ''; position: absolute; left: 0; top: 0; width: 48px; height: 48px; z-index: 2; background: url(nimg7_left.png) center no-repeat; }
.ind-banner .swiper-button-next:after{ content: ''; position: absolute; left: 0; top: 0; width: 48px; height: 48px; z-index: 2; background: url(nimg7_right.png) center no-repeat; }
.ind-banner .swiper-button-prev:hover:before, .ind-banner .swiper-button-next:hover:before{ width:58px; height:58px; left: -5px;top: -5px;}

.ind-banner .swiper-slide video {
position: absolute;
width: 100%;
left: 0px;
top: 50%;
transform: translateY(-50%);
object-fit: cover;
}

.ind-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
/*  background-color: #999;*/
  opacity: 1;
  margin: 0 0.2rem;
  position: relative;
}
.ind-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c4161c;
}
.ind-banner .swiper-pagination-bullet svg {
  width: 0.34rem;
  height: 0.34rem;
  position: absolute;
  top: 50%;
  margin-top: -0.17rem;
  left: 50%;
  margin-left: -0.17rem;
}
.ind-banner .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ind-banner .swiper-pagination-bullet {
  fill: none;
}
.ind-banner .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 1;
}
.ind-banner .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.ind-banner .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.ind-banner .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.5s linear reverse;
  -moz-animation: circle-chart-fill 3.5s linear reverse;
  -webkit-animation: circle-chart-fill 3.5s linear reverse;
  -ms-animation: circle-chart-fill 3.5s linear reverse;
}
.ind-banner .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.5s linear reverse;
  -moz-animation: circle-chart-fill 3.5s linear reverse;
  -webkit-animation: circle-chart-fill 3.5s linear reverse;
  -ms-animation: circle-chart-fill 3.5s linear reverse;
}



@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
/*banner结束*/
/*服务领域*/
.qt_Servic{width:100%;background:#FFF;padding-top: 90px;}
.qt_Servic .item-logo img{ width: 85px; height: 75px;}
.qt_Servic-content{padding:120px 0;background: url(/css/qt_server.jpg) 20% 20% no-repeat; background-size: cover; }
.qt_Servic-box {width: 1500px !important; margin: 0 auto; position: relative; transition: all .3s ease;}
.qt_Servic-box-list {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.qt_Servic-box-item {flex: 1; text-align: center; position: relative; height: 450px; background: no-repeat center; background-size: 100% auto;}
.qt_Servic-content .qt_Servic-box-item:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,.2); transition: all .4s cubic-bezier(.4, 0, .2, 1);}
.qt_Servic-box-item a { font-size: 14px; color: gray; }
.qt_Servic-box-item a:hover{color:#fff;background: url(/css/syfwly.png) center; height: 57px; background-size: contain;}
.qt_Servic-box-item a p:hover{font-size: 18px;}
.qt_Servic-content .qt_Servic-box-item .item-logo {position: relative; margin-top: 160px; transition: all .4s cubic-bezier(.4, 0, .2, 1);}
.qt_Servic-content .item-title {font-size: 20px; font-weight: bold; color: #fff; padding: 40px 0;position: relative;}
.qt_Servic-content .item-text {position: relative; transition: all .4s cubic-bezier(.4, 0, .2, 1); opacity: 0; margin-top: 10px; text-align: left; height: 150px; line-height: 55px; text-align: center;}
.qt_Servic-content .item-xstext{display: inline-block; width: 100%;height: 55px;border-bottom: 1px solid rgba(255,255,255,.09);}
.qt_Servic-content .item-xstext p{color: #fff; float: left; text-align:left;width: 85%; margin-left: 20px;font-size:16px;}
.qt_Servic-content .item-xstext p span{position: absolute; right: 310px;}
.qt_Servic-content .qt_Servic-box-item:hover .item-text {display: block; opacity: 1; margin-top: 0;}
.qt_Servic-content .qt_Servic-box-item:hover:before {background-color: rgba(52, 60, 68, .1);}
.qt_Servic-content .qt_Servic-box-item:hover .item-logo {margin-top: 50px;}
.qt_Servic-content .qt_Servic-box-item:hover .item-title:before {opacity: 0; margin-bottom: 0;}

/*服务领域结束*/
/*案例*/

.qt_t .toptop{ height: 135px; position: relative; }
.qt_t .titleDiv .cn{ padding-bottom: 0.2rem; font-weight: bold; color: #000; font-size: 0.32rem; line-height: 0.32rem; }
.qt_t .titleDiv .en{ color: #ccc; font-family: bold; text-transform: uppercase; font-size: 0.3rem; line-height: 0.3rem; }
.qt_t .mr{ position: absolute; right: 0; top: 55px; }
.qt_t .more{ position: absolute; right: 0; top: 25px; }
.qt_t .more a{ display: block; position: relative; width: 138px; height: 48px; line-height: 48px; text-transform: uppercase; background: #000000; border-radius: 24px; color: #fff; font-size: 14px; text-indent: 30px; font-family: din; }
.qt_t .more a:after{ content: ''; position: absolute; right: 32px; width: 22px; height: 8px; top: 50%; margin-top: -4px; background: url(nimg22_righton.png) no-repeat; }
.qt_t .more a:hover:after{ animation: iconAni 1.5s ease infinite; }

.qt_case{ padding: 60px 0; background: #f7f7f7;  }
.qt_case .list{ padding-top: 0px; }
.qt_case .list ul{ margin-right: -20px; }
.qt_case .list li{ float: left; width: 33.33%; padding-bottom: 20px;}
.qt_case .list li .box{ margin-right: 20px; position: relative; height: 3.5rem; background-color: #f9f9f9; overflow: hidden; }
.qt_case .list li .box a{ display: block; width: 100%; height: 100%; }
.qt_case .list li .imgDiv{ height: 3.5rem; }
.qt_case .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.qt_case .list li .name{ position: absolute; left: 0; top: 50%; margin-top: -30px; z-index: 1; color: #fff; text-align: center; width: 100%;}
.qt_case .list li .cn{display:none;font-size: 30px; line-height: 30px; }
.qt_case .list li .en{display:none; font-size: 16px; line-height: 16px; padding-top: 15px; text-transform: uppercase; opacity: 0.8; font-family: din;}
.qt_case .list li .botDiv{ position: absolute; left: 0; bottom: -54px; height: 54px; background-color: rgba(0,0,0,.3); width: 100%; box-sizing: border-box; padding: 0 20px; }
.qt_case .list li .txt{ font-size: 20px; color: #fff; height: 54px; line-height: 54px; overflow: hidden; position: relative; padding-right: 32px; }
.qt_case .list li .txt:after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -9px; width: 23px; height: 18px; background: url(/css/himg23_1.png) no-repeat; }
.qt_case .list li .box:hover .botDiv{ bottom: 0; }
.qt_case .list li .box:hover .name{ margin-top: -45px; }
.qt_case .list li .box:hover .cn{display:block;font-size: 30px; line-height: 30px; }
.qt_case .list li .box:hover .en{display:block;font-size: 16px; line-height: 16px; padding-top: 15px; text-transform: uppercase; opacity: 0.8; font-family: din;}
.qt_case .list li .box:hover .imgDiv img{ transform:scale(1.05);-webkit-transform:scale(1.05);}

.case

/*案例结束*/
/*网站建设*/

.qt_wzjs{ padding-top: 0.8rem; }
.qt_wzjs .list ul{ margin-right: -0.25rem; }
.qt_wzjs .list li{ float: left; width: 33.3%; padding-bottom: 0.3rem; }
.qt_wzjs .list li .box{ margin-right: 0.3rem; background: #f7f7f7; }
.qt_wzjs .list li .imgDiv{ overflow: hidden; }
.qt_wzjs .list li .imgDiv img{ width: 100%; }
.qt_wzjs .list li .botDiv{ padding: 0.2rem 0.3rem 0; height: 2.02rem; box-sizing: border-box; }
.qt_wzjs .list li .name{ font-weight: bold; font-size: 24px; height: 46px; overflow: hidden; line-height: 46px; color: #393435;  }
.qt_wzjs .list li .content{ padding-top: 10px; font-size: 14px; line-height: 24px; color: #999; height: 48px; overflow: hidden; margin-bottom: 0.15rem; }
.qt_wzjs .list li .conDiv{ position: relative; height: 33px; }
.qt_wzjs .list li .place{ line-height: 32px; font-size: 14px; color: #999; box-sizing: border-box; width: 1.1rem;  }
.qt_wzjs .list li .area{ padding-left: 115px; position: relative; line-height: 32px; font-size: 14px; color: #333; }
.qt_wzjs .list li .area span{ position: absolute; left: 0; top: 0; color: #999; padding-left: 26px; background: url(/css/nimg14_4.png) left center no-repeat;}
.qt_wzjs .list li .area em{ font-family:bold; font-size: 0.3rem; padding-right: 12px;}
.qt_wzjs .list li .ico{ position: absolute; right: 0; top: 0; width: 40px; height: 26px; box-sizing: border-box; border-radius: 24px;  background:url(/css/icon20.png) center no-repeat; }
.qt_wzjs .list li .box:hover .imgDiv img{ transform:scale(1.05);-webkit-transform:scale(1.05);}
.qt_wzjs .list li .box:hover{ background: #fff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
.qt_wzjs .list li .box:hover .name{ color: #000000; }
.qt_wzjs .list li .box:hover .place{ color: #000000; }
.qt_wzjs .list li .box:hover .ico{background:url(/css/icon20.png) center no-repeat; }
/*网站建设结束*/
/*新闻*/
.qt_news {
	width:100%;
	background:#FFF;
	padding:50px 0 50px;
}
.qt_news .box1 {
	max-width:1600px;
	margin:auto;
}

.qt_news .box1 .b1:hover {
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
}
.qt_news .box1 .b1 {
	width:32.5%;
	float:left;
	background:#fff;
	transition:all ease .3s;
	margin-right:1.25%;
}
.qt_news .box1 .b1 a {
	display:inline-block;
	width:100%;
}
.qt_news .box1 .b1 .img {
	width:100%;
	height:280px;
}
.qt_news .box1 .b1 .tbox {
	width:100%;
	height:280px;
	box-sizing:border-box;
	padding:0 30px;
}
.qt_news .box1 .b1 .tbox .time {
	color:#999;
	font-family: 'sheepsansbold';
	font-weight:bold;
	font-size:48px;
	line-height:50px;
	border-bottom:1px solid #dbdbdb;
	padding:22px 0 16px;
	background:url(/css/icon20.png) right 54px no-repeat;
	transition:all ease .3s;
}
.qt_news .box1 .b1 .tbox:hover .time {
	color:#222;
}
.qt_news .box1 .b1 .tbox .time span {
	font-size:16px;
	line-height:20px;
	font-weight:initial;
	display:block;
}
.qt_news .box1 .b1 .tbox .titles {
	font-size:16px;
	line-height:36px;
	color:#000;
	margin-top:30px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qt_news .box1 .b1 .tbox .txts {
	font-size:14px;
	line-height:24px;
	color:#666;
	margin-top:14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.qt_news .box1 .b2 {
	width:66.25%;
	float:left;
}
.qt_news .box1 .b2 li {
	background:#fff;
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
.qt_news .box1 .b2 li:nth-child(2n) {
	margin-right:0;
}
.qt_news .box1 .b2 li .tbox {
	width:100%;
	height:270px;
	box-sizing:border-box;
	padding:0 30px;
	transition:all ease .3s;
}
.qt_news .box1 .b2 li .tbox:hover {
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
}
.qt_news .box1 .b2 li .tbox a {
	display:inline-block;
	width:100%;
}
.qt_news .box1 .b2 li .tbox .time {
	font-size:48px;
	font-weight:bold;
	line-height:50px;
	font-family: 'sheepsansbold';
	color:#999;
	padding:22px 0 15px;
	background:url(/css/icon20.png) right 54px no-repeat;
	border-bottom:1px solid #dbdbdb;
	transition:all ease .3s;
}
.qt_news .box1 .b2 li .tbox .time span {
	font-size:16px;
	line-height:20px;
	display:block;
}
.qt_news .box1 .b2 li .tbox:hover .time {
	color:#222;
}
.qt_news .box1 .b2 li .tbox .titles {
	font-size:16px;
	line-height:36px;
	color:#000;
	margin-top:30px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qt_news .box1 .b2 li .tbox .txts {
	font-size:14px;
	line-height:24px;
	color:#666;
	margin-top:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qt_news .list {
	max-width:1600px;
	margin:auto;
}
.qt_news .list .img {
width: 100%;margin-top:20px;
height: 270px;
}
.qt_news .list li {
	background:#f7f7f7;
	float:left;
	width:32.5%;
	margin-right:0.8%;
	margin-bottom:20px;
}

.qt_news .list li a{
	display: block;
}
.qt_news .list li .tbox {
	width:100%;
	height:270px;
	box-sizing:border-box;
	padding:0 30px;
	transition:all ease .3s;
}
.qt_news .list li .tbox:hover {
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
}
.qt_news .list li .tbox a {
	display:inline-block;
	width:100%;
}
.qt_news .list li .tbox .time {
	font-size:48px;
	font-weight:bold;
	line-height:50px;
	font-family: 'sheepsansbold';
	color:#999;
	padding:22px 0 15px;
	background:url(/css/icon20.png) right 54px no-repeat;
	border-bottom:1px solid #dbdbdb;
	transition:all ease .3s;
}
.qt_news .list li .tbox .time span {
	font-size:16px;
	line-height:20px;
	display:block;
}
.qt_news .list li .tbox:hover .time {
	color:#222;
}
.qt_news .list li .tbox .titles {
	font-size:16px;
	line-height:36px;
	color:#000;
	margin-top:30px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qt_news .list li .tbox .txts {
	font-size:14px;
	line-height:24px;
	color:#666;
	margin-top:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 

.qt_news .list .tbox_img{
   position:relative;
   width:100%;
	height:270px;
	box-sizing:border-box;
	transition:all ease .3s;
}
.qt_news .list .titles_bg{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color:#000;
    opacity:0.6;
    height:40px;
    line-height:40px;
}
.qt_news .list .tbox_img .titles{
    color:#fff;
    text-align:center;
    font-size:14px;
}
.qt_news .list .tbox_img img{
    width:100%;
    height:100%;
}
.newShow{ background: #fff; padding: 50px 0.35rem 10px; }
.newShow .name{ font-weight: bold; font-size: 36px; line-height: 36px; color: #333; padding-bottom: 25px; }
.newShow .time li{ float: left; padding-right: 20px; padding-left: 0px; font-size: 14px; color: #ccc; font-family:dinpro; position: relative; }
.newShow .time li img{ position: absolute; left: 0; top: 50%; margin-top: -8px; }
.newShow .content{ font-size: 14px; line-height: 36px; padding: 50px 0; }
.newShow .imgDiv{ padding: 15px 0; text-align: center; }
.newShow .content img{ max-width: 10.86rem; font-size: 16px; line-height: 42px;}

.sideNews{ background: #fff; padding: 60px 0.35rem 50px; }
.sideNews .title{ font-weight: bold; height: 64px; position: relative; color: #333; font-size: 30px; line-height: 30px; }
.sideNews .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 44px; height: 4px; background: #000; }
.sideNews .list li{ padding-top: 20px; border-bottom: #ddd solid 1px; }
.sideNews .list li a{ display: block; padding-bottom: 20px; }
.sideNews .list li .imgDiv img{ width: 100%; }
.sideNews .list li .name{ height: 36px; line-height: 36px; padding-top: 22px; overflow: hidden; color: #333; font-size: 20px; }
.sideNews .list li .read{ margin-top: 24px; position: relative; font-size: 14px; line-height: 14px; color: #666; }
.sideNews .list li .read:after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -6px; width: 20px; height: 12px; background: url(/css/nimg20_2.png) center no-repeat; }
.sideNews .list li:hover .name{ color: #000; }
/*网站建设结束*/
/*合作伙伴*/
.qt_hzhb{ padding-top: 0.5rem; height: 6.35rem; box-sizing: border-box; background: url(/css/indexPart5.jpg) center no-repeat; background-size: cover; }
.qt_hzhb .txt{ padding: 0.2rem 0 0.2rem; font-size: 28px; line-height: 28px; color: #333; letter-spacing: 4px;  }
.qt_hzhb .content{ font-size: 14px; line-height: 0.28rem; color: #999;  }
.qt_hzhb .list{ width: 1050px; padding-top: 0.3rem; }
.qt_hzhb .list ul{ margin-right: -27px; }
.qt_hzhb .list li{ float: left; width: 16.66%; padding-bottom: 0.28rem; }
.qt_hzhb .list li .box{ position: relative; cursor: pointer; box-sizing: border-box; background: #fff; height: 65px; margin-right: 27px; box-shadow: 0px 0px 20px 0px rgba(135, 135, 135, 0.15); border-radius: 8px; overflow: hidden; }
.qt_hzhb .list li .imgDiv{ position: absolute; left: 50%; top: 50%; margin-left: -60px; transform: translateY(-50%); }
.qt_hzhb .list li .imgDiv img{ width: 120px; }
.qt_hzhb .list li .box:hover{ border: #000000 solid 2px; }
/*数据统计*/
.qt_sj .sList{ padding: 0.5rem 0 0.5rem; background: #f2f3f5;}
.qt_sj .sList ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.qt_sj .sList li{ color: #000000; font-size: 14px; text-align: center; }
.qt_sj .sList li .txt{ padding-bottom: 10px; }
.qt_sj .sList li .num{ height: 0.6rem; }
.qt_sj .sList li .numUp{ font-size: 0.6rem; line-height: 0.6rem; font-family:din;}
.qt_sj .sList li .num img{ padding-left: 10px; position: relative; top: -0.18rem; }
.qt_sj .sList li p{ padding-top: 15px; }
/*底部*/
.qt-foot {
	width:100%;min-height:295px;padding:60px 0px 5px;display:table;background:#3f3f3f;background-size:auto 100%;
}
.qt-foot li {
	width:22%;float:left;margin-right:3.5%;
}
.qt-foot li:last-child {
	margin-right:0;
}
.qt-foot li .tit {
	font-size:14px;line-height:28px;color:#fff;font-weight:bold;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px;
}
.qt-foot li .tbox {
	font-size:14px;line-height:28px;padding-top:22px;
}
.qt-foot li .tbox .txt {
	color:#999;
}
.qt-foot li .tbox .more {
	width:80px;height:32px;border:1px solid #504f4f;border-radius:16px;display:block;color:#666;font-size:12px;margin-top:32px;padding-left:20px;
	background:url(/css/icon4.png) 62px center no-repeat;transition:all ease .5s;
}
.qt-foot li .tbox .more:hover {
	border:1px solid #fff;color:#fff;background:url(/css/icon4.png) 62px center no-repeat;
}
.qt-foot li .tbox .link {
	width:50%;display:block;color:#999;float:left;transition:all ease .5s;
}
.qt-foot li .tbox .link:hover {
	color:#fff;
}

.qt-foot li .tbox li {
	width:100%;display:table;padding:12px 0;border-bottom:1px dashed #494848;
}
.qt-foot li .tbox li:last-child {
	border:none;
}
.qt-foot li .tbox li .tboxs {
	width:calc(100%);float:right;font-size:14px;line-height:28px;color:#999;
}
.qt-foot li .tbox li .tboxs .t1 {
	color:#fff;font-weight:bold;
}
.qt-foot li .tbox li .tboxs .t2 {
	width:100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.qt-foot .alink {
    margin-top: 0.17rem;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 20px 0;
}
.qt-foot .alink a { 
    font-size: 13px;
    line-height: 26px;
    margin-right: 15px;
    color: #666;
}
.qt-foot .alink a:hover { 
    color: #fff;
}
.qt-foot-center {
	width:100%;padding:25px 0px 5px;display:table;min-height:40px;background:#000;color:#999;
}

.qt-foot-button .copyright a {
 color: #999;
}

.qt-foot-center .links {
 font-size: 12px;color: #999;position: relative;
}
.qt-foot-center .links a {
 color: #999;padding: 0 25px;

}