.home-banner {
    position:relative;
    width:100%;
}
.home-banner ul li {
    position:relative;
}
.home-banner ul li img.banner {
    position:relative;
    width:100%;
}


.home-banner .pagination-banner {
    bottom: 2% !important;
    z-index: 1;
}
.home-banner .pagination-banner span {
    width: 20px;
    height: 3px;
    border-radius:0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    width: 20px;
    height: 3px;
    background:#f3bd89;
}


.home-banner .swiper-bottom {
    display:none;
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:100%;
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../images/left.svg) center no-repeat;
    left: 2%;
}
.home-banner .swiper-banner-next {
    background:url(../images/right.svg) center no-repeat;
    right:2%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}

/*banner图文案*/
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 86%;
}
.home-banner .word-fix .title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}
.home-banner .word-fix .icon {
    display:block;
    margin: 20px 0;
}
.home-banner .word-fix .icon img {
    width: 30px;
}
.home-banner .word-fix .icon img {
     max-width: 100%;
}
.home-banner .word-fix .about {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-family: "Futura-Light";
    width: 70%;
    max-width: 600px;
}
.home-banner .word-fix .go {
    position: relative;
    width: 90px;
    margin: 80px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Futura-Light';
    cursor: pointer;
    font-weight: normal;
    transition:all 0.5s;
}
.home-banner .word-fix .go::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.home-banner .word-fix .go:hover {
    width: 100px;
    letter-spacing:2px;
}
@media screen and (max-width:1024px){
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 86%;
}
.home-banner .word-fix .title {
    margin:20% 0 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}
.home-banner .word-fix .icon {
    display:block;
    margin: 20px 0;
}
.home-banner .word-fix .icon img {
     max-width: 100%;
}
.home-banner .word-fix .about {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-family: "Futura-Light";
    width: 70%;
    max-width: 600px;
}
.home-banner .word-fix .go {
    position: relative;
    width: 90px;
    margin: 20px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Futura-Light';
    cursor: pointer;
    font-weight: normal;
    transition:all 0.5s;
}
.home-banner .word-fix .go::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.home-banner .word-fix .go:hover {
    width: 100px;
    letter-spacing:2px;
}
}
/*banner图文案 end*/

.home-banner ul li img.banner {
    opacity: 0;
}
.home-banner .word-fix .title {
    transform:translateY(200px);
    opacity:0;
    transition:all 0.6s;
}
.home-banner .word-fix .icon {
    transform:translateY(200px);
    opacity:0;
    transition:all 0.8s;
}
.home-banner .word-fix .about {
    transform:translateY(200px);
    opacity:0;
    transition:all 1s;
}
.home-banner .word-fix .go {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.2s;
}
.home-banner .swiper-slide-active img.banner,.home-banner .swiper-slide-active .word-fix .title,.home-banner .swiper-slide-active .word-fix .icon,.home-banner .swiper-slide-active .word-fix .about,.home-banner .swiper-slide-active .word-fix .go {
    transform:translateY(0px);
    opacity:1;
}
/*banner图 end*/


/*板块标题*/
.home-title {}
.home-title h5 {
    display: inline-block;
    font-size: 48px;
    color:#014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-title h6 {
    font-size: 20px;
    color:#3a3a3a;
    line-height: 1.6;
    opacity:0.6;
    margin:30px 0 0 0;
}
@media screen and (max-width:1024px){
.home-title {}
.home-title h5 {
    font-size: 24px;
}
.home-title h6 {
    font-size: 14px;
    line-height: 1.6;
    margin:10px 0 0 0;
}
}
/*板块标题 end*/


/*集团简介*/
.home-groud {
    position: relative;
    padding:2% 0;
}
.home-groud:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/gobackground.svg);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .1;
}
.home-groud .container {
    position: relative;
    z-index: 2;
}
.home-groud .groud-item {
    padding:3% 0;
}
.home-groud .groud-item ul  {
    overflow: hidden;
    
}
.home-groud .groud-item ul li  {
    position:relative;
    float:left;
    width:15.41%;
    margin:0.6%;
    transition: all 1s;
}
.home-groud .groud-item ul li .photo  {
}
.home-groud .groud-item ul li .photo .photo-box {
}
.home-groud .groud-item ul li .photo .photo-box:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/gobackground.svg);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .4;
}
.home-groud .groud-item ul li.open .photo .photo-box:before {
    opacity: 0;
}
.home-groud .groud-item ul li .photo .photo-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.5) 100%);
}
.home-groud .groud-item ul li.open .photo .photo-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0,rgba(0,0,0,0.5) 100%);
}

.home-groud .groud-item ul li .photo .photo-box {
    position: relative;
    overflow: hidden;
}
.home-groud .groud-item ul li .photo .photo-box img  {
    width:100%;
    object-fit: cover;
}
.home-groud .groud-item ul li .photo .photo-box img.small{
    filter: blur(6px);
}
.home-groud .groud-item ul li .photo .photo-box img.big {
    display:none;
    width: 100%;
    height: 100%;
}

.home-groud .groud-item ul li .word  {
    position:absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width:100%;
    text-align: center;
    transition: all 0.6s;
    z-index: 2;
    
}
.home-groud .groud-item ul li .word h3  {
    font-size: 18px;
    color:#fff;
    opacity:0.8;
    transition: all 0.3s;
    
}
.home-groud .groud-item ul li .word h4  {
    font-size: 28px;
    color:#fff;
    font-weight: bold;
    margin:14px 0 0 0;
    transition: all 0.3s;
}
.home-groud .groud-item ul li .word p  {
    display:none;
    margin:20px 0 0 0;
    font-size: 16px;
    color:#fff;
    line-height: 1.6;
    opacity:0.9;
    transition: all 0.3s;
}

/*展开样式*/
.home-groud .groud-item ul li.open {
    width:48.3%;
}
.home-groud .groud-item ul li.open .photo img.big  {
    display:block;
    transform: scale(1.1);
}
.home-groud .groud-item ul li.open .photo img.small  {
    display:none;
}
.home-groud .groud-item ul li.open .word {
    left: 0%;
    bottom: 10%;
    transform: translate(0, 0);
    padding:0 60px;
    text-align: left;
}
.home-groud .groud-item ul li.open .word h3  {
    display:none;
}
.home-groud .groud-item ul li.open .word p  {
    display:block;
}


.home-groud .groud-item ul li .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    overflow: hidden;
}
@media screen and (max-width:1800px){
.home-groud .groud-item ul li .photo {
    height: 420px;
}
}
@media screen and (max-width:1600px){
.home-groud .groud-item ul li .photo {
    height: 380px;
}
}
@media screen and (max-width:1024px){
.home-groud .groud-item ul li .photo {
    height: 280px;
}
}

.home-groud .groud-item ul li .photo .photo-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-groud .groud-item ul li.open .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.home-groud .groud-item ul li.open .photo .photo-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1024px){
.home-groud {
    padding:8% 0;
}

.home-groud .groud-item {
    padding:3% 0;
}
.home-groud .groud-item ul  {
    
}
.home-groud .groud-item ul li  {
    position:relative;
    float:left;
    width:100%;
    margin:0.6%;
    
}
.home-groud .groud-item ul li .photo  {

    
}
.home-groud .groud-item ul li .photo .photo-box {
}
.home-groud .groud-item ul li .photo .photo-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.home-groud .groud-item ul li .photo .photo-box {}
.home-groud .groud-item ul li .photo .photo-box img  {
    display: none;
}
.home-groud .groud-item ul li .photo .photo-box img.big {
    display:block;
}

.home-groud .groud-item ul li .word  {
    position:absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width:100%;
    text-align: center;
    transition: all 0.3s;
    
}
.home-groud .groud-item ul li .word h3  {
    font-size: 14px;
    color:#fff;
    opacity:0.8;
    transition: all 0.3s;
    
}
.home-groud .groud-item ul li .word h4  {
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    margin:14px 0 0 0;
    transition: all 0.3s;
}
.home-groud .groud-item ul li .word p  {
    display:none;
    margin:10px 0 0 0;
    font-size: 14px;
    color:#fff;
    opacity:0.9;
    transition: all 0.3s;
}

.home-groud .groud-item ul li.open {
    width:100%;
    transition: all 0.3s;
}
.home-groud .groud-item ul li.open .photo img.big  {
    display:block;
}
.home-groud .groud-item ul li.open .photo img.small  {
    display:none;
}
.home-groud .groud-item ul li.open .word {
    left: 0%;
    bottom: 10%;
    transform: translate(0, 0);
    padding:0 5%;
    text-align: left;
}
.home-groud .groud-item ul li.open .word h3  {
    display:none;
}
.home-groud .groud-item ul li.open .word p  {
    display:block;
}   
}
/*集团简介*/


/*旗下品牌*/
.home-brand {
    padding:3% 0;
}

.home-brand .brand-item {
    
}

.home-brand .top-item {
    margin: 40px auto;
    max-width: 1000px;
}
.home-brand .top-item ul {
    
}
.home-brand .top-item ul li {
    position: relative;
    max-width: 250px;
    padding:20px 0;
    text-align: center;
    cursor: pointer;
}
.home-brand .top-item ul li.swiper-slide-thumb-active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dedede ;
}
.home-brand .top-item ul li img {
    max-width: 220px;
    filter: grayscale(0%);
    opacity: 1;
    transition: all 0.6s ease;

}
.home-brand .top-item ul li.swiper-slide-thumb-active img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}


.home-brand .bottom-item {
    padding:0 0 2% 0%;
    overflow: hidden;
}
.home-brand .bottom-item ul {}
.home-brand .bottom-item ul li {
    padding:2% 0%;
    background:#fff;
    overflow:hidden;
}
.home-brand .bottom-item ul li .photo {
    float: left;
    width: 45%;
    background: #f6f6f6;
}
.home-brand .bottom-item ul li .photo img {
    width:100%;
}
.home-brand .bottom-item ul li .word {
    float:right;
    width:48%;
}
.home-brand .bottom-item ul li .word h3 {
    display: inline-block;
    font-size: 48px;
    color: #231815;
    font-weight: bold;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-brand .bottom-item ul li .word i {
    position:relative;
    display:block;
    width:100%;
    height:2px;
    margin:35px 0;
    background:#dcdcdc;
}
.home-brand .bottom-item ul li .word i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 3px;
    background-image: linear-gradient(to right,#037ab9 0,#004386 100%);
    z-index: 1;
    transition: all 3s;
}
.home-brand .bottom-item ul li .word h4 {
    display: inline-block;
    font-size: 36px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-brand .bottom-item ul li .word p {
    height: 110px;
    font-size: 20px;
    color: #3a3a3a;
    line-height: 1.6;
    opacity: 0.6;
    margin:50px 0;
}
.home-brand .bottom-item ul li .word .seemore {

}
@media screen and (max-width:1024px){
.home-brand {
    padding:8% 0 0 0;
}

.home-brand .brand-item {
    padding:8% 0 0 0 ;
}
.home-brand .top-item {
    margin:3% 0;
}
.home-brand .top-item ul {
    max-width: 1400px;
}
.home-brand .top-item ul li {
    max-width: 250px;
    text-align: center;
}
.home-brand .top-item ul li.swiper-slide-thumb-active:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 4px solid #dedede ;
}
.home-brand .top-item ul li a {
    font-size: 18px;
    color: #777;

}
.home-brand .top-item ul li.swiper-slide-thumb-active a{
}


.home-brand .bottom-item {
    padding:8% 0;
}
.home-brand .bottom-item ul {}
.home-brand .bottom-item ul li {
    background:#fff;
    overflow:hidden;
}
.home-brand .bottom-item ul li .photo {
    width: 100%;
    background: #f6f6f6;
}
.home-brand .bottom-item ul li .photo img {
    width:100%;
}
.home-brand .bottom-item ul li .word {
    width:100%;
    margin: 8% 0;
}
.home-brand .bottom-item ul li .word h3 {
    font-size: 24px;
    color: #231815;
    font-weight: bold;
}
.home-brand .bottom-item ul li .word i {
    position:relative;
    display:block;
    width:100%;
    height:1px;
    margin:20px 0;
    background:#dcdcdc;
}
.home-brand .bottom-item ul li .word i::before {
    width: 28%;
    height: 2px;
}
.home-brand .bottom-item ul li .word h4 {
    font-size: 20px;
}
.home-brand .bottom-item ul li .word p {
    height: aut;
    font-size: 14px;
    color: #3a3a3a;
    line-height: 1.6;
    opacity: 0.6;
    margin:10px 0;
}
.home-brand .bottom-item ul li .word .seemore {
    margin:10% 0 0 0;
}
}
/*旗下品牌 end*/

/*旗下品牌 动画start*/
.home-brand .bottom-item ul li .photo img {
    opacity: 0;
    transform: scale(0.9);
    transition: all 1s;
}
.home-brand .bottom-item ul li .word h3 {
    opacity: 0;
    transform: translate(0px,-50px);
    transition: all 0.2s;
}
.home-brand .bottom-item ul li .word i {


}
.home-brand .bottom-item ul li .word i::before {
    transition: all 8s;
}

.home-brand .bottom-item ul li .word h4 {
    opacity: 0;
    transform: translate(0px,-80px);
    transition: all 0.5s;
}
.home-brand .bottom-item ul li .word p {
    opacity: 0;
    transform: translate(0px,-100px);
    transition: all 0.8s;
}
.home-brand .bottom-item ul li .word .seemore {
    opacity: 0;
    transform: translate(0px,150px);
    transition: all 1s;
}


.home-brand .bottom-item ul li.swiper-slide-active .photo img {
    opacity: 1;
    transform: scale(1);
    transition: all 1s;
}
.home-brand .bottom-item ul li.swiper-slide-active .word h3 {
    opacity: 1;
    transform: translate(0px,0px);
    text-shadow: 2px 4px 10px rgb(0 67 134 / 10%);
}
.home-brand .bottom-item ul li.swiper-slide-active .word i {
    opacity: 1;
    transform: translate(0px,0px);
}
.home-brand .bottom-item ul li.swiper-slide-active .word i::before {
    opacity: 1;
    width: 100%;
    transform: translate(0px,0px);
}
.home-brand .bottom-item ul li.swiper-slide-active .word h4 {
    opacity: 1;
    transform: translate(0px,0px);
}
.home-brand .bottom-item ul li.swiper-slide-active .word p {
    opacity: 0.6;
    transform: translate(0px,0px);
}
.home-brand .bottom-item ul li.swiper-slide-active .word .seemore {
    opacity: 1;
    transform: translate(0px,0px);
}
/*旗下品牌 动画 end*/


/*产品中心*/
.home-product {
    position: relative;
    padding:0% 0;
}

.home-product .home-title {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0%);
}
.home-product .home-title h5 {
    background-image: linear-gradient(to right,#fff 0,#fff 100%);
}
.home-product .home-title h6 {
    color:#fff;

}

.home-product .product-item {
    position:relative;
}
.home-product .product-item .product-big {
    position:relative;
    width:100%;

}
.home-product .product-item .product-big img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    opacity: 0;
    transition:all 0.1s;
}
.home-product .product-item .product-big img.act {
    position:relative;
    opacity:1;
}
.home-product .product-item .product-small {
    position:absolute;
    top: 0;
    width:100%;
    height:100%;

}
.home-product .product-item .product-small ul {

}
.home-product .product-item .product-small ul li {
    float:left;
    width:25%;
    position: relative;
}
.home-product .product-item .product-small:hover ul li {
    position:relative;
}
.home-product .product-item .product-small:hover ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: rgb(255,255,255,0);
}
.home-product .product-item .product-small:hover ul li.act {
    opacity:1;
}
.home-product .product-item .product-small ul li .photo {
    position: relative;
}
.home-product .product-item .product-small ul li .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
}
.home-product .product-item .product-small ul li .photo img {
    width:100%;
    opacity:1;
    transition:all 0.5s;
}
.home-product .product-item .product-small:hover ul li .photo img {
    opacity:0;
}
.home-product .product-item .product-small ul li .photo img.act {
    opacity:1;
}
.home-product .product-item .product-small ul li .word{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -0%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.home-product .product-item .product-small:hover ul li .word {
    opacity:0;
}
.home-product .product-item .product-small ul li:hover .word {
    opacity:1;
}
.home-product .product-item .product-small ul li .word h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
}
.home-product .product-item .product-small ul li .word p {
    height: 160px;
    padding:0 10%;
    font-size: 14px;
    color: #fff;
    margin:20px 0;
    transform: translate(0px,10px);
    opacity:0;
    transition:all 0.5s;
}
.home-product .product-item .product-small ul li .word p::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/right-go.svg) no-repeat center center/36px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.home-product .product-item .product-small ul li:hover .word p {
    transform: translate(0px,0px);
    opacity:1;
}
.home-product .product-item .product-small ul li .word i {
    display:block;
    width:0%;
    height:1px;
    max-width: 200px;
    margin:30px auto;
    background:#fff;
    transition:all 0.8s;
}
.home-product .product-item .product-small ul li:hover .word i {
    width:100%;
}
@media screen and (max-width:1024px){
.home-product {
    padding:0% 0;
}
.home-product .home-title {
    position: relative;
}
.home-product .home-title h5 {
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
}
.home-product .home-title h6 {
    color:#3a3a3a;

}
.home-product .product-item {
    position:relative;
    margin:3% 0;
}
.home-product .product-item .product-big {
     display:none;
}
.home-product .product-item .product-big img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    opacity: 0;
    transition:all 0.1s;
}
.home-product .product-item .product-big img.act {
    position:relative;
    opacity:1;
}
.home-product .product-item .product-small {
    position: revert;

}
.home-product .product-item .product-small ul {
    overflow: hidden;
}
.home-product .product-item .product-small ul li {
    width:50%;
}
.home-product .product-item .product-small:hover ul li {
    position:relative;
}
.home-product .product-item .product-small:hover ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: rgb(255,255,255,0.2);
}
.home-product .product-item .product-small:hover ul li.act {
    opacity:1;
}
.home-product .product-item .product-small ul li .photo {
}
.home-product .product-item .product-small ul li .photo img {
    width:100%;
    opacity:1;
    transition:all 0.5s;
}
.home-product .product-item .product-small:hover ul li .photo img {
    opacity:1;
}
.home-product .product-item .product-small ul li .photo img.act {
    opacity:1;
}
.home-product .product-item .product-small ul li .word{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.home-product .product-item .product-small:hover ul li .word {
    opacity:0.2;
}
.home-product .product-item .product-small ul li:hover .word {
    opacity:1;
}
.home-product .product-item .product-small ul li .word h3{
    font-size: 18px;
    color: #fff;
}
.home-product .product-item .product-small ul li .word p {
    display: none;
    font-size: 12px;
    margin:10px 0;
    transform: translate(0px,0px);
    opacity:1;
    transition:all 0.5s;
}
.home-product .product-item .product-small ul li .word p::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/right-go.svg) no-repeat center center/36px;
    margin:10px auto;
    display: block;
}
.home-product .product-item .product-small ul li:hover .word p {
    transform: translate(0px,0px);
}
.home-product .product-item .product-small ul li .word i {
    display:none;
}
.home-product .product-item .product-small ul li:hover .word i {
}    
}
/*产品中心 end*/

/*新闻资讯*/
.home-news {
    position: relative;
    z-index: 1;
    padding: 3% 0 0 0;
    background:#f6f6f6;
}
.home-news::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/eagle-icon.svg) no-repeat right center/40%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.02;
    -webkit-filter: grayscale(0%);
}
.home-news .home-title {
}
.home-news .home-title h5 {

}
.home-news .home-title h6 {
}
.home-news .news-item {
    padding:5% 0;
}
.home-news .news-item .list-item {
    overflow: hidden;
}
.home-news .news-item .list-item .left-news {
    float:left;
    width: 61.3%;
}
.home-news .news-item .list-item .left-news ul {}
.home-news .news-item .list-item .left-news ul li {
    float:left;
    width:48%;
    overflow:hidden;
    margin:0 2% 0 0;
}
.home-news .news-item .list-item .left-news ul li .photo {
    width: 100%;
    height: 0;
    padding-top: 65.41%;
    overflow: hidden;
    position: relative;
}
.home-news .news-item .list-item .left-news ul li .photo .photo-box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.home-news .news-item .list-item .left-news ul li .photo .photo-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.home-news .news-item .list-item .left-news ul li:hover .photo .photo-box img {
   transform: scale(1.1);
}
.home-news .news-item .list-item .left-news ul li .word {
    padding:4% 2%;
}
.home-news .news-item .list-item .left-news ul li .word h3 {
    font-size: 20px;
    color: #231815;
    font-weight: bold;
    line-height: 1.6;
    transition: transform 0.6s ease;
}
.home-news .news-item .list-item .left-news ul li:hover .word h3 {
    color: #004386;
    transform: translate(5px,0px);
}
.home-news .news-item .list-item .left-news ul li .word p {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    margin: 5% 0 2% 0;
}
.home-news .news-item .list-item .left-news ul li .word time {
    display:inline-block;
    font-size: 14px;
    color: #999;
    font-style: normal;
}
.home-news .news-item .list-item .left-news ul li .word time::before {
    content: "";
    width: 20px;
    height: 40px;
    background: url(../images/time-icon.svg) no-repeat center center/18px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.home-news .news-item .list-item .news-right {
    float:right;
    width:35%;
}
.home-news .news-item .list-item .news-right ul li {
    margin:0 0 30px 0;
    padding:0 0 20px 0;
    border-bottom:1px dotted #dedede;
}
.home-news .news-item .list-item .news-right ul li  h3 {
    font-size: 20px;
    color: #332c2b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: transform 0.6s ease;
}
.home-news .news-item .list-item .news-right ul li:hover h3 {
    color: #004386;
    transform: translate(5px,0px);
}
.home-news .news-item .list-item .news-right ul li p { 
    font-size: 14px;
    color:#999;
    margin:14px 0 0 0;
}

.home-news .news-item .list-item .news-right ul li p span { 
    color:#004386;
    padding:0 15px 0 0;
}
.home-news .news-item .list-item .news-right .go {
    margin:2% 0 0 0;
}
@media screen and (max-width:1024px){
.home-news {
    padding:8% 0;
}
.home-news .home-title {
}
.home-news .home-title h5 {

}
.home-news .home-title h6 {
}
.home-news .news-item {
    padding:8% 0;
}
.home-news .news-item .list-item {}
.home-news .news-item .list-item .left-news {
    width: 100%;
}
.home-news .news-item .list-item .left-news ul {}
.home-news .news-item .list-item .left-news ul li {
    width: 100%;
    margin: 2% 0;
    background: #fff;
}
.home-news .news-item .list-item .left-news ul li .photo {
    width: 100%;
    height: 0;
    padding-top: 65.41%;
    overflow: hidden;
    position: relative;
}
.home-news .news-item .list-item .left-news ul li .photo .photo-box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.home-news .news-item .list-item .left-news ul li .photo .photo-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.home-news .news-item .list-item .left-news ul li .word {
    padding:4% 2%;
}
.home-news .news-item .list-item .left-news ul li .word h3 {
    font-size: 16px;
    color: #231815;
    font-weight: bold;
}
.home-news .news-item .list-item .left-news ul li .word p {
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    margin: 5% 0 2% 0;
}
.home-news .news-item .list-item .left-news ul li .word time {
    display:inline-block;
    font-size: 14px;
    color: #999;
    font-style: normal;
}
.home-news .news-item .list-item .left-news ul li .word time::before {
    content: "";
    width: 20px;
    height: 40px;
    background: url(../images/time-icon.svg) no-repeat center center/14px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.home-news .news-item .list-item .news-right {
    width:100%;
    padding:5% 0;
}
.home-news .news-item .list-item .news-right ul li {
    margin:0 0 20px 0;
    padding:0 0 10px 0;
}
.home-news .news-item .list-item .news-right ul li  h3 {
    font-size: 16px;
}
.home-news .news-item .list-item .news-right ul li p { 
    font-size: 14px;
    margin:14px 0 0 0;
}

.home-news .news-item .list-item .news-right ul li p span { 
    padding:0 15px 0 0;
}
.home-news .news-item .list-item .news-right .go {
    margin:2% 0 0 0;
    text-align: center;
}
.home-news .news-item .list-item .news-right .go a {
    
}
}
/*新闻资讯 end*/

/*社会责任*/
.home-duty {
    position: relative;
    overflow: hidden;
}

.home-duty  {
    
}
.home-duty .photo img {
    transition: all 1s ease;
}
.home-duty:hover .photo img {
    transform: scale(1.05);
}
.home-duty .word {
    position: absolute;
    top: 26%;
    right: 4%;
    max-width: 550px;
    height: 100%;
    
}
.home-duty::before {
    content: "";
    position: absolute;
    top: 15%;
    right: 2%;
    width: 480px;
    height: 180px;
    background: url(../images/decorate-icon.png) no-repeat center center;
    z-index: 0;
    transition: all 3s;
}
.home-duty  .word .word-item {}
.home-duty  .word .word-item h5 {
    display: inline-block;
    font-size: 48px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-duty .word .word-item p {
    font-size: 20px;
    color: #3a3a3a;
    line-height: 1.6;
    opacity: 0.6;
    margin: 30px 0 0 0;
}
.home-duty .word .word-icon {
    margin:90px 0 0 0;
}
.home-duty .word .word-icon ul {}
.home-duty .word .word-icon ul li {
    float:left;
    width:23%;
    margin:0 1%;
    padding:2% 0;
    border: 1px solid rgba(47,184,250,0);
    text-align: center;
    transition: transform 0.6s ease;
}
.home-duty .word .word-icon ul li:hover {
    transform: translate(0px,-5px); 
}
.home-duty .word .word-icon ul li i {
    
}
.home-duty .word .word-icon ul li i img {
    max-width: 30px;
}

.home-duty .word .word-icon ul li p {
    margin:20px 0 0 0;
    font-size: 18px;
    color: #3a3a3a;
    opacity: 0.6;
}
@media screen and (max-width:1024px){
.home-duty {
    position: relative;
    overflow: hidden;
}

.home-duty  {
    
}
.home-duty .word {
    position: absolute;
    top: 8%;
    right: 0%;
    max-width: 10000px;
    height: 100%;
    
}
.home-duty::before {
    display: none;
}
.home-duty  .word .word-item {
    padding: 0 2%;
    text-align: center;
}
.home-duty  .word .word-item h5 {
    font-size: 24px;
}
.home-duty .word .word-item p {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.home-duty .word .word-icon {
    margin:10% 0 0 0;
}
.home-duty .word .word-icon ul {}
.home-duty .word .word-icon ul li {
    float:left;
    width:23%;
    margin:0 1%;
    padding:2% 0;
    border: 1px solid rgba(47,184,250,0);
    text-align: center;
}
.home-duty .word .word-icon ul li i {}
.home-duty .word .word-icon ul li i img {
    max-width: 24px;
}
.home-duty .word .word-icon ul li p {
    margin:6px 0 0 0;
    font-size: 14px;
}   
}
/*社会责任*/

/*低砺前行 创造明天*/
.home-power {
    padding: 3% 0;
}

.home-power .power-item {
    padding: 3% 0 2% 0;
    overflow: hidden;
}

.home-power .power-item ul {}
.home-power .power-item ul li {
    position:relative;

    overflow:hidden;
}
.home-power .power-item ul li.item-01 {
    float:left;
    width: 51.3%;
}
.home-power .power-item ul li.item-02 {
    float:right;
    width: 47.6%;
}
.home-power .power-item ul li.item-03 {
    float:right;
    width: 47.6%;
    margin:1.11% 0 0 0;
}

.home-power .power-item ul li .photo {}
.home-power .power-item ul li .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
    
}
.home-power .power-item ul li .photo img {
    width:100%;
    transition: all 0.6s ease;
}
.home-power .power-item ul li:hover .photo img {
    transition: all 0.6s ease;
    transform: scale(1.05);
}
.home-power .power-item ul li .word {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 10;
    max-width: 600px;
    padding:100px 0 0 90px;
    transition: all 0.5s;
}

.home-power .power-item ul li .word h5 {
    font-size: 30px;
    color:#fff;
    font-weight: bold;
    line-height: 1.4;
    transition: all 0.5s;
}
.home-power .power-item ul li:hover .word h5 {
    transform: translate(5px,0px);
}
.home-power .power-item ul li .word i {
    display:block;
    width:60px;
    height:3px;
    background:#fff;
    margin:30px 0 40px 0;
}
.home-power .power-item ul li .word p {
    font-size: 16px;
    color:#fff;
    line-height: 1.8;
    opacity:0.9;
}
@media screen and (max-width:1024px){
.home-power {
    padding: 8% 0;
}

.home-power .power-item {
    padding: 8% 0;
}

.home-power .power-item ul {}
.home-power .power-item ul li {
    position:relative;

    overflow:hidden;
}
.home-power .power-item ul li.item-01 {
    float:left;
    width: 51.3%;
}
.home-power .power-item ul li.item-02 {
    float:right;
    width: 47.6%;
}
.home-power .power-item ul li.item-03 {
    float:right;
    width: 47.6%;
    margin:1.11% 0 0 0;
}

.home-power .power-item ul li .photo {}
.home-power .power-item ul li .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
    
}
.home-power .power-item ul li .photo img {
    width:100%;
}
.home-power .power-item ul li .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 600px;
    padding: 0% 0 0 0%;
}
.home-power .power-item ul li .word h5 {
    font-size: 16px;
}
.home-power .power-item ul li .word i {
    display: none;
    width:30px;
    height:2px;
    margin:30px 0 40px 0;
}
.home-power .power-item ul li .word p {
    display: none;
    font-size: 14px;
    line-height: 1.6;
}
}
/*低砺前行 创造明天 end*/


/*匠心制造 创新发展*/
.home-development {
    position: relative;
    overflow: hidden;
}

.home-development  {
    
}
.home-development .photo {}
.home-development .photo img {
    transition: all 1s ease;
}
.home-development:hover .photo img {
    transform: scale(1.05);
}
.home-development .word {
    position: absolute;
    top: 26%;
    left: 4%;
    max-width: 600px;
    height: 100%;
    
}
.home-development::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 2%;
    width: 480px;
    height: 180px;
    background: url(../images/decorate-icon.png) no-repeat center center;
    z-index: 0;
    transition: all 3s;
}
.home-development .word h5 {
    display: inline-block;
    font-size: 48px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-development .word  p {
    font-size: 20px;
    color: #3a3a3a;
    line-height: 1.6;
    opacity: 0.6;
    margin: 30px 0 0 0;
}

.home-development .word .word-icon ul li p {}
.home-development .word .go {
    margin:70px 0 0 0;
}
@media screen and (max-width:1024px){
.home-development {
    position: relative;
    overflow: hidden;
}
.home-development  {
    
}
.home-development .word {
    position: absolute;
    top: 8%;
    left: 0;
    max-width: 1000px;
    height: 100%;
    padding:0 2%;
    text-align: center;
}
.home-development::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 2%;
    width: 100%;
    height: 100px;
    background: url(../images/decorate-icon.png) no-repeat center center;
    z-index: 0;
    transition: all 3s;
}
.home-development .word h5 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}
.home-development .word  p {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0 0;
}
.home-development .word .go {
    margin: 18% 0 0 0;
}
}
/*匠心制造 创新发展*/

/*行业定位*/
.home-status {
    padding:3% 0;
    background: url(../images/home/country-bg.png) no-repeat center center/60%;
}
.home-status .home-title {
    text-align: center;
}
.home-status .home-title h5 {

}
.home-status .home-title h6 {

}

.status-item .number {
    padding:5% 0;
}
.status-item .number ul {
    overflow:hidden;
    padding:0 10%;
    text-align: center;
}
.status-item .number ul li {
    float:left;
    width:20%;
    padding:0 0 8% 0;
    text-align: center;
}
.status-item .number ul li h3 {
}
.status-item .number ul li h3 strong {
    padding:0 5px;
    font-size: 60px;
    color: #004386;
    letter-spacing: 0;
    font-family: "Montserrat-Bold";
    text-shadow: 2px 4px 10px rgb(0 67 134 / 20%);
}
.status-item .number ul li h3 span{
    font-size: 18px;
    color: #999;
    font-family: "Futura-Light";
}
.status-item .number ul li p {
    font-size: 18px;
    color: #999;
    padding-top: 5px;
}
@media screen and (max-width:1024px){
.home-status {
    padding:8% 0;
    background: url(../images/home/country-bg.png) no-repeat center center/100%;
}
.home-status .home-title {
}
.home-status .home-title h5 {

}
.home-status .home-title h6 {

}
.status-item .number {
    padding:5% 0;
}
.status-item .number ul {
    padding:8% 0%;
}
.status-item .number ul li {
    float:none;
    display: inline-block;
    width:32%;
    margin: 2% 0;
    padding:0 0 0 0;
}
.status-item .number ul li.two {
    width:40%;
}
.status-item .number ul li h3 {
}
.status-item .number ul li h3 strong {
    padding:0 5px;
    font-size: 28px;
}
.status-item .number ul li h3 span{
    font-size: 14px;
}
.status-item .number ul li p {
    font-size: 12px;
    padding-top: 5px;
}   
}
/*行业定位 end*/
