html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:0 0 0 0 !important;
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #f6f6f6;
}
select,textarea,button{
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial, sans-serif;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'DIN';
    src: url('../images/font/HelveticaInserat.otf');
}
body.bgf{
  background-color: #FFFFFF;
}
body.bgfa{
  background-color: #FAFAFA;
}
body.bgf9{
  background-color: #F9F9F9;
}
body.pd0{
  padding:0 0 0 0 !important;
}
.wrap{
  display: table;
  width: 100%;
}
.wrapper{
  display: table;
  width:1500px;
  margin-left: auto;
  margin-right: auto;
}
.w100{
  display: table;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#333333;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#000000;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#999999;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#999999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#999999;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.m12{
  margin-top:12px;
}
.m15{
  margin-top:15px;
}
.m10{
  margin-top:10px;
}
.m20{
  margin-top:20px;
}
.m30{
  margin-top:30px;
}
.m35{
  margin-top:35px;
}
.m40{
  margin-top:40px;
}
.m50{
  margin-top:50px;
}
.m70{
  margin-top:70px;
}
.m100{
  margin-top:100px;
}
.mb5{
  margin-bottom: 5px;
}
.mb30{
  margin-bottom: 30px;
}
.mb50{
  margin-bottom: 50px;
}
.mb80{
  margin-bottom: 80px;
}
.mr50{
    margin-right: 50px !important;
}
.f16{
  font-size: 16px !important;
}
.line:last-child{
  border-bottom: none;
}
.tcenter{
  text-align: center !important;
}
.tleft{
  text-align: left !important;
}
.red{
    color:#FF0000 !important;
}
.blue{
    color:#207cff !important;
}
a.cblue{
    color:#207cff !important;
}
a.cblue:hover{
    color: #1CA6B8 !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.abr{
    position: relative;
}



.h2title{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: normal;
}
.h2title .title{
    display: block;
    font-size: 35px;
    padding: 15px 0 45px 0;
}
.h2title.home .title{
    padding-bottom: 0;
}
.h2title .subtitle{
    display: block;
    font-size: 25px;
    color: #aeafaf;
    padding-top: 20px;
    padding-bottom: 38px;
}
.h2title .tab{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
}
.h2title .tab li{
    display: block;
    margin: 0 40px;
    font-size: 18px;
    line-height: 54px;
    position: relative;
    cursor: pointer;
}
.h2title .tab li span{
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.h2title .tab li.on,.h2title .tab li:hover{
    color: #90a1bf;
    font-weight: bold;
}
.h2title .tab li:after{
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 1.5px;
    background-color: #90a1bf;
    transition: all 0.35s;
}
.h2title .tab li.on:after, .h2title .tab li:hover:after {
    width: 100%;
    margin-left: -50%;
}
/*banner*/
.homebanner{
    display: table;
    width: 100%;
    height: 830px;
    position: relative;
}
.homebanner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebanner .hbanner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-pagination{
  display: block;
  margin: 0 auto;
  bottom: 35px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width:10px;
    height:10px;
    border-radius:50%;
    margin: 0 8px;
    color: #FFFFFF;
    display: inline-block;
    background: #aeafaf;
    opacity: .45;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active,.homebanner .swiper-pagination-current{
  opacity: 1;
  width:20px;
  border-radius:5px;
  background: #aeafaf;
}
.swiper-pages{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 100%;
    height: 50px;
}
.swiper-button-prev,.swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -20px;
    border-radius: 50%;
    background-color: rgba(174, 175, 175, .30);
    border: none;
}
.swiper-button-prev{
    left: 80px;
}
.swiper-button-next{
    right: 80px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background: #aeafaf;
    border: none;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
.homebox{
    display: block;
    padding: 65px 0 80px 0;
    background-color: #FFF;
}
.homebox.bg{
    background-color: #F6F6F6;
}
.homenews-box{
    display: flex;
    height: 634px;
    margin-top: 15px;
    justify-content: space-between;
}
.homenews-box .focus{
    flex: 0 0 739px;
    width: 625px;
    height: 100%;
    position: relative;
    background: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
}
.homenews-box .focus .pic{
  display: block;
    height: 435px;
    width: 100%;
    overflow: hidden;
}
.homenews-box .focus .pic img{
  display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    height: 100%;
    width: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.homenews-box .focus .pic:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.homenews-box .focus .textbox{
    padding: 25px 32px 0;
}
.homenews-box .focus .text {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.homenews-box .focus .tag{
    background: rgba(0,102,255,.1);
    border-radius: 4px;
    font-size: 16px;
    color: #e4362d;
    letter-spacing: 0;
    text-align: right;
    font-weight: 500;
    width: 88px;
    display: block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 32px;
    text-align: center;
    margin-right: 12px;
}
.homenews-box .focus .title {
    cursor: pointer;
    -moz-box-flex: 1;
    flex: 1 1;
    font-size: 22px;
    color: #111f2c;
    line-height: 32px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.homenews-box .focus .desc{
    margin-top: 16px;
    font-size: 15px;
    color: #808080;
    text-align: justify;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.homenews-box .focus .date{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    color: #BBB;
}
.homenews-box .homenews-list{
    display: flex;
    width: 736px;
    justify-content: space-between;
}
.homenews-box .homenews-list .cardWrap{
    display: block;
    width: 100%;
    height: 634px;
    background: #f6f6f6;
    padding: 0 28px;
    border-radius: 10px;
}
.homenews-box .homenews-list .head{
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    height: 28px;
    line-height: 28px;
}
.homenews-box .homenews-list .head .cardTitle{
    font-size: 20px;
    color: #111f2c;
    font-weight: 500;
}
.homenews-box .homenews-list .head .more{
    font-size: 16px;
    color: #e4362d;
    letter-spacing: 0;
    text-align: justify;
    cursor: pointer;
    font-weight: 400;
}
.homenews-box .homenews-list .cardContent{
    padding-top: 15px;
}
.homenews-box .homenews-list .cardContent .cardItem{
    padding: 15px 0 15px 0;
    height: auto;
    display: -moz-box;
    display: flex;
}
.homenews-box .homenews-list .cardContent .cardItem .pic {
    height: 90px;
    width: 140px;
    margin-right: 18px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.homenews-box .homenews-list .cardContent .cardItem .pic img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    height: 100%;
    width: 100%;
}
.homenews-box .homenews-list .cardContent .cardItem:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.homenews-box .homenews-list .cardContent .cardItem .text{
    -moz-box-flex: 1;
    flex: 1 1;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.homenews-box .homenews-list .cardContent .cardItem .text .textTitle{
    line-height: 22px;
    font-size: 16px;
    margin: 0 0;
    font-weight: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.homenews-box .homenews-list .cardContent .cardItem .text .desc{
    line-height: 18px;
    font-size: 13px;
    color: #808080;
    margin: 0 0;
    font-weight: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homenews-box .homenews-list .cardContent .cardItem .text .textDate{
    font-size: 14px;
    color: #bbbbbb;
    padding-top: 5px;
}


.homesolution-list{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.homesolution-list li{
    display: block;
    width: 354px;
    height: 260px;
    padding: 30px 28px;
    background-color: #efefef;
    position: relative;
    border-radius: 8px;
    background-size: auto 100% !important;
}
.homesolution-list li.bg{
    background-color: #aeafaf;
}
.homesolution-list li.bg h4,.homesolution-list li.bg p{
    color: #FFF;
}
.homesolution-list li h4{
    font-size: 18px;
    line-height: 120%;
    margin: 0 0 3px 0;
    font-weight: normal;
}
.homesolution-list li p{
    font-size: 15px;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 15px;
}
.homesolution-list li .button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 160px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background-color: #aeafaf;
    color: white;
    text-decoration: none;
    border-top-right-radius: 18px;
    font-size: 14px;
    cursor: pointer;
    border: 0;
}
.homesolution-list li .button:hover{
    opacity: 0.8;
}



.product-list {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-list li{
	display: block;
	width: 354px;
	height: 426px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
	transition: all 0.6s;
	margin-right: 28px;
	margin-bottom: 30px;
}
.product-list li:nth-child(4n) {
    margin-right: 0;
}
.product-list li:hover{
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .16);
}
.product-list li .pic {
    width: 100%;
    height: 290px;
	border-radius: 6px;
    overflow: hidden;
}
.product-list li .pic img {
    width: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s;
}
.product-list li:hover .pic img {
    transform: scale(1.1);
}
.product-list li .text{
	display: block;
	padding: 20px 25px 25px 25px;
}
.product-list li .text .title{
	font-size: 18px;
	padding-bottom: 8px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list li .text .desc{
	font-size: 14px;
	line-height: 21px;
	color: #808080;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}




/*footer*/
.footer{
    display: block;
    width: 100%;
    padding: 45px 0 20px 0;
    background-color: #151824;
}
.footer .footbox{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.footer .left{
    flex: 0 0 12%;
    width: 12%;
    display: flex;
    align-items: flex-start;
}
.footer .left .logo{
    display: block;
    width: auto;
    height: 35px;
    margin-top: 10px;
}
.footer .left .logo img{
    display: block;
    width: auto;
    height: 100%;
}
.footer .foot-nav{
    flex: 0 0 62%;
    width: 62%;
    padding: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.footer .foot-nav li{
    display: inline-block;
    /*width: 33.33%;*/
    height: auto;
    text-align: left;
}
.footer .foot-nav li.w40{
    width: 42%;
}
.footer .foot-nav li:first-child{
    padding-left: 0;
}
.footer .foot-nav li h3{
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}
.footer .foot-nav li h3 a{
    line-height: 1;
    font-size: 16px;
    color: #fff;
}
.footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
    color: #aaa;
}
.footer .foot-nav li a:hover,.footer .copyright a:hover{
    color: #fff;
    text-decoration: underline !important;
}
.footer .right{
    flex: 0 0 120px;
    width: 120px;
    display: flex;
    justify-content: flex-start;
}
.footer .right .ercode{
    display: block;
    width: 112px;
    height: 112px;
}
.footer .right .ercode img{
    display: block;
    width: 100%;
    height: 100%;
}
.footer .right .icon-phone{
    display: block;
    margin-top: 5px;
    font-size: 30px;
    line-height: 33px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 50px;
    background:url(../images/icon-phone.png) no-repeat left center;
    background-size: 33px 33px; 
}
.footer .right .text{
    display: block;
    padding-left: 50px;
    font-size: 13px;
    line-height: 28px;
    padding-top: 10px;
}
.footer .copyright{
    display: block;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    color: #666666;
}
.footer .copyright div{
    display: block;
}
.footer .copyright a{
    color: #666666;
}
.footer .copyright a:hover{
    color: #000;
    text-decoration: underline !important;
}
/*im*/
.right-im{
    display: block;
    position: fixed;
    right: 5px;
    bottom: 10vh;
    transform:translate(0,0);
    width: 65px;
    padding: 0 0;
    height: auto;
    z-index: 100000;
}
.right-im li{
    width: 64px;
    height: 64px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 3px;
    background-color: #eaeaea;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.right-im li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 45px 0 5px 0;
    font-size: 13px;
    color: #333333;
}
.right-im li a:hover{
    color: #FFFFFF;
}
.right-im li.im-online{
    background:#eaeaea url(../images/im-online.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-online:hover{
    background:#aeafaf url(../images/im-online-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-qq{
    background:#eaeaea url(../images/im-qq.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-qq:hover{
    background:#aeafaf url(../images/im-qq-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-weixin{
    background:#eaeaea url(../images/im-weixin.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-weixin:hover{
    background:#aeafaf url(../images/im-weixin-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-inquiry{
    background:#eaeaea url(../images/im-inquiry.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-inquiry:hover{
    background:#aeafaf url(../images/im-inquiry-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-gotop{
    background:#eaeaea url(../images/im-gotop.png) no-repeat center top;
    background-size: 45px 45px;
    text-indent: -9999px;
    height: 46px;
    padding-top: 0;
}
.right-im li.im-gotop:hover{
    background:#aeafaf url(../images/im-gotop-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-qq:hover .im-ercode,.right-im li.im-weixin:hover .im-ercode{
    display: block;
}
.right-im .im-ercode{
    display: none;
    position: absolute;
    right: 70px;
    top: 0;
}
.right-im .im-ercode img{max-width:120px;}
.right-im .im-con{
    display: none;
    height: 64px;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    transition: all linear .2s;
}
.right-im li:hover .im-con{
    display: block;
}
.right-im .im-con .icon-arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    opacity: 0.5;
    /*background:url(../images/icon-im-arrow.png) no-repeat center center; */
}
.right-im .im-con .text {
    display: block;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 4px;
    background-color: rgba(175,189,213,0.8);
}
.right-im .im-con .text strong{
    font-size:18px;
    font-weight:bold;
    margin-left: 5px;
}
