
body {  background-color: #fff; font-family: 微软雅黑; }

.clear {
  clear: both; }

.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ovh {
  overflow: hidden; }

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.dn {
  display: none; }

.dib {
  display: inline-block; }

.w-f {
  width: 100%; }

.h-f {
  height: 100%; }

.fwn {
  font-weight: normal; }

.tac {
  text-align: center; }

.t-f {
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }

.t-c {
  -webkit-transition: color 0.5s;
          transition: color 0.5s; }

.t-bg {
  -webkit-transition: background 0.5s;
          transition: background 0.5s; }

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
          animation: spinner 700ms infinite linear; }

.loader.white {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*# sourceMappingURL=reset.css.map */
.w1520 {
  width: 95%;
  margin: 0 auto;
}
.w1520.a1 {width:90%}
html, body {
  color: #777;
  background-color: #eaeaea;
}

input, textarea, select {
  margin: 0;
  padding: 0;
}

input {
  border: none;
}

a {
  color: #777;
  transition: color 0.3s ease 0s;
}

a:hover {
  color: #333;
}

.top-tit li,.cent-list li,.news-recommend-list li,.public-list .top-nav .s-nav li,.public-list .list-wrap li{ float:left}
.bars strong{ font-size:30px; color:#000 }
.bars p{ color:#ccc; font-family:font2;text-transform: uppercase; font-size:14px;}
.ls{ display:inline-block; background:#0f6be3; width:30px; height:3px; margin:0; padding:0}
ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

img.up-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  *height: auto;
}

.pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 10px;
}
.pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #dadada;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: top;
}
.pagination span.swiper-pagination-bullet-active {
  border: 1px solid #3b3b3b;
  background: none;
}

header {
  position: relative;
  z-index: 10;
  transition: transform 0.5s ease 0s;
  height: 100px;
}
header .header-main {
  width: 100%;
  padding-top: 24px;
  background-color: #fff;
  transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
  position: fixed;
  left: 0;
  top: 0;
}
header .logo img {
  transition: all 0.3s ease 0s;
}
header .nav-link {
  position: relative;
  margin-top: 4px;
}
header .nav-link .nav {
  line-height: 40px;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
header .nav-link .nav a.tit-a {
  color: #333;
  display: inline-block;
  transition: all 0.3s ease 0s;
  line-height: 40px;
}
header .nav-link .nav a.tit-a:hover {
  color: #888;
}
header .nav-link .nav li {
  padding-left: 36px;
  height: 40px;
  padding-bottom: 32px;
  transition: all 0.3s ease 0s;
  position: relative;
}
header .nav-link .nav li.cur a.tit-a {
  color: #888;
}
header .nav-link .nav li .sub-nav{
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  z-index: 2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
}
header .nav-link .nav li .sub-nav dl{
  float: right;
  width: 660px;
}
header .nav-link .nav li .sub-nav dd{
  margin-right: 60px;
  font-size: 14px;
  line-height: 47px;
  padding-top: 4px;
  position: relative;
  float: left;
}
header .nav-link .nav li .sub-nav dd a{

}
header .nav-link .nav li .sub-nav dd a {
  display: inline-block;
  color: #777;
}
header .nav-link .nav li .sub-nav dd i {
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background-color: #333;
}
header .nav-link .nav li .sub-nav dd:hover a {
  color: #333;
}
header .nav-link .nav li .sub-nav dd:hover i {
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}
header .nav-link .nav li .sub-nav dd.hover a {
  color: #333;
}
header .nav-link .nav li .sub-nav dd.hover i {
  left: 0;
  width: 100%;
}
header .nav-link .nav .line {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  float: left;
  margin-left: 33px;
  margin-top: 16px;
}
header .nav-link .extra-nav {
  color: #333;
}
header .nav-link .sub-menu {
  width: 722px;
  position: absolute;
  left: 0;
  top: 72px;
  background-color: #fff;
  display: none;
}
header .nav-link .sub-menu .boxs {
  border-top: 1px solid #444444;
  display: none;
}
header .nav-link .sub-menu ul {
  width: 236px;
  border: 1px solid #d0d0d0;
}
header .nav-link .sub-menu li {
  border-top: 1px solid #d0d0d0;
  line-height: 44px;
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  transition: background 0.3s ease 0s;
}
header .nav-link .sub-menu li a {
  display: block;
  width: 186px;
  padding: 10px 25px;
}
header .nav-link .sub-menu li:hover {
  background-color: #eee;
}
header .nav-link .sub-menu li:first-child {
  border-top: none;
}
header .nav-link .sub-menu .img-box {
  padding-top: 13px;
  margin-left: 12px;
  padding-bottom: 10px;
}
header .nav-link .sub-menu .img-box .img {
  display: block;
  width: 225px;
  position: relative;
  margin-right: 10px;
  float: left;
}
header .nav-link .sub-menu .img-box .up-tit {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -42px;
}
header .nav-link .sub-menu .img-box .up-tit p {
  font-size: 70px;
  font-family: "Trump";
  color: #fff;
  line-height: 80px;
}
header .nav-link .sub-menu .img-box .up-tit .line {
  display: block;
  width: 78px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
}
header .extra-link {
  margin-left: 28px;
  margin-top: 4px;
}
header .extra-link a {
  display: inline-block;
  height: 40px;
  width: 22px;
  margin-left: 15px;
  float: left;
}
header .extra-link .link1 {
  background: url(../images/ico_01.png) no-repeat center;
}
header .extra-link .link2 {
  background: url(../images/ico_02.png) no-repeat center;
}
header .extra-link .link3 {
  background: url(../images/ico_03.png) no-repeat center;
}
header .extra-link .link4 {
  background: url(../images/ico_04.png) no-repeat center;
}
header .m-btn {
  width: 22px;
  height: 20px;
  padding: 12px;
  display: none;
  cursor: pointer;
  margin-top: 3px;
}
header .m-btn .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .m-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
header .m-btn .line1 {
  width: 12px;
  top: 0;
}
header .m-btn .line2 {
  width: 20px;
  top: 6px;
}
header .m-btn .line3 {
  width: 16px;
  top: 13px;
}
header .m-btn.cur .line1, header .m-btn.cur .line2, header .m-btn.cur .line3 {
  width: 100%;
}

header.fixed .header-main {
  position: fixed;
  left: 0;
  top: 0;
}

footer {
  background-color: #222;


}
footer .main-wrap {
  width: 82.8%;
  margin: 0 auto;
}
footer .top-wrap {
  padding-bottom: 35px;
  border-bottom: 1px solid #393939;
}
footer .top-wrap .nav {
  line-height: 40px;
}
footer .top-wrap .nav a {
  display: inline-block;
  font-size: 14px;
  float: left;
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: opacity 0.3s ease 0s;
}
footer .top-wrap .nav a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
footer .top-wrap .nav .line {
  display: inline-block;
  float: left;
  width: 1px;
  height: 10px;
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 16px 20px 14px;
}
footer .top-wrap .call {
  line-height: 40px;
  margin-top: 2px;
  display: inline-block;
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  font-size: 12px;
}
footer .bot-wrap {
  /*line-height: 42px;*/
  line-height: 24px;
  padding-top: 28px;
  font-size: 12px;
}
footer .bot-wrap p {
  color: #7a7a7a;
  text-transform: uppercase;
}
footer .bot-wrap a {
  color: #7a7a7a;
  transition: all 0.3s ease 0s;
}
footer .bot-wrap a:hover {
  color: #fff;
}
footer .bot-wrap .site-img {
  display: inline-block;
  margin-right: 8px;
}

.bot-out-link{
  position: fixed;
  left: 3%;
  bottom: 30px;
  background-color: #f14702;
  color: #fff;
  display: block;
  width: 130px;
  height: 48px;
  border-radius: 4px;
  z-index: 10;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  font-family: "微软雅黑";
}
.bot-out-link:hover{
  color: #fff;
}

.return-top {
  width: 36px;
  position: fixed;
  right: 4.4%;
  bottom: 190px;
  display: none;
}
.return-top .top-btn {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 14px;
  line-height: 16px;
  height: 22px;
  background: url(../images/ico_45.png) no-repeat center 10px #fff;
  font-family: "Arial";
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.return-top .top-btn:hover {
  background: url(../images/ico_45_h.png) no-repeat center 10px #000;
  color: #fff;
}
.return-top .link-qq {
  display: block;
  width: 100%;
  height: 36px;
  margin-top: 1px;
  background: url(../images/ico_46.png) no-repeat center #fff;
  transition: all 0.3s ease 0s;
}
.return-top .link-qq:hover {
  background: url(../images/ico_46_h.png) no-repeat center #000;
  color: #fff;
}

.float-right-box{
  width: 250px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #191919;
  z-index: 1000;
  transition: width 0.3s ease 0s;
}
.float-right-box.on{
  width: 50px;
}
.float-right-box .top-list{
    width: 100%;
}
.float-right-box .top-list ul{
  width: 100%;
}
.float-right-box .top-list li{
  width: 100%;
  position: relative;
  border-bottom: 1px solid #3b3b3b;
  transition: background 0.3s ease 0s;
  height: 50px;
}
.float-right-box .top-list a{
  display: block;
  width: 100%;
}
.float-right-box .top-list .ico{
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s ease 0s;
  z-index: 2;
}
.float-right-box .top-list .ico1{
  background: url(../images/ico_58.png) no-repeat center #191919;
}
.float-right-box .top-list .ico2{
  background: url(../images/ico_59.png) no-repeat center #191919;
}
.float-right-box .top-list .ico3{
  background: url(../images/ico_60.png) no-repeat center #191919;
}
.float-right-box .top-list .ico4{
  background: url(../images/ico_61.png) no-repeat center #191919;
}
.float-right-box .top-list .ico5{
  background: url(../images/ico_62.png) no-repeat center #191919;
}
.float-right-box .top-list .ico6{
  background: url(../images/ico_68.png) no-repeat center #191919;
}
.float-right-box .top-list .ico7{
  background: url(../images/ico_69.png) no-repeat center #191919;
}
.float-right-box .top-list .stt{
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  transition: color 0.3s ease 0s;
  position: absolute;
  left: 28px;
  top: 0;
  z-index: 1;
  width: 222px;
}
.float-right-box .top-list li:hover .stt{
  color: #15191e;
}
.float-right-box .top-list li:hover .ico1{
  background: url(../images/ico_58_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico2{
  background: url(../images/ico_59_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico3{
  background: url(../images/ico_60_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico4{
  background: url(../images/ico_61_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico5{
  background: url(../images/ico_62_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico6{
  background: url(../images/ico_68_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico7{
  background: url(../images/ico_69_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover{
  background-color: #fff;
}
.float-right-box .top-list .return-webtop .stt{
  font-family: "Arial";
  font-weight: bold;
}
.float-right-box .bot-share{
  position: relative;
  height: 50px;
}
.float-right-box .bot-share a{
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  transition: background 0.3s ease 0s;
  margin: 0;
  padding: 0;
}
.float-right-box .bot-share .share{
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.float-right-box .bot-share .sina{
  background: url(../images/ico_63.png) no-repeat center;
}
.float-right-box .bot-share .wx{
  background: url(../images/ico_64.png) no-repeat center;
}
.float-right-box .bot-share .tx{
  background: url(../images/ico_65.png) no-repeat center;
}
.float-right-box .bot-share .more{
  background: url(../images/ico_66.png) no-repeat center;
}
.float-right-box .bot-share a:hover{
  background-color: #525354;
}
.float-right-box .bot-share .share-ico{
  background: url(../images/ico_67.png) no-repeat center #191919;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.new-float{
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 50;
  width: 77px;
  height: 374px;
  margin-top: -150px;
}
.new-float li{
  position: relative;
  width: 77px;
  height: 57px;
  margin-bottom: 1px;
  line-height: 27px;
  color: #fff;
  text-align: center;
}
.new-float li.hover{
  overflow: hidden;
}
.new-float li a{
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.new-float li a.tit{
  width: 77px;
  height: 27px;
  padding: 30px 10px 0 0;
  color: #fff;
}
.new-float li p{
  position: relative;
  z-index: 2;
  height: 27px;
  padding-top: 30px;
  cursor: pointer;
}
.new-float li.fi a{
  background: url(../images/bg_float01.png) no-repeat;
}
.new-float li.se a{
  background: url(../images/bg_float02.png) no-repeat;
}
.new-float li.th a{
  background: url(../images/bg_float03.png) no-repeat;
}
.new-float li.fo a.tit{
  background: url(../images/bg_float04.png) no-repeat;
}
.new-float li.fif p{
  background: url(../images/bg_float05.png) no-repeat;
  font-size: 12px;
}
.new-float li.zixun a{
  background: url(../images/bg_float01.png) no-repeat;
}
.new-float li.six a{
  background: url(../images/xxf_bg_float01.png) no-repeat;
  cursor: pointer;
}


.new-float li .tel{
  position: absolute;
  left: 77px;
  top: 0;
  z-index: 1;
  width: 184px;
  height: 57px;
  font: 24px/57px Arial;
  color: #fff;
  background: url(../images/bg_float06.png) no-repeat;
  cursor: pointer;
}
.new-float a.mof{
  display: inline-block;
  width: 54px;
  height: 71px;
  padding: 12px 11px 0 12px;
  margin-top: 10px;
  *margin-top: 7px;
  background: url(../images/bg_float07.png) no-repeat;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}



.body-wrap {
  width: 100%;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.body-wrap.left, header.left .header-main {
  transform: translateX(-66%);
}

.m-sub-menu.show {
  right: 0;
  transition: all 0.44s ease 0s;
}

.m-sub-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 100;
  height: 100%;
  background-color: #fff;
  transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
  line-height: 60px;
  background-color: #333;
}
.m-sub-menu .top-box .stt {
  display: inline-block;
  font-size: 16px;
  color: #acacac;
  margin-left: 8.2%;
  font-family: "Base-font";
}
.m-sub-menu .top-box .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/ico_37.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}
.m-sub-menu .list-wrap ul {
  width: 100%;
}
.m-sub-menu .list-wrap li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .list-wrap li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
  font-size: 16px;
  color: #666;
}
.m-sub-menu .list-wrap .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../images/ico_38.png) no-repeat center;
  margin-top: 26px;
}
.m-sub-menu .bot-link {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  margin-top: 30px;
}
.m-sub-menu .bot-link a {
  display: inline-block;
  width: 36px;
  height: 50px;
  margin-right: 20px;
  float: left;
}
.m-sub-menu .bot-link .link1 {
  /*background: url(../images/ico_39.png) no-repeat center;*/
  background: url(../images/ico_01.png) no-repeat center;
  background-size: auto 16px;
}
.m-sub-menu .bot-link .link2 {
  /*background: url(../images/ico_40.png) no-repeat center;*/
  background: url(../images/ico_02.png) no-repeat center;
  background-size: auto 16px;
}
.m-sub-menu .bot-link .link3 {
  /*background: url(../images/ico_41.png) no-repeat center;*/
  background: url(../images/ico_03.png) no-repeat center;
  background-size: auto 16px;
}
.m-sub-menu .sec-sub-list {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 18px;
  background: url(../images/ico_42.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
}
.m-sub-menu .sec-sub-list .boxs.show {
  left: -100%;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
  width: 100%;
}
.m-sub-menu .sec-sub-list li {
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-sub-menu .sec-sub-list .bot-link {
  margin-top: 14px;
}

.contact-wrap {
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-wrap .main-wrap {
  width: 82.8%;
  margin: 0 auto;
}
.contact-wrap h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Base-font";
  padding-bottom: 13px;
  border-bottom: 1px solid #e3e3e3;
  color: #333;
}
.contact-wrap .city-list {
  width: 166px;
  margin-right: 100px;
}
.contact-wrap .city-list ul {
  width: 100%;
}
.contact-wrap .city-list li {
  width: 100%;
  line-height: 36px;
  font-size: 24px;
  color: #c5c5c5;
  cursor: pointer;
  font-family: "Base-font";
  transition: color 0.3s ease 0s;
}
.contact-wrap .city-list li.cur, .contact-wrap .city-list li:hover {
  color: #333;
}
.contact-wrap .address {
  margin-right: 132px;
  width: 300px;
}
.contact-wrap .address .cont {
  padding-top: 25px;
}
.contact-wrap .address .cont p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.contact-wrap .address .cont .stt {
  font-weight: bold;
}
/*.contact-wrap .address .cont .link-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/ico_13.png) no-repeat center;
  margin-top: 8px;
  transition: background 0.3s ease 0s;
}
.contact-wrap .address .cont .link-map:hover {
  background: url(../images/ico_13_h.png) no-repeat center #000;
}*/
.contact-wrap .address .boxs {
  display: none;
}
.contact-wrap .weixin {
  margin-right: 100px;
  width: 240px;
}
.contact-wrap .weixin .wx-img {
  padding-top: 26px;
}
.contact-wrap .advis {
  width: 205px;
}
.contact-wrap .advis .link-qq {
  padding-top: 28px;
}
.contact-wrap .advis .link-qq a {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  padding-left: 40px;
  line-height: 34px;
  width: 75px;
  font-size: 12px;
  background: url(../images/ico_14.png) no-repeat 17px center;
  transition: all 0.3s ease 0s;
}
.contact-wrap .advis .link-qq a:hover {
  border: 1px solid #333;
  color: #fff;
  background: url(../images/ico_14_h.png) no-repeat 17px center #333;
}

.i-ban {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 800px;
}
.i-ban ul, .i-ban li {
  width: 100%;
  height: 100%;
}
.i-ban li {
  background-size: cover !important;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
}
.i-ban li a{
  display: block;
  width: 100%;
  height: 100%;
}
.i-ban li .cent-cont {
  position: absolute;
  left: 10.5%;
  top: 50%;
  margin-top: -240px;
  color: #fff;
  z-index: 3;
}
.i-ban li .gray-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.i-ban li .word {
  color: #fff;
  font-size: 50px;
  line-height: 68px;
}
.i-ban li .word p {
  position: relative;
  overflow: hidden;
  height: 68px;
}
.i-ban li .word p .font-sign {
  position: relative;
  display: block;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .word span.line {
  display: block;
  height: 4px;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.i-ban li .word .font {
  display: block;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .link {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-top: 50px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .link i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.i-ban li .link:hover {
  border: 1px solid white;
}
.i-ban li.active .word p .font-sign {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0);
  transition: all 0.5s ease 0s;
}
.i-ban li.active .link {
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.3s ease 0.6s;
}
.i-ban li.active .link i {
  animation: downico 1.5s ease-out infinite;
}
.i-ban .btns {
  position: absolute;
  bottom: 76px;
  left: 10.5%;
  z-index: 10;
}
.i-ban .btns span {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-right: 10px;
  background-color: #3a333f;
  position: relative;
  cursor: pointer;
}
.i-ban .btns span i {
  display: block;
  height: 100%;
  position: absolute;
  width: 0;
  background-color: #918c94;
}

.i-m-ban {
  height: 500px;
  position: relative;
  overflow: hidden;
  display: none;
}
.i-m-ban ul {
  height: 100%;
}
.i-m-ban li {
  height: 100%;
  position: relative;
  background-size: cover !important;
}
.i-m-ban .cent-cont {
  position: absolute;
  width: 90%;
  left: 5.5%;
  top: 50%;
  margin-top: -240px;
  color: #fff;
}
.i-m-ban .word {
  color: #fff;
  font-size: 30px;
  line-height: 56px;
}
.i-m-ban .word p {
  position: relative;
  overflow: hidden;
  height: 56px;
}
.i-m-ban .word p .font-sign {
  position: relative;
  display: block;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-m-ban .word span.line {
  display: block;
  height: 4px;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.i-m-ban .word .font {
  display: block;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-m-ban .link {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-top: 50px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-m-ban .link i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.i-m-ban li.swiper-slide-active .word p .font-sign {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0);
  transition: all 0.5s ease 0s;
}
.i-m-ban li.swiper-slide-active .link {
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.3s ease 0.6s;
}
.i-m-ban li.swiper-slide-active .link i {
  animation: downico 1.5s ease-out infinite;
}
.i-m-ban .page-btns {
  position: absolute;
  bottom: 76px;
  left: 5.5%;
  z-index: 2;
  height: 2px;
}
.i-m-ban .page-btns span {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-right: 10px;
  background-color: #3a333f;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.i-m-ban .page-btns span i {
  display: block;
  height: 100%;
  position: absolute;
  width: 0;
  background-color: #918c94;
}
.i-m-ban .page-btns .swiper-pagination-bullet-active i {
  transition: width 4s linear 0s;
}

@keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.body-wrap .loader {
  z-index: 10;
}

.i-wrap .up-graybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
}
.i-wrap .up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.i-wrap .up-graybox .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.i-wrap .up-graybox .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.i-wrap .up-graybox .linet {
  top: 0;
}
.i-wrap .up-graybox .lineb {
  bottom: 0;
}
.i-wrap .up-graybox .out-ico {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.i-wrap .up-graybox:hover .line {
  width: 6px;
  margin-left: -3px;

}

.i-column-wrap .stit {
  font-size: 26px;
  line-height: 46px;
  color: #333;
  margin-left: -1px;
}
.i-column-wrap .line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin-top: 10px;
}
.i-column-wrap .mtit {
  display: block;
  margin-top: 30px;
  line-height: 30px;
  color: #444; margin-bottom:5px;
  font-size: 18px;
}
.i-column-wrap .font {
  display: block;
  line-height: 30px;
  font-size: 15px;
  margin-top: 10px;
}
.i-column-wrap .link {
  display: block;
  width:52px;
  height: 52px;
  border-radius: 50%;
  margin-top: 98px;
  transition: background 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}
.i-column-wrap .link i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.i-column-wrap .link .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.i-column-wrap.black .stit { font-weight:bold;
  color: #333; font-size:36px; position:relative ; margin-top:0px;
}
.i-column-wrap.black .stit strong{ border-bottom:#2577e2 solid 4px; line-height:20px}.i-column-wrap.black .stit strong i{ font-style:normal; position:relative; top:7px;}
.i-column-wrap.black .stit span{ position:absolute; font-size:78px; font-family:"黑体"}
.i-column-wrap.black .stit span:first-child{ left:-80px; top:-20px}
.i-column-wrap.black .stit span:last-child{ right:-70px; bottom:-50px}
.i-column-wrap.black .stit a {
  color: #333;
}
.i-column-wrap.black .line {
  background-color: #9a9a9a;
}
.i-column-wrap.black .mtit {
  color: #444;
}
.i-column-wrap.black .mtit a {
  color: #444;
}
.i-column-wrap.black .mtit a:hover {
  color: #666;
}
.i-column-wrap.black .link {
  border: 1px solid #aaa;
}
.i-column-wrap.black .link i {
  background: url(../images/ico_06.png) no-repeat center;
}

.i-column-wrap.white .stit {
  color: #fff;
  font-weight: bold;
}
.i-column-wrap.white .stit a {
  color: #fff;
}
.i-column-wrap.white .line {
  background-color: #fff;
}
.i-column-wrap.white .mtit {
  color: #cdcdcd;
}
.i-column-wrap.white .mtit a {
  color: #cdcdcd;
}
.i-column-wrap.white .mtit a:hover {
  color: #fff;
}
.i-column-wrap.white .font {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.i-column-wrap.white .link {
  border: 1px solid rgba(255, 255, 255,1);
}
.i-column-wrap.white .link i {
  background: url(../images/ico_05.png) no-repeat center;
}

.i-fir-wrap {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.i-fir-wrap .left-wrap {
  width: 50%;
  position: relative;
}
.i-fir-wrap .left-wrap .cent-cont {
  width: 62%;
  left: 6%;
  position: absolute;
  top: 205px;
}
.i-fir-wrap .left-wrap .num-box {
  width: 210px;
  height: 206px;
  background-color: #f0f0f0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.i-fir-wrap .left-wrap .num-box .num {
  display: inline-block;
  color: #999;
  font-size: 24px;
  line-height: 58px;
  font-family: "Base-font";
  margin-top: 62px;
  background: url(../images/line_01.png) no-repeat center top;
}
.i-fir-wrap .left-wrap .num-box p {
  color: #888;
}
.i-fir-wrap .right-wrap {
  width: 50%;
}
.i-fir-wrap .right-wrap .about-recom {
  background-color: #fff;
  width: 100%;
}
.i-fir-wrap .right-wrap .about-recom .cont {
  width: 89.4%;
  padding: 38px 5.3% 0;
  height: 356px;
  position: relative;
}
.i-fir-wrap .right-wrap .about-recom .stit {
  font-size: 48px;
  line-height: 60px;
  color: #333;
  font-family: "Base-font";
  margin-left: -2px;
}
.i-fir-wrap .right-wrap .about-recom .font {
  display: block;
  line-height: 26px;
  font-size: 16px;
  margin-top: 12px;
  color: #777;
  width: 71%;
}
.i-fir-wrap .right-wrap .about-recom .email {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #aaa;
  margin-top: 40px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  position: relative;
}
.i-fir-wrap .right-wrap .about-recom .email i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
  background: url(../images/ico_07.png) no-repeat center;
}
.i-fir-wrap .right-wrap .about-recom .email .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
  background-color: #333;
}
.i-fir-wrap .right-wrap .about-recom .bot-link {
  position: absolute;
  display: block;
  bottom: 0;
  left: 5.3%;
  width: 89.4%;
  line-height: 56px;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-family: "Base-font";
}
.i-fir-wrap .right-wrap .about-recom .bot-link .point {
  display: inline-block;
  width: 24px;
  height: 56px;
  background: url(../images/ico_08.png) no-repeat center;
}
.i-fir-wrap .right-wrap .about-recom .bot-link:hover .point {
  background: url(../images/ico_08_h.png) no-repeat center;
}
.i-fir-wrap .right-wrap .img-box {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i-fir-wrap .right-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-fir-wrap .right-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-fir-wrap .right-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}

.i-sec-wrap {
  background-color: #2f2f2f;
}
.i-sec-wrap .img-box {
  width: 64%;
  display: block;
  position: relative;
  overflow: hidden;
}
.i-sec-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-sec-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-sec-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-sec-wrap .right-cont {
  width: 29%;
  margin-right: 3.9%;
  color: #fff;
  padding-top: 88px;
}
.i-sec-wrap .right-cont .stit {
  /*font-size: 40px;*/
  font-size: 26px;
  line-height: 60px;
}
.i-sec-wrap .right-cont .mtit{
  line-height: 28px;
}
.i-sec-wrap .right-cont .link-box{
  margin-top: 96px;
}
.i-sec-wrap .right-cont .link-box h3{
  display: inline-block;
}
.i-sec-wrap .right-cont .link-box a{
  display: inline-block;
  line-height: 26px;
  height: 26px;
  font-size: 13px;
  margin-bottom: 14px;
  border: 1px solid #828282;
  padding: 0 12px;
  border-radius: 18px;
  margin-right: 10px;
  color: #fff;
  transition: all 0.3s ease 0s;
  float: left;
}
.i-sec-wrap .right-cont .link-box a:hover{
  border: 1px solid #fff;
  background-color: #fff;
  color: #2f2f2f;
}

.i-thi-wrap {
  background-color: #fff;
  padding-top: 44px;
  padding-bottom: 46px;
}
.i-thi-wrap .main-wrap {
  width: 93.4%;
  margin: 0 auto;
}
.i-thi-wrap .tit-box h4 {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  font-weight: normal;
}
.i-thi-wrap .tit-box .intr {
  line-height: 26px;
  font-size: 15px;
  margin-top: 6px;
  color: #999;
}
.i-thi-wrap .nav-box {
  margin-top: 24px;
}
.i-thi-wrap .nav-box .left-link span, .i-thi-wrap .nav-box .left-link a {
  display: inline-block;
  float: left;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 50px;
  color: #333;
  margin-right: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.i-thi-wrap .nav-box .left-link a h1,
.i-thi-wrap .nav-box .left-link a h2{
  font-size: 14px;
  line-height: 50px;
  /*color: #333;*/
}
/*.i-thi-wrap .nav-box .left-link span.cur h2, 
.i-thi-wrap .nav-box .left-link span.cur h1, 
.i-thi-wrap .nav-box .left-link span:hover h2, 
.i-thi-wrap .nav-box .left-link span:hover h1, 
.i-thi-wrap .nav-box .left-link a.cur h2, 
.i-thi-wrap .nav-box .left-link a.cur h1, 
.i-thi-wrap .nav-box .left-link a:hover h2,
.i-thi-wrap .nav-box .left-link a:hover h1{
  color: #fff;
}*/
.i-thi-wrap .nav-box .left-link span.cur, 
.i-thi-wrap .nav-box .left-link span.cur, 
.i-thi-wrap .nav-box .left-link span:hover, 
.i-thi-wrap .nav-box .left-link span:hover, 
.i-thi-wrap .nav-box .left-link a.cur, 
.i-thi-wrap .nav-box .left-link a.cur, 
.i-thi-wrap .nav-box .left-link a:hover,
.i-thi-wrap .nav-box .left-link a:hover{
  background-color: #333 !important;
  color: #fff;
}
.i-thi-wrap .nav-box .left-link .all {
  font-family: "Base-font";
  text-align: center;
  width: 75px;
}
.i-thi-wrap .nav-box .left-link .type-link {
  padding-left: 50px;
  padding-right: 30px;
}
.i-thi-wrap .nav-box .left-link .type1 {
  background: url(../images/ico_10.png) no-repeat 20px center #f5f5f5;
}
.i-thi-wrap .nav-box .left-link .type2 {
  background: url(../images/ico_11.png) no-repeat 25px center #f5f5f5;
}
.i-thi-wrap .nav-box .left-link .type3 {
  background: url(../images/ico_12.png) no-repeat 25px center #f5f5f5;
}
.i-thi-wrap .nav-box .left-link .type4 {
  background: url(../images/ico_71.png) no-repeat 25px center #f5f5f5;
}
.i-thi-wrap .nav-box .left-link .type1:hover {
  background: url(../images/ico_10_h.png) no-repeat 20px center #777;
}
.i-thi-wrap .nav-box .left-link .type2:hover {
  background: url(../images/ico_11_h.png) no-repeat 25px center #777;
}
.i-thi-wrap .nav-box .left-link .type3:hover {
  background: url(../images/ico_12_h.png) no-repeat 25px center #777;
}
.i-thi-wrap .nav-box .left-link .type4:hover {
  background: url(../images/ico_71_h.png) no-repeat 25px center #f5f5f5;
}
.i-thi-wrap .nav-box .more {
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #777;
  background: url(../images/ico_09.png) no-repeat left center;
  padding-left: 22px;
  transition: all 0.3s ease 0s;
}
.i-thi-wrap .nav-box .more:hover {
  color: #000;
}
.i-thi-wrap .list-wrap {
  margin-top: 45px;
}
.i-thi-wrap .list-wrap ul {
  width: 101.6%;
}
.i-thi-wrap .list-wrap li {
  width: 31.7%;
  margin-right: 1.6%;
  transition: box-shadow 0.3s ease 0s;
  margin-bottom: 20px;
}
.i-thi-wrap .list-wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i-thi-wrap .list-wrap .img img.up-pic {
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-thi-wrap .list-wrap .up-graybox {
  z-index: 3;
}
.i-thi-wrap .list-wrap .img:hover img.up-pic {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-thi-wrap .list-wrap .img:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-thi-wrap .list-wrap .cont-wrap {
  width: 86.5%;
  padding: 20px 6.5% 0;
  border: 1px solid #f2f2f2;
  margin-top: -1px;
}
.i-thi-wrap .list-wrap .tit {
  line-height: 32px;
  font-size: 18px;
}
.i-thi-wrap .list-wrap .tit a {
  display: inline-block;
  color: #333;
}
.i-thi-wrap .list-wrap .intr {
  display: block;
  line-height: 22px;
  font-size: 12px;
  height: 52px;
}
.i-thi-wrap .list-wrap .intr a {
  display: inline-block;
}
.i-thi-wrap .list-wrap .bot-link {
  display: block;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  line-height: 40px;
  position: relative;
}
.i-thi-wrap .list-wrap .bot-link .stt {
  font-size: 14px;
}
.i-thi-wrap .list-wrap .bot-link .point {
  display: inline-block;
  width: 24px;
  height: 8px;
  background: url(../images/ico_08.png) no-repeat right center;
  margin-top: 14px;
}
.i-thi-wrap .list-wrap .bot-link:hover a {
  color: #333;
}
.i-thi-wrap .list-wrap .bot-link:hover .point {
  background: url(../images/ico_08_h.png) no-repeat right center;
}
.i-thi-wrap .mobile-scroll {
  display: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}
.i-thi-wrap .mobile-scroll ul {
  width: 100%;
}
.i-thi-wrap .mobile-scroll li {
  margin-right: 0;
}
.i-thi-wrap .mobile-scroll .cont-wrap {
  padding-bottom: 10px;
}

@keyframes pointActive {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(10px);
    opacity: 0;
  }
  60% {
    transform: translateX(-5px);
    opacity: 0;
  }
  80% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.i-fou-wrap {
  background-color: #2f2f2f;
}
.i-fou-wrap .cont-wrap {
  width: 29%;
  margin-left: 3.2%;
  padding-top: 82px;
}
.i-fou-wrap .img-box {
  width: 64%;
  display: block;
  position: relative;
  overflow: hidden;
}
.i-fou-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-fou-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-fou-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}

.i-fiv-wrap {
  position: relative;
  overflow: hidden;
}
.i-fiv-wrap ul {
  width: 101%;
}
.i-fiv-wrap li {
  width: 49%;
  margin-right: 1%;
}
.i-fiv-wrap .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.i-fiv-wrap .img img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-fiv-wrap .up-graybox {
  z-index: 3;
}
.i-fiv-wrap .img:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-fiv-wrap .img:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-fiv-wrap .video-lab {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-fiv-wrap .cont-wrap {
  padding-top: 40px;
  padding-bottom: 8px;
  background-color: #fff;
  width: 100%;
}
.i-fiv-wrap .cont-wrap .cont {
  width: 87.7%;
  margin: 0 auto;
}
.i-fiv-wrap .cont-wrap .tit {
  line-height: 40px;
  font-size: 24px;
}
.i-fiv-wrap .cont-wrap .tit a {
  display: block;
  color: #333;
}
.i-fiv-wrap .cont-wrap .intr {
  display: block;
  line-height: 30px;
  font-size: 16px;
  height: 64px;
}
.i-fiv-wrap .cont-wrap .intr a {
  display: inline-block;
  color: #666;
}
.i-fiv-wrap .cont-wrap .bot-link {
  line-height: 60px;
  border-top: 1px solid #e5e5e5;
}
.i-fiv-wrap .cont-wrap .bot-link .link {
  font-size: 14px;
}
.i-fiv-wrap .cont-wrap .bot-link .link a {
  display: inline-block;
  float: left;
}
.i-fiv-wrap .cont-wrap .bot-link .li {
  float: left;
}
.i-fiv-wrap .cont-wrap .bot-link .li i {
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #f4f4f4;
  margin: 26px 18px 0;
  float: left;
}
.i-fiv-wrap .cont-wrap .bot-link .li:first-child i {
  display: none;
}
.i-fiv-wrap .cont-wrap .bot-link .point {
  display: inline-block;
  width: 24px;
  height: 35px;
  background: url(../images/ico_08.png) no-repeat center;
  margin-top: 13px;
}

.i-sex-wrap {
  background-color: #2f2f2f;
}
.i-sex-wrap .img-box {
  width: 64%;
  display: block;
  position: relative;
  overflow: hidden;
}
.i-sex-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-sex-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-sex-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-sex-wrap .cont-wrap {
  width: 29%;
  margin-right: 3.9%;
  padding-top: 96px;
}

.i-sev-wrap {
  padding-top: 85px;
  padding-bottom: 40px;
  background-color: #fff;
  margin-bottom: 0;
}
.i-sev-wrap .main-wrap {
  width: 82.8%;
  margin: 0 auto;
}
.i-sev-wrap .top-titbox h4 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  font-weight: normal;
}
.i-sev-wrap .top-titbox .line {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #1c1c1c;
  margin-top: 8px;
}
.i-sev-wrap .top-titbox .font {
  display: block;
  line-height: 32px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.i-sev-wrap .top-titbox .more {
  display: inline-block;
  line-height: 32px;
  margin-top: 60px;
  padding-left: 25px;
  background: url(../images/ico_09.png) no-repeat left center;
  font-size: 14px;
}
.i-sev-wrap .news-recommend-list {
  margin-top: 32px;
}

.news-recommend-list {
  position: relative;
  overflow: hidden;
  padding-left: 5px;
  margin-left: -5px;
}
.news-recommend-list ul {
  width: 102%;
  padding-bottom: 10px;
}
.news-recommend-list li {
  width: 31.3%;
  margin-right: 2%;
  transition: box-shadow 0.3s ease 0s;
}
.news-recommend-list li:hover .img img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.news-recommend-list li:hover .img .up-gray {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.news-recommend-list .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-recommend-list .img .bgimg {
  width: 100%;
}
.news-recommend-list .img img {
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.news-recommend-list .img .up-gray {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease 0s;
}
.news-recommend-list .cont-wrap {
  padding-top: 18px;
  padding-bottom: 10px;
  border: 1px solid #f8f8f8;
}
.news-recommend-list .cont-wrap .cont {
  width: 90%;
  margin: 0 auto;
}
.news-recommend-list .cont-wrap .tit {
  font-size: 18px;
  line-height: 30px;
}
.news-recommend-list .cont-wrap .tit a {
  display: block;
  color: #1c1c1c;
  height: 30px;
  position: relative;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
}
.news-recommend-list .cont-wrap .word {
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 4px;
  height: 85px;
}
.news-recommend-list .cont-wrap .word a {
  display: inline-block; font-size:18px;
}
.news-recommend-list .cont-wrap .bot-link {
  line-height: 46px;
  border-top: 1px solid #e5e5e5;
  display: block;
  width: 100%;
}
.news-recommend-list .cont-wrap .bot-link .more2 {
  font-size: 14px;
  display: inline-block;
  font-family: "Base-font";
}
.news-recommend-list .cont-wrap .bot-link .link-point {
  display: inline-block;
  width: 24px;
  height: 8px;
  background: url(../images/ico_08.png) no-repeat center;
  margin-top: 18px;
}
.news-recommend-list .cont-wrap .bot-link:hover .link-point {
  background: url(../images/ico_08_h.png) no-repeat right center;
}

.news-recommend-list.m-scroll {
  display: none;
  padding-left: 0;
  margin-left: 0;
}
.news-recommend-list.m-scroll li {
  margin-right: 0;
}

.i-eig-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #fff;
  margin-bottom: 0;
}
.i-eig-wrap .tit-box .tit {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.i-eig-wrap .tit-box .intr {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.i-eig-wrap .tit-box .more {
  display: inline-block;
  line-height: 32px;
  margin-top: 10px;
  padding-left: 25px;
  background: url(../images/ico_09.png) no-repeat left center;
  font-size: 14px;
}
.i-eig-wrap .main-wrap {
  width: 82.8%;
  margin: 0 auto;
}
.i-eig-wrap .list-wrap {
  margin-top: 62px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.i-eig-wrap .list-wrap ul {
  width: 107%;
}
.i-eig-wrap .list-wrap li {
  width: 10.6%;
  margin-right: 6%;
  text-align: center;
  margin-bottom: 40px;
  min-height: 48px;
  display: inline-block;
}
.i-eig-wrap .list-wrap li img {
  max-width: 100%;
  max-height: 48px;
}

/***************关于我们*************/
.mginb-16 {
  margin-bottom: 26px;
}

.ins-ban {
  width: 100%;
  height: 876px;
  position: relative;
  overflow: hidden;
}
.ins-ban .gray-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ins-ban .flex-control-nav {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  left: 0;
  height: 10px;
  z-index: 2;
}
.ins-ban .flex-control-nav li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.ins-ban .flex-control-nav li a.flex-active {
  background-color: #fff;
}
.ins-ban .up-cont {
  position: absolute;
  left: 10.5%;
  top: 50%;
  margin-top: -220px;
  color: #fff;
  z-index: 2;
}
.ins-ban .up-cont h4 {
  font-size: 48px;
  line-height: 80px;
}
.ins-ban .up-cont .line {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin-top: 17px;
}
.ins-ban .up-cont .font {
  display: block;
  line-height: 68px;
  font-size: 40px;
  margin-top: 38px;
}
.ins-ban .up-cont .down-ico {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
}
.ins-ban .up-cont .down-ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_16.png) no-repeat center;
  animation: downico 1.5s ease-out infinite;
  position: relative;
}
.ins-ban .up-cont .link-ico {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
}
.ins-ban .up-cont .link-ico i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  background: url(../images/ico_43.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.ins-ban .up-cont .link-ico .bg {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.ins-ban .up-cont .link-ico:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.ins-ban .up-cont .link-ico:hover i {
  background: url(../images/ico_43_h.png) no-repeat center;
}
.ins-ban .bgimg {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}

.ins-nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  z-index: 2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
}
.ins-nav .w1520:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.ins-nav ul {
  float: right;
  width: 736px;
}
.ins-nav ul.interact-ul{
  width: 590px;
}
.ins-nav li {
  margin-right: 60px;
  font-size: 14px;
  line-height: 47px;
  padding-top: 4px;
  position: relative;
}
.ins-nav li a {
  display: inline-block;
  color: #777;
}
.ins-nav li i {
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background-color: #333;
}
.ins-nav li:hover a {
  color: #333;
}
.ins-nav li:hover i {
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}
.ins-nav li.hover a {
  color: #333;
}
.ins-nav li.hover i {
  left: 0;
  width: 100%;
}

.ins-nav.fixed {
  position: fixed;
  left: 0;
  top: 100px;
}

.about-ban .top-tit h4 {
  font-size: 0.5rem;
  line-height: 0.8rem;
}
.about-ban .top-tit .date {
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 0.52rem;
}
.about-ban .top-tit .tit {
  font-size: 0.24rem;
  line-height: 0.48rem;
}
.about-ban .cont-wrap {
  position: absolute;
  top: 16.5%;
  left: 10.5%;
  color: #fff;
  font-size: 20px;
}
.about-ban .cent-cont {
  margin-top: 0.42rem;
  border-top: 1px solid #6d757f;
  padding-top: 0.2rem;
}
.about-ban .cent-cont .map-sign {
  display: inline-block;
  margin-right: 2.1%;
  margin-top: 0.35rem;
  width: 23.4%;
}
.about-ban .cent-cont .map-sign img {
  width: 100%;
}
.about-ban .num-top {
  position: absolute;
  right: 0;
  top: 0.42rem;
}
.about-ban .num-top li {
  padding-left: 0.8rem;
  margin-left: 0.7rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.about-ban .num-top li:nth-of-type(1) {
  width: 2.1rem;
}
.about-ban .num-top li:nth-of-type(2) {
  width: 1.2rem;
}
.about-ban .num-top li:nth-of-type(3) {
  width: 1.4rem;
}
.about-ban .num-top .line {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.about-ban .num-top .cn-tt {
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.about-ban .num-top .num {
  font-size: 1rem;
  font-family: "Trump";
  line-height: 1rem;
  margin-top: 0.08rem;
}
.about-ban .num-top .en-tt {
  line-height: 0.34rem;
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-family: "Base-font";
}
.about-ban .list-cont li {
  width: 2.7rem;
  border-right: 1px solid #6d7680;
  text-align: center;
  color: #fff;
  background: url(../images/bg_06.png) no-repeat center bottom;
  height: 3.4rem;
  position: relative;
  background-size: 80% auto;
}
.about-ban .list-cont li .tit {
  font-size: 0.2rem;
  line-height: 0.42rem;
}
.about-ban .list-cont li .ico {
  display: block;
  height: 0.5rem;
  margin-top: 0.08rem;
  background-size: auto 100% !important;
}
.about-ban .list-cont li .ico1 {
  background: url(../images/ico_18.png) no-repeat center;
}
.about-ban .list-cont li .ico2 {
  background: url(../images/ico_19.png) no-repeat center;
}
.about-ban .list-cont li .ico3 {
  background: url(../images/ico_20.png) no-repeat center;
}
.about-ban .list-cont li .size {
  line-height: 0.82rem;
}
.about-ban .list-cont li .size i {
  font-size: 0.16rem;
  color: #fff;
  font-family: "Base-font";
  font-style: normal;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.about-ban .list-cont li .size .num {
  font-size: 0.64rem;
  font-family: "Trump";
}
.about-ban .list-cont li .size .unit {
  font-size: 0.36rem;
  font-family: "Trump";
}
.about-ban .list-cont .num-sign {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 1.5rem;
}
.about-ban .list-cont .num-sign .boxs {
  display: inline-block;
  width: 0.3rem;
  position: absolute;
  bottom: 0;
}
.about-ban .list-cont .num-sign .boxs i {
  display: block;
  width: 100%;
  height: 0;
  transition: height 1s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-ban .list-cont .num-sign .box1 {
  left: 1.5rem;
}
.about-ban .list-cont .num-sign .box1 i {
  background: url(../images/bg_07.png) no-repeat center bottom;
}
.about-ban .list-cont .num-sign .box2 {
  left: 0.92rem;
}
.about-ban .list-cont .num-sign .box2 i {
  background: #fff;
}

.about-ban.active .list-cont .num-sign .boxs i {
  height: 100%;
}

.about-home {
  padding-top: 18px;
}
.about-home .fir-wrap {
  background-color: #f6f6f6;
}
.about-home .fir-wrap .left-cont {
  padding-top: 100px;
  width: 34.8%;
  margin-left: 5.7%;
}
.about-home .fir-wrap .left-cont p {
  font-size: 24px;
  line-height: 38px; padding-top:20px;
  color: #000;
}
.about-home .fir-wrap h4 {
  font-size: 120px;
  line-height: 82px;
  color: #333;
  font-family: "font2"; font-weight:bold
}
.about-home .fir-wrap h5 {
  font-size: 60px;
  line-height: 82px;
  color: #333;
  font-family: "font2"; font-weight:bold
}
.about-home .fir-wrap .link-box {
  margin-top: 72px;
}
.about-home .fir-wrap .link {
  margin-top: 30px;
}
.about-home .fir-wrap .right-cont {
  padding-top: 90px;
  width:50%;
  padding-right: 4.7%;
  padding-left: 4.5%;
  background-color: #fff;
  min-height: 650px;
}
.about-home .sec-wrap {
  position: relative;
  height: 630px;
}
.about-home .sec-wrap .cont-wrap {
  position: absolute;
  left: 5.7%;
  width: 32.9%;
  top: 50%;
  margin-top: -170px;
}
.about-home .sec-wrap .stit {
  font-size: 36px;
  line-height: 60px;
}
.about-home .sec-wrap .font {
  font-size:24px; line-height:44px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-home .sec-wrap .num {
  font-family: "Arial";
}
.about-home .thi-wrap {
  padding-top: 75px;
  background-color: #f5f5f5;
  padding-bottom: 75px;
}
.about-home .thi-wrap .main-wrap {
  width: 88.4%;
  margin: 0 auto;
}
.about-home .thi-wrap .left-wrap {
  width: 41%; margin-top:60px
}
.about-home .thi-wrap .font {
  font-size: 18px;
  line-height: 24px;
  margin-top: 28px; color:#000; line-height:44px;
}
.about-home .thi-wrap .num-list {
  margin-top: 58px;
}
.about-home .thi-wrap .num-list li {
  text-align: center;
  padding-right: 46px;
  margin-right: 46px;
  position: relative;
}
.about-home .thi-wrap .num-list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.about-home .thi-wrap .num-list .line {
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e3e3e3;
}
.about-home .thi-wrap .num-list .num {
  font-size: 72px;
  line-height: 76px;
  color: #333;
  font-family: "Trump";
}
.about-home .thi-wrap .num-list .unit {
  line-height: 20px;
  color: #bcbcbc;
  font-family: "Base-font";
}
.about-home .thi-wrap .right-pic {
  width: 50.5%;
  margin-top: 10px;
}
.about-home .thi-wrap .right-pic img {
  width: 100%;
}

.ins-link-box a {
  display: inline-block;
  border: 1px solid #aaa;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  float: left;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.ins-link-box .link1 i {
  background: url(../images/ico_07.png) no-repeat center;
}
.ins-link-box .link2 i {
  background: url(../images/ico_17.png) no-repeat center;
}
.ins-link-box i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.ins-link-box .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
}

.about-wrap {
  padding-top: 20px;
  background-color: #e8e8e8;
}
.about-wrap .fir-wrap {
  width: 100%;
  background-color: #fff;
}
.about-wrap .fir-wrap .left-cont {
  width: 40.7%;
  padding-left: 5.7%;
  background-color: #fff;
  padding-top: 120px;
}
.about-wrap .fir-wrap .left-cont h4 {
  font-size: 80px;
  line-height: 86px;
  color: #333;
  font-family: "Base-font";
}
.about-wrap .fir-wrap .left-cont .stit {
  font-size: 18px;
  line-height: 36px;
  color: #3e3c36;
}
.about-wrap .fir-wrap .left-cont .word {
  line-height: 28px;
  font-size: 14px;
  margin-top: 32px;
  color: #666;
}
.about-wrap .fir-wrap .left-cont .word h5{
  font-size: 18px;
  color: #333;
}
.about-wrap .fir-wrap .left-cont .word li{
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.about-wrap .fir-wrap .left-cont .link-box {
  margin-top: 70px;
}
.about-wrap .fir-wrap .right-cont {
  background-color: #333;
  width: 35.5%;
  padding: 140px 1.5% 0 5%;
  min-height: 570px;
}
.about-wrap .fir-wrap .right-cont .stit {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.about-wrap .fir-wrap .right-cont .sline {
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 18px;
}
.about-wrap .fir-wrap .right-cont .font {
  display: block;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 20px;
}
.about-wrap .fir-wrap .right-cont .num-box {
  margin-top: 50px;
}
.about-wrap .fir-wrap .right-cont .num-box li:first-child {
  margin-left: 0;
}
.about-wrap .fir-wrap .right-cont .num-box li {
  margin-left: 35px;
  padding-right: 35px;
  position: relative;
  text-align: center;
}
.about-wrap .fir-wrap .right-cont .num-box .cn-tt {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.about-wrap .fir-wrap .right-cont .num-box .num {
  font-size: 76px;
  line-height: 80px;
  color: #fff;
  font-family: "Trump";
}
.about-wrap .fir-wrap .right-cont .num-box .en-tt {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.about-wrap .fir-wrap .right-cont .num-box .line {
  display: inline-block;
  width: 1px;
  height: 95px;
  background-color: #fff;
  opacity: 0.07;
  filter: alpha(opacity=7);
  position: absolute;
  right: 0;
  top: 32px;
}
.about-wrap .sec-wrap {
  background-color: #fff;
}
.about-wrap .sec-wrap .imgbox {
  width: 70.2%;
}
.about-wrap .sec-wrap .left-cont {
  width: 19.4%;
  padding-left: 5.78%;
  padding-top: 100px;
}
.about-wrap .sec-wrap .left-cont .tit {
  line-height: 36px;
  font-size: 24px;
  color: #333;
}
.about-wrap .sec-wrap .left-cont .line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #999;
  margin-top: 20px;
}
.about-wrap .sec-wrap .left-cont .word {
  display: block;
  line-height: 28px;
  font-size: 14px;
  margin-top: 20px;
}
.about-wrap .sec-wrap .left-cont .num-long {
  font-size: 60px;
  margin-top: 52px;
  color: #333;
  line-height: 62px;
  font-family: "Trump";
}
.about-wrap .sec-wrap .left-cont .num-long .m {
  font-size: 60px;
  position: relative;
}
.about-wrap .sec-wrap .left-cont .num-long .square {
  display: inline-block;
  font-size: 24px;
  position: absolute;
  right: -10px;
  top: -6px;
  font-style: normal;
}
.about-wrap .sec-wrap .left-cont .sfont {
  line-height: 24px;
  font-size: 14px;
  color: #777;
}
.about-wrap .thi-wrap .row-box, .about-wrap .fiv-wrap .row-box {
  width: 49.5%;
  position: relative;
}
.about-wrap .thi-wrap .row-box img, .about-wrap .fiv-wrap .row-box img {
  width: 100%;
}
.about-wrap .thi-wrap .row-box .up-gray, .about-wrap .fiv-wrap .row-box .up-gray {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 140px;
  background: url(../images/bg_11.png) no-repeat center;
}
.about-wrap .thi-wrap .row-box .up-cont, .about-wrap .fiv-wrap .row-box .up-cont {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease 0s;
  z-index: 3;
}
.about-wrap .thi-wrap .row-box .up-cont .stit, .about-wrap .fiv-wrap .row-box .up-cont .stit {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}
.about-wrap .thi-wrap .row-box .up-cont .font, .about-wrap .fiv-wrap .row-box .up-cont .font {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=50);
}
.about-wrap .thi-wrap .row-box:hover .up-cont, .about-wrap .fiv-wrap .row-box:hover .up-cont {
  bottom: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-wrap .fou-wrap {
  background-color: #333;
}
.about-wrap .fou-wrap .imgbox {
  width: 70%;
}
.about-wrap .fou-wrap .imgbox img {
  width: 100%;
}
.about-wrap .fou-wrap .right-cont {
  width: 19.7%;
  margin-right: 5.2%;
  padding-top: 104px;
}
.about-wrap .fou-wrap .right-cont .stit {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.about-wrap .fou-wrap .right-cont .line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #858585;
  margin-top: 25px;
}
.about-wrap .fou-wrap .right-cont .word {
  display: block;
  line-height: 28px;
  font-size: 14px;
  margin-top: 23px;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.news-recommend-more {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 90px;
}
.news-recommend-more .main-wrap {
  width: 88%;
  margin: 0 auto;
}
.news-recommend-more .tit-box .stit {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.news-recommend-more .tit-box .line {
  display: block;
  width: 9px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 16px;
}
.news-recommend-more .tit-box .read-more {
  display: inline-block;
  padding-left: 25px;
  font-size: 14px;
  color: #777;
  background: url(../images/ico_09.png) no-repeat left center;
  line-height: 32px;
  margin-top: 6px;
}
.news-recommend-more .tit-box .read-more:hover{
  color: #333;
}
.news-recommend-more .list-wrap {
  margin-top: 66px;
}

.culture-wrap {
  background: url(../images/bg_05.jpg) no-repeat center top #fff;
  padding-top: 42px;
}
.culture-wrap .fir-list ul {
  width: 88%;
  margin: 0 auto;
}
.culture-wrap .fir-list li {
  width: 85.4%;
  margin-bottom: 20px;
}
.culture-wrap .fir-list li .img {
  display: block;
  width: 50%;
}
.culture-wrap .fir-list li .img img {
  width: 100%;
}
.culture-wrap .fir-list li .cont-wrap {
  width: 33.3%;
  padding-top: 60px;
}
.culture-wrap .fir-list li .cont-wrap .tit {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.culture-wrap .fir-list li .cont-wrap .line {
  display: block;
  width: 11px;
  height: 2px;
  margin-top: 18px;
}
.culture-wrap .fir-list li .cont-wrap .word {
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 18px;
}
.culture-wrap .fir-list li .cont-wrap .s-tt {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}
.culture-wrap .fir-list li .cont-wrap .en-font {
  display: block;
  margin-top: 25px;
  line-height: 20px;
  font-size: 12px;
  font-family: "Arial";
}
.culture-wrap .fir-list li.even-li {
  float: right;
  background-color: #fff;
}
.culture-wrap .fir-list li.even-li .img {
  float: left;
}
.culture-wrap .fir-list li.even-li .cont-wrap {
  float: right;
  margin-right: 10.7%;
}
.culture-wrap .fir-list li.even-li .cont-wrap .tit {
  color: #333;
}
.culture-wrap .fir-list li.even-li .cont-wrap .line {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.culture-wrap .fir-list li.even-li .cont-wrap .word {
  color: #666;
}
.culture-wrap .fir-list li.even-li .cont-wrap .s-tt {
  color: #333;
}
.culture-wrap .fir-list li.even-li .cont-wrap .en-font {
  color: #666;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: "Arial";
}
.culture-wrap .fir-list li.odd-li {
  background-color: #333;
}
.culture-wrap .fir-list li.odd-li .img {
  float: right;
}
.culture-wrap .fir-list li.odd-li .cont-wrap {
  float: left;
  margin-left: 5.3%;
}
.culture-wrap .fir-list li.odd-li .cont-wrap .tit {
  color: #fff;
}
.culture-wrap .fir-list li.odd-li .cont-wrap .line {
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.culture-wrap .fir-list li.odd-li .cont-wrap .word {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.culture-wrap .fir-list li.odd-li .cont-wrap .s-tt {
  color: #aaa;
}
.culture-wrap .fir-list li.odd-li .cont-wrap .en-font {
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.culture-wrap .sec-list {
  padding-top: 60px;
  width: 88%;
  margin: 0 auto;
  padding-bottom: 114px;
}
.culture-wrap .sec-list .tit-box {
  padding-bottom: 68px;
}
.culture-wrap .sec-list .tit-box h4 {
  font-size: 24px;
  line-height: 36px;
  color: #333;
}
.culture-wrap .sec-list .tit-box .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 8px;
}
.culture-wrap .sec-list .cont-wrap .imgbox {
  width: 49.85%;
  height: 336px;
}
.culture-wrap .sec-list .cont-wrap .num-list {
  width: 49.85%;
  height: 336px;
}
.culture-wrap .sec-list .cont-wrap .num-list ul {
  width: 100%;
  height: 100%;
}
.culture-wrap .sec-list .cont-wrap .num-list li {
  width: 50%;
  text-align: center;
  height: 100%;
}
.culture-wrap .sec-list .cont-wrap .num-list .num-box {
  height: 120px;
  padding-top: 60px;
}
.culture-wrap .sec-list .cont-wrap .num-list .num-box .num {
  display: inline-block;
  position: relative;
  font-size: 114px;
  line-height: 120px;
  vertical-align: top;
  color: #333;
  font-family: "Base-font";
}
.culture-wrap .sec-list .cont-wrap .num-list .num-box .stt {
  font-size: 16px;
  line-height: 44px;
  color: #333;
  position: absolute;
  bottom: 6px;
  right: -2px;
  display: inline-block;
  width: 66px;
  text-align: center;
  background-color: #fff;
  font-family: "黑体";
}
.culture-wrap .sec-list .cont-wrap .num-list .word {
  display: block;
  width: 66%;
  margin: 14px auto 0;
  color: #666;
  line-height: 22px;
}
.culture-wrap .sec-list .cont-wrap .num-list li.gray {
  background-color: #f5f5f5;
}
.culture-wrap .sec-list .cont-wrap .num-list li.gray .stt {
  background-color: #f5f5f5;
}
.culture-wrap .sec-list .cont-wrap .num-list li.black {
  background-color: #333;
}
.culture-wrap .sec-list .cont-wrap .num-list li.black .num-box .num {
  color: #fff;
}
.culture-wrap .sec-list .cont-wrap .num-list li.black .word {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.culture-wrap .sec-list .cont-wrap .num-list li.black .stt {
  color: #fff;
  background-color: #333;
}

.m-team-ban {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}
.m-team-ban ul, .m-team-ban li {
  width: 100%;
}
.m-team-ban li {
  position: relative;
  overflow: hidden;
}
.m-team-ban li img {
  width: 100%;
}
.m-team-ban li .up-cont {
  position: absolute;
  left: 5.5%;
  top: 20px;
  color: #fff;
  width: 89%;
}
.m-team-ban li h4 {
  font-size: 20px;
  line-height: 36px;
}
.m-team-ban li .line {
  width: 20px;
  height: 2px;
  margin-top: 5px;
  background-color: #fff;
  display: block;
}
.m-team-ban li .font {
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
  display: block;
}
.m-team-ban .page-btns {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  height: 10px;
  z-index: 2;
}
.m-team-ban .page-btns span {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  width: 8px;
  height: 8px;
}
.m-team-ban .page-btns span.swiper-pagination-bullet-active {
  background-color: #fff;
}

.team-wrap {
  padding-top: 22px;
}
.team-wrap .fir-wrap {
  background-color: #fff;
}
.team-wrap .fir-wrap .cont-fir {
  width: 34%;
  padding: 70px 10% 10px 6%;
}
.team-wrap .fir-wrap .right-list {
  width: 50%;
}
.team-wrap .fir-wrap .list-wrap li {
  width: 50%;
  position: relative;
}
.team-wrap .fir-wrap .list-wrap li img {
  width: 100%;
}
.team-wrap .fir-wrap .list-wrap li .up-cont {
  width: 83.6%;
  padding: 12% 8.2% 0;
  position: absolute;
  height: 88%;
  left: 0;
  top: 0;
  color: #fff;
  background: url(../images/bg_08.png) repeat 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease 0s;
}
.team-wrap .fir-wrap .list-wrap li .en-tit {
  font-size: 24px;
  font-family: "Base-font";
  line-height: 30px;
}
.team-wrap .fir-wrap .list-wrap li .cn-tit {
  font-size: 16px;
  line-height: 28px;
}
.team-wrap .fir-wrap .list-wrap li .line {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  margin-top: 15px;
}
.team-wrap .fir-wrap .list-wrap li .word {
  line-height: 24px;
  font-size: 12px;
  margin-top: 57px;
}
.team-wrap .fir-wrap .list-wrap li:hover .up-cont {
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-wrap .fir-wrap .list-wrap li.num-cont {
  text-align: center;
  position: relative;
  height: 100%;
}
.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -114px;
}
.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .num {
  font-size: 66px;
  font-family: "Trump";
  color: #fff;
  line-height: 66px;
}
.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .font {
  line-height: 26px;
  color: #777;
}
.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .line {
  display: block;
  width: 33px;
  height: 2px;
  background-color: #9a9a9a;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin: 20px auto 22px;
}
.team-wrap .sec-wrap .odd-li {
  background-color: #2a2a2a;
}
.team-wrap .sec-wrap .odd-li .img-scroll {
  float: left;
}
.team-wrap .sec-wrap .odd-li .cont-wrap {
  float: right;
  color: #fff;
  margin-right: 6%;
}
.team-wrap .sec-wrap .odd-li .word {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.team-wrap .sec-wrap .odd-li .line {
  background-color: #9a9a9a;
}
.team-wrap .sec-wrap .even-li {
  background-color: #fff;
}
.team-wrap .sec-wrap .even-li .cont-wrap {
  float: left;
  color: #333;
  margin-left: 5.9%;
}
.team-wrap .sec-wrap .even-li .img-scroll {
  float: right;
}
.team-wrap .sec-wrap .even-li .line {
  background-color: #9a9a9a;
}
.team-wrap .sec-wrap .row-box {
  margin-bottom: 16px;
}
.team-wrap .sec-wrap .row-box .img-scroll {
  width: 61.8%;
  position: relative;
  overflow: hidden;
}
.team-wrap .sec-wrap .row-box .img-scroll ul.slides {
  width: 100%;
}
.team-wrap .sec-wrap .row-box .img-scroll ul.slides li {
  width: 100%;
}
.team-wrap .sec-wrap .row-box .img-scroll img {
  width: 100%;
}
.team-wrap .sec-wrap .row-box .flex-control-nav {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.team-wrap .sec-wrap .row-box .flex-control-nav li {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px;
}
.team-wrap .sec-wrap .row-box .flex-control-nav li a.flex-active {
  background-color: #fff;
}
.team-wrap .sec-wrap .row-box .flex-control-nav li a:hover {
  background: #ccc;
}
.team-wrap .sec-wrap .row-box .cont-wrap {
  width: 25.6%;
  padding-top: 140px;
}
.team-wrap .sec-wrap .row-box .stit {
  font-size: 24px;
  line-height: 40px;
}
.team-wrap .sec-wrap .row-box .line {
  display: block;
  width: 10px;
  height: 2px;
  margin-top: 30px;
}
.team-wrap .sec-wrap .row-box .word {
  line-height: 32px;
  margin-top: 27px;
  font-size: 16px;
}

.future-wrap {
  padding-top: 22px;
}
.future-wrap .top-main ul, .future-wrap .top-main li {
  width: 100%;
}
.future-wrap .top-main li {
  background-color: #fff;
}
.future-wrap .top-main li.even-li .imgbox {
  float: left;
}
.future-wrap .top-main li.even-li .cont-wrap {
  float: right;
  margin-right: 6.18%;
}
.future-wrap .top-main li.odd-li .imgbox {
  float: right;
}
.future-wrap .top-main li.odd-li .cont-wrap {
  float: left;
  margin-left: 5.9%;
}
.future-wrap .top-main .imgbox {
  width: 50%;
}
.future-wrap .top-main .imgbox img {
  width: 100%;
}
.future-wrap .top-main .cont-wrap {
  padding-top: 120px;
  width: 38.8%;
}
.future-wrap .top-main .cont-wrap .tit {
  font-size: 30px;
  line-height: 50px;
  color: #333;
}
.future-wrap .top-main .cont-wrap .line {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #7f7f7f;
  margin-top: 15px;
}
.future-wrap .top-main .cont-wrap .stt {
  font-size: 20px;
  line-height: 36px;
  margin-top: 18px;
  color: #333;
}
.future-wrap .top-main .cont-wrap .cn-font {
  display: block;
  font-size: 14px;
  margin-top: 42px;
  line-height: 28px;
  color: #666;
}
.future-wrap .top-main .cont-wrap .en-font {
  display: block;
  line-height: 20px;
  color: #666;
  margin-top: 17px;
}

.degital-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  transition: opacity 0.3s ease 0s;
}
.degital-wrap .ins-nav {
  top: 100px;
}
.degital-wrap .section {
  background-size: cover !important;
  width: 100%;
  transform: translateY(0);
  z-index: 1;
  transition: opacity 0.8s ease 0s;
  position: relative;
}
.degital-wrap .section.active .cent-cont h3, .degital-wrap .section.active .cent-cont .line, .degital-wrap .section.active .cent-cont .font, .degital-wrap .section.active .cent-cont .down-ico, .degital-wrap .section.active .cent-cont .link-ico {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
.degital-wrap .section.active .cent-cont .down-ico i {
  animation: downico 1.5s ease-out infinite;
}
.degital-wrap .section.firstShow h3, .degital-wrap .section.firstShow .line, .degital-wrap .section.firstShow .font, .degital-wrap .section.firstShow .down-ico, .degital-wrap .section.firstShow .link-ico {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
.degital-wrap .section.firstShow .down-ico i {
  animation: downico 1.5s ease-out infinite;
}
.degital-wrap .section.firstShow h3 {
  transition: all 0.4s ease 0s;
}
.degital-wrap .section.firstShow .line {
  transition: all 0.4s ease 0.3s;
}
.degital-wrap .section.firstShow .font {
  transition: all 0.4s ease 0.6s;
}
.degital-wrap .section.firstShow .link-ico {
  transition: transform 0.4s ease 0.9s, opacity 0.4s ease 0.9s;
}
.degital-wrap .section.firstShow .down-ico {
  transition: transform 0.4s ease 0.9s, opacity 0.4s ease 0.9s;
}
.degital-wrap .cent-cont {
  position: absolute;
  left: 10.5%;
  top: 50%;
  margin-top: -220px;
  color: #fff;
}
.degital-wrap .cent-cont h3 {
  font-size: 60px;
  line-height: 88px;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0.8s;
}
.degital-wrap .cent-cont .line {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin-top: 22px;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 1.1s;
}
.degital-wrap .cent-cont .font {
  line-height: 74px;
  margin-top: 32px;
  font-size: 40px;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 1.4s;
}
.degital-wrap .cent-cont .link-ico {
  margin-top: 106px;
  display: block;
  width: 126px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease 0s,border 0.4s ease 0s, transform 0.4s ease 1.7s, opacity 0.4s ease 1.7s;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
  color: #fff;
}
.degital-wrap .cent-cont .link-ico i {
  display: inline-block;
  width: 15px;
  height: 100%;
  vertical-align: top;
  background: url(../images/ico_43.png) no-repeat center;
  margin-right: 6px;
}
.degital-wrap .cent-cont .link-ico:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.degital-wrap .cent-cont .down-ico {
  margin-top: 146px;
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease 1.7s, opacity 0.4s ease 1.7s;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.degital-wrap .cent-cont .down-ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.degital-wrap.opa0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.degital-wrap-m.opa0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.degital-wrap-m {
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  transition: opacity 0.3s ease 0s;
}
.degital-wrap-m ul {
  width: 100%;
  height: 100%;
}
.degital-wrap-m .swiper-slide {
  background-size: cover !important;
  width: 100%;
  z-index: 1;
  height: 100%;
  position: relative;
}
.degital-wrap-m .cent-cont {
  position: absolute;
  left: 5.5%;
  top: 50%;
  margin-top: -120px;
  color: #fff;
  width: 89%;
}
.degital-wrap-m .cent-cont h3 {
  font-size: 30px;
  line-height: 44px;
  transition: all 0.4s ease 0s;
}
.degital-wrap-m .cent-cont .line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-top: 12px;
  transition: all 0.4s ease 0.3s;
}
.degital-wrap-m .cent-cont .font {
  line-height: 36px;
  margin-top: 16px;
  font-size: 20px;
  transition: all 0.4s ease 0.6s;
}
.degital-wrap-m .cent-cont .link-ico {
  margin-top: 50px;
  display: block;
  width: 90px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 16px;
  border: 1px solid #e8e7e7;
  background-color: #e8e7e7;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: #333;
}
.degital-wrap-m .cent-cont .link-ico i {
  display: inline-block;
  width: 15px;
  height: 100%;
  vertical-align: top;
  background: url(../images/ico_43.png) no-repeat center;
  margin-right: 6px;
}
.degital-wrap-m .cent-cont .link-ico:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.degital-wrap-m .cent-cont .down-ico {
  margin-top: 50px;
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.degital-wrap-m .cent-cont .down-ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  animation: downico 1.5s ease-out infinite;
}

#digital-floatnav {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -60px;
  width: 32px;
  z-index: 10;
}
#digital-floatnav li {
  width: 32px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}
#digital-floatnav li i {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  float: left;
  margin-top: 11px;
  transition: all 0.3s ease 0s;
}
#digital-floatnav li span {
  display: none;
  position: absolute;
  right: 40px;
  font-size: 14px;
  color: #fff;
  width: 75px;
  text-align: right;
}
#digital-floatnav li.current i {
  width: 100%;
}

.public-list {
  background-color: #fff;
  padding-bottom: 90px;
}
.public-list .main-wrap {
  width: 93.4%;
  margin: 0 auto;
  position: relative;
}
.public-list .top-share {
  width: 86px;
  position: absolute;
  right: 0;
  height: 44px;
}
.public-list .top-share a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_22.png) no-repeat center;
  padding: 0;
  margin: 0;
}
.public-list .top-nav {
  padding-top: 60px;
}
.public-list .top-nav h3 {
  font-size: 26px;
  line-height: 42px;
  color: #333;
}
.public-list .top-nav .s-nav {
  margin-top: 22px;

  font-size: 14px;
  line-height: 34px;
}
.public-list .top-nav .s-nav .stt {
  display: inline-block;
  margin-right: 35px;
}
.public-list .top-nav .s-nav li {
  margin-right: 50px;
  border-bottom: 2px solid #fff;
}
.public-list .top-nav .s-nav li a {
  display: inline-block;
  color: #666;
  padding: 0 9px;
}
.public-list .top-nav .s-nav li:hover a {
  color: #888;
}
.public-list .top-nav .s-nav li.hover {
  border-bottom: 2px solid #000;
}
.public-list .top-nav .s-nav li.hover a {
  color: #333;
}
.public-list .list-wrap {
  margin-top: 54px;
  position: relative;
  overflow: hidden;
}
.public-list .list-wrap ul {
  width: 101.7%;
}
.public-list .list-wrap li {
  width: 31.6%;
  margin-right: 1.7%;
  margin-bottom: 30px;
}
.public-list .list-wrap .img-box {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.public-list .list-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.public-list .list-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.public-list .list-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.public-list .list-wrap .up-graybox {
  z-index: 3;
}
.public-list .list-wrap .cont-box {
  width:100%;
  padding: 22px 6.5% 0;
  padding-bottom: 7px;
  border: 1px solid #f2f2f2;
}
.public-list .list-wrap .cont-box .stit {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  position: relative;
}
.public-list .list-wrap .cont-box .stit a {
  display: inline-block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.public-list .list-wrap .cont-box .lab-font {
  line-height: 24px;
  font-size: 12px;
  min-height: 24px;
}
.public-list .list-wrap .cont-box .bot-link {
  margin-top: 28px;
  border-top: 1px solid #e5e5e5;
  line-height: 36px;
  display: block;
}
.public-list .list-wrap .cont-box .link-detail {
  display: inline-block;
  font-size: 14px;
}
.public-list .list-wrap .cont-box .point {
  display: inline-block;
  width: 24px;
  height: 36px;
  background: url(../images/ico_08.png) no-repeat center;
}
.public-list .list-wrap .cont-box .bot-link:hover .link-detail {
  color: #333;
}
.public-list .list-wrap .cont-box .bot-link:hover .point {
  background: url(../images/ico_08_h.png) no-repeat center;
}
.public-list .load-more {
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
  font-size: 16px;
  background-color: #eee;
  margin: 30px auto 0;
  cursor: pointer;
  font-family: "Base-font";
  transition: all 0.4s ease 0s;
}
.public-list .load-more:hover {
  background-color: #333;
  color: #fff;
}

.wechat-wrap .list-wrap .up-erwei {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s linear 0s;
}
.wechat-wrap .list-wrap .up-erwei .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wechat-wrap .list-wrap .up-erwei .code-img {
  position: absolute;
  left: 50%;
  margin-left: -63px;
  top: 50%;
  margin-top: -63px;
  width: 125px;
  height: 125px;
}
.wechat-wrap .list-wrap li:hover .up-erwei {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wechat-info-ban {
  height: 835px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.wechat-info-ban .bgimg-out {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wechat-info-ban .bgimg {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.wechat-info-ban .up-cont {
  position: absolute;
  top: 50%;
  margin-top: -220px;
  color: #fff;
  left: 10.5%;
}
.wechat-info-ban .up-cont h4 {
  font-size: 48px;
  line-height: 70px;
}
.wechat-info-ban .up-cont .line {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin-top: 14px;
}
.wechat-info-ban .up-cont .font {
  display: block;
  line-height: 36px;
  font-size: 18px;
  margin-top: 44px;
}
.wechat-info-ban .up-cont .down-ico {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
}
.wechat-info-ban .up-cont .down-ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_16.png) no-repeat center;
  animation: downico 1.5s ease-out infinite;
  position: relative;
}


.bot-paging {
  width: 79%;
  left: 10.5%;
  position: fixed;
  bottom: 50px;
  height: 45px;
  z-index: 20;
  transition: all 0.3s ease 0s;
}
.bot-paging .link-info {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease 0s;
}
.bot-paging .link-info .link-ico {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.bot-paging .link-info i {
  display: block;
  width: 100%;
  height: 100%;
}
.bot-paging .link-info .tit-box {
  display: block;
  line-height: 46px;
  height: 46px;
  border-radius: 46px;
  background: rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 0;
  width: 66px;
  color: #fbf9f6;
  z-index: 1;
  font-size: 14px;
}
.bot-paging .prev i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_23.png) no-repeat center;
}
.bot-paging .prev .link-ico {
  float: left;
}
.bot-paging .prev .tit-box {
  transform: translateX(-102%);
  left: 1px;
  padding: 0 12px 0 55px;
  width:170px;
}
.bot-paging .next i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_24.png) no-repeat center;
}
.bot-paging .next .link-ico {
  float: right;
}
.bot-paging .next .tit-box {
  transform: translateX(102%);
  right: 1px;
  padding: 0 55px 0 22px;
   width:170px;
}
.bot-paging .retun-list {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.bot-paging .retun-list .chunk-box {
  display: block;
  width: 46px;
  height: 46px;
  float: right;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: url(../images/ico_26.png) no-repeat center rgba(0, 0, 0, 0.15);
}
.bot-paging .retun-list .round-tit {
  display: block;
  width: 108px;
  padding: 0 55px 0 22px;
  position: absolute;
  right: 1px;
  top: 0;
  transform: translateX(102%);
  color: #fff;
  line-height: 46px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 46px;
}

.bot-paging.long {
  width: 96%;
  left: 2%;
}

.case-info {
  padding-top: 16px;
  position: relative;
  z-index: 5;
}
.case-info .fir-wrap {
  background-color: #f5f5f5;
}
.case-info .fir-wrap .left-wrap {
  background-color: #fff;
  width: 50%;
  padding: 100px 3.5% 85px 3.5%;
}
.case-info .fir-wrap .left-wrap .look-website{
  display: inline-block;
  width: 110px;
  height: 34px;
  border: 1px solid #d0d0d0;
  line-height: 34px;
  font-size: 14px;
  border-radius: 15px;
  /* background: #333; */
  margin-top: 50px;
  transition: all 0.3s ease 0s;
  color: #000;
  text-align: center;
}
.case-info .fir-wrap .right-cont {
  width: 31.5%;
  padding: 95px 7.7% 0 6.8%;
}
.case-info .fir-wrap .right-cont .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 10px;
}
.case-info .fir-wrap .right-cont .list-box {
  margin-top: 38px;
}
.case-info .fir-wrap .right-cont .list-box p {
  padding-left: 20px;
  line-height: 30px;
  font-size: 15px;
  background: url(../images/ico_27.png) no-repeat 3px center;
}
.case-info .fir-wrap .right-tit {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
  font-family: font3;
}
.case-info .sec-bigban {
  text-align: center;
}
.case-info .sec-bigban img {
  max-width: 100%;
}
.case-info .thi-smallban {
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
  background-color: #fff;
}
.case-info .thi-smallban img {
  max-width: 80%;
}
.case-info .bot-erwei {
  height: 500px;
  width: 100%;
}
.case-info .bot-erwei .link-cont {
  width: 100%;
  text-align: center;
  padding-top: 160px;
}
.case-info .bot-erwei .code-img, .case-info .bot-erwei .link-site {
  vertical-align: top;
  margin: 0 17px;
}
.case-info .bot-erwei .code-img {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.case-info .bot-erwei .code-img img {
  width: 100%;
  height: 100%;
}
.case-info .bot-erwei .link-site {
  display: inline-block;
  width: 116px;
  height: 116px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 116px;
  color: #fff;
  font-size: 16px;
  font-family: "Base-font";
  transition: all 0.3s ease 0s;
  overflow:hidden;
}
.public-list.a1 {background:inherit}
.case-info .bot-erwei .link-site img {width: 120px;
  height: 120px;}
.case-info .bot-erwei .link-p { font-size:18px; margin-top:20px; color:#fff;}
.case-info .bot-erwei .link-site:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  border-radius: 10px;
}
.case-info .bot-erwei .intr-tit {
  line-height: 40px;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
}
.case-info .main-wrap {
  width: 92.7%;
  margin: 0 auto;
  padding: 50px 3.65%;
  background-color: #fff;
}
.case-info .row-two-img .img {
  display: block;
  width: 48%;
}
.case-info .row-two-img .img img {
  width: 100%;
}

.wechat-info .sec-bigban {
  padding: 30px;
  background-color: #fff;
}

.adsuper-wrap {
  padding-top: 16px;
}
.adsuper-wrap .fir-wrap {
  background-color: #f5f5f5;
}
.adsuper-wrap .fir-wrap .left-wrap {
  width: 33%;
  padding: 82px 14.6% 122px 5.9%;
  background-color: #fff;
}
.adsuper-wrap .fir-wrap .left-wrap .mtit {
  font-size: 16px;
  line-height: 32px;
  margin-top: 24px;
}
.adsuper-wrap .fir-wrap .left-wrap .font {
  font-size: 12px;
  line-height: 20px;
}
.adsuper-wrap .fir-wrap .link-ico i {
  background: url(../images/ico_28.png) no-repeat center;
}
.adsuper-wrap .fir-wrap .link-ico:hover i {
  background: url(../images/ico_28_h.png) no-repeat center !important;
}
.adsuper-wrap .fir-wrap .right-cont {
  width: 36%;
  margin-left: 4%;
  padding-top: 66px;
}
.adsuper-wrap .fir-wrap .right-cont .tit {
  font-size: 24px;
  line-height: 40px;
  color: #000;
}
.adsuper-wrap .fir-wrap .right-cont .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 6px;
}
.adsuper-wrap .fir-wrap .right-cont .intr-tit {
  display: block;
  line-height: 26px;
  margin-top: 12px;
  font-size: 14px;
  padding: 5px 0;
  color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.adsuper-wrap .fir-wrap .right-cont .client-pic {
  margin-top: 32px;
}
.adsuper-wrap .fir-wrap .right-cont .client-pic img {
  max-width: 100%;
}
.adsuper-wrap .sec-wrap {
  position: relative;
  overflow: hidden;
}
.adsuper-wrap .sec-wrap ul.slides {
  width: 100%;
}
.adsuper-wrap .sec-wrap ul.slides li {
  width: 100%;
  background-color: #fff;
}
.adsuper-wrap .sec-wrap .imgbox {
  width: 53.4%;
}
.adsuper-wrap .sec-wrap .imgbox img {
  width: 100%;
}
.adsuper-wrap .sec-wrap .cont-wrap {
  width: 33%;
  margin-left: 4%;
  padding-top: 146px;
}
.adsuper-wrap .sec-wrap .cont-wrap .tit {
  font-size: 30px;
  line-height: 46px;
  color: #333;
}
.adsuper-wrap .sec-wrap .cont-wrap .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 18px;
}
.adsuper-wrap .sec-wrap .cont-wrap .font {
  display: block;
  line-height: 28px;
  font-size: 14px;
  margin-top: 20px;
  color: #333;
}
.adsuper-wrap .sec-wrap .flex-control-nav {
  position: absolute;
  left: 57.5%;
  bottom: 30%;
  height: 10px;
  width: auto;
  z-index: 2;
}
.adsuper-wrap .sec-wrap .flex-control-nav li {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}
.adsuper-wrap .sec-wrap .flex-control-nav li .flex-active {
  background-color: #000;
}
.adsuper-wrap .thi-wrap {
  background-color: #fff;
}
.adsuper-wrap .thi-wrap .imgbox {
  width: 62%;
}
.adsuper-wrap .thi-wrap .imgbox img {
  width: 100%;
}
.adsuper-wrap .thi-wrap .left-cont {
  width: 25.6%;
  padding-top: 90px;
  margin-left: 3%;
}
.adsuper-wrap .thi-wrap .left-cont .mtit {
  font-size: 16px;
  line-height: 30px;
}
.adsuper-wrap .thi-wrap .left-cont .font {
  font-size: 12px;
  line-height: 22px;
  margin-top: 7px;
}
.adsuper-wrap .thi-wrap .link-box {
  margin-top: 40px;
}
.adsuper-wrap .thi-wrap .link-box a {
  width: 34px;
  height: 34px;
}
.adsuper-wrap .fou-wrap {
  background-color: #2f2f2f;
}
.adsuper-wrap .fou-wrap .imgbox {
  width: 64%;
}
.adsuper-wrap .fou-wrap .imgbox img {
  width: 100%;
}
.adsuper-wrap .fou-wrap .right-cont {
  width: 29%;
  padding-top: 76px;
  margin-left: 3%;
}
.adsuper-wrap .fou-wrap .right-cont .stit {
  opacity: 0.76;
  filter: alpha(opacity=76);
}
.adsuper-wrap .fou-wrap .right-cont .mtit {
  font-size: 14px;
  line-height: 28px;
}
.adsuper-wrap .fou-wrap .right-cont .font {
  font-size: 14px;
}

.society-wrap .load-more {
  margin-top: 60px;
}
.society-wrap .main-column {
  margin-top: 20px;
}
.society-wrap .main-column ul, .society-wrap .main-column li {
  width: 100%;
}
.society-wrap .main-column li {
  background-color: #2f2f2f;
  margin-bottom: 16px;
}
.society-wrap .main-column .imgbox {
  display: block;
  width: 64%;
  position: relative;
  overflow: hidden;
}
.society-wrap .main-column .imgbox img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.society-wrap .main-column .imgbox:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.society-wrap .main-column .imgbox:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.society-wrap .main-column .cont-wrap {
  width: 29%;
  padding-top: 106px;
}
.society-wrap .main-column .cont-wrap .stit {
  font-size: 24px;
}
.society-wrap .main-column .cont-wrap .mtit {
  font-size: 18px;
}
.society-wrap .main-column li.even-li .imgbox {
  float: left;
}
.society-wrap .main-column li.even-li .cont-wrap {
  float: right;
  margin-right: 3.8%;
}
.society-wrap .main-column li.odd-li .imgbox {
  float: right;
}
.society-wrap .main-column li.odd-li .cont-wrap {
  float: left;
  margin-left: 3.8%;
}
.society-wrap .main-column li.last-li {
  margin-bottom: 0;
}

.society-info .fir-wrap .left-wrap {
  width: 33%;
  padding: 94px 15.5% 85px 5.5%;
}
.society-info .fir-wrap .date {
  line-height: 32px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.society-info .fir-wrap .link-box {
  margin-top: 82px;
}
.society-info .sec-bigban {
  background-color: #fff;
}

.interact-ban .up-cont h4 {
  font-size: 60px;
}
.interact-ban .up-cont .font {
  font-size: 40px;
}
.interact-ban .up-cont .line {
  margin-top: 30px;
}
.interact-ban .up-cont .link-box {
  margin-top: 70px;
}
.interact-ban .up-cont .link-box a {
  display: inline-block;
  width: 120px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  border-radius: 24px;
  float: left;
  margin-right: 18px;
}
.interact-ban .up-cont .link-box a i {
  display: inline-block;
  width: 22px;
  height: 42px;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.interact-ban .up-cont .link-box a span {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.interact-ban .up-cont .link-box a .ico1 {
  background: url(../images/ico_29.png) no-repeat center;
  width: 21px;
}
.interact-ban .up-cont .link-box a .ico2 {
  background: url(../images/ico_30.png) no-repeat center;
  width: 14px;
}
.interact-ban .up-cont .link-box a .ico3 {
  background: url(../images/ico_47_h.png) no-repeat center;
  width: 9px;
}
.interact-ban .up-cont .link-box a:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
}
.interact-ban .up-cont .link-box a:hover .ico1 {
  background: url(../images/ico_29_h.png) no-repeat center;
}
.interact-ban .up-cont .link-box a:hover .ico2 {
  background: url(../images/ico_30_h.png) no-repeat center;
}
.interact-ban .up-cont .link-box a:hover .ico3 {
  background: url(../images/ico_47.png) no-repeat center;
}

.interact-wrap {
  padding-top: 16px;
}
.interact-wrap .fir-wrap {
  background-color: #f5f5f5;
}
.interact-wrap .fir-wrap .left-wrap {
  width: 29%;
  padding: 82px 22% 130px 3.5%;
  background-color: #fff;
}
.interact-wrap .fir-wrap .left-wrap .link-box {
  margin-top: 55px;
}
.interact-wrap .fir-wrap .left-wrap .link-box a {
  width: 34px;
  height: 34px;
}
.interact-wrap .fir-wrap .right-cont {
  width: 33%;
  margin-right: 7%;
  padding-top: 75px;
}
.interact-wrap .fir-wrap .right-cont .tit {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-family: "Base-font";
}
.interact-wrap .fir-wrap .right-cont .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 12px;
}
.interact-wrap .fir-wrap .right-cont .mtit {
  line-height: 32px;
  font-size: 18px;
  color: #333;
  margin-top: 26px;
}
.interact-wrap .fir-wrap .right-cont .lab-font {
  line-height: 32px;
  margin-top: 16px;
  font-size: 14px;
}
.interact-wrap .fir-wrap .right-cont .lab-font a {
  color: #333;
  display: inline-block;
  float: left;
}
.interact-wrap .fir-wrap .right-cont .lab-font a:hover {
  color: #888;
}
.interact-wrap .fir-wrap .right-cont .lab-font .line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ccc;
  margin: 10px 20px;
  float: left;
}
.interact-wrap .fir-wrap .right-cont .link {
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-top: 52px;
}

.website-ban .up-cont h4 {
  font-size: 48px;
  line-height: 68px;
}
.website-ban .up-cont .s-tit {
  line-height: 40px;
  font-size: 26px;
  margin-top: 8px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.website-ban .up-cont .line {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin-top: 35px;
}
.website-ban .up-cont .font {
  font-size: 16px;
  line-height: 36px;
  margin-top: 10px;
  font-family: "Base-font";
}
.website-ban .link-box {
  margin-top: 72px;
}
.website-ban .link-box a {
  display: inline-block;
  width: 124px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-family: "Arial";
  float: left;
  margin-right: 16px;
  transition: all 0.3s ease 0s;
}
.website-ban .link-box a:hover {
  background-color: #fff;
  color: #333;
}

.website-info-ban .up-cont .link-ico {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.website-info-ban .up-cont .link-ico i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/ico_25.png) no-repeat center;
  transition: all 0.3s ease 0s;
}
.website-info-ban .up-cont .link-ico .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.webisite-info .main-wrap {
  width:100%;
  margin: 0 auto;
  padding: 50px 0px;
  background-color: #fff;
}
.webisite-info .main-wrap.mginb-16{
  margin-bottom: 16px;
}
.webisite-info .main-wrap .img-ban {
  text-align: center;
  margin-top: 44px;
}
.webisite-info .main-wrap .img-ban img {
  max-width: 100%;
}
.webisite-info .main-wrap .img-ban:first-child {
  margin-top: 0;
}
.webisite-info .main-wrap .row-two-img .img {
  display: block;
  width: 48%;
}

.rhythm-wrap .list-wrap .up-video-ico {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rhythm-wrap .list-wrap .up-video-ico .ico {
  display: block;
  width: 64px;
  height: 64px;
  background: url(../images/ico_31.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.rhythm-wrap .list-wrap .img-box:hover .up-video-ico .ico {
  transform: scale(1.05, 1.05);
}

.vr-ban .up-cont {
  margin-top: -240px;
}
.vr-ban .up-cont .line {
  margin-top: 52px;
}
.vr-ban .up-cont .s-tit {
  font-size: 40px;
  line-height: 60px;
  margin-top: 40px;
}
.vr-ban .up-cont .down-ico {
  margin-top: 138px;
}

.news-ban {
  height: 550px;
  position: relative;
  overflow: hidden;
}
.news-ban .bgimg {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.news-ban .up-tit {

  position: absolute;
  width: 79%;
  left: 10.5%;
  top: 50%;
  margin-top: -88px;
}
.news-ban .up-tit h4 {
  font-size: 48px;
  line-height: 68px;
  color: #fff;
}
.news-ban .up-tit .line {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin-top: 16px;
}
.news-ban .bot-paging {
  display: none;
}

.news-wrap {
  padding-top: 55px;
  padding-bottom: 55px;
}
.news-wrap .main-wrap {width: 93.4%;
    margin: 0 auto;
    position: relative;}
.news-wrap .top-tit .year-list {
  line-height: 70px;
}
.news-wrap .top-tit .year-list li i {margin-right:10px; position:relative; top:7px;}
.news-wrap .top-tit .year-list li .icon_0_1 {background:url(../images/icon_0_1.png) center center no-repeat; height:24px; width:24px; display:inline-block}
.news-wrap .top-tit .year-list .hover .icon_0_1 {background:url(../images/icon_0_1h.png) center center no-repeat; height:24px; width:24px; display:inline-block}
.news-wrap .top-tit .year-list li:hover .icon_0_1 {background:url(../images/icon_0_1h.png) center center no-repeat; height:24px; width:24px; display:inline-block}
.news-wrap .top-tit .year-list li .icon_0_2 {background:url(../images/icon_0_2.png) center center no-repeat; height:24px; width:24px; display:inline-block}
.news-wrap .top-tit .year-list li:hover .icon_0_2 {background:url(../images/icon_0_2h.png) center center no-repeat; height:24px; width:24px; display:inline-block}
.news-wrap .top-tit .year-list li .icon_0_3 {background:url(../images/icon_0_3.png) center center no-repeat; height:24px; width:24px; display:inline-block}
.news-wrap .top-tit .year-list li:hover .icon_0_3 {background:url(../images/icon_0_3h.png) center center no-repeat; height:24px; width:24px; display:inline-block}
.news-wrap .top-tit .year-list li .icon_0_4 {background:url(../images/icon_0_4.png) center center no-repeat; height:24px; width:24px; display:inline-block}
.news-wrap .top-tit .year-list li:hover .icon_0_4 {background:url(../images/icon_0_4h.png) center center no-repeat; height:24px; width:24px; display:inline-block}
.news-wrap .top-tit .year-list li:hover {background:#000;}
.news-wrap .top-tit .year-list li:hover a {color:#fff}
.news-wrap .top-tit .year-list li {
  font-size: 18px;
  border-right:1px solid #CCC;
  color:#;
  background:#fff;
  font-family: "Base-font";
  line-height: 50px;
  height:50px;
  margin-top: 10px;
  padding:0 35px}
.news-wrap .top-tit .year-list a {
  display: inline-block;
  color: #565656; font-family: 微软雅黑;
}
.news-wrap .top-tit .year-list a:hover {
  color: #333;
}
.news-wrap .top-tit .year-list li.hover {
	background:#000;	
}

.news-wrap .top-tit .year-list li.hover a {
  color: #fff; font-family: 微软雅黑;
}
.news-wrap .top-tit .search-box {
  margin-top: 25px;
}
.news-wrap .top-tit .search-box input.tex {
  border: none;
  width: 205px;
  font-size: 12px;
  color: #999;
  height: 36px;
  line-height: 12px;
  padding: 12px 15px 11px;
  background-color: #e2e2e2;
}
.news-wrap .top-tit .search-box .sub-btn {
  border: none;
  width: 40px;
  height: 36px;
  text-align: center;
  color: #fff;
  background: url(../images/ico_32.png) no-repeat center #8f8f8f;
}
.news-wrap .list-wrap {
 
  position: relative;
  width: 100%;
}
.bgimg-out img{ max-width:none !important}
.more-load{ clear:both}
#main{ margin-left:-27px; padding-top:20px; margin-right:-27px; width:calc(100% + 54px)}
.news-wrap .list-wrap .boxs {
  width: calc(33.33% - 54px); float:left; margin:27px; margin-top:20px;
  background-color: #fff;
}
.news-wrap .list-wrap .boxs span {
  display: block;
}
.news-wrap .list-wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-wrap .list-wrap .img img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.news-wrap .list-wrap .img:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.news-wrap .list-wrap .cont-wrap {
  width:100%;
  padding: 25px 7.3% 0;
}
.news-wrap .list-wrap .cont-wrap .date {
  display: block;
  padding-right: 30px;
  border-right: 1px solid #ececec;
}
.news-wrap .list-wrap .cont-wrap .day {
  font-size: 50px;
  line-height: 50px;
  color: #333;
}
.news-wrap .list-wrap .cont-wrap .year {
  line-height: 16px;
}
.news-wrap .list-wrap .cont-box {
  width: 67%;
  margin-left: 6%;
  margin-top: -4px;
}
.news-wrap .list-wrap .cont-box .tit {
  font-size: 16px;
  line-height: 28px;
  height:28px; overflow: hidden;
}
.news-wrap .list-wrap .cont-box .tit a {
  display: inline-block;
  color: #333; font-size: 18px;
}
.news-wrap .list-wrap .cont-box .font {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 0;
}
.news-wrap .list-wrap .cont-box .font a {
  display: inline-block;
  color: #777;
}

.news-wrap .list-wrap .bot-link {
  display: block;
 
  margin-top: 20px;
  padding-bottom:20px;
  line-height: 38px;
}
.news-wrap .list-wrap .bot-link .stt {
  display: inline-block;
  font-size: 14px;
  color: #777;
}
.news-wrap .list-wrap .bot-link .point {
  width: 59px;
  height: 8px;
  background: url(../images/icon1_1.png) no-repeat center;
}
.news-wrap .list-wrap .bot-link:hover .stt {
  color: #333;
}

.news-wrap .more-load {
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
  background-color: #fff;
  font-size: 18px;
  margin: 20px auto 0;
  cursor: pointer;
}
.news-wrap .more-load:hover {
  background-color: #333;
  color: #fff;
}

.news-info {
	width: 93.4%;
    margin: 0 auto;
    position: relative;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 55px;
}
.news-info .main-wrap {
  width: 92%;
  margin: 0 auto;
}
.news-info .tit-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.news-info .tit-box h4 {
  font-size: 36px;
  line-height: 38px;
  color: #000;
  text-align:center;
}
.news-info .tit-box .date {
  line-height: 28px;
  font-size: 16px;
  color:#000;
  text-align:center;
  margin-top:25px; margin-bottom:0px;
}
.news-info .tit-box .date span {margin-right:20px;}
.news-info .tit-box .date span i{ position:relative; top:-2px; height:16px; margin-right:10px;}
.news-info .tit-box .date span i img {height:16px; }
.news-info .tit-box .date span a {display:inline-block; margin:0 10px ; position:relative; top:-2px; height:16px}
.news-info .tit-box .share-box {
  margin-top: 3px;
}
.news-info .tit-box .share-box a {
  display: inline-block;
  float: left;
  margin: 0 0 0 9px;
  border: 1px solid #ececec;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
}
.news-info .tit-box .share-box a:hover {
  border-color: #333;
}
.news-info .tit-box .share-box .sina {
  background: url(../images/ico_34.png) no-repeat center;
}
.news-info .tit-box .share-box .sina:hover {
  background: url(../images/ico_34_h.png) no-repeat center #333;
}
.news-info .tit-box .share-box .txwb {
  background: url(../images/ico_35.png) no-repeat center;
}
.news-info .tit-box .share-box .txwb:hover {
  background: url(../images/ico_35_h.png) no-repeat center #333;
}
.news-info .info-cont {
  font-size: 18px;
  line-height: 35px;
  margin-top: 50px;
  color:#333333;
}
.news-info .info-cont img {
  max-width: 100%;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  font-family: "Base-font";
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/ico_36.png) no-repeat 35px 60px;
}
.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  font-family: "Base-font";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  text-align: center;
}
.search-alert .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/ico_37.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

.medium-wrap {
  padding-top: 16px;
}
.medium-wrap .fir-wrap {
  background-color: #fff;
}
.medium-wrap .fir-wrap .left-cont {
  width: 46%;
  padding: 92px 5% 0 3.5%;
  min-height: 300px;
}
.medium-wrap .fir-wrap .right-img {
  width: 45.5%;
}
.medium-wrap .fir-wrap .right-img img {
  width: 100%;
}
.medium-wrap .fir-wrap .tit {
  font-size: 26px;
  line-height: 42px;
  color: #333;
  font-weight: bold;
}
.medium-wrap .fir-wrap .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 12px;
}
.medium-wrap .fir-wrap .word {
  line-height: 24px;
  margin-top: 35px;
  font-size: 12px;
  color: #777;
}
.medium-wrap .fir-wrap .word .tt {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.medium-wrap .main-column li.even-li {
  background-color: #fff;
}
.medium-wrap .main-column li .font {
  font-size: 14px;
}
.medium-wrap .main-column li .f12 {
  display: block;
  font-size: 12px;
  line-height: 24px;
}
.medium-wrap .main-column li .cont-wrap {
  width: 26%;
}
.medium-wrap .main-column li .font {
  margin-top: 28px;
}
.medium-wrap .main-column li .imgbox:hover img {
  transform: scale(1);
}
.medium-wrap .bot-news-med {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #fff;
}
.medium-wrap .bot-news-med .left-cont {
  width: 39.4%;
  padding: 100px 3.6% 35px 6%;
}
.medium-wrap .bot-news-med .img-box {
  width: 51%;
}
.medium-wrap .bot-news-med .img-box img {
  width: 100%;
}
.medium-wrap .bot-news-med .tit {
  font-size: 26px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
.medium-wrap .bot-news-med .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #ccc;
  margin-top: 22px;
}
.medium-wrap .bot-news-med .word {
  display: block;
  line-height: 26px;
  font-size: 14px;
  margin-top: 20px;
}
.medium-wrap .bot-news-med .stit {
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
  color: #333;
}
.medium-wrap .bot-news-med .font {
  display: block;
  line-height: 24px;
  margin-top: 14px;
}
.medium-wrap .bot-news-med .sign-pic {
  display: block;
  margin-top: 58px;
}

.bigdata-wrap {
  padding-top: 12px;
}
.bigdata-wrap .fir-wrap {
  background-color: #25262b;
}
.bigdata-wrap .fir-wrap .left-cont {
  width: 34.8%;
  padding: 70px 3.8% 30px 3.4%;
  min-height: 240px;
}
.bigdata-wrap .fir-wrap .imgbox {
  width: 57.8%;
}
.bigdata-wrap .fir-wrap .imgbox img {
  width: 100%;
}
.bigdata-wrap .fir-wrap .tit {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.bigdata-wrap .fir-wrap .stit {
  display: block;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.bigdata-wrap .fir-wrap .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 17px;
}
.bigdata-wrap .fir-wrap .word {
  display: block;
  line-height: 26px;
  font-size: 14px;
  margin-top: 24px;
  color: #999;
}
.bigdata-wrap .fir-wrap .sint {
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
.bigdata-wrap .sec-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bigdata-wrap .sec-wrap ul {
  width: 100%;
}
.bigdata-wrap .sec-wrap li {
  width: 33.3%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.bigdata-wrap .sec-wrap .cont-box {
  width: 62%;
  padding: 52px 21.7% 35px 16.3%;
  min-height: 240px;
}
.bigdata-wrap .sec-wrap .ico {
  display: block;
  height: 66px;
  transition: background 0.3s ease 0s;
}
.bigdata-wrap .sec-wrap .ico1 {
  background: url(../images/ico_48.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico2 {
  background: url(../images/ico_49.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico3 {
  background: url(../images/ico_50.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico4 {
  background: url(../images/ico_51.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico5 {
  background: url(../images/ico_52.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico6 {
  background: url(../images/ico_53.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .tit {
  font-size: 20px;
  line-height: 32px;
  margin-top: 32px;
  color: #333;
  font-weight: bold;
  height: 64px;
  overflow: hidden;
}
.bigdata-wrap .sec-wrap .font {
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 14px;
  height: 120px;
}
.bigdata-wrap .sec-wrap li:hover {
  box-shadow: 0 0 20px 7px #efefef;
  z-index: 2;
}
.bigdata-wrap .sec-wrap li:hover .ico1 {
  background: url(../images/ico_48_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico2 {
  background: url(../images/ico_49_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico3 {
  background: url(../images/ico_50_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico4 {
  background: url(../images/ico_51_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico5 {
  background: url(../images/ico_52_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico6 {
  background: url(../images/ico_53_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:nth-child(even) {
  background-color: #fcfcfc;
}
.bigdata-wrap .thi-list li {
  width: 50%;
}
.bigdata-wrap .thi-list .ico7 {
  background: url(../images/ico_54.png) no-repeat left top;
}
.bigdata-wrap .thi-list .ico8 {
  background: url(../images/ico_55.png) no-repeat left top;
}
.bigdata-wrap .thi-list .ico9 {
  background: url(../images/ico_56.png) no-repeat left top;
}
.bigdata-wrap .thi-list .ico10 {
  background: url(../images/ico_57.png) no-repeat left top;
}
.bigdata-wrap .thi-list li:hover .ico7 {
  background: url(../images/ico_54_h.png) no-repeat left top;
}
.bigdata-wrap .thi-list li:hover .ico8 {
  background: url(../images/ico_55_h.png) no-repeat left top;
}
.bigdata-wrap .thi-list li:hover .ico9 {
  background: url(../images/ico_56_h.png) no-repeat left top;
}
.bigdata-wrap .thi-list li:hover .ico10 {
  background: url(../images/ico_57_h.png) no-repeat left top;
}
.bigdata-wrap .thi-list ul li:nth-child(even) {
  background-color: #fff;
}
.bigdata-wrap .thi-list ul li.gray {
  background-color: #fcfcfc;
}


/**************发展历程*************/
.history-wrap{
  padding-top: 83px;
  background-color: #fff;
  padding-bottom: 72px;
}
.history-wrap .tit-box{
  text-align: center;
}
.history-wrap .tit-box h4{
  font-size: 40px;
  line-height: 50px;
  font-family: "Base-font";
  color: #333;
}
.history-wrap .tit-box .st{
  font-size: 16px;
  line-height: 20px;
  color: #777;
}
.history-wrap .cent-wrap{
  width: 89.2%;
  margin: 42px auto 0;
  position: relative;
  padding-bottom: 100px;
}
.history-wrap .cent-wrap ul,.history-wrap .cent-wrap li{
  width: 100%;
}
.history-wrap .cent-wrap ul{
  position: relative;
  z-index: 2;
}
.history-wrap .cent-wrap li{
  margin-top: 98px;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
}
.history-wrap .cent-wrap li .cont-box{
  width: 29%;
}
.history-wrap .cent-wrap li .year{
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
  font-family: "Arial";
}
.history-wrap .cent-wrap li .word{
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #777;
}
.history-wrap .cent-wrap li .img{
  display: block;
  width: 10.8%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 8px;
}
.history-wrap .cent-wrap li .img img{
  width: 100%;
  height: auto;
}
.history-wrap .cent-wrap li:nth-child(odd) .img{
  float: left;
}
.history-wrap .cent-wrap li:nth-child(odd) .cont-box{
  float: left;
  margin-left: 6.8%;
  text-align: right;
}
.history-wrap .cent-wrap li:nth-child(even) .img{
  float: right;
}
.history-wrap .cent-wrap li:nth-child(even) .cont-box{
  float: right;
  margin-right: 9.7%;
  width: 26%;
  text-align: left;
}
.history-wrap .cent-wrap li .point{
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  text-align: center;
  border-radius: 50%;
  top: 14px;
}
.history-wrap .cent-wrap li .point i{
  display: none;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  vertical-align: top;
  background-color: #000;
  border-radius: 50%;
}
.history-wrap .cent-wrap li.show{
  opacity: 1;
}
.history-wrap .cent-wrap li.show .point i{
  display: inline-block;
}
.history-wrap .cent-line-box{
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1
}
.history-wrap .cent-line-box .line{
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.history-wrap .cent-line-box .point-t{
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  margin-left: -8px;
  position: absolute;
  top: 0;
}
.history-wrap .cent-line-box .point-h{
  position: fixed;
  display: none;
  width: 10px;
  height: 10px;
  background-color: #000;
  left: 50%;
  border-radius: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -5px;
}
.history-wrap .bot-tit{
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-top: 16px;
}

/*.alert-zixunbox{
  width: 328px;
  height: 172px;
  background: url(../images/img_103.png) no-repeat center;
  position: fixed;
  z-index: 10;
  left: 50%;
  margin-left: -164px;
  top: 50%;
  margin-top: -86px;
  display: none;
}*/
.alert-zixunbox{
  width: 400px;
  height: 175px;
  background: url(../images/inviteBack0.png) no-repeat center;
  position: fixed;
  z-index: 10;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -88px;
  display: none;
}
/*.alert-zixunbox .close{
  display: block;
  width: 38px;
  height: 26px;
  position: absolute;
  right: 6px;
  top: 0;
  cursor: pointer;
}*/
.alert-zixunbox .close{
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
}
.alert-zixunbox .qqlink{
  display: block;
  width: 80px;
  height: 32px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  cursor: pointer;
  color: #0085da;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 13px;
}
.alert-zixunbox .btnclose{
  display: block;
  width: 80px;
  height: 32px;
  position: absolute;
  right: 102px;
  bottom: 12px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}
.alert-zixunbox .word{
  display: block;
  width: 246px;
  font-size: 13pt;
  line-height: 23px;
  color: #fff;
  position: absolute;
  position: absolute;
  top: 44px;
  left: 128px;
  right: 26px;
}

.float-Medals{
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 80px;
  height: 80px;
  z-index: 3;
}
#cssda-badge{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#fff;
  transition:all 0.25s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  cursor:pointer;
  z-index: 9999;
}
#cssda-badge:hover{
  animation: bounce .75s linear both;
  background: #000
}
#cssda-badge svg{
    position:absolute;
    top:0;
    left:0;
    width:80px;
    height:80px;
    fill:#212121
}
#cssda-badge:hover svg{
  fill:#fff
}
.cssda-badge-contents{
    position:absolute;
    width:80px;
    height:80px;
    transition:all 0.12s cubic-bezier(0.615, 0.19, 0.305, 0.91)
}
#cssda-badge:hover .cssda-badge-contents{
  transform:rotate(360deg)
}
#cssda-badge:hover #cssda-badge-logo{
  transform:scale(1.1)
}
@media only screen and (max-width: 700px){#cssda-badge{width:60px;height:60px}
  #cssda-badge svg{position:absolute;top:0;left:0;width:60px;height:60px}
  #cssda-badge-logo{-webkit-transform:scale(1.35);-moz-transform:scale(1.35);transform:scale(1.35)
  }
  #cssda-badge:hover #cssda-badge-logo{
    -webkit-transform:scale(1.5);-moz-transform:scale(1.5);transform:scale(1.5)
  }
  #cssda-badge-title{display:none}
  #cssda-badge-award{display:none}
}
@keyframes bounce{
  0%{-webkit-transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  3.4%{-webkit-transform:matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  4.7%{-webkit-transform:matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  6.81%{-webkit-transform:matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  9.41%{-webkit-transform:matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  10.21%{-webkit-transform:matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  13.61%{-webkit-transform:matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  14.11%{-webkit-transform:matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  17.52%{-webkit-transform:matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  18.72%{-webkit-transform:matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  21.32%{-webkit-transform:matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  24.32%{-webkit-transform:matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}25.23%{-webkit-transform:matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}29.03%{-webkit-transform:matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}29.93%{-webkit-transform:matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}35.54%{-webkit-transform:matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}36.74%{-webkit-transform:matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}41.04%{-webkit-transform:matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}44.44%{-webkit-transform:matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}52.15%{-webkit-transform:matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}59.86%,63.26%{-webkit-transform:matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}100%,75.28%,85.49%,90.69%{-webkit-transform:matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
}

.m-new-float{
  display: none;
}

@media (max-width: 780px){
  .new-float{
    display: none;
  }
  .m-new-float{
    display: block;
  }
  .m-new-float{
    position: fixed;
    
    left: 0;
    bottom: 0%;
    z-index: 50;
    width: 100%;
    height: 57px;
    background: #f14702;
  }
  .m-new-float li{
    position: relative;
    width: 33.3%;
    height: 57px;
    line-height: 27px;
    color: #fff;
    float: left;
    text-align: center;
  }
  .m-new-float li.hover{
    overflow: hidden;
  }
  .m-new-float li a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
  }
  .m-new-float li a.tit{
    width: 77px;
    height: 27px;
    padding: 30px 0 0 0;
    color: #fff;
  }
  .m-new-float li p{
    position: relative;
    z-index: 2;
    height: 27px;
    padding-top: 30px;
    cursor: pointer;
  }
  .m-new-float li.fi a{
    background: url(../images/bg_float01.png) no-repeat;
  }
  .m-new-float li.se a{
    background: url(../images/bg_float02.png) no-repeat;
  }
  .m-new-float li.th a{
    background: url(../images/bg_float03.png) no-repeat;
  }
  .m-new-float li.fo a.tit{
    background: url(../images/bg_float04.png) no-repeat;
  }
  .m-new-float li.fif a{
    background: url(../images/bg_float05.png) no-repeat;
  }
  .m-new-float li.zixun a{
    background: url(../images/bg_float01.png) no-repeat;
  }
  .m-new-float li .tel{
    position: absolute;
    left: 77px;
    top: 0;
    z-index: 1;
    width: 184px;
    height: 57px;
    font: 24px/57px Arial;
    color: #fff;
    background: url(../images/bg_float06.png) no-repeat;
    cursor: pointer;
  }
  .f-bot{
    margin-bottom: 57px;
  }
}
.contact-wrap .address .cont .lia{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items:flex-start;
  margin-top:15px;
}
.contact-wrap .address .cont .lia a{
  width:110px;
  height:38px;
  border:1px solid #e3e3e3;
  border-radius:38px;
  line-height:38px;
  margin-right:18px;
  text-align:center;
  transition: background 0.3s ease 0s;
}
.contact-wrap .address .cont .lia a span{
  display:inline-block;
  padding-left:25px;
  transition: background 0.3s ease 0s;
}
.contact-wrap .address .cont .lia a:hover{
  background:#000;
  border:1px solid #e3e3e3;
  color:#fff;
}
.contact-wrap .address .cont .lia a.link-map span{
   background: url(../images/ico_13.png) no-repeat left center;
}
.contact-wrap .address .cont .lia a.link-map:hover span{
   background: url(../images/ico_13_h.png) no-repeat left center;
}
.contact-wrap .address .cont .lia a.link-web span{
   background: url(../images/ico_13_3.png) no-repeat left center;
}

.contact-wrap .address .cont .lia a.link-web:hover span{
   background: url(../images/ico_13_2.png) no-repeat left center;
}
/*.contact-wrap .address .cont .link-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/ico_13.png) no-repeat center;
  margin-top: 8px;
  transition: background 0.3s ease 0s;
}
.contact-wrap .address .cont .link-map:hover {
  background: url(../images/ico_13_h.png) no-repeat center #000;
}*/

/*# sourceMappingURL=style.css.map */
@media (min-width: 1050px){
	.i-fir-wrap .right-wrap .about-recom{
		margin-top: 0;
	}
	.i-fir-wrap .left-wrap .cent-cont,.i-fir-wrap .right-wrap .img-box{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-fir-wrap.active .left-wrap .cent-cont{
		transition: all 0.3s ease 0s;
	}
	.i-fir-wrap.active .right-wrap .img-box{
		transition: all 0.3s ease 0.1s;
	}
	.i-fir-wrap.active .left-wrap .cent-cont,.i-fir-wrap.active .right-wrap .img-box{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sec-wrap{
		opacity: 0;
		filter: alpha(opacity=0);
		transition: opacity 0.3s ease 0s;
	}
	.i-sec-wrap .img-box,.i-sec-wrap .right-cont{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-sec-wrap.active{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sec-wrap.active .img-box{
		transition: all 0.3s ease 0s;
	}
	.i-sec-wrap.active .right-cont{
		transition: all 0.3s ease 0.1s;
	}
	.i-sec-wrap.active .img-box,.i-sec-wrap.active .right-cont{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-thi-wrap .main-wrap{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-thi-wrap.active .main-wrap{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-fou-wrap{
		opacity: 0;
		filter: alpha(opacity=0);
		transition: opacity 0.3s ease 0s;
	}
	.i-fou-wrap .img-box,.i-fou-wrap .cont-wrap{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-fou-wrap.active{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-fou-wrap.active .img-box,.i-fou-wrap.active .cont-wrap{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-fiv-wrap ul{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-fiv-wrap.active ul{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sex-wrap{
		opacity: 0;
		filter: alpha(opacity=0);
		transition: opacity 0.3s ease 0s;
	}
	.i-sex-wrap.active{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sex-wrap .img-box,.i-sex-wrap .cont-wrap{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-sex-wrap.active .img-box,.i-sex-wrap.active .cont-wrap{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sev-wrap .main-wrap .top-titbox{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-sev-wrap.active .main-wrap .top-titbox{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sev-wrap .news-recommend-list{
		transform: translateY(20px);
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0.3s;
	}
	/*.i-sev-wrap .news-recommend-list li:nth-child(1){
		transition: all 0.3s ease 0.3s;
	}
	.i-sev-wrap .news-recommend-list li:nth-child(2){
		transition: all 0.3s ease 0.5s;
	}
	.i-sev-wrap .news-recommend-list li:nth-child(3){
		transition: all 0.3s ease 0.7s;
	}*/
	.i-sev-wrap.active .news-recommend-list{
		transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-eig-wrap .tit-box,.i-eig-wrap .list-wrap{
		transform: translateY(30px);
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-eig-wrap .tit-box{
		transition: all 0.3s ease 0s;
	}
	.i-eig-wrap .list-wrap{
		transition: all 0.3s ease 0.2s;
	}
	.i-eig-wrap.active .tit-box,.i-eig-wrap.active .list-wrap{
		transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
	/*.i-fir-wrap .left-wrap .stit,.i-fir-wrap .left-wrap .line,.i-fir-wrap .left-wrap .mtit,.i-fir-wrap .left-wrap .font,.i-fir-wrap .left-wrap .link{
		position: relative;
	}
	.i-fir-wrap .left-wrap .stit,.i-fir-wrap .left-wrap .line,.i-fir-wrap .left-wrap .mtit,.i-fir-wrap .left-wrap .font,.i-fir-wrap .left-wrap .link{
		opacity: 0;
		filter: alpha(opacity=0);
		left: 20px;
	}
	.i-fir-wrap.active .left-wrap .stit{
		transition: all 0.4s ease 0s;
	}
	.i-fir-wrap.active .left-wrap .line{
		transition: all 0.4s ease 0s;
	}
	.i-fir-wrap.active .left-wrap .mtit{
		transition: all 0.4s ease 0.3s;
	}
	.i-fir-wrap.active .left-wrap .font{
		transition: all 0.4s ease 0.6s;
	}
	.i-fir-wrap.active .left-wrap .link{
		transition: all 0.4s ease 0.9s;
	}
	.i-fir-wrap.active .left-wrap .stit,.i-fir-wrap.active .left-wrap .line,.i-fir-wrap.active .left-wrap .mtit,.i-fir-wrap.active .left-wrap .font,.i-fir-wrap.active .left-wrap .link{
		opacity: 1;
		filter: alpha(opacity=100);
		left: 0;
	}*/

	.bot-paging .link-info:hover {
	  width: 145px;
	}
	.bot-paging .link-info:hover .link-ico {
	  background-color: rgba(0, 0, 0, 0.8);
	}
	.bot-paging .link-info:hover .tit-box {
	    transform: translateX(0);
	}
	.bot-paging .retun-list:hover {
	  width: 190px;
	  margin-left: -95px;
	}
	.bot-paging .retun-list:hover .round-tit {
	    transform: translateX(0);
	}
	.team-wrap .fir-wrap .list-wrap li:hover .up-cont {
	  opacity: 1;
	  filter: alpha(opacity=100);
	}

	.fadeIntop{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.fadeIntop.show{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: all 0.3s ease 0s;
	}
	.fadeInlist{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.fadeInlist .show-row1,.fadeInlist .show-row2{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.fadeInlist.show{
		opacity: 1;
		filter: alpha(opacity=100);
		transition: 0.3s ease 0s;
	}
	.fadeInlist.show .show-row1{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.1s;
	}
	.fadeInlist.show .show-row2{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.1s;
	}

	.ins-ban .up-cont h4,.ins-ban .up-cont .line,.ins-ban .up-cont .font,.ins-ban .up-cont .down-ico,.ins-ban .up-cont .link-ico{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.wechat-info-ban .up-cont h4,.wechat-info-ban .up-cont .line,.wechat-info-ban .up-cont .font,.wechat-info-ban .link-ico{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.wechat-info-ban.active .up-cont h4,.wechat-info-ban.active .up-cont .line,.wechat-info-ban.active .up-cont .font,.wechat-info-ban.active .link-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
	}
	.website-info-ban .up-cont h4,.website-info-ban .up-cont .line,.website-info-ban .up-cont .font,.website-info-ban .link-ico{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.website-info-ban.active .up-cont h4,.website-info-ban.active .up-cont .line,.website-info-ban.active .up-cont .font,.website-info-ban.active .link-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
	}
	.wechat-info-ban .up-cont .down-ico {
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transform: translateY(30px);
	}
	.wechat-info-ban.active .up-cont .down-ico {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    transform: translateY(0);
	    transition: all 0.3s ease 0.6s;
	}
	.vr-ban .up-cont .vr-logo{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.website-ban .up-cont .s-tit{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.ins-ban.active .up-cont h4{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0s;
	}
	.vr-ban.active .up-cont .vr-logo{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0s;
	}
	.ins-ban.active .up-cont .line{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.2s;
	}
	.website-ban.active .up-cont .s-tit{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.2s;
	}
	.website-ban .up-cont .link-box,.interact-ban .up-cont .link-box{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.website-ban.active .up-cont .line{
		transition: 0.3s ease 0.4s;
	}
	.ins-ban.active .up-cont .font{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.4s;
	}
	.vr-ban .up-cont .s-tit{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.vr-ban.active .up-cont .s-tit{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.4s;
	}
	.website-ban.active .up-cont .font{
		transition: 0.3s ease 0.6s;
	}
	.ins-ban.active .up-cont .down-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.6s;
	}
	.ins-ban.active .up-cont .link-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.6s;
	}
	.vr-ban.active .up-cont .link-ico{
		transition: opacity 0.3s ease 0.6s,transform 0.3s ease 0.6s,background 0.3s ease 0s,border 0.3s ease 0s;
	}
	.website-ban.active .up-cont .link-box{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.8s;
	}
	.website-ban.active .up-cont .down-ico{
		transition: 0.3s ease 1s;
	}
	.interact-ban.active .up-cont .link-box{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.6s;
	}
	.wechat-info-ban.active .up-cont h4{
		transition: all 0.3s ease 0s;
	}
	.wechat-info-ban.active .up-cont .line{
		transition: all 0.3s ease 0.2s;
	}
	.wechat-info-ban.active .up-cont .font{
		transition: all 0.3s ease 0.4s;
	}
	.wechat-info-ban.active .up-cont .link-ico{
		transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
	}
	.website-info-ban.active .up-cont h4{
		transition: all 0.3s ease 0s;
	}
	.website-info-ban.active .up-cont .line{
		transition: all 0.3s ease 0.2s;
	}
	.website-info-ban.active .up-cont .font{
		transition: all 0.3s ease 0.4s;
	}
	.website-info-ban.active .up-cont .link-ico{
		transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
	}
	.ins-link-box a.link1:hover {
	  border: 1px solid #333;
	  background-color: #333;
	}
	.ins-link-box a.link1:hover i {
	  background: url(../images/ico_07_h.png) no-repeat center;
	}
	.ins-link-box a.link1:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: #333;
	}
	.ins-ban .up-cont .link-ico:hover .bg{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
	}
	.ins-link-box a.link2:hover {
	  border: 1px solid #333;
	  background-color: #333;
	}
	.ins-link-box a.link2:hover i {
	  background: url(../images/ico_17_h.png) no-repeat center;
	}
	.ins-link-box a.link2:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: #333;
	}
	.i-column-wrap.black .link:hover {
	  border: 1px solid #333;
	  background-color: #333;
	  overflow: hidden;
	}
	.i-column-wrap.black .link:hover i {
	  background: url(../images/ico_05.png) no-repeat center;
	}
	.i-column-wrap.black .link:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: #333;
	}
	.website-info-ban .up-cont .link-ico:hover{
		background-color: #fff;
		border: 1px solid #fff;
	}
	.website-info-ban .up-cont .link-ico:hover i{
		background: url(../images/ico_43_h.png) no-repeat center;
	}
	.website-info-ban .up-cont .link-ico:hover .bg{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
	}
	.i-column-wrap.white .link:hover {
	  border: 1px solid white;
	  background-color: white;
	  overflow: hidden;
	}
	.i-column-wrap.white .link:hover i {
	  background: url(../images/ico_06.png) no-repeat center;
	}
	.i-column-wrap.white .link:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: white;
	}
	.i-fir-wrap .right-wrap .about-recom .email:hover {
	  border: 1px solid #333;
	  background-color: #333;
	}
	.i-fir-wrap .right-wrap .about-recom .email:hover i {
	  background: url(../images/ico_07_h.png) no-repeat center;
	}
	.i-fir-wrap .right-wrap .about-recom .email:hover .bg {
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	}
	.degital-wrap .cent-cont .link-ico:hover{
		background-color: #e8e7e7;
		border: 1px solid #e8e7e7;
		color: #333;
	}
	.degital-wrap .cent-cont .link-ico:hover i{
		background: url(../images/ico_43_h.png) no-repeat center;
	}
	.search-alert .close:hover{
		transform: rotate(90deg);
	}
	.case-info .fir-wrap .left-wrap .look-website:hover{
		background-color: #333;
		color: #fff;
		border: 1px solid #333;
	}
}

@media (max-width: 1550px) {.about-home .thi-wrap .left-wrap{ margin-top:0}
	.news-wrap .list-wrap .cont-box{
		margin-left: 0;
		margin-top: 20px;
		width: 100%
	}
	.news-wrap .list-wrap .bot-link{
		margin-top: 18px;
	}
}
@media (max-width: 1440px) {
	.w1520{
		width: 89%;
	}
	.i-fir-wrap .left-wrap .cent-cont{
		top: 100px;
	}
	.i-fir-wrap .left-wrap .num-box{
		width: 150px;
		height: 150px;
	}
	.i-fir-wrap .left-wrap .num-box .num{
		margin-top: 40px;
		font-size: 26px;
	}
	.i-sec-wrap .right-cont,.i-fou-wrap .cont-wrap,.i-sex-wrap .cont-wrap{
		padding-top: 50px;
	}
	.i-column-wrap .link{
		margin-top: 40px;
	}
	.about-ban .cont-wrap{
		left: 5.5%;
		width: 89% !important;
	}
	.team-wrap .fir-wrap .cont-fir{
		padding-top: 30px;
	}
	.ins-ban .up-cont{
		left: 6%;
		margin-top: -170px;
	}
	.interact-ban .up-cont h4,.ins-ban .up-cont h4{
		font-size: 42px;
	}
	.interact-ban .up-cont .line{
		margin-top: 24px;
	}
	.interact-ban .up-cont .font,.ins-ban .up-cont .font{
		font-size: 26px;
		margin-top: 32px;
		line-height: 40px;
	}
	.ins-ban .up-cont .down-ico{
		margin-top: 60px;
	}
	.news-ban .up-tit{
		left: 6%;
	}
	.adsuper-wrap .sec-wrap .cont-wrap{
		padding-top: 80px;
	}
	.wechat-info-ban .up-cont{
		width: 89%;
		left: 5.5%;
		margin-top: -160px;
	}
	.bot-paging{
		width: 89%;
		left: 5.5%;
	}
	.bot-paging.long{
		width: 100%;
		left: 0;
	}
	.contact-wrap .city-list{
		width: 166px;
		margin-right: 30px;
	}
	.contact-wrap .address{
		width: 290px;
		margin-right: 32px;
	}
	.contact-wrap .weixin{
		width: 180px;
		margin-right: 32px;
	}
	.contact-wrap .advis{
		width: 180px;
	}
	header .nav-link .nav .line{
		margin-left: 26px;
	}
	header .nav-link .nav li{
		padding-left: 26px;
	}
	.ins-nav ul{
		width: 682px;
	}
	.about-wrap .sec-wrap .left-cont{
		padding-top: 40px;
	}
	.about-wrap .fir-wrap .right-cont .num-box .num{
		font-size: 46px;
	}
	.about-wrap .fir-wrap .left-cont h4{
		font-size: 70px;
	}
	.culture-wrap .fir-list li .cont-wrap{
		padding-top: 10px;
	}
	.culture-wrap{
		background: #fff;
	}
	.future-wrap .top-main .cont-wrap{
		padding-top: 60px;
	}
	.society-wrap .main-column .cont-wrap{
		padding-top: 50px;
	}
	.adsuper-wrap .thi-wrap .left-cont{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.adsuper-wrap .fou-wrap .right-cont{
		padding-top: 50px;
	}
	.about-home .fir-wrap h4{
		font-size: 70px;
	}
	.i-ban li .cent-cont,.i-ban .btns{
		left: 5.5%;
	}
	.i-ban li .cent-cont{
		margin-top: -190px;
	}
	.i-ban li .word{
		font-size: 36px;
		line-height: 56px;
	}
	.i-ban li .word p{
		height: 56px;
	}
	.return-top{
		right: 10px;
	}
	.about-home .thi-wrap .num-list li{
		margin-right: 0;
		padding-right: 36px;
	}
	.about-wrap .fir-wrap .right-cont .num-box li{
		padding-right: 30px;
		margin-left: 0;
	}
	.about-wrap .fir-wrap .right-cont .num-box .num{
		line-height: 68px;
	}
	.about-wrap .fir-wrap .right-cont .num-box .line{
		display: none;
	}
	.ins-nav .interact-ul{
		width: 454px;
	}
	.i-sec-wrap .right-cont .link-box{
		margin-top: 40px;
	}
}
@media (max-width: 1200px) {
	/*.i-sec-wrap .right-cont .stit{
		font-size: 26px;
	}*/
	.i-sec-wrap .right-cont,.i-fou-wrap .cont-wrap,.i-sex-wrap .cont-wrap{
		padding-top: 20px;
	}
	.i-column-wrap .mtit{
		margin-top: 6px; font-size:14px;
	}
	.i-column-wrap .link{
		margin-top: 20px;
	}
	.i-sev-wrap{
		padding-bottom: 40px;
	}
	.team-wrap .fir-wrap .list-wrap li .word{
		display: none;
	}
	.about-wrap .fir-wrap .left-cont{
		padding-top: 60px;
	}
	.about-wrap .fir-wrap .left-cont h4{
		font-size: 60px;
	}
	.about-wrap .fir-wrap .right-cont{
		padding-top: 80px;
	}
	.about-wrap .fir-wrap .left-cont .link-box{
		margin-top: 50px;
	}
	.culture-wrap .fir-list li{
		width: 100%;
	}
	.society-wrap .main-column .cont-wrap{
		padding-top: 30px;
	}
	.about-home .fir-wrap h4{
		font-size: 60px;
	}
	.medium-wrap .fir-wrap .left-cont{
		padding-top: 30px;
	}
	.medium-wrap .fir-wrap .tit{
		font-size: 24px;
	}
	.medium-wrap .bot-news-med .left-cont{
		padding-top: 50px;
	}
	.bigdata-wrap .sec-wrap li{
		width: 50%;
	}
	.culture-wrap .fir-list li .cont-wrap .en-font{
		display: none;
	}
	.culture-wrap .fir-list li .cont-wrap{
		padding-top: 40px;
	}
}


@media (max-width: 1050px){
	.i-m-ban .cent-cont{
		margin-top: -200px;
	}
	.i-fir-wrap .right-wrap,.i-fir-wrap .left-wrap{
		width: 100%;
	}
	.i-fir-wrap .left-wrap{
		padding-bottom: 38px;
	}
	.i-fir-wrap .left-wrap .cent-cont{
		position: inherit;
		left: 0;
		top: 0;
		margin-top: 30px;
		width: 92%;
		margin-left: 4%;
	}
	.i-fir-wrap .left-wrap .num-box{
		display: none;
	}
	.i-sec-wrap .img-box,.i-fou-wrap .img-box,.i-sex-wrap .img-box{
		width: 100%;
	}
	.i-sec-wrap .right-cont,.i-sex-wrap .cont-wrap{
		width: 92%;
		margin-right: 4%;
		padding-bottom: 38px;
		padding-top: 26px;
	}
	.i-fou-wrap .cont-wrap{
		width: 92%;
		margin-left: 4%;
		padding-bottom: 36px;
		padding-top: 26px;
	}
	.i-column-wrap .link{
		width: 38px;
		height: 38px;
	}
	.i-fir-wrap .right-wrap .about-recom .email{
		width: 38px;
		height: 38px;
	}
	.i-fiv-wrap .cont-wrap{
		padding-top: 28px;
	}
	.i-sev-wrap{
		padding-top: 60px;
	}
	.news-recommend-list.pc-scroll{
		display: none;
	}
	.news-recommend-list.m-scroll{
		display: block;
		padding-bottom: 48px;
	}
	.i-sev-wrap .top-titbox .more{
		display: none;
	}
	.i-sev-wrap .main-wrap,.i-eig-wrap .main-wrap{
		width: 92%;
	}
	.contact-wrap{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.contact-wrap .city-list,.contact-wrap .weixin,.contact-wrap .advis{
		display: none;
	}
	.contact-wrap .address{
		margin-right: 0;
	}
	
	
	.i-ban li .cent-cont{
		width: 90%;
		left: 5%;
	}
	.i-ban li .word{
		font-size: 30px;
		line-height: 56px;
	}
	.i-ban{
		display: none;
	}
	.i-m-ban{
		display: block;
	}
	.team-wrap .fir-wrap .cont-fir{
		width: 86%;
		padding: 40px 7%;
	}
	.team-wrap .fir-wrap .right-list{
		width: 100%;
	}
	.team-wrap .fir-wrap .list-wrap li .word{
		display: block;
	}
	.team-wrap .sec-wrap .row-box .cont-wrap{
		padding-top: 80px;
	}
	.ins-ban .up-cont h4{
		font-size: 42px;
	}
	.ins-ban .up-cont .font{
		font-size: 28px;
	}
	.public-list .list-wrap .cont-box{
		padding-top: 12px;
	}
	.public-list .list-wrap .cont-box .stit{
		line-height: 28px;
		margin-bottom: 5px;
	}
	.public-list .list-wrap .cont-box .bot-link{
		margin-top: 18px;
	}
	.ins-nav{
		display: none;
	}
	.adsuper-wrap .sec-wrap .flex-control-nav{
		bottom: 20px;
	}
	.adsuper-wrap .sec-wrap .cont-wrap{
		padding-top: 50px;
	}
	.news-wrap{
		padding-bottom: 30px;
	}
	.news-wrap .more-load{
		margin-top: 20px;
	}
	.about-wrap .fou-wrap .right-cont{
		padding-top: 30px;
	}
	.about-wrap .sec-wrap .left-cont .num-long{
		font-size: 50px;
		margin-top: 32px;
	}
	.about-wrap .sec-wrap .left-cont .num-long .m{
		font-size: 40px;
	}
	.about-wrap .sec-wrap .left-cont .num-long .square{
		line-height: 48px;
	}
	.about-wrap .sec-wrap .left-cont{
		width: 90%;
		padding: 30px 5%;
	}
	.about-wrap .sec-wrap .imgbox{
		width: 100%;
	}
	.culture-wrap .sec-list .cont-wrap .num-list{
		width: 100%;
	}
	.culture-wrap .sec-list .cont-wrap .imgbox{
		display: none;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li.black{
		background-color: #fff;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li.black .num-box .num{
		color: #333;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li.black .stt{
		color: #333;
		background-color: #fff;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li.black .word{
		color: #666;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.culture-wrap .sec-list .cont-wrap .row-box:nth-of-type(2) li:nth-of-type(2){
		background-color: #f5f5f5;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box .stt{
		width: 68px;
	}
	.culture-wrap .sec-list .cont-wrap .row-box:nth-of-type(2) li:nth-of-type(2) .stt{
		background-color: #f5f5f5;
	}
	/*.team-wrap .fir-wrap .list-wrap li .up-cont{
		opacity: 1;
		filter: alpha(opacity=100);
	}*/
	.about-wrap .fir-wrap .right-cont .num-box{
		margin-top: 30px;
	}
	.about-wrap .fir-wrap .right-cont .num-box .num{
		font-size: 36px;
	}
	
	.about-wrap .fir-wrap .right-cont .num-box .line{
		display: none;
	}
	.ins-ban.active img.bgimg{
		transform: scale(1);
	}
	.future-wrap .top-main .cont-wrap{
		padding-top: 30px;
	}
	.future-wrap .top-main .cont-wrap .tit{
		font-size: 26px;
		line-height: 42px;
	}
	.future-wrap .top-main .cont-wrap .cn-font{
		margin-top: 26px;
	}
	.society-wrap .main-column .cont-wrap{
		padding-top: 10px;
	}
	.adsuper-wrap .thi-wrap .imgbox{
		width: 100%;
	}
	.adsuper-wrap .thi-wrap .left-cont{
		width: 90%;
		padding: 30px 5%;
		margin: 0;
	}
	.adsuper-wrap .fou-wrap .right-cont{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.about-home .fir-wrap h4{
		font-size: 46px;
	}
	.degital-wrap-m{
		display: block;
	}
	.degital-wrap.pc{
		display: none;
	}
	#digital-floatnav{
		display: none;
	}
	.m-team-ban{
		display: block;
	}
	.medium-wrap .main-column li .font{
		font-size: 13px;
	}
	.medium-wrap .bot-news-med .left-cont{
		padding-top: 36px;
	}
	.bigdata-wrap .fir-wrap .imgbox{
		width: 100%;
	}
	.bigdata-wrap .fir-wrap .imgbox img{
		width: auto;
		max-width: 100%;
	}
	.bigdata-wrap .fir-wrap .left-cont{
		width: 90%;
		padding: 30px 5%;
	}
	.i-thi-wrap .list-wrap ul{
		width: 102%;
	}
	.i-thi-wrap .list-wrap li{
		width: 48%;
		margin-right: 2%;
	}
	.i-thi-wrap .list-wrap li:nth-of-type(3){
		display: none;
	}
	.i-thi-wrap .list-wrap{
		margin-top: 35px;
	}
	.about-wrap .fir-wrap .right-cont .num-box li{
		margin-bottom: 24px;
	}
	.about-wrap .fir-wrap .right-cont .num-box .num{
		font-size: 30px;
		line-height: 58px;
	}
	.float-right-box{
		display: none;
	}
	.history-wrap .cent-wrap li{
		margin-top: 50px;
	}
	.history-wrap .cent-wrap li:nth-child(odd) .cont-box{
		margin-left: 3.8%;
	}
	.history-wrap .cent-wrap li .cont-box{
		width: 32%;
	}
	.history-wrap .cent-wrap li:nth-child(even) .cont-box{
		margin-right: 6.7%;
		width: 29%;
	}
	.wechat-info-ban .up-cont .down-ico{
		display: none;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 979px) {
    body{
    	padding: 0;
    }
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {.wechat-info-ban{ height:300px !important}
	.i-thi-wrap{
		padding-bottom: 35px;
	}
	.i-thi-wrap .main-wrap{
		width: 85%;
	}
	.i-thi-wrap .nav-box .more{
		display: none;
	}
	.i-thi-wrap .pc-scroll{
		display: none;
	}
	.i-thi-wrap .mobile-scroll{
		display: block;
	}
	.i-thi-wrap .list-wrap{
		margin-top: 30px;
	}
	.i-fiv-wrap li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.i-fiv-wrap .cont-wrap{
		padding-top: 22px;
	}
	.i-sev-wrap .m-scroll{
		padding-bottom: 28px;
	}
	.i-eig-wrap{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.i-eig-wrap .list-wrap{
		margin-top: 40px;
	}
	
	
	.about-ban .cont-wrap{
		/*display: none;*/
	}
	.team-wrap .sec-wrap .row-box .img-scroll{
		width: 100%;
	}
	.team-wrap .sec-wrap .row-box .cont-wrap{
		padding: 40px 7%;
		width: 86%;
		margin: 0;
	}
	.ins-ban{
		height: auto;
	}
	.ins-ban .bgimg{
		width: 100%;
	}
	.website-ban .bgimg{
		width: 1380px;
		left: 50%;
		margin-left: -690px;
	}
	.ins-ban .up-cont{
		margin-top: 0;
		/*top: auto;*/
		top: 50px;
	}
	.ins-ban .up-cont .down-ico,.ins-ban .up-cont .font{
		display: none;
	}
	.website-ban .up-cont .font{
		display: block;
		font-size: 18px;
		line-height: 28px;
		margin-top: 24px;
	}
	.website-ban .up-cont .line{
		margin-top: 20px;
	}
	.news-ban{
		height: 300px;
	}
	.news-ban .up-tit h4{
		font-size: 32px;
		line-height: 60px;
	}
	.news-ban .up-tit .line{
		height: 2px;
	}
	.public-list .list-wrap ul{
		width: 105%;
	}
	.public-list .list-wrap li{
		width: 45%;
		margin-right: 5%;
	}
	.public-list .top-nav .s-nav{
		height: auto;
	}
	.public-list .top-nav .s-nav li{
		margin-bottom: 10px;
	}
	.public-list .top-nav .s-nav li a{
		padding: 0;
	}
	.public-list .list-wrap{
		margin-top: 10px !important;
	}
	.adsuper-wrap .sec-wrap .imgbox{
		width: 100%;
	}
	.adsuper-wrap .sec-wrap .cont-wrap{
		width: 90%;
		padding: 30px 5% 60px;
		margin-left: 0;
	}
	.adsuper-wrap .sec-wrap .flex-control-nav{
		left: 0;
		width: 100%;
		text-align: center;
	}
	.adsuper-wrap .fir-wrap .left-wrap{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.adsuper-wrap .fir-wrap .right-cont{
		padding-top: 40px;
	}
	.case-info .fir-wrap .left-wrap,.case-info .fir-wrap .right-cont{
		width: 90%;
		padding: 40px 5%;
	}
	.wechat-info-ban .up-cont h4{
		font-size: 26px;
		line-height: 46px;
	}
	.wechat-info-ban .up-cont .line{
		height: 2px;
	}
	.wechat-info-ban .up-cont .font{
		margin-top: 16px;
	}
	.website-info-ban .up-cont .link-ico{
		margin-top: 15px;
	}
	.bot-paging{
		position: absolute;
		bottom: 10px;
	}
	.bot-paging.long{
		width: 89%;
		left: 5.5%;
	}
	.wechat-info-ban{
		height: auto;
	}
	.wechat-info-ban img{
		/*width: 100%;*/
		width: 1380px;
		left: 50%;
		margin-left: -690px;
	}
	.wechat-info-ban .up-cont{
		margin-top: 0;
		top: 110px;
	}
	.news-wrap{
		padding-top: 45px;
	}
	.news-wrap .top-tit .search-box{
		margin-top: 16px;
	}
	.news-wrap .list-wrap .boxs{
		width: 48%;
	}
	
	
	.news-wrap .top-tit .year-list li{
		font-size: 16px;
		line-height: 50px;
		padding:0 20px;
		text-align:center
	}
	.news-wrap .list-wrap{
		margin-top: 18px;
	}
	.search-alert .cent-form .tex{
		height: 60px;
		line-height: 60px;
		font-size: 28px;
		background-position: 30px 20px !important;
	}
	.search-alert .cent-form{
		height: 60px;
		margin-top: -30px;
	}
	.search-alert .cent-form .sub-butn{
		height: 60px;
		line-height: 60px;
		margin-top: 0;
		/*background: url(../images/ico_36.png) no-repeat center;*/
		/*font-size: 0;*/
	}
	.about-home .fir-wrap .left-cont,.about-home .fir-wrap .right-cont{
		width: 100%;
		padding: 30px 5%;
		margin: 0;
	}
	.about-home .fir-wrap .right-cont{
		min-height: 10px;
	}
	.about-home .fir-wrap .link-box{
		margin-top: 30px;
	}
	.about-home .fir-wrap h4{
		font-size: 50px;
		line-height:46px; margin:0
	}
	.about-home .sec-wrap{
		height: 400px;
	}
	.about-home .sec-wrap .cont-wrap{
		width: 88%;
		left: 6%;
		margin-top: -120px;
	}
	.about-wrap .fou-wrap .imgbox{
		width: 100%;
	}
	.about-wrap .fou-wrap .right-cont{
		width: 90%;
		padding: 30px 5%;
		margin: 0 auto;
	}
	.about-wrap .fir-wrap .left-cont,.about-wrap .fir-wrap .right-cont{
		width: 90%;
		padding: 30px 5%;
		margin: 0 auto;
	}
	.about-wrap .fir-wrap .right-cont{
		min-height: 10px;
	}
	/*.culture-wrap{
		padding-top: 0;
	}
	.culture-wrap .fir-list ul{
		width: 100%;
	}*/
	.culture-wrap .fir-list li.even-li .img,.culture-wrap .fir-list li.odd-li .img{
		width: 100%;
	}
	.culture-wrap .fir-list li.even-li .cont-wrap,.culture-wrap .fir-list li.odd-li .cont-wrap{
		width: 90%;
		padding: 20px 5% 25px;
		margin: 0;
	}
	.culture-wrap .sec-list .cont-wrap .imgbox{
		display: block;
		width: 100%;
	}
	.about-wrap .fir-wrap .left-cont h4{
		font-size: 36px;
		line-height: 66px;
	}
	.future-wrap .top-main li.even-li .imgbox,.future-wrap .top-main li.odd-li .imgbox{
		width: 100%;
	}
	.future-wrap .top-main li.even-li .cont-wrap,.future-wrap .top-main li.odd-li .cont-wrap{
		width: 90%;
		padding: 30px 5%;
		margin: 0;
	}
	.public-list .list-wrap li:hover .up-erwei{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.society-wrap .main-column li.even-li .imgbox,.society-wrap .main-column li.odd-li .imgbox{
		width: 100%;
	}
	.society-wrap .main-column li.even-li .cont-wrap,.society-wrap .main-column li.odd-li .cont-wrap{
		width: 90%;
		padding: 30px 5% 40px;
		margin: 0;
	}
	.adsuper-wrap .fou-wrap .imgbox{
		width: 100%;
	}
	.adsuper-wrap .fou-wrap .right-cont{
		width: 90%;
		padding: 30px 5%;
	}
	.vr-ban .up-cont .s-tit{
		font-size: 30px;
		line-height: 40px;
	}
	.vr-ban .up-cont .line{
		margin-top: 32px;
	}
	.vr-ban .up-cont .s-tit{
		margin-top: 30px;
	}
	.news-ban .bot-paging{
		display: block;
	}
	.website-ban .up-cont{
		top: 170px;
	}
	.website-ban .up-cont h4{
		font-size: 24px;
		line-height: 40px;
	}
	.website-ban .up-cont .s-tit{
		font-size: 16px;
		line-height: 26px;
	}
	.website-ban .up-cont .link-box{
		margin-top: 50px;
	}
	.interact-wrap .fir-wrap .left-wrap,.interact-wrap .fir-wrap .right-cont{
		width: 90%;
		padding: 30px 5%;
		margin: 0;
	}
	.interact-ban .up-cont .line{
		margin-top: 16px;
	}
	.interact-ban .up-cont .link-box{
		margin-top: 40px;
	}
	.interact-ban .up-cont h4{
		font-size: 28px;
		line-height: 40px;
	}
	.interact-ban .up-cont .link-box{
		margin-top: 20px;
	}
	.team-wrap .fir-wrap .list-wrap li .en-tit{
		font-size: 18px;
	}
	.team-wrap .fir-wrap .list-wrap li .word{
		margin-top: 22px;
	}
	.body-wrap .w1520{
		width: 100%;
	}
	.news-wrap .w1520{
		width: 90%;
	}
	.i-eig-wrap .list-wrap ul{
		width: 107.3%;
	}
	.i-eig-wrap .list-wrap li{
		/*margin-right: 12px;*/
		width: 26%;
		margin-right: 7.3%;
		min-height: 40px;
		margin-bottom: 20px;
	}
	.i-eig-wrap .tit-box .more{
		/*background: none;*/
		display: none;
	}
	.medium-wrap .fir-wrap .left-cont{
		padding-bottom: 20px;
	}
	.medium-wrap .fir-wrap .tit{
		font-size: 20px;
	}
	.medium-wrap .fir-wrap .word{
		margin-top: 22px;
	}
	.medium-wrap .fir-wrap .left-cont,.medium-wrap .bot-news-med .left-cont{
		width: 90%;
		padding: 30px 5%;
		min-height: 10px;
	}
	.medium-wrap .fir-wrap .right-img,.medium-wrap .bot-news-med .img-box{
		width: 100%;
	}
	.bigdata-wrap .sec-wrap .tit{
		margin-top: 12px;
	}
	.bigdata-wrap .sec-wrap li{
		width: 100%;
	}
	.bigdata-wrap .sec-wrap .font{
		height: auto;
	}
	.bigdata-wrap .sec-wrap .cont-box{
		width: 90%;
		padding: 30px 5%;
		min-height: 10px;
	}
	.about-wrap{
		padding-top: 0;
	}
	.public-list .top-nav{
		padding-top: 38px!important;
	}
	.public-list .top-share{
		/*top: 16px;*/
		display: none;
	}
	.about-home{
		padding-top: 0;
	}
	.about-home .thi-wrap .num-list .num{
		font-size: 60px;
	}
	.i-eig-wrap .tit-box .more{
		margin-top: 5px;
	}
	.i-thi-wrap .mobile-scroll ul{
		width: 100%;
	}
	.i-thi-wrap .mobile-scroll li{
		margin-right: 0;
	}
	.i-thi-wrap{
		padding-top: 32px;
	}
	.i-fou-wrap .cont-wrap{
		width: 86%;
		margin-left: 7%;
	}
	.culture-wrap .fir-list li.even-li .cont-wrap{
		border: 1px solid #eee;
	}
	.culture-wrap .sec-list .tit-box{
		padding-bottom: 38px;
	}
	.news-recommend-list .cont-wrap .tit a{
		height: auto;
	}
	.i-column-wrap .link{
		margin-top: 30px;
	}
	.i-thi-wrap .list-wrap .cont-wrap{
		padding: 20px 6.4% 0;
	}
	.bigdata-wrap{
		padding-top: 0;
	}
	.history-wrap .cent-line-box{
		left: 0;
	}
	.history-wrap .cent-wrap li{
		width: 94%;
		padding-left: 6%;
	}
	.history-wrap .cent-wrap li .img{
		display: none;
	}
	.history-wrap .cent-wrap li .point{
		left: 0;
	}
	.history-wrap .cent-wrap li:nth-child(odd) .cont-box,.history-wrap .cent-wrap li:nth-child(even) .cont-box{
		text-align: left;
	}
	.history-wrap .cent-wrap li:nth-child(even) .cont-box{
		float: left;
	}
	.history-wrap .cent-line-box .point-h{
		background: none;
	}
	.history-wrap .cent-wrap li .cont-box{
		width: 96%;
	}
	.history-wrap .cent-wrap li:nth-child(odd) .cont-box{
		margin-left: 0;
	}
	.history-wrap .cent-wrap li:nth-child(even) .cont-box{
		width: 96%;
		margin-right: 0;
	}
	.history-wrap .cent-wrap li{
		opacity: 1;
	}
	.history-wrap .cent-wrap li .point i{
		display: inline-block;
	}
	.about-wrap .thi-wrap .row-box .up-cont .font, .about-wrap .fiv-wrap .row-box .up-cont .font{
		display: none;
	}
	.about-wrap .thi-wrap .row-box .up-cont .stit, .about-wrap .fiv-wrap .row-box .up-cont .stit{
		font-size: 16px;
		line-height: 20px;
	}
	.about-wrap .thi-wrap .row-box:hover .up-cont, .about-wrap .fiv-wrap .row-box:hover .up-cont {
	    bottom: 10px;
	}
	.bot-out-link{
		display: none;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
.about-home .sec-wrap .font,.about-home .thi-wrap .font{ font-size:12px;}
	
	
	.contact-wrap .address{
		width: 100%;
	}
	.i-thi-wrap .mobile-scroll{
		padding-bottom: 30px;
	}
	.i-thi-wrap .nav-box .left-link span,.i-thi-wrap .nav-box .left-link a.type-link{
		margin-bottom: 5px;
		margin-right: 2px;
	}
	.i-m-ban li .word p{
		height: auto;
		font-size: 22px;
		line-height: 32px;
	}
	.i-m-ban li .cent-cont{
		margin-top: -180px;
	}
	header, header.fixed{
		height: 60px;
	}
	header.fixed .header-main{
		padding-top: 12px;
	}
	header .header-main{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	header .logo img,header.fixed .header-main .logo img{
		height: 34px;
	}
	header .m-btn{
		margin-top: 0px;
		padding: 8px;
	}
	.ins-ban .up-cont h4{
		line-height: 50px;
		font-size: 26px;
	}
	.ins-ban .up-cont .line{
		width: 20px;
		height: 2px;
		margin-top: 5px;
	}
	.website-ban .up-cont .line{
		margin-top: 20px;
	}
	.public-list .list-wrap ul{
		width: 100%;
	}
	.public-list .list-wrap li{
		width: 100%;
		margin-right: 0;
	}
	.adsuper-wrap .fir-wrap .left-wrap{
		width: 90%;
		padding: 20px 5%;
	}
	.adsuper-wrap .fir-wrap .right-cont{
		padding: 30px 5% 40px;
		width: 90%;
		margin-left: 0;
	}
	.adsuper-wrap .sec-wrap .cont-wrap .tit{
		font-size: 26px;
		line-height: 38px;
	}
	.wechat-info-ban .up-cont h4{
		font-size: 24px;
		line-height: 40px;
	}
	.wechat-info-ban .up-cont .line{
		height: 2px;
		width: 30px;
	}
	.wechat-info-ban .up-cont .font{
		font-size: 16px;
		margin-top: 18px;
	}
	.bot-paging{
		bottom: 10px;
	}
	.society-info .fir-wrap .link-box{
		margin-top: 40px;
	}
	.news-wrap .list-wrap .boxs{
		width: 100%;
	}
	.news-wrap .top-tit .year-list{
		width: 100%;
	}
	.news-wrap .top-tit .search-box{
		float: left;
	}
	.search-alert .cent-form .tex{
		padding-left: 10px;
		text-align: left;
		background: none;
		font-size: 20px;
	}
	.search-alert .cent-form .sub-butn{
		font-size: 22px;
		color: #777;
	}
	.about-home .thi-wrap .left-wrap{
		width: 100%; 
	}
	.about-home .thi-wrap .right-pic{
		width: 100%;
		margin-top: 20px;
	}
	.about-home .thi-wrap{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.news-recommend-more .list-wrap{
		margin-top: 40px;
	}
	.news-recommend-list.m-scroll{
		padding-bottom: 20px;
	}
	.about-ban .cent-cont,.about-ban .num-top{
		display: none;
	}
	.about-ban .top-tit h4{
		font-size: 20px;
		line-height: 30px;
	}
	.about-ban .top-tit .tit,.about-ban .top-tit .date{
		font-size: 14px;
		line-height: 24px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box .num{
		font-size: 64px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box .stt{
		font-size: 14px;
		line-height: 30px;
		bottom: 20px;
		width: 40px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font{
		margin-top: -82px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .num{
		font-size: 32px;
		line-height: 38px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .line{
		margin: 12px auto 15px;
	}
	.team-wrap .fir-wrap .list-wrap li .word{
		display: none;
	}
	.team-wrap .fir-wrap .list-wrap li .en-tit{
		font-size: 16px;
		line-height: 20px;
	}
	.team-wrap .fir-wrap .list-wrap li .cn-tit{
		font-size: 14px;
		line-height: 18px;
		margin-top: 7px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font{
		margin-top: -70px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .num{
		font-size: 26px;
		line-height: 30px;
	}
	.team-wrap .sec-wrap .row-box .flex-control-nav{
		height: 10px;
		bottom: 15px;
	}
	.about-wrap .fir-wrap .left-cont .stit{
		line-height: 32px;
	}
	.society-wrap .main-column .cont-wrap .stit{
		font-size: 22px;
	}
	.society-wrap .main-column .cont-wrap .mtit{
		font-size: 16px;
	}
	.i-column-wrap .font{
		font-size: 12px;
	}
	.ins-ban .bgimg {
	    width: 600px;
	    left: 50%;
	    margin-left: -300px;
	}
	.website-ban .bgimg{
		width: 1380px;
		left: 50%;
		margin-left: -690px;
	}
	.website-ban .up-cont{
		top: 180px;
	}
	.ins-ban .up-cont{
		top: 50px;
	}
	.website-ban .up-cont{
		top: 180px;
	}
	.vr-ban .up-cont .s-tit{
		font-size: 20px;
		margin-top: 16px;
	}
	.ins-ban .up-cont .vr-logo{
		height: 30px;
		margin-bottom: 20px;
	}
	.ins-ban .up-cont .vr-logo img{
		height: 100%;
	}
	.news-info{
		padding-top: 40px;
	}
	.news-info .tit-box h4{
		font-size: 22px;
	}
	.website-ban .up-cont .s-tit{
		display: none;
	}
	.website-ban .up-cont .link-box{
		margin-top: 30px;
	}
	.website-ban .up-cont .link-box a{
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.webisite-info .main-wrap{
		padding-top: 40px;
	}
	.case-info .thi-smallban{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.interact-ban .up-cont .link-box{
		margin-top: 20px;
	}
	.interact-ban .up-cont .link-box a{
		width: 90px;
		height: 32px;
		line-height: 32px;
	}
	.interact-ban .up-cont .link-box a i{
		height: 32px;
	}
	.interact-ban .up-cont .link-box a span{
		margin-left: 4px;
	}
	.i-fir-wrap .right-wrap .about-recom .stit{
		font-size: 36px;
	}
	.i-fir-wrap .right-wrap .about-recom .cont{
		height: auto;
	}
	.i-fir-wrap .right-wrap .about-recom .font{
		width: 100%;
	}
	.i-fir-wrap .right-wrap .about-recom .bot-link{
		position: relative;
		width: 100%;
		left: 0;
		margin-top: 20px;
	}
	.about-home .fir-wrap h4{
		font-size: 40px;
	}
	.about-home .sec-wrap .stit{
		font-size: 28px;
	}
	.website-info-ban .up-cont .link-ico{
		display: none;
	}
	.i-thi-wrap .nav-box .left-link .all{
		display: none;
	}
	.i-thi-wrap .nav-box .left-link .type1,.i-thi-wrap .nav-box .left-link .type2,.i-thi-wrap .nav-box .left-link .type3{
		background: #f5f5f5;
		padding: 0;
		/*width: 82px;*/
		padding: 0 22px;
		text-align: center;
		line-height: 44px;
	}
	.i-thi-wrap .nav-box .left-link a.type-link{
		margin-right: 5px;
	}
	.i-thi-wrap .nav-box .left-link .type1:hover,.i-thi-wrap .nav-box .left-link .type2:hover,.i-thi-wrap .nav-box .left-link .type3:hover{
		background: #f5f5f5;
	}
	.bigdata-wrap .sec-wrap .ico{
		height: 40px;
		background-size: auto 100% !important;
	}
	.bigdata-wrap .fir-wrap .tit{
		font-size: 22px;
	}
	.bigdata-wrap .fir-wrap .stit{
		margin-top: 12px;
	}
	.i-fir-wrap .right-wrap .about-recom .cont{
		width: 88%;
		padding: 18px 6% 0;
	}
	.i-fir-wrap .left-wrap .cent-cont{
		width: 86%;
		margin-left: 7%;
	}
	.i-sec-wrap .right-cont, .i-sex-wrap .cont-wrap{
		width: 86%;
		margin-right: 7%;
	}
	.i-thi-wrap .main-wrap,.i-sev-wrap .main-wrap, .i-eig-wrap .main-wrap,footer .main-wrap, .contact-wrap .main-wrap{
		width: 88%;
	}
	.i-sev-wrap{
		padding-top: 30px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box{
		height: 100px;
		padding-top: 20px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box .num{
		line-height: 100px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list{
		/*height: 310px;*/
		height: auto;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .word{
		width: 70%;
		margin-top: 5px;
	}
	.culture-wrap .sec-list{
		padding-bottom: 80px;
		padding-top: 46px;
	}
	.culture-wrap .sec-list .tit-box{
		padding-bottom: 32px;
	}
	.future-wrap .top-main .cont-wrap .tit{
		font-size: 20px;
		line-height: 32px;
	}
	.future-wrap .top-main .cont-wrap .stt{
		font-size: 16px;
		line-height: 22px;
		margin-top: 16px;
	}
	.future-wrap .top-main .cont-wrap .cn-font{
		font-size: 12px;
		line-height: 24px;
		margin-top: 22px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li{
		padding-bottom: 40px;
		width: 100%;
	}
	.culture-wrap{
		padding-top: 26px;
	}
	.public-list .top-nav h3{
		font-size: 22px;
		line-height: 32px;
	}
	.public-list .top-nav .s-nav{
	
		position: relative;
		overflow: hidden;
	}
	.public-list .top-nav .s-nav li{
		margin-right: 32px;
	}
	.public-list .load-more{
		width: 150px;
		height: 50px; 
		line-height: 50px; margin:10px auto;
	}.public-list{ padding-bottom:30px }
	.society-wrap .main-column li.even-li .cont-wrap, .society-wrap .main-column li.odd-li .cont-wrap{
		padding: 15px 5% 26px;
	}
	.society-wrap .main-column li .link{
		margin-top: 20px;
	}
	
	
	.history-wrap .tit-box h4{
		font-size: 28px;
	}
	.history-wrap{
		padding-top: 50px;
	}
	.history-wrap .cent-wrap li .year{
		font-size: 32px;
	}
}
@media (max-width: 350px) {
	.wechat-info-ban .up-cont h4{
		font-size: 18px;
		line-height: 30px;
	}
	.wechat-info-ban .up-cont .font{
		font-size: 14px;
		line-height: 24px;
	}
	.bot-paging{
		bottom: 0;
	}
	.ins-ban .up-cont{
		top: 60px;
	}
	.ins-ban .up-cont h4{
		font-size: 22px;
		line-height: 46px;
	}
	.i-thi-wrap .nav-box .left-link .type1, .i-thi-wrap .nav-box .left-link .type2, .i-thi-wrap .nav-box .left-link .type3, .i-thi-wrap .nav-box .left-link .type4{
		padding: 0 16px;
		line-height: 40px;
		font-size: 12px;
	}
	.i-thi-wrap .list-wrap{
		margin-top: 25px;
	}
}

.body-wrap.white-bg{
	background-color: #fff;
}

.website-banner{
	width: 100%;
	height: 660px;
	position: relative;
	overflow: hidden; z-index:5;
	background-color: #333;
}
.website-banner .bg-box{
	width: 100%;
	height: 100%;
	display: none;
}
.website-banner.active .bg-box{
	display: block;
}
.website-banner .up-cont{
	width: 78%;
	margin-top: 180px;
	color: #fff;
	position: absolute;
	left: 11%;
	top: 0;
	text-align: center;
}

.website-banner .up-cont .tit1{
	font-size: 55px;
	line-height: 64px;
	    font-family: font;
}
.website-banner .up-cont .line{
	display: block;
	width: 50px;
	height: 4px;
	background-color: #fff;
	margin-top: 25px;
}
.website-banner .up-cont .tit2{
	display: block;
	/*width: 60%;
	margin-top: 36px;*/
	font-size: 30px;
	line-height: 50px;
}.website-banner .up-cont .tit3{
	display: block;
	/*width: 60%;
	margin-top: 36px;*/
	font-size: 18px;
	line-height: 30px; padding-top:15px;
}
.website-banner .up-cont .link-btn{
	display: block;
	width: 182px;
	padding-left: 24px;
	line-height: 56px;
	color: #fff;
	border: 2px solid #fff;
	background: url(../images/ico_72.png) no-repeat 175px center;
	margin-top: 45px;
	font-size: 22px;
	font-family: "Base-font";
}
.website-banner .up-cont .cent-list{
	width: 800px;
	margin: 54px auto 0;
	text-align: left;
	color: #fff;
}
.website-banner .up-cont .cent-list ul{
	width: 100%;
}
.website-banner .up-cont .cent-list li{
	width: 260px;
	
	position: relative;
	text-align:center;
}
.website-banner .up-cont .cent-list li .line-t{
	display: inline-block;
	width: 1px;
	height: 98px;
	background-color: #fff;
	opacity: 0.15;
	position: absolute;
	right: 0;
	top: 5px;
}
.website-banner .up-cont .cent-list .tt{
	font-size: 24px;
	line-height: 36px;
}
.website-banner .up-cont .cent-list .num{
	font-size: 72px;
	line-height: 30px;
    font-family: "Impact";
    margin-top:30px;
}
.website-banner .news-recom{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 50px;
	height: 50px;
	background-color: rgba(10,10,10,0.3);
}
.website-banner .news-recom .cent-wrap{
	width: 74%;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
.website-banner .news-recom .tit{
	font-size: 14px;
}
.website-banner .news-recom .line{
	display: inline-block;
	width: 1px;
	height: 16px;
	margin: 17px 20px 0 15px;
	background: #fff;
	opacity: 0.2;
}
.website-banner .news-recom .list{
	width: 400px;
}
.website-banner .news-recom .list li a{
	display: block;
	float: left;
	color: #fff;
}
.website-banner .news-recom .list li .stt{
	font-size: 14px;
}
.website-banner .news-recom .list li{
	height: 50px;
}
.website-banner .news-recom .list .date{
	display: inline-block;
	margin-left: 24px;
	font-size: 12px;
	color: #fff;
	opacity: 0.5;
}
.website-banner .news-recom .list .btn{
	display: block;
	width: 34px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
}
.website-banner .news-recom .list .prev{
	right: 36px;
	background: url(../images/ico_75.png) no-repeat center;
}
.website-banner .news-recom .list .prev:hover{
	background: url(../images/ico_75_h.png) no-repeat center;
}
.website-banner .news-recom .list .next{
	right: 8px;
	background: url(../images/ico_76.png) no-repeat center;
}
.website-banner .news-recom .list .next:hover{
	background: url(../images/ico_76_h.png) no-repeat center;
}

.website-column{
	width: 100%;
}
.website-column ul{
	width: 100%;
}
.website-column li{
	width: 25%;
	position: relative;
	overflow: hidden;
}
.website-column li a{
	display: block;
	width: 100%;
	color: #fff;
}
.website-column li img{
	width: 101%;
}
.website-column li .up-cont{
	position: absolute;
	width: 86%;
	padding: 0 7% 0;
	left: 0;
	top: 50%;
	margin-top: -90px;
}
.website-column li .tit{
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}
.website-column li .font{
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	width: 59%;
	min-height: 110px;
}
.website-column li .font h2{
	line-height: 26px;
	font-size: 14px;
}
.website-column li .font a{
	display: inline-block;
	width: auto;
}
.website-column li .tit a{
	display: inline-block;
	width: auto;
}
/*.website-column li.white .tit,.website-column li.white .font{
	color: #555;
}*/
.website-column li.white .more-ico{
	border: 1px solid rgba(0,0,0,0.05);
	background: url(../images/ico_74.png) no-repeat center;
}
.website-column li .more-ico{
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255,255,255,0.05);
	background: url(../images/ico_73.png) no-repeat center;
	border-radius: 50%;
	margin-top: 30px;
}
.website-wrap .top-nav{
	padding-top: 65px;
}
.website-wrap .top-nav h3{
	text-align: center;
}
.website-wrap .top-nav .s-nav{
	text-align: center;
}
.website-wrap .top-nav .s-nav ul{
	display: inline-block;
}
.website-wrap .top-nav .s-nav li.tt{
	margin-right: 32px;
}
.website-wrap .list-wrap{
	margin-top: 42px;
}

.i-wrap .up-graybox .stit{
	line-height: 26px;
	padding: 3px 0;
	margin-top: -29px;
}
.i-nine-wrap{
  background: #fff;
  padding: 22px 0 50px;
}
.nine-wrap-list{
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.nine-wrap-list ul{
    width: 102%;
    padding-bottom: 10px;
}
.nine-wrap-list li{
  width: 31.5%;
  margin-right:1.75%;
  border: 1px solid #ececec;
  padding: 1.6%;
  transition:box-shadow 0.3s;
  box-sizing: border-box;
}
.nine-wrap-list li .pic{
    width: 39.8%;
    overflow: hidden;
    position: relative;
}
.nine-wrap-list li .pic img{
    width: 100%;
}
.nine-wrap-list li .con{
    width: 100%;
}
.nine-wrap-list li h2{
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-bottom: 17px;
}
.nine-wrap-list li p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.nine-wrap-list li .link-point {
    display:block;
    width: 24px;
    height: 8px;
    background: url(../images/ico_08.png) no-repeat center;
    margin-top:38px;
}
.i-nine-wrap .main-wrap {
    /*width: 82.8%;*/
    width: 93.4%;
    margin: 0 auto;
}

.i-nine-wrap .top-titbox h4 {
    font-size: 24px;
    line-height: 40px;
    color: #333;
    font-weight: normal;
}
.i-nine-wrap .top-titbox .line {
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #1c1c1c;
    margin-top: 8px;
}
.i-nine-wrap .top-titbox .font {
    display: block;
    line-height: 32px;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}
.i-nine-wrap .top-titbox .more {
    display: inline-block;
    line-height: 32px;
    margin-top: 60px;
    padding-left: 25px;
    background: url(../images/ico_09.png) no-repeat left center;
    font-size: 14px;
}

.nine-wrap-list.mobile-list{
    display: none;
    padding-bottom: 48px;
}
.nine-wrap-list.mobile-list li{
    margin-right: 0;
}

@media (min-width: 1200px) {
	.website-banner .up-cont .tit1, .website-banner .up-cont .line, .website-banner .up-cont .tit2, .website-banner .up-cont .cent-list{
		opacity: 0;
	    filter: alpha(opacity=0);
	    transform: translateY(30px);
	}
	.website-column li img{
		transform: translateZ(0px);
    	transition: transform 0.3s ease 0s;
	}
	.website-column li:hover img{
		transform: scale(1.1, 1.1);
    	transition: transform 0.6s ease 0s;
	}
	.website-banner.active .up-cont .tit1 {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    transform: translateY(0);
	    transition: 0.3s ease 0.2s;
	}
	.website-banner.active .up-cont .line {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    transform: translateY(0);
	    transition: 0.3s ease 0.4s;
	}
	.website-banner.active .up-cont .tit2 {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    transform: translateY(0);
	    transition: 0.3s ease 0.6s;
	}
	.website-banner.active .up-cont .cent-list {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    transform: translateY(0);
	    transition: 0.3s ease 0.8s;
	}
}
@media (max-width: 1580px) {
	.website-banner .up-cont .tit2{
		font-size: 40px;
		line-height: 58px;
	}
	.website-column li .tit{
		font-size: 18px;
		line-height: 32px;
	}
	.website-column li .font{
		width: 90%;
		font-size: 14px;
		margin-top: 4px;
	}
	.website-column li .more-ico{
		margin-top: 20px;
	}
	.website-column li .up-cont{
		margin-top: -80px;
	}
}
@media (max-width: 1400px) {
	.website-column li .font{
		margin-top: 0;
	}
	.website-column li .up-cont{
		margin-top: -70px;
	}
}
@media (max-width: 1300px) {
	.website-banner .up-cont{
		width: 89%;
		left: 5.5%;
	}
	.website-column li .font{
		line-height: 22px;
		min-height: 44px;
	}
	.website-column li .font h2{
		line-height: 22px;
	}
	.website-banner .up-cont .tit1{
		font-size: 50px;
		line-height: 72px;
	}
	.website-banner .up-cont .tit2{
		font-size: 26px;
		line-height: 52px;
	}
	.website-banner .up-cont .link-btn{
		border-width: 1px;
		width: 140px;
		padding-left: 15px;
		line-height: 42px;
		font-size: 16px;
		background: url(../images/ico_72.png) no-repeat 126px center;
	}
}
@media (max-width: 1050px) {
	.website-column li{
		width: 50%;
	}
	.website-column li .tit{
		font-size: 24px;
		line-height: 50px;
	}
	.new-float{
		display: none;
	}
	 .nine-wrap-list.pc-list{
        display: none;
    }
    .nine-wrap-list.mobile-list {
        display: block;
    }
    .i-nine-wrap {
        padding: 22px 0 40px;
    }
}
@media (max-width: 900px) {
	.website-banner{
		height: 400px !important;
	}
	.website-banner .up-cont .tit1{
		font-size: 42px;
	}
	.website-banner .up-cont .tit2{
		font-size: 26px;
		line-height: 48px;
	}
	.website-banner .up-cont{
		margin-top: 120px;
	}
	.website-banner .news-recom{
		display: none;
	}
	.website-banner .up-cont .cent-list{
		width: 100%;
	}
	.website-banner .up-cont .cent-list li{
		width: 33.3%;
		padding-left: 0;
		text-align: center;
	}
	.website-banner .up-cont .cent-list .num{
		font-size: 68px;
		line-height: 76px; margin-top:10px;
	}
}
@media (max-width: 780px) {.about-home .fir-wrap .left-cont p{ font-size:14px;}.about-home .fir-wrap h5{ font-size:24px;}
	.website-column li .tit{
		font-size: 20px;
		line-height: 30px;
	}
	.website-column li .up-cont{
		margin-top: -60px;
	}
	.website-banner .up-cont .tit1{
		/*font-size: 32px;*/
		line-height: 60px;
	}

}
@media (max-width: 480px) {
	.website-column li{
		width: 100%;
	}
	.website-banner .up-cont .tit1{
		font-size: 30px;
	}
	.website-banner .up-cont .tit2{
		font-size:16px;
		line-height: 36px;
	}
	.website-column li .font,.website-column li .more-ico{
		display: block;
	}
	.website-column li .font{
		width: 100%;
	}
	.website-banner .up-cont .cent-list .tt{
		font-size: 12px;
		line-height: 28px;
	}
	.website-banner .up-cont .cent-list .num{
		font-size: 42px;
		line-height: 60px;
	}
	.website-column li .tit{
		font-size: 20px;
		line-height: 44px;
	}
	.website-column li .up-cont{
		margin-top: -70px;
	}
	.website-banner .up-cont .cent-list li .line-t{
		height: 70px;
	}
}


.alert-contact-box{
    width: 577px;
    height: 342px;
    background: url(../images/inviteBack1.png) no-repeat center;
    position: fixed;
    z-index: 10;
    left: 50%;
    margin-left: -288px;
    top: 50%;
    margin-top: -171px;
    display: none;
    text-align: center;
    line-height: 1.35;
    color: #fff;
}	

.alert-contact-box .close{
	display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 27px;
    top: 21px;
    cursor: pointer;

}
.alert-contact-box .word1{
	font-size: 26px;
	margin-top: 50px;
}
.alert-contact-box .word2{
	font-size: 48px;
}
.alert-contact-box .word3{
	font-size: 13px;
	opacity: .8;
}
.alert-contact-box .tel{
	position: relative;
	display: inline-block;
	font-size: 21px;
	padding: 0 10px;
}
.alert-contact-box .tel:before,
.alert-contact-box .tel:after{
	content: '';
	display:block;
	width: 32px;
	height: 1px;
	background: #fff;
	opacity: .2;
	position: absolute;
	top: 50%;
}
.alert-contact-box .tel:before{
	left: -32px;
}
.alert-contact-box .tel:after{
	right: -32px;
}
.alert-contact-box .qqlink {
    display: block;
    width: 190px;
    height: 42px;
    margin: 35px auto 20px;
    cursor: pointer;
    color: #fff;
    background-color: #f98f1d;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}


@media (max-width: 780px) {
#main{ margin-left:0; margin-right:0; width:100%}.news-wrap .list-wrap .boxs{ margin-left:0; margin-right:0}
.website-banner .up-cont .tit3{ font-size:14px;}
.i-column-wrap.black .stit span:first-child{ left:-40px}.i-column-wrap.black .stit span:last-child{ right:-40px} .i-column-wrap .mtit{ margin-bottom:20px}
.i-column-wrap.black .stit{ font-size:30px}.about-home .thi-wrap .left-wrap{ margin-top:0}
	.alert-contact-box{
	    width: 96%;
	    height: 250px;
	    background: url(../images/inviteBack1.png) no-repeat center/100% 100%;
	    position: fixed;
	    z-index: 10;
	    left: 50%;
	    margin-left: -48%;
	    top: 50%;
	    margin-top: -125px;
	    display: none;
	    text-align: center;
	    line-height: 1.35;
	    color: #fff;
	}	
	.alert-contact-box .close{
	    right:15px;
	    top: 12px;

	}
	.alert-contact-box .word1{
		font-size: 20px;
		margin-top: 20px;
	}
	.alert-contact-box .word2{
		font-size: 38px;

	}
	.alert-contact-box .word3{
		padding: 0 10px;
	}
	.alert-contact-box .tel{
		font-size: 18px;
	}
	.alert-contact-box .qqlink {
	    width: 160px;
	    height: 40px;
	    margin: 20px auto;
	    line-height: 40px;
	    font-size: 16px;
	}
}
