@charset "utf-8";
/* CSS Document */
img{
	display:block;
	max-width:100%;
}
.banner{
	width:100%;
	max-height:calc(100vh - 100px);
	overflow: hidden;
	position: relative;
}
.banner .st{
	width:50%;
	position:absolute;
	bottom: 0;
	left:25%;
	z-index: 6;
	background: rgba(255,255,255,.9);
    color: #828282;
	overflow:hidden;
}
.banner .st li {
    float: left;
    display: block;
    width: 50%;
    height: 115px;
}
.banner .st li.item1{
	background: rgba(185,46,56,.9);
    color: #fff;
}
.banner .st li .txt {
    width: 50%;
    padding-left: 5%;
    float: left;
    display: block;
}
.banner .st li .txt .t {
    padding: 18px 0px 20px;
    font-size: 14px;
}
.banner .st li .txt .c{
    font: 30px/1.2 Arial, helvetica, sans-serif;
}
.banner .st li.item1 .txt .c{
    color:#fff;
}
.banner .st li.item2 .txt .c{
    color:#666;
}
.banner .st li.item2 .rate.up {
    color: #e62129;
}
.banner .st li.item2 .rate.down {
    color: #75c24d;
}
.bannerS .swiper-pagination{
	width:100%;
	left:0;
	bottom:26%;
}
.bannerS .swiper-pagination-bullet {
    width: 24px;
    height: 7px;
    display: inline-block;
    border-radius:4px;
    background: #fff;
	opacity: 1;
	margin:0 5px;
}
.bannerS .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e30100;
}
.object-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.banner .overlay{
	width:100%;
	height: 100%;
	position:absolute;
	z-index: 22;
	background: rgba(0,0,0,.2);
	text-align: center;
	top:0;
	vertical-align: middle;
	padding-top:15%;
}
.banner .overlay h2{
	font-size:46px;
	color:#fff;
	font-weight: bold;
}
.banner .overlay h2:after{
	display:block;
	content: '';
	width:60px;
	height:2px;
	background:#fff;
	margin:20px auto;
}
.banner .overlay p{
	font-size:20px;
	color:#FFFFFF;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	opacity: .7;
}
.banner .overlay a{
	display:block;
	width: 180px;
    height: 50px;
	margin:30px auto 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px rgba(255, 255, 255, 0.08);
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 48px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}
.banner .overlay a:hover{
    background-color: #bc0715;
    border-color: #bc0715;
}

/*********共用样式**********/
.container{
	width:1500px;
}
.tit{
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
	margin-top: 120px;
}
.tit span {
    display: inline-block;
    padding: 0px 40px 26px;
    position: relative;
    border-bottom: 1px solid #d3d8dc;
}
.tit span:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #b92e38;
    left: 50%;
    margin-left: -30px;
    bottom: -1px;
    position: absolute;
}
.tit p{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: normal;
    line-height: 18px;
    margin-top: 30px;
}
/*******************首页简介*******************/
.home-about{background-size:cover!important}
.nbox{width:60%;padding-bottom: 100px;}
.nbox h3 span{
	display:block;
	color:#b92e38;
}
.nbox h3 span:after{
	content: '';
    display: inline-block;
    vertical-align: top;
    margin: 11px 0 0 29px;
    width: 40px;
    height: 2px;
    background: #b92e38;
}
.nbox .intro{
	margin:10vh 0;
}
.usp-list {
    overflow: hidden;
}
.usp-list li {
    float: left;
    width: 20%;
    padding: 15px 7.5px;
}
.usp-list li h6 {
    font-size: 14px;
    text-shadow: 0 0 5px #fff;
	font-weight: bold;
}
.indMore {
    display: inline-block;
	margin-top:30px;
	position:relative;
	background: #b92e38;
	color:#fff;
	overflow: hidden;
    -webkit-transition: background .4s ease,color .3s ease,border .3s ease;
    -o-transition: background .4s ease,color .3s ease,border .3s ease;
    transition: background .4s ease,color .3s ease,border .3s ease;
    border: 1px solid transparent;
}
.btn__text{
	display: inline-block;
	position: relative;
    z-index: 1;
    padding: 15px 50px;
    transition: transform .5s cubic-bezier(.76,0,.24,1),
		-webkit-transform .5s cubic-bezier(.76,0,.24,1);
}
.btn__text-alt{
	display: inline-block;
	position: absolute;
    top: 100%;
    left: 0;
    padding: 15px 50px;
    transition: transform .5s cubic-bezier(.76,0,.24,1),-webkit-transform .5s cubic-bezier(.76,0,.24,1);
	color:#b92e38;
}
.indMore:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    transition:-webkit-transform .4s cubic-bezier(.5,0,0,1) 40ms;
    -webkit-transition:-webkit-transform .4s cubic-bezier(.5,0,0,1) 40ms;
    -o-transition: transform .4s cubic-bezier(.5,0,0,1) 40ms;
    transition: transform .4s cubic-bezier(.5,0,0,1) 40ms;
    transition: transform .4s cubic-bezier(.5,0,0,1) 40ms,-webkit-transform .4s cubic-bezier(.5,0,0,1) 40ms;
    background-color: #fff;
}
.indMore:hover:before{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.indMore:hover .btn__text{
	-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.indMore:hover .btn__text-alt{
	-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
/*******************首页产品*******************/
.home-product .item {
    position: relative;
    width:calc(33.33% - 10px);
    cursor: pointer;
	float:left;
}
.home-product .items{
	margin:0 10px;
}
.home-product .imgs {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.home-product .item .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}
.home-product .item .text i {
    font-size: 45px;
    color: #fff;
    line-height: 1;
}
.home-product .item .text h5 {
    font-size: 24px;
    color: #fff;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 6px;
}
.home-product .item .text h6 {
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    line-height: normal;
    margin-bottom: 25px;
}
.home-product .item .text .line {
	display:block;
	background: #fff;
    width: 30px;
    height: 2px;
}
.home-product .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: circle(20%);
    clip-path: circle(20%);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(185, 46, 56, 0.95);
    -webkit-transition-timing-function: var(--ease-in-out-a);
    transition-timing-function: var(--ease-in-out-a);
    z-index: 3;
    padding-top: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.home-product .item .bg h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.home-product .item .bg h2 {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    margin-bottom: 100px;
}
.home-product .item .bg i {
    font-size: 45px;
    color: #fff;
    line-height: 1;
}
.home-product .item .bg i img{
	margin:0 auto;
}
.home-product .item .bg h5 {
    font-size: 24px;
    color: #fff;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 6px;
}
.home-product .item .bg h6 {
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    line-height: normal;
    margin-bottom: 25px;
}
.home-product .item .bg .line {
    width: 30px;
    height: 2px;
    margin: 0 auto;
}
.home-product .item .bg ul li a{
	font-size:14px;
	color:#fff;
	line-height: 30px;
}
.home-product .item:hover .bg {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
    opacity: 1;
}
/******************新闻列表********************/
.home-news{
	padding-bottom: 80px;
}
.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.grid-cols-3  li .word{
	position:relative;
	padding:20px 0;
}
.grid-cols-3  li .word:after{
	content: "";
    width: 0%;
    height: 2px;
    background: #bb0101;
    position: absolute;
    left: 0%;
    bottom: 0%;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
    z-index: 3;
}
.grid-cols-3  li .word .tit-14{
	color:#999;
	margin-bottom: 10px;
}
.grid-cols-3  li .word time{
	color:#999;
	padding-right:5px;
}
.grid-cols-3  li .word label{
	color:#999;
	padding-left:5px;
}
.grid-cols-3 a:hover .word:after{
	width:100%;
}
.grid-cols-3 a:hover h2{
	color:#b31c27;
}

/*************************全球布局***********************/
.home-world{
	background: #f8f8f8;
	padding-top: 1px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.home-world .map{
	width:1350px;
	height:725px;
	margin:0 auto;
	background:url(../images/bg-about-globalization.jpg) center no-repeat;
}
.home-world .legend {
	display: flex;
	width:90%;
    position: absolute;
    bottom: 0px;
	left:50%;
	z-index: 1;
	transform: translateX(-50%);
	margin-bottom: 50px;
	align-items: flex-end;
	justify-content: space-between;
}
.home-world .legend li{
	bottom: 0;
    display: block;
    float: left;
    width: 18%;
}
.home-world .legend li h2{
	font-size:16px;
	line-height: 30px;
	font-weight: bold;
	color:#b92e38;
	border-bottom: 2px solid #b92e38;
	padding-left:10px;
}
.home-world .legend li:nth-child(2) h2{
	color:#4fb5a9;
	border-bottom: 2px solid #4fb5a9;
}
.home-world .legend li:nth-child(3) h2{
	color:#8fc964;
	border-bottom: 2px solid #8fc964;
}
.home-world .legend li:nth-child(4) h2{
	color:#ed934d;
	border-bottom: 2px solid #ed934d;
}
.home-world .legend li:nth-child(5) h2{
	color:#0026b9;
	border-bottom: 2px solid #0026b9;
}
.home-world .legend li .m1{
	display: none;
	background: rgba(255,255,255,.8);
	padding:20px 10px;
}
.home-world .legend li a{
	display:block;
	font-size:14px;
	color:#999;
	line-height: 24px
}
.home-world .legend li a:hover{
	color:#b92e38;
}
/*点*/
.circle {
    position: absolute;
    top: 0;
    right: 10%;
    width: 750px;
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
    filter: alpha(opacity=0);
	z-index: 3;
}
.circle.visible {
    opacity: 1;
    filter: alpha(opacity=1);
}
.circle li img{
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: .7;
    filter: alpha(opacity=70);
}
.circle li.hd img{
    top: 583px;
    left: 330px;
}
.circle li.hn img{
    top: 560px;
    left: 284px;
}
.circle li.hb img{
    top: 530px;
    left: 310px;
}
.circle li.xn img{
    top: 520px;
    left: 224px;
}
.circle li.hw img{
    top: 690px;
    left: 314px;
}

.circle .xf{
	position: absolute;
	width: 360px;
	border: 1px solid #e6e6e6;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 20%);
	background: rgba(255,255,255,.7);
	padding:30px 28px;
	display:none;
	z-index: 4;
}
.area-hd {
    top: 595px;
    left: 345px;
}
.area-db{
    top: 545px;
    left: 325px;
}
.area-hz{
    top: 570px;
    left:-65px;
}
.area-xb{
    top: 530px;
    left:235px;
}
.area-hw{
    top: 700px;
    left:-30px;
}
.xf span{
	display:block;
	font-size: 18px;
    color: #333;
	padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #c4bcad;
	margin-bottom: 15px;
}
.xf dl dd a{
	font-size:14px;
	color:#666;
	line-height: 2;
}
.xf dl dd a:hover{
	color:#b92e38;
}

/*显示*/







@-webkit-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } 
}
@-moz-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } 
}
@-ms-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } 
}
@-o-keyframes scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } 
}




