body{
}
a:hover{
	color:rgba(230,60,60,1)!important;
}
.container {
    width: 1200px;
    margin:auto;
    max-width: none !important;
    padding:0;
}

.box>.container>.title {
    display: flex;
    position: relative;
    margin: 0 0 32px 16px;
    align-items: center;
}
.box>.container>.title>h2 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(65,69,80,1);
    flex: 1;
}
.box>.container>.title:before {
    content: "";
    display: block;
    /* border-radius: 100%; */
    width: 7px;
    height: 7px;
    background: rgba(230,60,60,1);
    position: absolute;
    top: 11px;
    left: -16px;
}
.box>.container>.title>.more>a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153,153,153,1);
}
.box>.container>.title>.more>a>img {
    width: 10px;
    height: 10px;
    margin-left: 4px;
}
#banner .carousel-indicators li {
    width: 24px;
    height: 5px;
    opacity: 1;
    margin: 0 8px;
    background-color: #fff;
}
#banner .carousel-indicators .active {
    opacity: 1;
    background-color: #E63C3C;
}
#banner .carousel-indicators {
    bottom: 30px;
    /*margin-right: -50%;*/
}
#banner .carousel-control-prev-icon{
    margin-top: -134px;
}
#banner .carousel-control-next-icon{
    margin-top: -134px;
}
#news .carousel-indicators li {
    width: 16px;
    height: 4px;
    opacity: 1;
    background-color: #fff;
}
#news .carousel-indicators .active {
    opacity: 1;
    background-color: #E63C3C;
}
#news .carousel-indicators {
    top: 250px;
    margin-right: -50%;
}
#news .carousel-control-prev-icon{
    margin-top: -134px;
}
#news .carousel-control-next-icon{
    margin-top: -134px;
}
.banner {
    
}
.class {
    
}
.class .container {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}
.class .item {
    width: 288px;
    height: 185px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.class .item img {
    width: 100%;
}
.box.products {
    
}
.class .item:hover .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
}
.box.products .container {
    background: #fff;
    padding: 80px 0;
}
.box.products .title {
    
}
.box.products .title h2 {
    
}
.box.products .title span {
    
}
.box.products .title span img {
    
}
.box.products .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box.products .content .item {
    padding: 10px;
    width: 320px;
    margin-bottom: 64px;
}
.box.products .content .item .image {
    /*width: 320px;*/
    height: 320px;
    overflow: hidden;
}
.box.products .content .item .image img{
    /*width: 320px;*/
    height: 320px;
    overflow: hidden;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.box.products .content .item  .image img:hover{
    -webkit-transform: translateY(-5%) translateZ(0);
    transition: translateY(-5%) translateZ(0);
    /*box-shadow: 0px 8px 30px 0px rgba(42,46,49,0.1);*/
    /*transform: scale(1.01,1.01);*/
}
.box.products .content .item .image img {
    width: 100%;
}
.box.products .content .item .title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    height: 30px;
    overflow: hidden;
}
.box.products .content .item .desc {
    height: 21px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102,102,102,1);
}
.box.supports {
    background: #FAFBFC;
}
.box.supports .container {
    background: #FAFBFC;
    padding: 80px 0;
}
.box.supports .title {
    
}
.box.supports .title h2 {
    
}
.box.supports .title span {
    
}
.box.supports .title span img {
    
}
.box.supports .content {
    display: flex;
    justify-content: space-between;
}
.box.supports .content .item {
	cursor:pointer;
    width: 386px;
    background: #fff;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.box.supports .content .item:hover {
    box-shadow: 0px 8px 30px 0px rgba(42,46,49,0.1);
    transform: scale(1.01,1.01);
}
.box.supports .content .item .image {
    width: 386px;
    height: 240px;
}
.box.supports .content .item .image img {
    width: 386px;
    height: 240px;
}
.box.supports .content .item .title {
    padding: 10px 24px;
    font-size: 18px;
    color:rgba(65,69,80,1);
	font-weight: 500;
}
.box.supports .content .item .desc {
    padding: 0px 24px;
    color: #A0A5AA;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
}
.box.supports .content .item .more{
    text-align: right;
    padding: 24px;
}
.box.supports .content .item .more a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(160,165,170,1);
    padding-right: 30px;
    background: url(../images/right-off@2x.png) no-repeat;
    background-size: 16px 12px;
    background-position: 40px;
}
.box.supports .content .item .more a:hover{
    color: rgba(230,60,60,1);
    background: url(../images/right-on@2x.png) no-repeat;
    background-size: 16px 12px;
    background-position: 40px;
}
.box.supports .content .item .more img {
    height: 12px;
    width: 16px;
    margin-left: 5px;
}
.box.news {
    
}
.box.news .container {
    background: #fff;
    padding: 80px 0;
}
.box.news .title {
    
}
.box.news .title h2 {
    
}
.box.news .title span {
    
}
.box.news .title span img {
    
}
.box.news .content {
    
}
.box.news .content .headline {
    display: flex;
}
.box.news .content .headline .banner {
    width: 468px;
}
.box.news .content .headline .banner .title {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.box.news .content .headline .banner .title h2{
    flex: 1;
    height: 40px;
	font-size:18px;
	font-weight:400;
    overflow: hidden;
	color:rgba(65,69,80,1);
}
.box.news .content .headline .banner .title .time{
    font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.box.news .content .headline .banner .desc{
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	letter-spacing:1px;
}
.box.news .content .headline .banner .more{
	text-align: right;
}

.box.news .content .headline .banner .more{
    text-align: right;
}
.box.news .content .headline .banner .more a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(160,165,170,1);
    padding-right: 30px;
    background: url(../images/right-off@2x.png) no-repeat;
    background-size: 16px 12px;
    background-position: 40px;
}
.box.news .content .headline .banner .more a:hover{
    color: rgba(230,60,60,1);
    background: url(../images/right-on@2x.png) no-repeat;
    background-size: 16px 12px;
    background-position: 40px;
}
.box.news .content .headline .banner .more img {
    height: 12px;
    width: 16px;
    margin-left: 5px;
}
.box.news .content .headline .list {
    flex: 1;
    margin-left: 80px;
}
.box.news .content .headline .list .item {
    padding: 20px 0;
    margin-top: -20px;
}
.box.news .content .headline .list .item a{
    display: flex;
}
.box.news .content .headline .list .item a .title:hover{
    color: #E63C3C;
}
.box.news .content .headline .list .item .title {
	flex: 8;
    font-size: 18px;
    font-weight: 400;
    color: rgba(65,69,80,1);
}
.box.news .content .headline .list .item .time {
    flex: 2;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    text-align: right;
}
.box.partners {
    margin-bottom: 80px;
}
.box.partners .title {
}
.box.partners .title:before {
}
.box.partners .title h2 {
}

.box.partners .content {
    display: flex;
    justify-content: space-between;
}
.box.partners .content .item {
	cursor: pointer;
    width: 285px;
    height: 140px;
    border: 1px solid rgba(151,151,151,1);
    overflow: hidden;
}
.box.partners .content .item .image {
    
}
.box.partners .content .item .image img {
    width: 100%;
}

































