/* CSS Document */
*{
	margin:0; 
	padding:0;
}
body{
  font-family:"Microsoft YaHei";
	color: #333;
	font-size: 14px;
}
a {
  text-decoration: none;
  color: #333;
}
ul{
	list-style:none;
	}	
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
img{
  border:0;
  vertical-align: middle;
}
button,input,select,textarea{
  outline:none;
  border:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input{
  -webkit-appearance: none;
}
.box{
  width: 1200px;
  margin:0 auto;
}
/*header*/
header{
  z-index: 9999;
  position: relative;
}
.header .logo,.header .nav{
  float: left;
}
.header .header-icon{
  float: right;
}
.header .logo {
  margin-top: 24px;
  margin-right: 88px;
}
.header .logo img{
  height: 47px;
}
.nav .nav-up{
  height:93px;
}
.nav .nav-up li{
  float:left;
}
.nav .nav-up li a{
  padding:0 22px;
  display:inline-block;
  height:93px;
  line-height: 93px;
}
.nav .nav-up .nav-up-selected a,.nav-up li a:hover{
  background:#3b455a;
  color: #fff;
}
.nav .nav-down{
  position:absolute;
  top:93px;
  left:0px;
  width:100%;
}
.nav .nav-down .nav-down-menu{
  width:100%;
  background:#3b455a;
  position:absolute;
  top:0px;
  display: none;
}
.nav .nav-down .nav-down-menu .nav-down-inner{
  margin:0 auto;
  position:relative;
  padding: 10px 0 10px 20px;
  max-width: 1460px;
}
.nav .nav-down .nav-down-menu .nav-down-inner dl{
  float:left;
  width: 162px;
  margin-right: 20px;
}
.nav .nav-down .nav-down-menu .nav-down-inner dt a{
  color:#fff;
  font-weight: bold;
  margin:18px 0;
  display: block;
}
.nav .nav-down .nav-down-menu .nav-down-inner dd a{
  color:#d9d8d8;
  padding-bottom: 10px;
  display: block;
  font-size: 12px;
}
.nav .nav-down .nav-down-menu .nav-down-inner dd a:hover{
  color:#076dd3;
}
.header .header-icon a{
  float: left;
  margin-top: 37px;
}
.header .header-icon .search{
  background: url(/cn/Tpl/zh-cn/Static/images/search.png) no-repeat;
  width:22px;
  height: 22px;
  margin-right: 38px;
}
.header .header-icon .weixin{
  background: url(/cn/Tpl/zh-cn/Static/images/wx.png) no-repeat;
  width:26px;
  height: 22px;
  /*margin-right: 24px;*/
  position: relative;
}
.header .header-icon .weibo{
  background: url(/cn/Tpl/zh-cn/Static/images/wb.png) no-repeat;
  width:26px;
  height: 22px;
  position: relative;
}
.header .header-icon .weixin img,.header .header-icon .weibo img{
  max-width: 132px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -45px;
  display: none;
}
.searchbox {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
  background: #222222;
  z-index: 999999;
  display: none;
}
.closesearch {
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url(/cn/Tpl/zh-cn/Static/images/icon19.png) no-repeat center;
}
.searchbox p {
  position: absolute;
  left: 2%;
  right: 2%;
  border-bottom: 1px solid #515151;
  background: url(/cn/Tpl/zh-cn/Static/images/icon1.png) no-repeat 20px center;
  padding-left: 55px;
  top: 50%;
  padding-right: 60px;
  margin-top: -58px;
}
.searchbox p label {
  padding: 20px 0px;
  display: block;
}
.searchbox p label input {
  width: 100%;
  float: left;
  line-height: 30px;
  height: 30px;
  font-size: 22px;
  color: #555;
  background: none;
  outline: none;
  text-align: center;
  font-weight: normal;
}
.searchbox p input.searchboxbtn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 70px;
  width: 55px;
  background: url(/cn/Tpl/zh-cn/Static/images/icon1.png) no-repeat center #076dd3;
}
.hidden-menu{
  position: absolute;
  right: 0;
  top:0;
  display: none;
}
.hidden-menu a.navToggle {
  padding: 17px 20px;
}
.hidden-menu a {
  display: block;
  float: left;
  margin-left: 1px;
  background-repeat: no-repeat;
  background-color: #076dd3;
}
.hidden-menu a.navToggle span {
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 5px 0px;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
}
.hidden-menu a.closenavbtn {
  padding: 15px 15px 26px;
}
.hidden-menu a.closenavbtn span.line1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 9px;
}
.hidden-menu a.closenavbtn span.line2 {
  display: none;
}
.hidden-menu a.closenavbtn span.line3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 2px;
}
.Mnav{
  position:fixed;
  z-index:999;
  display:none;
  background:#fff;
  border-top:1px solid #eee;
  top:60px;
  overflow-x:hidden;
  overflow-y:auto;
  width:100%;
  bottom:0px;
}
.Mnav ul li{
  border-bottom:1px solid #eee;
}
.Mnav ul li h3{
  line-height:47px;
  font-size:16px;
  font-weight:normal;
}
.Mnav ul li h3 a{
  display:block;
  margin: 0px 2.5%;
  background:url(/cn/Tpl/zh-cn/Static/images/icon4.png) no-repeat right center;
}
.Mnav ul li h3.cur a{
  color:#076dd3;
  display:block;
  background:url(/cn/Tpl/zh-cn/Static/images/icon04.png) no-repeat right center;
}
.Mnav ul li .dropdown_menu1{
  background:#f5f5f5;
  display:none;
}
.Mnav ul li .dropdown_menu1 span{
  border-bottom: solid 1px #ececec;
  display: block;
  padding: 8px 5%;
}
.Mnav ul li .dropdown_menu1 span>a{
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.Mnav ul li .dropdown_menu1 span:last-child{
  border:0;
}
.Mnav ul li .dropdown_menu2{
  display: none;
}
.Mnav ul li .dropdown_menu2 a{
  display: block;
  padding: 10px;
}
.hidescroll{
  position:fixed;
  top:0;
  height: 100%;
  overflow: hidden;
}
/*banner*/
.banner{
  width: 100%;
}
.banner img{
  width: 100%;
}
.slide-main{
  position:relative;
  width: 100%;
}
.item{
  display:block;
  width:100%;
  height:10px;
  position:absolute;
  z-index:124;
  bottom:35px;
  left:0;
  text-align:center;
}
.item a{
  display:inline-block;
  width:10px;
  height:10px;
  margin:0 6px;
  background:rgba(255,255,255,.4);
  overflow:hidden;
  border-radius: 50%;
}
.item a.cur{
  background:rgba(255,255,255,1);
}
.slide-box,.slide{
  display:block;
  width:100%;
  overflow:hidden;
}
.slide{
  display:none;
  position:relative;
  z-index:8;
}
.slide img{
  width: 100%;
}
/*数据哈希*/
.title01{
  text-align: center;
  margin-bottom: 33px;
}
.title01 .p1{
  font-size: 30px;
  line-height: 60px;
}
.title01 .p1::after{
  content: "";
  width:180px;
  height: 1px;
  background-color: #e1e1e1;
  display: block;
  margin: 0 auto;
}
.title01 .p2{
  font-size:18px;
  color: #999;
  line-height: 42px;
}
.title01 .p2::before{
  content: "";
  width:26px;
  height: 3px;
  background-color: #076dd3;
  display: block;
  margin: -2px auto 0; 
}
.cons{
  padding: 60px 0 89px;
}
.data-rec li{
  float: left;
  width:calc(25% - 30px);
  margin-right: 40px;
  text-align: center;
}
.data-rec li:last-child{
  margin-right: 0;
}
.data-rec li i{
  width:112px;
  height: 109px;
  display: block;
  margin: 0 auto;
}
.data-rec li:nth-child(1) i{
  background: url(/cn/Tpl/zh-cn/Static/images/fwqhf.png) left no-repeat;
  background-size: cover;
}
.data-rec li:nth-child(2) i{
  background: url(/cn/Tpl/zh-cn/Static/images/yphf.png) left no-repeat;
  background-size: cover;
}
.data-rec li:nth-child(3) i{
  background: url(/cn/Tpl/zh-cn/Static/images/xnhhf.png) left no-repeat;
  background-size: cover;
}
.data-rec li:nth-child(4) i{
  background: url(/cn/Tpl/zh-cn/Static/images/sjkhf.png) left no-repeat;
  background-size: cover;
}
.data-rec li:hover i{
  background-position: -112px 0;
}
.data-rec li h2{
  font-size:16px;
  line-height: 68px;
  font-weight: normal;
}
.data-rec li h2::after{
  content: "";
  width:100%;
  height: 1px;
  background: #e1e1e1;
  display: block;
}
.data-rec li p{
  color: #999;
}
.data-rec li p::before{
  content: "";
  width:16px;
  height: 1px;
  background: #000;
  display: block;
  margin: -1px auto 27px;
  -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  -moz-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.data-rec li:hover p::before{
  width:100%;
}
/*全系产品*/
.all-pro{
  background: url(/cn/Tpl/zh-cn/Static/images/index-all-bg.jpg) center no-repeat;
}
.all-pro .title01,.all-pro .title01 .p2{
  color: #fff;
}
.all-pro li{
  float: left;
  width:calc(25% - 18px);
  margin-right: 24px;
  background: #fff;
  padding: 52px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 50px;
}
.all-pro li:nth-child(4n+0){
  margin-right: 0;
}
.all-pro li span img{
  width:66px;
  border:solid 1px #e5e5e5;
  border-radius: 5px;
}
.all-pro li p{
  margin-top: 20px;
  font-size: 18px;
}
.all-pro li .all-pro-hoverbox{
  background: url(/cn/Tpl/zh-cn/Static/images/product-hover-bg.jpg) center;
  width:100%;
  height: 100%;
  top: -33px;
  position: absolute;
  text-align: left;
  padding: 33px 0;
  display: none;
}
.all-pro li .all-pro-hoverbox a{
  color: #fff;
  display: block;
  margin: 0 16px;
  line-height: 28px;
}
.all-pro li .all-pro-hoverbox a:hover{
  text-decoration: underline;
}
/*解决方案*/
.solution {
  background-color: #e0e9f1;
}
.solution li{
  width:32%;
  float: left;
  border-right: solid 1px #e0e9f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.solution li .solution-title{
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 51px 0 70px;
  background-size: 100%;
}
.solution li .solution-title p{
  margin-top: 19px;
}
.solution li:nth-child(1) .solution-title{
  background: url(/cn/Tpl/zh-cn/Static/images/solution01-bg01.jpg) no-repeat;
}
.solution li:nth-child(2) .solution-title{
  background: url(/cn/Tpl/zh-cn/Static/images/solution02-bg01.jpg) no-repeat;
}
.solution li:nth-child(3) .solution-title{
  background: url(/cn/Tpl/zh-cn/Static/images/solution03-bg01.jpg) no-repeat;
}
.solution li .solution-text{
  background-color: #fff;
  padding: 30px;
  color: #999;
}
.solution li .solution-text span{
  margin-top: 25px;
  display: block;
}
.solution li.active{
  width:36%;
  border:solid 1px #076dd3;
  margin-top: -15px;
}
.solution li:nth-child(1).active .solution-title{
  background: url(/cn/Tpl/zh-cn/Static/images/solution01-bg02.jpg) no-repeat;
}
.solution li:nth-child(2).active .solution-title{
  background: url(/cn/Tpl/zh-cn/Static/images/solution02-bg02.jpg) no-repeat;
}
.solution li:nth-child(3).active .solution-title{
  background: url(/cn/Tpl/zh-cn/Static/images/solution03-bg02.jpg) no-repeat;
}
.solution li.active .solution-text span{
  color: #076dd3;
}
.solution li.active .solution-title{
  padding: 66px 0 70px;
}
.solution li.active .solution-text{
  padding: 30px 30px 45px;
}
/*行业洞察*/
.index-new{
  background: url(/cn/Tpl/zh-cn/Static/images/index-new-bg.jpg) center repeat;
}
.index-new li{
  float: left;
  width:calc(100%/4 - 28px);
  margin-right: 20px;
}
.index-new li:last-child{
  margin-right: 0;
}
.index-new li .new-img{
  width:100%;
  height:150px;
  overflow: hidden;
}
.index-new li img{
  width:99%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
.index-new li .new-txt{
  background-color: #fff;
  padding: 30px 30px 40px;
}
.index-new li .new-txt h2{
  font-weight:normal;
  font-size:18px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}
.index-new li .new-txt p{
  background: url(/cn/Tpl/zh-cn/Static/images/time.png) left center no-repeat;
  padding-left: 25px;
  color: #999;
  margin-top: 20px;
}
.index-new li .new-txt span{
  margin-top: 62px;
  display: block;
}
.index-new li .new-txt span::after{
  content: "";
  background: url(/cn/Tpl/zh-cn/Static/images/more.png) no-repeat;
  width:16px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
}
.index-new li:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-new li:hover .new-txt span{
  color: #076dd3;
}
.index-new li:hover .new-txt span::after{
  background-position: -16px 0;
}
/*合作客户*/
.customer li{
  width:calc(20% - 40px);
  margin-right: 50px;
  float: left;
  margin-bottom: 20px;
  border:solid 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customer li:nth-child(5n+0){
  margin-right: 0;
}
.customer li img{
  width:100%;
}
.customer li:hover {
  border-color: #f2f2f2;
}
/*footer*/
footer{
  background: #28334a;
}
.footer-top {
  padding: 74px 0 55px;
}
.footer-top .footer-link dl{
  float: left;
  margin-right: 52px;
}
.footer-top .footer-link dt{
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-top .footer-link dd a{
  color: #4b5d7a;
  line-height: 30px;
}
.footer-top .footer-link dd a:hover{
  color: #fff;
}
.footer-top .footer-logo{
  text-align: right;
}
.footer-top .footer-code span{
  /*float: left;*/
  float: right;
  margin-left: 30px;
  color: #919194;
  font-size:12px;
  text-align: center;
  line-height: 36px;
  margin-top: 27px;
}
.footer-top .footer-tel{
  color: #fff;
  font-weight:bold;
  padding-left: 21px;
  text-align: right;
  margin-top: 10px;
}
.footer-top .footer-tel::before{
  content: "";
  background: url(/cn/Tpl/zh-cn/Static/images/tel.png) no-repeat;
  width:15px;
  height: 15px;
  display: inline-block;
  margin: 0 6px -3px 0;
}
.footer-copyright{
  color: #4b5d7a;
  text-align: center;
  padding: 40px 0 38px;
  border-top:solid 1px #3f4759;
}
.footer-copyright a{
  color: #4b5d7a;	
}
/*内页*/
.ny-banner{
  position: relative;
}
.ny-banner img{
  width:100%;
}
.ny-banner .box .banner-title{
  position: absolute;
  left: calc(50% - 520px);
  top: calc(50% - 44px);
  color: #fff;
}
.ny-banner .box .banner-title h1{
  font-size:40px;
  font-weight:normal;
}
.ny-banner .box .banner-title p{
  font-size:24px;
  margin-top: 6px;
}
.main{
  padding: 66px 0 116px;
}
.main_left_menu{
  width:260px;
}
.m-menu-cur {
  display: none;
}
.main_left_menu li{
  border-top:solid 1px #bbcddb;
}
.main_left_menu li:last-child{
  border-bottom:solid 1px #bbcddb;  
}
.main_left_menu li a{
  display: block;
}
.main_left_menu li>a{
  line-height: 58px;
  padding: 0 22px;
  font-size: 16px;
}
.main_left_menu li .type_two{
  padding: 13px 10px 13px 22px;
}
.main_left_menu li .type_two a{
  padding: 10px 0;
}
.main_left_menu li .type_two a::before{
  content: "";
  width: 8px;
  height: 8px;
  border:solid 1px #c9c8c8;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.main_left_menu li>a.active,.main_left_menu li>a:hover{
  background: #076dd3;
  color: #fff;
}
.main_left_menu li .type_two a.active,
.main_left_menu li .type_two a:hover{
  color: #076dd3;
}
.main_left_menu li .type_two a.active::before,
.main_left_menu li .type_two a:hover::before{
  background: #076dd3;
  border-color: #076dd3;
}
.main_right_con{
  width:calc(100% - 310px);
}
.line5{
  width:100%;
  height: 1px;
  background: #f0f0f0;
  margin-top: 26px;
  margin-bottom: 46px;
}
.new-list li {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom:40px;
  border-bottom: dashed 1px #e5e5e5;
}
.new-list li .new-img {
  width:328px;
  overflow: hidden;
  float: left;
}
.new-list li .new-img img {
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
.new-list li:hover .new-img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.new-list li .new-txt{
  width:calc(100% - 372px);
  float: right;
  margin-top: 16px;
} 
.new-list li .new-txt h2{
  font-size:18px;
  font-weight:normal;
}
.new-list li:hover .new-txt h2{
  color: #076dd3;
}
.new-list li .new-txt p{
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
}
.new-list li .new-txt p.date {
  background: url(/cn/Tpl/zh-cn/Static/images/time.png) left center no-repeat;
  padding-left: 25px;
  margin:20px 0 10px;
  font-size:16px;
}
.new-list li .new-txt span{
  color: #076dd3;
  margin-top: 40px;
  display: block;
}
.new-list li .new-txt span::after {
  content: "";
  background: url(/cn/Tpl/zh-cn/Static/images/more.png) no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
  background-position: -16px 0;
}
.page {
  text-align: center;
  margin-top: 60px;
}
.page a,.page span {
  border: 1px solid #dddddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 7px;
  display: inline-block;
  vertical-align: middle;
}
.page a span {
  font-size: 20px;
  color: #7c7c7c;
}
.page span.current {
  color: #fff;
  background: #076dd3;
  border-color: #076dd3;
}
.contact-box .contact-box-top li{
  width:calc(100%/3);
  float: left;
  border-right: solid 1px #f1f1f1;
  box-sizing: border-box;
  padding: 20px 30px;
}
.contact-box .contact-box-top li span{
  display: block;
  text-align: center;
}
.contact-box .contact-box-top li span img{
  width:60px;
}
.contact-box .contact-box-top li span::after{
  content: "";
  width:100%;
  height: 6px;
  background: #f1f1f1;
  display: block;
  margin: 28px auto;
}
.contact-box .contact-box-top li:last-child{
  border-right: 0;
}
.contact-box .contact-box-top p{
  font-size:16px;
  padding: 0 26px;
  line-height: 36px;
}
.contact-box .contact-box-top li:last-child p{
  text-align: center;
  color: #999;
}
.contact-box-bot{
  margin-top: 50px;
}
.new-content .new-title{
  padding: 0 0 50px;
  text-align: center;
  border-bottom: solid 1px #eee;
}
.new-content .new-title h1{
  font-size:30px;
}
.new-content .new-title p{
  color: #999;
  margin-top: 20px;
}
.new-content .new-text{
  padding:40px 20px;
}
.new-content .new-link{
  border-top: solid 1px #eee;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.new-content .new-link a {
  color: #999;
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-content .new-link a:hover{
  color: #076dd3;
}
@media screen and (max-width: 1460px){
  .nav .nav-down .nav-down-menu .nav-down-inner dl {
    width: 152px;
  }
  .nav .nav-down .nav-down-menu .nav-down-inner{
    max-width: 1380px;
  }
}
@media screen and (max-width: 1380px){
  .nav .nav-down .nav-down-menu .nav-down-inner dl {
    width: 142px;
  }
  .nav .nav-down .nav-down-menu .nav-down-inner{
    max-width: 1300px;
  }
}
@media screen and (max-width: 1300px){
  .nav .nav-down .nav-down-menu .nav-down-inner dl {
    width: 136px;
  }
  .nav .nav-down .nav-down-menu .nav-down-inner{
    max-width: 1250px;
  }
}
@media screen and (max-width: 1267px){
  .nav .nav-down .nav-down-menu .nav-down-inner dl {
    width: 126px;
  }
  .nav .nav-down .nav-down-menu .nav-down-inner{
    max-width: 1180px;
  }
}
@media screen and (max-width: 1239px){
  .box{
    width:95%;
  }
  .header .logo {
    margin-right: 68px;
  }
}
@media screen and (max-width: 1199px){
  .nav{
    display: none;
  }
  .hidden-menu{
    display: block;
  }
  .header {
    padding-top:10px;
    padding-bottom:10px;
  }
  .header .logo {
    margin-top: 0px;
  }
  .header .logo img {
    height: 40px;
  }
  .header .header-icon .weixin,.header .header-icon .weibo{
    display: none;
  }
  .header .header-icon .search {
    margin-right: 66px;
  }
  .header .header-icon a {
    margin-top: 10px;
  }
  .footer-top .footer-link dl {
    margin-right: 28px;
  }
  .ny-banner .box .banner-title {
    left: 50px;
    top: calc(50% - 35px);
  }
  .ny-banner .box .banner-title h1 {
    font-size: 30px;
  }
  .ny-banner .box .banner-title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px){
  .all-pro li .all-pro-hoverbox {
    top: -20px;
    padding: 10px 0 30px;
  }
  .all-pro li .all-pro-hoverbox a {
    line-height: 24px;
  }
  .solution li.active {
    width: calc(100%/3);
    border: none;
    border-right: solid 1px #e0e9f1;
    margin-top: 0;
  }
  .solution li:nth-child(1).active .solution-title {
    background: url(/cn/Tpl/zh-cn/Static/images/solution01-bg01.jpg) no-repeat;
  }
  .solution li.active .solution-title {
      padding: 51px 0 70px;
  }
  .solution li.active .solution-text {
    padding: 30px;
  }
  .solution li .solution-text span {
    color: #076dd3;
  }
  .solution li {
    width: calc(100%/3);
  }
  .index-new li .new-txt span {
    margin-top: 32px;
  }
  .index-new li .new-txt {
    padding: 20px;
  }
  .main {
    padding: 46px 0 76px;
  }
  .new-list li .new-img {
    width: 258px;
  }
  .new-list li .new-txt {
    width: calc(100% - 284px);
    margin-top: 10px;
  }
  .new-list li .new-txt h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .new-list li .new-txt p.date {
    margin: 10px 0;
  }
  .new-list li .new-txt span {
    margin-top: 14px;
  }
  .new-content .new-title h1 {
    font-size: 26px;
  }
  .new-content .new-title {
    padding: 0 0 20px;
  }
  .new-content .new-text {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1023px){
  .all-pro {
    background-size: cover;
  }
  .all-pro li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 24px;
  }
  .all-pro li:nth-child(even){
    margin-right: 0;
  }
  .footer-link,.footer-info{
    float: none;
  }
  .footer-top .footer-logo {
    display: none;
  }
  .footer-code {
    float: left;
  }
  .footer-top .footer-code span {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer-top .footer-tel {
    padding-left: 0;
    text-align: left;
    float: left;
    margin-top: 60px;
  }
  .footer-top {
    padding: 30px 0;
  }
  .footer-copyright {
    padding: 20px 0;
  }
  .main_left_menu,.main_right_con{
    float: none;
  }
  .main_left_menu {
    width: 100%;
    margin-bottom: 16px;
  }
  .main_left_menu ul{
    display: none;
  }
  .m-menu-cur{
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 16px;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
  }
  .m-menu-cur::after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top-color: #000;
    right: 16px;
    top: 50%;
    margin-top: -2.5px;
  }
  .main {
    padding: 36px 0 56px;
  }
  .main_right_con {
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .item {
    bottom: 14px;
  }
  .data-rec li i {
    width: 80px;
    height: 78px;
  }
  .data-rec li:hover i{
    background-position: -80px 0;
  }
  .data-rec li h2 {
    line-height: 24px;
    height: 48px;
    padding: 10px 0;
  }
  .data-rec li h2::after,.data-rec li p::before{
    content: none;
  }
  .cons {
    padding: 30px 0 40px;
  }
  .solution li .solution-title,.solution li.active .solution-title{
    padding: 30px 0;
  }
  .solution li .solution-text,.solution li.active .solution-text{
    padding: 20px;
  }
  .solution li .solution-text p{
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
  }
  .index-new li {
    width: calc(100%/3 - 8px);
    margin-right: 12px;
  }
  .index-new li .new-txt h2 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .index-new li .new-txt {
    padding: 14px;
  }
  .index-new li .new-txt p {
    margin-top: 10px;
  }
  .index-new li .new-txt span {
    margin-top: 12px;
  }
  .customer li {
    width: 20%;
    margin-right: 0;
  }
  .ny-banner .box .banner-title h1 {
    font-size: 24px;
  }
  .ny-banner .box .banner-title p {
    font-size: 16px;
  }
  .ny-banner .box .banner-title {
    top: calc(50% - 29px);
  }
  .new-list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .contact-box .contact-box-top p {
    padding: 0;
  }
}
@media screen and (max-width: 767px){
  .solution li .solution-title span img{
    width:56px;
  }
  .solution li .solution-title {
    font-size: 16px;
  }
  .solution li .solution-text, .solution li.active .solution-text {
    padding: 15px;
  }
  .solution li .solution-text span {
    margin-top: 10px;
  }
  footer .box {
    width: 100%;
  }
  .footer-top .footer-link dl {
    margin-right: 0;
    width: 100%;
    border-bottom: solid 1px #45516b;
    padding: 13px 14px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-top .footer-link dd {
    display: none;
  }
  .footer-top .footer-link dt{
    background: url(/cn/Tpl/zh-cn/Static/images/icon20.png) right no-repeat;
  }
  .footer-top .footer-link dd a {
    line-height: 36px;
    padding-left: 10px;
  }
  .footer-copyright {
    padding: 20px 14px;
  }
  .footer-top .footer-code span {
    margin-left: 14px;
    margin-right: 14px;
  }
  .contact-box .contact-box-top li {
    width: 100%;
    float: none;
    border-right: 0;
    padding: 0;
    margin-bottom: 18px;
  }
  .contact-box .contact-box-top li span::after {
    margin: 18px auto;
  }
  .contact-box .contact-box-top p {
    padding: 0 10px;
  }
  .contact-box-bot {
    margin-top: 0px;
  }
  .contact-box .contact-box-top li span img {
    width: 50px;
  }
}
@media screen and (max-width: 478px){
  .hidden-menu a.navToggle {
    padding: 17px;
  }
  .hidden-menu a.closenavbtn {
    padding: 15px 15px 26px;
  }
  .header .header-icon .search {
    margin-right: 70px;
  }
  .item a {
    margin: 0 4px;
  }
  .data-rec li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .data-rec li:nth-child(even){
    margin-right: 0;
  }
  .title01 {
    margin-bottom: 20px;
  }
  .title01 .p1 {
    font-size: 26px;
    line-height: 50px;
  }
  .title01 .p2 {
    font-size: 16px;
    line-height: 30px;
  }
  .cons {
    padding: 20px 0;
  }
  .data-rec li h2 {
    padding: 10px 0 5px;
  }
  .solution li,.solution li.active{
    width: 100%;
    margin-bottom: 10px;
  }
  .solution li .solution-text p {
    -webkit-line-clamp: 2;
  }
  .solution li .solution-title, .solution li.active .solution-title {
    padding: 14px 0;
  }
  .solution li:nth-child(1).active .solution-title,.solution li:nth-child(2) .solution-title,
  .solution li:nth-child(3) .solution-title{
    background-size: cover;
  }
  .index-new li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .index-new li .new-txt h2 {
    height: auto;
  }
  .index-new {
    background-size: cover;
  }
  .customer li {
    width: calc(100%/3);
    margin-bottom: 10px;
  }
  .footer-code,.footer-top .footer-tel{
    float: none;
  }
  .footer-top .footer-tel {
    margin-top: 10px;
    text-align: center;
  }
  .footer-top .footer-code span img{
    width:90px;
  }
  .footer-code {
    text-align: center;
  }
  .footer-top .footer-code span {
    display: inline-block;
    width: 90px;
    float: none;
    margin: 20px 10px 0 10px;
  }
  .footer-top {
    padding: 10px 0;
  }
  .ny-banner img {
    height: 110px;
    object-fit: cover;
  }
  .ny-banner .box .banner-title h1 {
    font-size: 20px;
  }
  .ny-banner .box .banner-title p {
    font-size: 15px;
    margin-top: 0;
  }
  .ny-banner .box .banner-title {
    top: calc(50% - 23px);
    left: 20px;
  }
  .main {
    padding: 20px 0 30px;
  }
  .new-list li .new-img {
    width: 160px;
  }
  .new-list li .new-txt {
    width: calc(100% - 174px);
    margin-top: 0;
  }
  .new-list li .new-txt h2 {
    font-size: 16px;
  }
  .new-list li .new-txt p {
    -webkit-line-clamp: 1;
  }
  .new-list li .new-txt p.date {
    margin: 2px 0;
    font-size: 14px;
  }
  .new-list li .new-txt span {
    margin-top: 10px;
  }
  .new-list li {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .page {
    margin-top: 30px;
  }
  .page a {
    padding: 0px 10px;
    margin: 0px 2px;
  }
  .new-content .new-title h1 {
    font-size: 22px;
  }
  .new-content .new-title p {
    margin-top: 10px;
  }
  .new-content .new-text {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 477px){
  .all-pro li .all-pro-hoverbox {
    background-size: cover;
  }
  .all-pro li:nth-child(even) .all-pro-hoverbox {
    top: 0;
    padding: 0;
    width: calc(200% + 20px);
    right: 0;
  }
  .all-pro li:nth-child(odd) .all-pro-hoverbox {
    top: 0;
    padding: 0;
    width: calc(200% + 20px);
    left: 0;
    z-index: 9;
  }
}
