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('../images/font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../images/font/iconfont.woff?t=1658727552670') format('woff'),
       url('../images/font/iconfont.ttf?t=1658727552670') 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;
}
/*header*/
.header{
    display: block;
    width: 100%;
    height: 115px;
    background: #FFF;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1000;
}
.header .wrapper{
    width: 1500px;
    position: relative;
}
.header .logo{
    float: left;
    margin: 35px 0 0 0;
    width: 255px;
    height: 45px;
}
.header .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-top{
    position: absolute;
    top: 16px;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 1120px;
    height: 32px;
}
.head-top .topphone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 32px;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    padding-right: 5px;
    background-color: #eaeaea;
    border-radius: 0 20px 0 0;
}
.head-top .topphone img{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.head-top .topsocial{
    cursor: pointer;
}
.head-right{
    float: right;
    width: 1120px;
    display: flex;
    justify-content: space-between;
    height: 47px;
    margin-top: 68px;
}
.header .nav{
    float: left;
    display: flex;
}
.header .nav li{
    margin: 0 0;
    height: 47px;
    position: relative;
}
.header .nav li:last-child{
    margin-right: 0;
}
.header .nav li a{
    display: block;
    font-size: 16px;
    color: #000000;
    height: 47px;
    font-weight: 400;
    position: relative;
}
.header .nav li a span{
    display: block;
    line-height: 24px;
    padding: 0 37px;
    border-left: 1px solid #eaeaea;
}
.header .nav li:hover a{
}
.header .nav li.cur a{
    font-weight: bold;
}
.header .nav li:after {
    position: absolute;
    display: none;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #aeafaf;
    transition: all 0.35s;
}
.header .nav li.cur:after, .header .nav li:hover:after {
    display: block;
    width: 100%;
    background-color: #aeafaf;
}
.header .nav li dl{
    display: none;
}
.header .nav li:hover dl{
    position: absolute;
    left: 0;
    top: 46px;
    padding: 10px 15px 10px 15px;
    min-width: 100%;
    display: block;
    white-space: nowrap;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 10%);
}
.header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    left: 55px;
}
.header .nav li:hover dl dd{
    text-align: center;
    position: relative;
}
.header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.header .nav li:hover dl dd a{
    font-size: 14px;
    color: #666666;
    padding: 0;
    height: 38px;
    line-height: 38px;
    font-weight: 400;
    white-space: nowrap;
    border-left: none;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.header .nav li:hover dl dd:last-child a{
  border-bottom: none;
}
.header .nav li:hover dl dd a:hover,.header .nav li:hover dl dd.cur a{
    color: #000000;
}
.header .rightbox{
    display: flex;
    min-width: 120px;
    height: 24px;
    align-items: center;
    justify-content: flex-end;
}
.header .rightbox .ico-search {
    width: 23px;
    height: 23px;
    background: url(../images/ico-search.svg) no-repeat left center;
    background-size: 20px 20px;
    display: block;
    line-height: 22px;
    font-weight: bold;
    cursor: pointer;
}
.header .rightbox .ico-contact{
    display: block;
    margin-left: 16px;
    padding-left: 18px;
    padding-right: 12px;
    border-left: 1px solid #eaeaea;
}
.header .rightbox .ico-contact a{
    display: block;
    width: auto;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
}
.header .rightbox .ico-search:hover,.header .rightbox .ico-contact a:hover{
    opacity: 0.8;
}
.header .top_share {
	line-height: 32px;
	float: right;
    padding-right: 12px;
}
.header .top_share ul {
	margin: 0 -4px;
}

.header .top_share ul li {
    display: inline-block;
    padding: 0 0;
    margin: 0 5px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    transition: all .5s;
}
.header .top_share ul li:hover{
	transform: scale(1.2);
}
.header .top_share ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.header .icon-facebook{
	background: url("../images/icon-top-facebook.png") no-repeat center center;
	background-size: 22px 22px;
}
.header .icon-linkedin{
	background: url("../images/icon-top-linkedin.png") no-repeat center center;
	background-size: 22px 22px;
}
.header .icon-youtube{
	background: url("../images/icon-top-youtube.png") no-repeat center center;
	background-size: 22px 22px;
}
.header .icon-instagram{
	background: url("../images/icon-top-instagram.png") no-repeat center center;
	background-size: 22px 22px;
}
.header .icon-whatsapp{
	background: url("../images/icon-top-whatsapp.png") no-repeat center center;
	background-size: 22px 22px;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 18px;
    width: 23px;
    height: 20px;
    background: url(../images/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.header .icon-close{
    display: none;
}
.m-menu{
    display: none;
}
/*subbanner*/
.subbanner{
    display: block;
    width: 100%;
    height: 500px;
    background: url(../images/img-banner.jpg) no-repeat center;
    background-size: auto 100%;
    position: relative;
}
.subbanner .title{
    display: block;
    font-size: 33px;
    color: #FFF;
    padding-top: 230px;
}
.subbanner .subtitle{
    display: block;
    font-size: 18px;
    color: #333;
    padding-top: 18px;
}
.subbanner .menubox{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 9;
    height: 70px;
}
.subbanner .menubox .wrapper{
    display: flex;
    justify-content: space-between;
}
.subbanner .submenu{
    display: flex;
    width: 80%;
    height: 70px;
    color: #FFFFFF;
}
.subbanner .submenu a{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    display: block;
    line-height: 70px;
}
.subbanner .submenu a.cur,.subbanner .submenu a:hover {
    background: #8b9dbb;
}
.subbanner .path{
    display: block;
    width: auto;
    line-height: 70px;
    font-size: 15px;
    color: #FFFFFF;
}
.subbanner .path a{
    color: #FFFFFF;
}
.subbanner .path a:hover{
    text-decoration: underline !important;
}
.subbanner .path span {
    font-family: 宋体;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0px 10px;
}
.content{
    display: block;
    width: 1500px;
    margin: 0 auto;
    padding: 65px 0 80px 0;
}
.content.bg{
  background-color: #FFFFFF;
}
.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;
}
.home-subtitle{
    font-family: 'NeoSansStd-Medium',Arial,sans-serif;
    font-weight: normal !important;
    display: block;
    width: 100%;
    height: 35px;
    position: relative;
    margin-bottom: 45px;
    color: #212121;
    font-size: 18px;
    text-align: center;
}
.home-subtitle .icon{
    display: block;
    margin: 15px auto 0 auto;
    width: 24px;
    height: 24px;
    background: url('/images/icon-down-arrow.png') no-repeat center center;
    background-size: 24px 22px;
}
.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;
}
.dropdown-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 30px;
    display: flex;
}
.dropdown-container select {
    float: left;
    display: block;
    position: relative;
    flex-grow: 1;
    height: 48px;
    float: left;
    padding: 15px;
    width: 205px;
    border-top: 1px solid #dadada;
    border-left: 1px solid #cfcfcf;
    background: #ffffff url('/images/dot-arrow-6.svg') no-repeat center right 1.1rem;
    background-size: 11px 6px;
    color: #444;
    font-size: 15px;
    font-family: Arial,sans-serif;
    transition: opacity .3s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
}
.button-round {
    float: left;
    margin-left: 15px;
    width: auto;
    height: 48px;
    display: block;
    font-family: 'NeoSansStd-Regular',Arial,sans-serif;
    font-weight: normal !important;
    line-height: 48px;
    padding: 0 15px;
    color: #FFF !important;
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: 0;
    font-size: 15px;
}
.button-round:hover{
    opacity: 0.8;
}

.about-desc{
    display: block;
    padding: 0 85px;
    font-size: 18px;
    line-height: 2;
    color: #666666;
}
.subnav{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 60px;
}
.subnav li{
	display: block;
	padding: 0 10px;
}
.subnav li a{
	display: block;
	width: auto;
	padding: 0 28px;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	background-color: #eaeaea;
	border-radius: 0 20px 0 20px;
}
.subnav li a.cur,.subnav li a:hover{
	color: #FFF;
	background-color: #aeafaf;
	font-weight: bold;
}
.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;
}
.products-info{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.products-info .pi-pic{
    flex: 0 0 585px;
    width: 585px;
    height: 460px;
    border:1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-info .pi-pic img{
    display: block;
    min-width: 90%;
    min-height: 90%;
    max-width: 90%;
    max-height: 90%;
}
.products-info .pi-text{
    flex: 0 0 854px;
    width: 854px;
    padding-right: 60px;
}
.products-info .pi-text h1{
    display: block;
    padding: 30px 0 30px 0;
    font-size: 35px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}
.products-info .pi-desc{
    display: block;
    font-size: 16px;
    line-height: 2.2;
    color: #333;
}
.products-info .pi-temperature {
    padding: 30px 0;
    display: flex;
}
.products-info .pi-temperature .item{
    display: block;
    width: 260px;
    height: 46px;
    padding: 1px 0;
    padding-left: 58px;
    font-size: 15px;
    line-height: 22px;
}
.products-info .pi-temperature .item.icon-blue{
    background: url(/images/icon-temperature-blue.png) no-repeat center left;
    background-size: 45px 46px;
}
.products-info .pi-temperature .item.icon-red{
    background: url(/images/icon-temperature-red.png) no-repeat center left;
    background-size: 45px 46px;
}
.products-info .pi-temperature .item.icon-green{
    background: url(/images/icon-temperature-green.png) no-repeat center left;
    background-size: 45px 46px;
}
.products-info .pi-temperature .item strong,.products-info .pi-temperature .item span{
    display: block;
    font-weight: normal;
    line-height: 1.3;
}
.products-info .pi-temperature .item strong{
    font-size: 20px;
    color: #000;
}
.products-info .pi-text .pi-btn{
    display: block;
    margin-top: 30px;
    width: 100%;
}
.products-info .pi-text .pi-btn a{
    display: block;
    width: 160px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    background-color: #00A2E9;
    color: #FFFFFF;
    margin-bottom: 21px;
    border-radius: 0 20px 0 20px;
}
.products-info .pi-text .pi-btn a:hover{
    opacity: 0.8;
}
.products-desc{
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
.pd-nav{
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 55px;
    background: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pd-nav li{
    display: block;
    width: 206px;
    height: 55px;
    margin: 0 0;
    text-align: center;
    position: relative;
    line-height: 55px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    border-radius: 0 30px 0 0;
}
.pd-nav li.on,.pd-nav li:hover{
    color: #FFFFFF;
    background-color: #aeafaf;
}
.pd-content{
    display: block;
    padding: 15px 55px;
    font-size: 18px;
    line-height: 2;
    color: #333;
}
.pd-app {
    display: block;
    margin-top: 20px;
}
.pd-app ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pd-app li{
    flex: 0 0 300px;
    width: 300px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 45px;
}
.pd-app li img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.pd-app li .pda-title{
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}
.pd-app li .pda-desc{
    font-size: 15px;
    line-height: 1.8;
}
.article-list{
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
.article-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 290px;
    padding: 25px 25px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
	border-radius: 8px;
}
.article-list .alt-pic {
    flex: 0 0 350px;
    width: 350px;
    height: 240px;
	border-radius: 6px;
    overflow: hidden;
}
.article-list .alt-pic img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all 0.6s;
}
.article-list .alt-pic img:hover {
    transform: scale(1.1);
}
.article-list li a {
    display: -webkit-flex;
    display: flex;
}
.article-list .alt-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    height: 240px;
    padding-left: 30px;
}
.article-list .alt-title {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.article-list .alt-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 120px;
    line-height: 30px;
    font-size: 16px;
    color: #808080;
}
.article-list .alt-con {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 28px;
    color: #808080;
}
.article-list .alt-tag{
    display: flex;
    width: 560px;
    overflow: hidden;
}
.article-list .alt-tag a{
    color: #666;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 15px;
    height: 28px;
    margin-right: 10px;
    font-size: 14px;
    background-color: #eaeaea;
}
.article-list .alt-tag a:hover{
    background-color: #aeafaf;
    color: #FFFFFF;
}
.article-list .alt-time{
	color: #BBBBBB;
	font-size: 14px;
}
.article{
    width: 100%;
    background:#fff;
    padding:40px 50px;
    border-radius: 8px;
  }
  .article .head{
    text-align: center;
    border-bottom:1px solid #eaeaea;
    padding:16px 0;
  }
  .article .head .t1{
    font-size:36px;
    font-weight: bold;
    line-height: 1.6;
  }
  .article .head .tags{
    color:#999;
    line-height: 2.6;
  }
  .art_cnt{
    padding:50px 60px;
    color:#666;
    font-size:16px;
    line-height: 2;
  }
  .art_cnt img{
    display: block;
    max-width:100%;
    height: auto !important;
    margin:0 auto;
  }
  .art_ot{
    border-top:1px solid #eaeaea;
    position: relative;
    padding:20px 0;
  }
  .art_ot li{
    font-size:16px;
    line-height: 38px;
    color:#999;
  }
.art_ot .backa{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius:3px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-21px;
    font-size:16px;
    color:#FFF;
    background-color: #aeafaf;
}
.art_ot .backa:hover{
    opacity: 0.8;
 }
.recruit-desc{
    display: block;
    font-size: 18px;
    line-height: 2;
    color: #666666;
}
.jobdet-desc{
    display: block;
    width: 850px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
    color: #666666;
}
.recruitment-list{
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 0 80px 0;
}
.recruitment-list ul{
    display: block;
}
.recruitment-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px 30px 36px;
    border-bottom: 1px solid #E9E9E9;
}
.recruitment-list li:hover{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.recruitment-list li .text{
    flex: 0 0 92%;
    width: 92%;
    display: flex;
}
.recruitment-list li .text .item{
    width: 33%;
}
.recruitment-list li .text .item span{
    display: block;
    font-size: 14px;
    color: #666666;
}
.recruitment-list li .text .item strong{
    padding-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.recruitment-list li .btn{
    flex: 0 0 8%;
    width: 8%;
    display: flex;
    justify-content: flex-end;
}
.recruitment-list li .btn a{
    display: block;
    width: 95px;
    height: 36px;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 32px;
}
.recruitment-list li .btn a:hover{
    background-color: #aeafaf;
    color: #FFFFFF;
    border: 1px solid #aeafaf;
}
.jobdet{
    width: 100%;
    padding: 30px 80px 45px 80px;
    height: auto;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 0;
}
.jobdet .title{
    display: block;
    font-size: 35px;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 18px;
    position: relative;
}
.jobdet .title strong{
    font-weight: normal;
}
.jobdet .title strong:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 3px;
    background-color: #aeafaf;
}
.jobdet .desc{
    display: block;
	width: 850px;
	margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: justify;
    line-height: 2.2;
    padding-top: 15px;
}
.jobdet .desc strong{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-top: 25px;
    margin-bottom: 8px;
}
.jobdet .desc p{
    display: block;
    margin: 0 0 0 0;
}
.jobdet .desc .info{
    display: flex;
    width: 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.jobdet .desc .info .item{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2.2;
}
.jobdet .form-item{
    margin-top: 20px;
}
.contact-info{
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
}
.contact-info .ci-box{
    display: flex;
    width: 100%;
    height: 418px;
    margin-top: 25px;
    justify-content: space-between;
    background-color: #F7F8FA;
}
.contact-info .ci-map{
    flex: 0 0 50%;
    width: 50%;
    height: 418px;
}
.contact-info .ci-text{
    flex: 0 0 50%;
    width: 50%;
    height: 418px;
    padding: 65px 52px;
}
.contact-info .ci-text .cit-title{
    display: block;
    font-size: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CCCCCC;
}
.contact-info .ci-text .cit-desc{
    display: block;
    padding: 25px 6px 10px 6px;
}
.contact-info .ci-text .cit-desc p{
    display: block;
    margin-bottom: 32px;
    font-size: 20px;
}
.contact-info .ci-text .cit-desc p span{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    padding-right: 15px;
}
.contact-feedback{
    display: block;
    padding-top: 40px;
    padding-bottom: 50px;
}
.form-item{
    display: block;
    margin-top: 30px;
    position: relative;
}
.form-item.m60{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.form-item.flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.form-label{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.form-input.w450{
    width: 450px;
}
.form-input{
    width: 100%;
    height: 60px;
    font-size: 20px;
    padding: 0 19px;
    background-color: #f7f8fa;
    border:none;
}
.form-input:hover,.form-input:focus{
    background-color: #eaeaea;
}
.form-select{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 16px;
    border: 1px solid #eaeaea;
}
.form-textarea{
    width: 100%;
    height: 175px;
    font-size: 20px;
    line-height: 1.4;
    padding: 18px 19px;
    background-color: #f7f8fa;
    border:none;
}
.form-textarea:hover,.form-textarea:focus{
    background-color: #eaeaea;
}
.form-btn{
    display: block;
    width: 212px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    margin: 0 21px;
    text-align: center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    background-color: #EAEAEA;
}
.form-btn.submit{
    color: #FFFFFF;
    background-color: #aeafaf; 
}
.form-btn:hover{
    opacity: 0.8;
}
.download-list {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.download-list li{
	display: block;
	width: 354px;
	height: auto;
	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;
	overflow: hidden;
}
.download-list li:nth-child(4n) {
    margin-right: 0;
}
.download-list li:hover{
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .16);
}
.download-list li .pic {
    width: 100%;
    height: 488px;
	border-radius: 0;
    overflow: hidden;
}
.download-list li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}
.download-list li:hover .pic img {
    transform: scale(1.1);
}
.download-list li .text{
	display: block;
	padding: 20px 25px 25px 25px;
}
.download-list li .text .title{
	font-size: 16px;
	line-height: 1.35;
	padding-bottom: 8px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*pages*/
.sh-pages {
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: center;
}
.sh-pages a{
    display: inline-block;
    width: auto;
    height: 36px;
    padding: 0 12px;
    line-height: 34px;
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    font-size: 16px;
    color: #000000;
    transition: all 0.35s;
    margin: 0 8px;
    border: 1px solid #eaeaea;
}
.sh-pages a:hover,.sh-pages .active a{
    background: #aeafaf;
    color: #fff;
    border: 1px solid #aeafaf
}
.sh-pages a i{
    margin-right: 0;
    font-size: 18px;
    color: #000000;
}
.sh-pages a:hover i{
    color: #FFFFFF;
}
.sh-pages span {
    display: inline-block;
    width: auto;
    height: 36px;
    padding: 0 12px;
    line-height: 34px;
    border-radius: 3px;
    background: #8b9dbb;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}

/*footer*/
.footer{
    display: block;
    width: 100%;
    padding: 45px 0 20px 0;
    background-color: #dedede;
}
.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: #000;
}
.footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
    color: #333;
}
.footer .foot-nav li a:hover,.footer .copyright a:hover{
    color: #000;
    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-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;
}
/*search_tc*/
.search_tc {
    position: fixed;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	transform: translateY(-100%);
    transition: all 0.3s ease;
}
.search_tc.into {
    position: fixed;
    transform: translateY(0%);
    transition: all 0.3s ease;
}
.search_tc .search_close {
    position: absolute;
    right: 3%;
    top: 3%;
    cursor: pointer;
    z-index: 100;
}
.search_tc .search_close img{
    width: 30px;
    height: 30px;
}
.search_tc .search_nr {
    width: 80%;
    display: flex;
    max-width: 1000px;
}
.search_tc .search_nr,
.search_tc .search_nr .text {
    width: calc(100% - 60px);
    border: 0px;
	height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0px 3%;
    font-size: 16px;
}
.search_tc .search_nr form{
	width: 100%;
	display: flex;
}
.search_tc .search_nr .btn {
    width: 60px;
    height: 60px;
    background: #aeafaf;
    background-size: 100%;
    border: 0px;
	color: #FFF;
    cursor: pointer;
	border-radius: 0;
    transition: all 0.3s ease;
}
.search_tc .search_nr .btn:hover{
    opacity: 0.9;
}
.search_tc .search_nr .btn i{
    display: block;
    margin: 15px auto;
    width: 20px;
    height: 20px;
    background: url(/images/ico-search-w.svg) no-repeat center center;
    background-size: 100%;
}
.search-list{
    display: block;
    width: 100%;
    padding: 20px 20px 30px 20px;
    background-color: #FFFFFF;
}
.search-list li{
    display: block;
    width: 100%;
    line-height: 70px;
    height: 70px;
    border-bottom: 1px solid #EDEDF0;
}
.search-list li a{
    display: flex;
    justify-content: space-between;
}
.search-list li .title{
    display: block;
    font-size: 18px;
    width: calc(100% - 120px);
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.search-list li:hover .title{
    color: #FF6600;
}
.search-list li .time{
    display: block;
    width: 120px;
    font-size: 16px;
    color: #999;
    text-align: right;
}