/* CSS Document */
.global-bgimg {
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
.banner-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-item.on .ban-doc h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.banner-item.on .ban-doc .doc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.ban-img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 6s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ban-doc {
  position: absolute;
  right: 0;
  left: 0;
  width: 800px;
  margin: 0 auto;
  z-index: 5;
}
.ban-doc h3 {
  font-size: 38px;
  line-height: 72px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}
.ban-doc .doc {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  height:64px;
  overflow:hidden;
}
@media screen and (max-width:1400px){
  .ban-doc h3 {
  font-size: 36px;
  line-height: 72px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
.ban-doc .doc {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  height:56px;
  overflow:hidden;  
}
}
// .ban-doc .ban-more {
//   background: url(../images/global-btnbg.png) no-repeat center center;
//   width: 158px;
//   height: 46px;
//   display: block;
//   font-size: 14px;
//   font-weight: bold;
//   text-align: center;
//   line-height: 46px;
//   color: #fff;
//   margin: 0 auto;
//   margin-top: 125px;
// }

.ban-more {
      position: absolute;
    left:0;
    right:0;
    top: 0;
    z-index: 200;
  background: url(../images/global-btnbg.png) no-repeat center center;
  width: 158px;
  height: 46px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  color: #fff;
margin:0 auto;

}

 .ban-more span {
  display: inline-block;
}
 .ban-more .ico {
  vertical-align: middle;
  height: 12px;
  overflow: hidden;
  opacity: 0;
  margin-left: -15px;
  width: 7px;
  text-align: right;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 50;
  background: url(../images/ico_btn_arw.png) no-repeat center center;
  background-size: contain;
  position: relative;
  top: -1px;
}
.ban-doc .ban-more .ico img {
  left: 0;
}
.ban-doc .ban-more .label {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
 .ban-more:hover .ico {
  opacity: 1;
  margin-left: 5px;
  text-align: right;
}
.banner-news {
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  background: url(../images/index-news-bg.png) no-repeat center center;
  z-index: 4;
  width: 100%;
}
.banner-news .ban-news-inner {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.banner-news .ban-news-inner .left-img-con img {
  float: left;
}
.banner-news .ban-news-inner .left-img-con .laba {
  margin-right: 20px;
}
.banner-news .ban-news-inner .left-img-con span {
  height: 36px;
  line-height: 36px;
  float: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.banner-news .ban-news-inner .left-img-con .line {
  margin-left: 18px;
  margin-top: 13px;
}
.banner-news .ban-news-inner .left-img-con .ban-news-car {
  float: left;
  margin-left: 14px;
  margin-top: 10px;
}
.banner-news .ban-news-inner .left-img-con .ban-news-car ul li a {
  font-size: 16px;
  color: #c9c9c9;
  cursor: pointer;
  line-height: 18px;
}
.banner-news .ban-news-inner .left-img-con .ban-news-car ul li a:hover{
  color: #fff;
}
.ban-titCell {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 0 auto;
  z-index:200
}
.ban-titCell a {
  width: 46px;
  height: 4px;
  background-color: #fff;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
}
.ban-titCell a.on {
  background-color:rgba(255,255,255,0.5);
}
.index-global-tit {
  text-align: center;
  padding-top: 97px;
  padding-bottom: 60px;
}
.index-global-tit h3 {
  font-size: 34px;
  line-height: 24px;
  color: #333333;
  margin-bottom:18px; font-weight:bold
}
.index-global-tit .tit-sup {
  font-size: 18px;
  line-height: 20px;
  color: #666666; margin-top:24px
}

.index-global-tit .tit-sup dl{ width:100%; display:flex; margin-top:40px; flex-wrap: wrap ;justify-content:center }
.index-global-tit .tit-sup dl dd{ border:1px #CCC solid;margin: 0.5%;padding:1%; }
.index-global-tit .tit-sup dl dd a{  display:block;  font-size: 18px;}
.index-global-tit .tit-sup dl dd:hover {display:block;  background-image: -webkit-linear-gradient(left,#0d44a2,#0d44a2,#0d44a2); color:#fff}
.index-global-tit .tit-sup dl dd:hover a{color:#fff}


.index-intro-pro {
  height: 1200px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.index-pro-list ul { display:flex; flex-wrap: wrap; justify-content: flex-start  }
.index-pro-list ul li {
  margin-bottom: 50px;
  width: 23%;
  height: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.18);
  float: left;
  margin-right: 25px;
  margin-right: 20px\0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-pro-list ul li .inner {
  padding: 8% 2%;
  position: relative;
  z-index: 30;
}
.index-pro-list ul li .inner a.img-box {

  height: 241px;
  display: block;
  overflow: hidden; text-align:center
}
.index-pro-list ul li .inner a.img-box img {
 height: 100%;
}
.index-pro-list ul li .inner .doc-info {
 
  padding-top:10px; text-align:center
}
.index-pro-list ul li .inner .doc-info span {
  display: block;
  font-size: 17px;
  color: #e17722;
  line-height: 28px;
}
.index-pro-list ul li .inner .doc-info h5 a {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  display: block;
  overflow: hidden;
white-space: nowrap;
}
.index-pro-list ul li .inner .doc-info h5 a:hover{
  color:#000
}
.index-pro-list ul li .inner .doc-info h5 {
  display: block;
  background: url(../images/index_26.png) no-repeat right center;
  padding-right: 22px;
}
.index-pro-list ul li .inner .doc-info h5 img{
  margin-top:2px;
}

.index-pro-list ul li .inner .doc-info > a {
  display: inline-block;
  max-width: 28px;
}
.index-pro-list ul li .inner .doc-info > a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-pro-list ul li .inner .doc-info > a:hover img {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
}
.index-pro-list ul li .pop-bor {
  width: 97%;
  height: 322px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  border: solid 4px #0644af;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.index-pro-list ul li:last-child {
  margin-right: 0;
}
.index-pro-list ul li:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}
.index-pro-list ul li:hover .pop-bor {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.index-pro-list ul li.last {
  margin-right: 0;
}
.index-app-area {
  height: 855px;
  background-position: center center;
  background-repeat: no-repeat; background-size:cover
}

.index-app-inner .index-global-tit h3 {
  color: #fff;
}
.index-app-inner .index-global-tit .tit-sup {
  color: #fff;
}
.index-app-inner .index-app-carou ul {
  margin: 0 -17px;
}
.index-app-inner .index-app-titCell {
  text-align: center;
}
.index-app-inner .index-app-titCell a {
  width: 46px;
  height: 3px;
  display: inline-block;
  background-color: #fff;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(40));
  filter: alpha(opacity = (40));
  margin-right: 12px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.index-app-inner .index-app-titCell a.on {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.index-app-inner .global-more {
  margin-top: 58px;
}
.index-app-item {
  width: 274px;
  margin: 0 17px;
  float: left;
  margin-bottom: 30px;
  position: relative;
}
.index-app-item .img-box {
  width: 274px;
  height: 148px;
  overflow: hidden;
}
.index-app-item .img-box img {
    width: 274px;
  height: 148px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-app-item .doc-bot {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  position: absolute;
  left: 18px;
  bottom: 45px;
}
@media screen and (max-width:1400px){
  .index-app-item .doc-bot {
  font-size: 18px;
  bottom: 35px;
}
}
.index-app-item .mask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(#302f2f, #000000);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#302f2f, #000000);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#302f2f, #000000);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#302f2f, #000000);
  /* 标准的语法 */
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(10));
  filter: alpha(opacity = (10));
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-app-item:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.index-app-item:hover .mask-bg {
  opacity: 0;
}
.index-about-us {
  background-position: center center;
  background-repeat: no-repeat;
  height: 504px;
  margin-top: -72px;
}
.index-about-us .index-about-sup {
  color: #222222;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  height:72px;
  overflow:hidden;
  width: 620px;
  margin: 0 auto;
}

.index-about-us .index-global-tit {
  padding-bottom: 30px ;
}
.index-about-us .global-more {
  margin-top: 65px;
}
.index-about-det {
  padding-top: 30px;
}
// @media screen and (max-width:1400px){
//  .index-about-det {
//   padding-top: 75px;
// } 
// .index-about-inner .index-global-tit{
//   padding-top:80px;
// }
// }
.index-about-det img{
  float:left;
}
.index-about-det .index-about-item {
  float: left;
  width: 375px;
  text-align: center;
  margin-right: 30px;
}
.index-about-det .index-about-item:first-child{
 position: relative;
    left: 38px;
    top:5px;
}
.index-about-det .index-about-item:last-child{
   position: relative;
    right: 34px;
    top:5px;
}
.index-about-det .index-about-item span {
  font-size: 34px;

  display: block;
  color:#222222;
}

.index-about-det .index-about-item i {
  display: block;
  color: #222222;
  font-size: 34px;
  font-family: '微软雅黑';
  font-style: normal;
  font-weight: bold;
  padding-top: 18px;
}

.index-about-det .index-about-item i b {
  font-style: normal; font-family:Arial, Helvetica, sans-serif
}
.index-about-det .index-about-item.nmgr {
  margin-right: 0;
}
@keyframes circleMotion {
  0% {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }
  21% {
    opacity: 1;
    visibility: visible;
  }
  95% {
    transform: scale3d(1.14, 1.14, 1.14) rotate(0.1deg);
    -webkit-transform: scale3d(1.14, 1.14, 1.14);
    -moz-transform: scale3d(1.14, 1.14, 1.14);
    -o-transform: scale3d(1.14, 1.14, 1.14);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }
}
.index-adv-pro {
  position: relative;
  height: 585px;
  overflow: hidden;
}
.index-adv-pro .index-adv-pro-bg {
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute\0;
  left: 0\0;
  top: 0\0;
  width: 100%\0;
  height: 100%\0;
}
.index-adv-pro .circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.index-adv-pro .circle li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 786px;
  height: 560px;
  margin: -75px 0 0 -393px;
}
.index-adv-pro .circle li.move {
  animation-duration: 2.2s;
  animation-name: circleMotion;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.index-adv-pro .circle li.move:first-child {
  animation-delay: 1.1s;
}
.index-adv-pro .doc-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 624px;
  height: 400px;
  margin: 0 auto;
  margin-top: 65px;
  text-align: center;
  color: #fff;
}
.index-adv-pro .doc-box .house-img{
  margin-bottom:20px; font-size:26px
}
.index-adv-pro .doc-box .doc-main {
  width:500px;
  margin-top: 28px;
  font-size: 24px;
  line-height: 34px;
  height: 98px;
  overflow: hidden;
  margin:0 auto;
}

.index-adv-pro .doc-box .doc-sup {
  font-size: 16px;
  line-height: 32px;
  margin-top: 32px;
  height: 96px;
  overflow: hidden;
  margin-bottom:53px;
}

}
.index-adv-pro .doc-box .global-more {
  margin-top: 82px;
}



.mbdh{ display:none}
.header{ display:block}
.jibnanner{ display:none}

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:850px){  


.mbdh{ display:block}
.header{ display:none}

.jibnanner{ display:block}

.index-global-tit .tit-sup dl dd a {
    display: block;
    font-size: 13px;
}.index-global-tit h3 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom:0px;
    font-weight: bold;
}.index-global-tit {
    text-align: center;
    padding-top: 47px;
    padding-bottom: 60px;
}.index-global-tit .tit-sup {
    font-size: 18px;
    line-height: 20px;
    color: #666666;
    margin-top: 0;
}

.index-global-tit .tit-sup dl {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}.index-global-tit {
    text-align: center;
    padding-top: 47px;
    padding-bottom: 30px;
}.index-pro-list ul{ width:100%; margin:0 auto}

.index-pro-list ul li {
    margin-bottom: 2%;
    width: 48%;
    height: 220px; margin-right:1%; margin-left:1%}
.index-pro-list ul li .inner a.img-box {
    height: 161px;
    display: block;
    overflow: hidden;
    text-align: center;
}.index-pro-list ul li .inner .doc-info h5 a {
    font-size: 12px;
    color: #333333;
    line-height: 28px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}.index-pro-list ul li .inner .doc-info h5 {
    display: block;
    background: url(../images/index_26.png) no-repeat right center;
    padding-right: 0;
}

.index-intro-pro {
    height: 1350px;
    background-position: bottom center;
    background-repeat: no-repeat;
}.index-global-tit .tit-sup {
    font-size: 14px; margin-bottom:3%; padding-top:3%}
.newsw {
    width: 90%;  
    margin: 0 auto; flex-wrap:  wrap
}
.news_1 {
    width: 100%;
}
.news_1:nth-child(2){ display:none}
.ttret h3 {
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 30px;
    transition: all 0.8s;
    text-align: left;
}.ttret p {
    font-size: 13px;
    color: rgb(255,255,255,.7);
    padding: 2% 0;
    line-height: 22px;
}.ttret span {
    font-size: 13px;
    color: #959595;
    width: 100%;
    display: block;
}.news_2 {
    width: 100%;
}.news_2 a li .zuo .time-1 {
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    color: #303030;
    font-family: Barlow-Regular;
    display: block;
    text-align: center;
}.news_2 a li .zuo .time-2 {
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    color: #303030;
    font-family: Barlow-Regular;
    display: block;
    text-align: center;
}.news_2 a li .you {
    width: 75%;
    margin-left: 5%;
    color: #303030;
    line-height: 27px;
    font-size: 15px;
    color: #2e374d;
    padding-top: 5px;
}

.news_2 a li {
  
    height: 79px;
}.index-app-area {
    height: 955px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}.index-about-us .index-about-sup {
    color: #222222;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    height: 72px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}.index-about-us .index-global-tit {
    padding-bottom: 10px;
}.index-about-det {
    padding-top: 10px;
}.index-about-det .index-about-item {
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 1%;
}.index-about-det .index-about-item span {
    font-size: 17px!important;
    display: block;
    color: #222222; line-height:24px
}

.index-about-det .index-about-item i {
    display: block;
    color: #222222;
    font-size: 16px;
    font-family: '微软雅黑';
    font-style: normal;
    font-weight: bold;
    padding-top: 18px;
}.index-about-det .index-about-item {
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 1%;
}

.index-about-det .index-about-item:first-child {
    position: relative;
    left: 0;
    top: 0;
}.index-about-det .index-about-item:last-child {
    position: relative;
    right: 0;
    top: 0;
}

.index-about-us {
    background-position: center center;
    background-repeat: no-repeat;
    height: 324px;
    margin-top: -72px;
}.index-adv-pro {
    position: relative;
    height: 585px;
    overflow: hidden;
    width: 100%;
}.index-adv-pro-bg{left: -20%!important;width: 170%!important;}

.index-adv-pro .doc-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 90%;
    height: 400px;
    margin: 0 auto;
    margin-top: 65px;
    text-align: center;
    color: #fff;
}.index-adv-pro .doc-box .doc-main {
    width: 100%;
    margin-top: 28px;
    font-size: 16px;
    line-height: 24px;
    height: 98px;
    overflow: hidden;
    margin: 0 auto;
}.index-adv-pro .doc-box .doc-sup {
    font-size: 14px;
    line-height: 26px;
    margin-top: 2px;
    height: 96px;
    overflow: hidden;
    margin-bottom: 53px;
}.global-more {
    background: none;
    width: 153px;
    height: 35px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin: 0 auto;
    border: 1px #fff solid;
}.index-adv-pro {
    position: relative;
    height: 485px;
    overflow: hidden;
    width: 100%;
}




}