/* CSS Document */
*{
	margin:0; 
	padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
input{
  -webkit-appearance: none;
}
.box{
  width: 1200px;
  margin:0 auto;
}
/*header*/
header{
  z-index: 9999;
  position: relative;
}
.header .logo{
  float: left;
}
.header .nav{
  float: right;
}
.header .logo {
  margin-top: 14px;
}
.header .logo img{
  height: 74px;
}
.header .nav ul{
  float: left;
}
.header .nav li{
  float: left;
  position: relative;
  margin-left: 50px;
  font-size:16px;
}
.header .nav li a{
  display: block;
  line-height: 101px;
}
.header .nav li.on>a,.header .nav li>a:hover{
  color: #236db1;
}
.header .nav li .dropdown_menu1{
  position: absolute;
  top:101px;
  width: 204px;
  right: calc(50% - 102px);
  display: none;
}
.header .nav li .dropdown_menu1 span{
  display: block;
  position: relative;
}
.header .nav li .dropdown_menu1::before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #e4e4e4;
  top: -20px;
  left: calc(50% - 10px);
  }
.header .nav li .dropdown_menu1 span>a{
  display: block;
  line-height: 54px;
  background-color: #e4e4e4;
  text-align:center; 
}
.header .nav li .dropdown_menu1 span:hover>a,
.header .nav li .dropdown_menu1 span .dropdown_menu2 a:hover{
  background-color: #fff;
}
.header .nav li:hover .dropdown_menu1{
  display: block;
}
.header .nav li .dropdown_menu1 span .dropdown_menu2{
  position:absolute;
  left:204px;
  width: 204px;
  display: none;
  top:0;
}
.header .nav li .dropdown_menu1 span .dropdown_menu2 a{
  display: block;
  line-height: 54px;
  background-color: #e4e4e4;
  text-align:center; 
}
.header .nav li .dropdown_menu1 span:hover .dropdown_menu2 {
  display: block;
}
.header .header-search {
  float: right;
  width: 44px;
  height: 44px;
  border: solid 1px #a8a8a8;
  border-radius: 50%;
  padding: 10px;
  margin-top: 27px;
  margin-left: 32px;
}
.header .header-search:hover {
  border: solid 1px #236db1;
}
.header .header-search .search{
  background: url(../images/search.png) no-repeat;
  width:22px;
  height: 22px;
  display: block;
}
.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(../images/icon19.png) no-repeat center;
}
.searchbox p {
  position: absolute;
  left: 2%;
  right: 2%;
  border-bottom: 1px solid #515151;
  background: url(../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(../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(../images/icon4.png) no-repeat right center;
}
.Mnav ul li h3.cur a{
  color:#076dd3;
  display:block;
  background:url(../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;
}
.fixedd{
  position: fixed;
  width: 100%;
  background: #fff;
}
/*banner*/
.banner .slide-main{
  position:relative;
  width: 100%;
}
.banner .item{
  display:block;
  width:100%;
  height:12px;
  position:absolute;
  z-index:124;
  bottom:100px;
  left:0;
  text-align:center;
}
.banner .item a{
  display:inline-block;
  width:12px;
  height:12px;
  margin:0 6px;
  overflow:hidden;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
}
.banner .item a.cur{
  background: rgba(255,255,255,1);
}
.banner .slide-box,.banner .slide{
  display:block;
  width:100%;
  overflow:hidden;
}
.banner .slide{
  display:none;
  position:relative;
  z-index:8;
}
.banner .slide img{
  height: calc(100vh - 101px);
  margin:0 auto;
  width: 100%;
  object-fit: cover;
}
.banner .page-down{
  position: absolute;
  bottom: 40px;
  z-index: 124;
  width: 100%;
  text-align: center;
}
.banner .page-down i {
  display: block;
  width: 33px;
  height: 18px;
  background: url(../images/down.png) no-repeat center;
  animation: down infinite alternate linear .7s;
  -moz-animation: down infinite alternate linear .7s;
  -webkit-animation: down infinite alternate linear .7s;
  -o-animation: down infinite alternate linear .7s;
  position: relative;
  margin: auto;
}
@keyframes down
{
  from {
    top:10px;
  }
  to {
    top:-10px;
  }
}
/*首页产品中心*/
.title01{
  text-align:center;
  margin-bottom: 40px;
}
.title01 h1{
  font-size:36px;
  font-weight: normal;
}
.title01 p{
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}
.i-product{
  padding-top:80px;
}
.i-product .product-type{
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
}
.i-product .product-type span{
  margin: 0 130px;
  cursor: pointer;
  display: block;
  padding-bottom:45px;
  position: relative;
  font-size: 16px;
}
.i-product .product-type span.active:after{
  content:"";
  display: inline;
  border: 12px solid transparent;
  border-bottom-color: #ebf4fc;
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);
}
.i-product .product-type span i{
  display: block;
  width: 58px;
  height: 58px;
  border:solid 2px #236db1;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.i-product .product-type span i img{
  width: 34px; 
  height: 38px;
  margin: 10px auto 0;
}
.i-product .product-type span i img:nth-child(2){
  display: none;
}
.i-product .product-type span:hover i,
.i-product .product-type span.active i{
  background:#236db1;
}
.i-product .product-type span:hover i img:nth-child(2),
.i-product .product-type span.active i img:nth-child(2){
  display: block;
}
.i-product .product-type span:hover i img:nth-child(1),
.i-product .product-type span.active i img:nth-child(1){
  display: none;
}
.i-product .product-type span:hover,
.i-product .product-type span.active{
  color: #236db1;
}
.i-product .pro-type-two{
  background:#ebf4fc;
  padding:40px 0 81px;
}
.i-product .pro-type-two ul{
  display: none;
  min-height: 130px;
}
.i-product .pro-type-two li a{
  display: block;
  float: left;
  padding:0 30px;
  border:solid 1px #b4b4b4;
  border-radius: 5px;
  line-height: 46px;
  margin-right: 20px;
  margin-bottom: 17px;
  font-size: 16px;
}
.i-product .pro-type-two li a:hover{
  background:#236db1;
  color: #fff;
  border-color: #236db1;
}
.i-product .pro-type-two ul.active{
  display: block;
}
/*首页解决方案*/
.i-solution{
  margin-bottom: 80px;
  margin-top: -66px;
}
.sol-title{
  background: url(../images/jjfa-bg.png) bottom right no-repeat #394e62;
  color:#fff;
  width: calc(25% - 15px);
  margin-right: 20px;
  padding: 70px 34px 300px;
}
.sol-title h1{
  font-size: 36px;
}
.sol-title a{
  color:#fff;
  margin-top: 30px;
  display: block;
}
.sol-title a::after{
  content: "";
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(../images/more.png) no-repeat;
  margin-left: 30px;
  margin-bottom: -2px;
  position: relative;
}
.sol-title a:hover::after{
  animation: more 0.7s ease-out infinite;
}
@keyframes more{
  0%{left: 18px;}
  80%{left: 28px;}
  100%{left: 8px;}
}
@-webkit-keyframes more{
  0%{left: 18px;}
  80%{left: 28px;}
  100%{left: 8px;}
}
@-moz-keyframes more{
  0%{left: 18px;}
  80%{left: 28px;}
  100%{left: 8px;}
}
@-o-keyframes more{
  0%{left: 18px;}
  80%{left: 28px;}
  100%{left: 8px;}
}
.i-solution ul{
  width: calc(75% - 5px);
  margin-top: 105px;
}
.i-solution li {
  float: left;
  width: calc(100%/3 - 40px/3);
  margin-right: 20px;
  border:solid 1px #e9ebef;
}
.i-solution li:nth-child(3n+0){
  margin-right: 0;
}
.i-solution li .sol-img{
  width: 100%;
  overflow: hidden;
}
.i-solution li .sol-img img,
.product-box .pro-two .fl img,.new-box li .fl img{
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
  width: 100%;
}
.i-solution li:hover .sol-img img,
.product-box .pro-two li:hover .fl img,.new-box li:hover .fl img{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1); 
}
.i-solution li .sol-txt h2{
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
}
.i-solution li .sol-txt{
  padding: 32px 18px;
}
.i-solution li .sol-txt p{
  color:#999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}
.i-solution li .sol-txt span{
  background: #236db1;
  color:#fff;
  display: block;
  width: 86px;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
.i-solution li:hover{
  border-color: #fff;
  -moz-box-shadow: 0px 0px 15px rgba(159,159,159,.3);
  -webkit-box-shadow: 0px 0px 15px rgba(159,159,159,.3);
  box-shadow: 0px 0px 15px rgba(159,159,159,.3);
}
/*首页新闻中心*/
.i-new-box .swiper-slide{
  padding-right: 10px;
}
.i-new-box .swiper-slide .fl{
  width: 53%;
}
.i-new-box .swiper-slide .fl img{
  width: 100%;
}
.i-new-box .swiper-slide .fr{
  width: 56%;
  margin-left: -9%;
  background: url(../images/i-new-bg.jpg) bottom right no-repeat #fff;
  padding: 54px 54px 127px;
  margin-top: 33px;
  -moz-box-shadow: 0px 0px 10px rgba(159,159,159,.3);
  -webkit-box-shadow: 0px 0px 10px rgba(159,159,159,.3);
  box-shadow: 0px 0px 10px rgba(159,159,159,.3);
}
.i-new-box .swiper-slide .fr span{
  display: block;
  color:#236db1;
  font-size: 24px;
}
.i-new-box .swiper-slide .fr h1{
  font-size: 24px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 50px;
  border-bottom:solid 1px #eee;
  margin-bottom: 24px;
}
.i-new-box .swiper-slide .fr p{
  color:#999;
}
.i-new-box .swiper-slide .fr a{
  color:#236db1;
  margin-top: 30px;
  display: block;
}
.acnewc-container .swiper-container-horizontal>.swiper-pagination-bullets,.acnewc-container .swiper-pagination-custom,.acnewc-container .swiper-pagination-fraction{ bottom:100px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:100px;
  left: -10px;
}
.acnewc-container .swiper-pagination-bullet{
  background:#e5e5e5;
  width:12px;
  height:12px; 
  margin:0 9px;
  opacity: 1;
}
.acnewc-container .swiper-pagination-bullet-active{
  background:#236db1;
}
.acnewc-swiper-pagination{
  position:absolute;
  text-align:center;
  width:100%;
  height:auto;
  z-index:100;
  text-indent:25px;
}
.i-new .new-more{
  background: #236db1;
  color:#fff;
  margin: 60px auto 0;
  width: 142px;
  height: 46px;
  display: block;
  text-align:center;
  line-height: 46px;
}
.i-new .new-more:hover{
  background: #1c5080;
}
.i-new {
  margin-bottom: 85px;
}
/*首页合作伙伴*/
.i-partner{
  background: #f5f5f5;
  padding: 46px 0 80px;
}
.i-partner .owl-carousel .owl-item img{
  margin-bottom: 26px;
}
.i-partner .owl-theme .owl-nav .owl-prev span,
.i-partner .owl-theme .owl-nav .owl-next span,
.about-honor .owl-theme .owl-nav .owl-prev span,
.about-honor .owl-theme .owl-nav .owl-next span{
  background: url(../images/prev.png) no-repeat;
  font-size: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.i-partner .owl-theme .owl-nav .owl-next span,
.about-honor .owl-theme .owl-nav .owl-next span {
  background: url(../images/next.png) no-repeat;
}
.i-partner .owl-theme .owl-nav .owl-prev{
  position: absolute;
  bottom: 50%;
  left: -72px;
}
.i-partner .owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: 50%;
  right: -72px;
}
/*footer*/
footer{
  background: #236db1;
  padding: 68px 0 0;
  color:#fff;
}
.footer-contact span{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
  padding-left: 33px;
}
.footer-contact span em{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  display: block;
}
.footer-contact span:nth-child(1){
  background: url(../images/tel.png) top left no-repeat;
}
.footer-contact span:nth-child(2){
  background: url(../images/email.png) top left no-repeat;
}
.footer-top dl{
  width: 240px;
  margin-left: 136px;
}
.footer-top dt{
  font-size: 16px;
  margin-bottom: 30px;
}
.footer-top dd{
  line-height: 36px;
  float:left;
  width: 120px;
}
.footer-top dl a{
  color:#fff;
}
.footer-top dl a:hover{
  color:#c2c2c2;
}
.footer-top .fr p{
  text-align:center;
}
.footer-top .fr img{
  width: 90px;
  height: 90px;
}
.footer-bot{
  margin-top:50px;
  padding: 20px;
  border-top:solid 1px #4a86bc;
  text-align: center;
}
.footer-bot a{
  color:#fff;
  margin-left: 20px;
}
/*内页*/
.ny-banner {
  position: relative;
}
.ny-banner img{
  width: 100%;
}
.ny-banner .banner-txt{
  position: absolute;
  top: 40%;
  left: 20%;
  color:#fff;
}
.ny-banner .banner-txt h1{
  font-size: 36px;
  font-weight: normal;
}
.ny-banner .banner-txt p{
  font-size: 16px;
  margin-top: 10px;
}
.current{
  border-bottom: solid 1px #e9e9e9;
  text-align:right;
  padding: 33px 0 26px;
  font-size: 16px;
}
.current span{
  background: url(../images/cur.png) left center no-repeat;
  padding:5px 0 5px 30px;
}
.current span i{
  font-style: normal;
  margin: 0 10px;
}
.bg-gray{
  background: #f5f5f5;
}
.main{
  padding: 60px 0 90px;
}
.main .title01{
  margin-bottom: 0;
}
.main .title01 p{
  padding: 0 125px;
}
.product-box {
  padding-top: 80px;
}
.product-box .pro-one li{
  float: left;
  background: #fff;
  width: calc(100%/3);
  text-align:center;
  padding: 100px 0 80px;
  border:solid 1px #f0f0f0;
  border-right:0;
}
.product-box .pro-one li p{
  font-size: 24px;
  padding: 54px 20px 30px;
}
.product-box .pro-one li span img{
  width: 98px;
  height: 99px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
.product-box .pro-one li span.more{
  font-size: 16px;
}
.product-box .pro-one li span.more::before{
  content:"";
  width: 22px;
  height: 24px;
  background: url(../images/pro-more.png) no-repeat;
  display: block;
  margin: 0 auto 26px;
  position: relative;
}
.product-box .pro-one li:nth-child(3n+0){
  border-right:solid 1px #f0f0f0;
}
.product-box .pro-one li:hover span.more::before{
  animation: down infinite alternate linear .7s;
  -moz-animation: down infinite alternate linear .7s;
  -webkit-animation: down infinite alternate linear .7s;
  -o-animation: down infinite alternate linear .7s;
}
.product-box .pro-one li:hover p{
  color: #236db1;
}
.product-box .pro-one li:hover span img{
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);  
}
.product-box .pro-two li {
  margin-bottom: 56px;
}
.product-box .pro-two li .fl{
  width: 48%;
  overflow: hidden;
}
.product-box .pro-two li img {
  min-height: 334px;
  object-fit: cover;
}
.product-box .pro-two li .fr{
  width: 52%;
  background: url(../images/pro-bg.jpg) right bottom no-repeat;
  min-height: 334px;
  padding: 50px 32px;
}
.product-box .pro-two li .fr h2{
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 34px;
}
.product-box .pro-two li .fr a{
  padding: 12px 20px;
  font-size: 16px;
  color: #236db1;
  border:solid 1px #236db1;
  border-radius: 5px;
  margin-right: 16px;
  display: inline-block;
  margin-bottom: 16px;
}
.product-box .pro-two li .fr a:hover{
  background:#236db1;
  color: #fff;
}
.product-box .pro-two li:nth-child(even) .fl{
  float: right;
}
.product-box .pro-two li:nth-child(even) .fr{
  float: left;
}
.type-box {
  text-align:center;
}
.type-box a{
  padding: 18px 64px;
  background: #f0f0f0;
  border-radius: 30px;
  font-size: 20px;
  display: inline-block;
  margin: 0 15px 15px 0;
}
.type-box a:hover,.type-box a.on{
  background: #236db1;
  color: #fff;
}
.new-box li {
  margin-bottom: 36px;
}
.new-box li .fl{
  width: 370px;
  overflow: hidden;
}
.new-box li .fr{
  width: calc(100% - 414px);
}
.new-box li .fr h2{
  font-size: 24px;
  font-weight: normal;
  margin-top: 16px;
}
.new-box li .fr p{
  color: #999;
  line-height: 30px;
  margin: 25px 0 56px;
  max-height: 60px;
  overflow: hidden;
}
.new-box li .fr span{
  font-size: 16px;
  width: 138px;
  height: 52px;
  border:solid 1px #ddd;
  display: block;
  text-align:center;
  line-height: 52px;
}
.new-box li:hover .fr span{
  background: #236db1;
  border-color: #236db1;
  color: #fff;
}
.page {
  text-align: center;
  margin-top: 74px;
}
.page a {
  border: 1px solid #dddddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 7px;
  display: inline-block;
  vertical-align: middle;
}
.page a span {
  color: #7c7c7c;
}
.page a.on {
  color: #fff;
  background: #236db1;
  border-color: #236db1;
}
.contact-box{
  margin-top: 60px;
}
.contact-top .fl,.contact-top .fr{
  width: calc(50% - 35px);
}
.contact-top .fl h1{
  font-size: 30px;
  font-weight:normal;
  margin-bottom: 26px;
}
.contact-top .fl input{
  width: 100%;
  border:solid 1px #e1e1e1;
  padding: 20px 24px;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact-top .fl textarea{
  width: 100%;
  border:solid 1px #e1e1e1;
  height: 120px;
  font-size: 16px;
  padding: 20px 24px;
  margin-bottom: 26px;
  font-family:"Microsoft YaHei";
}
.contact-top .fl input[type=submit]{
  background: #236db1;
  color: #fff;
  border-color: #236db1;
  border-radius: 10px;
  cursor: pointer;
}
.contact-top .fr {
  margin-top: 56px;
}
.contact-top .fr p{
  font-size: 18px;
  line-height: 48px;
}
.contact-top .fr p span{
  margin-right: 16px;
}
.contact-map {
  width: 100%;
  height: 448px;
  margin-top: 60px;
}
#container {
  height: 100%;
  width: 100%;
}
.amap-icon img {
  width: 25px;
  height: 34px;
}
.amap-marker-label{
  border: 0;
  background-color: transparent;
}
.info {
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  position: fixed;
  top: 0;
  background-color: white;
  width: auto;
  min-width: 0;
  border-width: 0;
  right: 0;
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
  position: relative;
  font-weight: 300;
  line-height: 14px;
}
.about-box .title01{
  margin-bottom: 50px;
}
.about-box .about-info{
  padding: 74px 0;
}
.about-box .about-info .fl{
  width: 54%;
}
.about-box .about-info .fl img{
  width: 100%;
}
.about-box .about-info .fr{
  width: 46%;
  padding-left: 40px;
}
.about-box .about-info .fr .about-info-title h2{
  font-size: 48px;
  color: #f2f2f2;
  text-transform: uppercase;
}
.about-box .about-info .fr .about-info-title span{
  font-size: 24px;
  margin-top: -40px;
  display: block;
  line-height: 50px;
}
.about-box .about-info .fr .about-info-title span::after{
  content: "";
  width: 70px;
  height: 2px;
  background: #236db1;
  display: block;
}
.about-box .about-info .fr p{
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
.about-dedv .dedv_owl{
  background: url(../images/h-line.png) center 55px no-repeat;
}
.about-dedv .dedv-box {
  text-align:center;
}
.about-dedv .dedv-box h1{
  font-size: 24px;
  font-weight: normal;
}
.about-dedv .dedv-box h1::after{
  content:"";
  width: 14px;
  height: 14px;
  display: block;
  background: url(../images/h-icon.png) no-repeat;
  margin: 30px auto;
}
.about-dedv .dedv-box p{
  color: #999;
}
.about-dedv .owl-item:nth-child(even) .dedv-box h1::after{
  content:none;
}
.about-dedv .owl-item:nth-child(even) .dedv-box h1::before{
  content:"";
  width: 14px;
  height: 14px;
  display: block;
  background: url(../images/h-icon.png) no-repeat;
  margin: 23px auto;
}
.about-dedv .owl-item:nth-child(even) .dedv-box p{
  max-height: 38px;
  overflow: hidden;
}
.about-dedv .owl-theme .owl-nav .owl-prev span,
.about-dedv .owl-theme .owl-nav .owl-next span {
  background: url(../images/h-prev.png) no-repeat;
  font-size: 0;
  width: 14px;
  height: 22px;
  display: inline-block;
}
.about-dedv .owl-theme .owl-nav .owl-next span {
  background: url(../images/h-next.png) no-repeat;
}
.about-dedv .owl-theme .owl-nav .owl-prev {
  position: absolute;
  bottom: calc(50% + 5px);
  left: 0px;
}
.about-dedv .owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: calc(50% + 5px);
  right: 0px;
}
.about-organ{
  background: #f5f5f5;
  padding: 70px 0;
}
.about-organ li{
  width: calc(25% - 18px);
  margin-right: 24px;
  background: #fff;
  text-align:center;
  padding: 60px 40px 82px;
  cursor: pointer;
  float: left;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.about-organ li:nth-child(4n+0){
  margin-right: 0;
}
.about-organ li span img{
  width: 58px;
  height: 60px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.about-organ li h2{
  font-size: 24px;
  font-weight: normal;
  padding: 16px 0 22px;
}
.about-organ li p{
  color: #999;
  line-height: 30px;
}
.about-organ li:hover{
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-box-shadow: 0px 0px 10px rgba(159,159,159,.3);
  -webkit-box-shadow: 0px 0px 10px rgba(159,159,159,.3);
  box-shadow: 0px 0px 10px rgba(159,159,159,.3);
}
.about-organ li:hover span img{
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);  
}
.about-honor .owl-item span{
  border:solid 1px #eee;
  display: block;
}
.about-honor .owl-theme .owl-nav .owl-prev {
  position: absolute;
  bottom: 42%;
  left: -72px;
}
.about-honor .owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: 42%;
  right: -72px;
}
.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: #236db1;
}
/*右边浮动*/
.right-float {
  width:62px;
  position:fixed;
  right:5px;
  top:50%;
  margin-top:-102px;
  z-index: 999999;
}
.float_item {
  width:62px;
  height:62px;
  margin:4px 0;
  background-color:#236db1;
  transition: all linear .2s;
  cursor:pointer;
  display:block;
  border-radius: 3px;
}
.float_item:hover {
  background-color:#294967;
}
.float_con {
  position:relative;
}
.qq_item {
  background-image:url(../images/icon-qq.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-color: #e33229;
}
.tel_item {
  background-image:url(../images/icon-tel.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-color:#ffa70f;
}
.tel_hover,.qq_hover {
  position:absolute;
  right:54px;
  padding-right:10px;
  transition: all linear .2s;
  display:none;
  cursor:initial;
}
.tel_item:hover .tel_hover,.qq_item:hover .qq_hover {
  display:block;
}
.tel_hover span.icon,.qq_hover span.icon {
  width:10px;
  height:50px;
  background:url(../images/icon_01.png) center no-repeat;
  display:block;
  position:absolute;
  top:0;
  right:0px;
}
.tel_hover span.txt,.qq_hover span.txt {
  color:#fff;
  line-height: 30px;
  padding: 10px 20px;
  font-size:14px;
  white-space: nowrap;
  border-radius:4px;
  background-color:#222;
  display:block;
  position:absolute;
  top:0;
  right:10px;
  box-sizing:border-box;
}
.qq_hover span.txt a{
  color:#fff;
}
.wx_item {
  background-image:url(../images/icon-weixin.png);
  background-position:center center;
  background-repeat:no-repeat;
}
.wx_hover {
  width:188px;
  height:258px;
  position:absolute;
  right:62px;
  padding-right:10px;
  transition: all linear .2s;
  display:none;
  background-image:url(../images/gzhEwm.png);
  background-repeat:no-repeat;
  margin-top:-12px;
  cursor:initial;
}
.wx_hover img {
  width:120px;
  height:120px;
  margin-left:35px;
  margin-top:30px;
  display:block;
}
.wx_item:hover .wx_hover {
  display:block;
}
.top_item {
  background-image:url(../images/icon-top.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-color: #6c6c6c;
}
.top_item:hover .top_hover {
  display:block;
}
.top_hover {
  height:50px;
  position:absolute;
  right:50px;
  padding-right:10px;
  transition: all linear .2s;
  display:none;
  cursor:initial;
}
@media screen and (max-width: 1460px){
  .ny-banner .banner-txt {
    left: 10%;
  }
}
@media screen and (max-width: 1360px){
  .i-partner .owl-theme .owl-nav .owl-next,.about-honor .owl-theme .owl-nav .owl-next{
    right: 0;
  }
  .i-partner .owl-theme .owl-nav .owl-prev,.about-honor .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}
@media screen and (max-width: 1240px){
  .box{
    width:95%;
  }
  .header .logo {
    margin-right: 68px;
  }
  .banner .item {
    bottom: 80px;
  }
  .banner .slide img {
    height: auto;
  }
}
@media screen and (max-width: 1199px){
  .nav ul{
    display: none;
  }
  .hidden-menu{
    display: block;
  }
  .header {
    padding-top:10px;
    padding-bottom:10px;
  }
  .header .logo {
    margin-top: 0px;
  }
  .header .logo img {
    height: 40px;
  }
  .i-product {
    padding-top: 40px;
  }
  .i-solution {
    margin-bottom: 40px;
  }
  .footer-top dl {
    margin-left: 56px;
  }
  .ny-banner .banner-txt h1 {
    font-size: 24px;
  }
  .ny-banner .banner-txt {
    left: 5%;
    top: 32%;
  }
  .title01 h1 {
    font-size: 30px;
  }
  .product-box {
    padding-top: 50px;
  }
  .right-float {
    display: none;
  }
  .header .header-search {
    border: 0;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    right: 80px;
  }
}
@media screen and (max-width: 1024px){
  .banner .page-down {
    display: none;
  }
  .banner .item {
    bottom: 20px;
  }
  .banner .item a{
    width: 10px;
    height: 10px;
    margin: 5px;
  }
  .i-product .product-type span {
    margin: 0 50px;
  }
  .title01 h1,.sol-title h1{
    font-size: 28px;
  }
  .title01 p {
    margin-top: 8px;
  }
  .title01 {
    margin-bottom: 20px;
  }
  .sol-title {
    padding: 70px 34px 240px;
  }
  .i-solution {
    margin-top: -46px;
  }
  .i-solution ul {
    margin-top: 75px;
  }
  .i-product .pro-type-two {
    padding: 40px 0 60px;
  }
  .i-new-box .swiper-slide .fr {
    padding: 50px 54px 37px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 48px;
    left: 0px;
  }
  .i-new .new-more {
    margin: 20px auto 0;
  }
  .i-partner {
    padding: 46px 0 40px;
  }
  .main {
    padding: 40px 0 50px;
  }
  .product-box .pro-one li {
    padding: 36px 0;
  }
  .product-box .pro-one li p {
    padding: 30px 20px 30px;
  }
  .type-box a {
    padding: 14px 44px;
  }
  .new-box li .fl {
    width: 330px;
  }
  .new-box li .fr {
    width: calc(100% - 350px);
  }
  .new-box li .fr h2 {
    margin-top: 0;
  }
  .new-box li .fr p {
    margin: 20px 0;
    max-height: 90px;
    overflow: hidden;
  }
  .new-content .new-title {
    padding: 0 0 40px;
  }
  .about-box .about-info {
    padding: 30px 0;
  }
  .about-box .about-info .fr p {
    line-height: 24px;
  }
  .about-dedv{
    margin-bottom: 20px;
  }
  .about-organ {
    padding: 40px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px){
  .i-new-box .swiper-slide .fl {
    display: none;
  }
  .i-new-box .swiper-slide .fr {
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #eee;
  }
  .i-new-box .swiper-slide .fr {
    padding: 20px 20px 37px;
  }
  .i-new-box .swiper-slide .fr a {
    margin-top: 20px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
    left: -14px;
  }
  .i-new-box .swiper-slide {
    padding-right: 0;
  }
  .swiper-container {
    margin:-30px auto 0px;
  }
  .i-new {
    margin-bottom: 35px;
  }
  .footer-top dl {
    display: none;
  }
  .footer-contact span {
    float: left;
    margin-right: 50px;
  }
  footer {
    padding: 48px 0 0;
  }
  .footer-bot {
    margin-top: 20px;
  }
  .about-box .about-info .fl {
    width: 100%;
  }
  .about-box .about-info .fr {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .about-box .about-info {
    padding: 20px 0;
  }
  .about-organ li {
    width: calc(25% - 42px/3);
    margin-right: 14px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px){
  .i-product .pro-type-two li a {
    padding: 0 10px;
    line-height: 40px;
    margin-right: 18px;
  }
  .i-product .product-type span {
    padding-bottom: 20px;
  }
  .sol-title {
    width: 100%;
    padding: 14px;
  }
  .sol-title a {
    margin-top: 20px;
  }
  .i-solution ul {
    margin-top: 18px;
    width: 100%;
  }
  .i-solution li {
    width: calc(100%/3 - 28px/3);
    margin-right: 14px;
  }
  .i-solution li .sol-txt {
    padding: 14px;
  }
  .i-new-box .swiper-slide .fr h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .contact-top .fl, .contact-top .fr {
    width: 100%;
  }
  .contact-box {
    margin-top: 30px;
  }
  .contact-top .fl h1 {
    font-size: 24px;
  }
  .contact-top .fl input,.contact-top .fl textarea{
    padding: 18px 14px;
    margin-bottom: 10px;
  }
  .contact-top .fl textarea{
    height: 100px;
  }
  .contact-top .fr {
    margin-top: 10px;
  }
  .contact-top .fr p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-map {
    height: 280px;
    margin-top: 20px;
  }
  .current {
    text-align: left;
  }
  .about-box .title01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .i-product .product-type span {
    margin: 0 30px;
  }
  .i-solution li .sol-txt h2 {
    font-size: 16px;
  }
  .i-new-box .swiper-slide .fr span {
    font-size: 18px;
  }
  .i-new-box .swiper-slide .fr h1 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .i-partner .owl-theme .owl-nav .owl-prev span, .i-partner .owl-theme .owl-nav .owl-next span, .about-honor .owl-theme .owl-nav .owl-prev span, .about-honor .owl-theme .owl-nav .owl-next span {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .i-partner .owl-carousel .owl-item img {
    margin-bottom: 16px;
  }
  .i-partner {
    padding: 30px 0;
  }
  .footer-contact span {
    float: none;
    margin-right: 20px;
    font-size: 16px;
  }
  .product-box .pro-one li {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-box .pro-one li span img {
    width: 68px;
    height: auto;
  }
  .product-box .pro-one li p {
    padding: 20px;
  }
  .ny-banner .banner-txt p {
    display: none;
  }
  .current {
    padding: 20px 0;
    font-size: 14px;
  }
  .main .title01 p {
    padding: 0;
    font-size: 14px;
  }
  .main {
    padding: 20px 0;
  }
  .current span {
    padding: 5px 0 5px 24px;
    background-size: 16px;
  }
  .product-box {
    padding-top: 20px;
  }
  .product-box .pro-two li .fl {
    width: 100%;
  }
  .product-box .pro-two li .fr {
    width: 100%;
    background: #f5f5f5;
    min-height: auto;
    padding: 20px;
  }
  .product-box .pro-two li .fr h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-box .pro-two li .fr a {
    padding: 10px 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .product-box .pro-two li {
    margin-bottom: 20px;
  }
  .product-box .pro-two li img {
    min-height: auto;
  }
  .type-box a {
    padding: 10px 20px;
    font-size: 16px;
    margin: 0 5px 10px 0;
  }
  .new-box li .fl {
    width: 160px;
  }
  .new-box li .fr {
    width: calc(100% - 170px);
  }
  .new-box li .fr h2 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .new-box li .fr p {
    line-height: 24px;
    margin: 5px 0;
    max-height: 25px;
  }
  .new-box li .fr span {
    font-size: 14px;
    width: 108px;
    height: 42px;
    line-height: 42px;
  }
  .page a {
    padding: 0px 10px;
    margin: 0px 2px;
  }
  .page {
    margin-top: 24px;
  }
  .new-content .new-title h1 {
    font-size: 24px;
  }
  .new-content .new-title {
    padding: 0 0 20px;
  }
  .new-content .new-text {
    padding: 20px 0;
  }
  .about-organ li {
    width: calc(50% - 7px);
    margin-bottom: 10px;
  }
  .about-organ li:nth-child(even) {
    margin-right: 0;
  }
  .about-box .about-info .fr .about-info-title h2 {
    display: none;
  }
  .about-info-title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 478px){
  .i-product .product-type span {
    margin: 0 14px;
  }
  .i-product .pro-type-two li a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .i-product .pro-type-two {
    padding: 30px 0;
  }
  .i-solution {
    margin-top: -16px;
  }
  .i-product {
    padding-top: 20px;
  }
  .title01 h1, .sol-title h1 {
    font-size: 24px;
  }
  .title01 p {
    font-size: 14px;
  }
  .i-partner {
    padding: 30px 0 0;
  }
  .type-box {
    text-align: left;
    padding: 0 10px;
  }
}
@media screen and (max-width: 477px){
  .i-solution li {
    width: 100%;
    margin-bottom: 10px;
  }
}
