@font-face{ font-family: EUROSTILE-BOLDEXTENDEDTWO; src: url(../fonts/EUROSTILE-BOLDEXTENDEDTWO.OTF);}




.ceb{position: fixed;left: 30px;bottom: 0;height: calc(100% - 110px);z-index: 999;}
.ceb .b{position: absolute;left: 0;top:50%;transform: translateY(-60%);}
.ceb a{display: flex;color: transparent;line-height: 40px;position: relative;}
.ceb a::after{content: "";width: 7px;height: 7px;position: absolute;left: -4px;top: 50%;transform: translateY(-50%);border: 1px solid #0d50be;border-radius: 100%;opacity: 0.4;}
.ceb a::before{content: "";width: 13px;height: 13px;position: absolute;left: -7px;top: 50%;transform: translateY(-50%);border: 1px solid #0d50be;border-radius: 100%;opacity: 0;}
.ceb a.act::after{opacity: 1;}
.ceb a.act::before{opacity: 1;}
.ceb.act{border-left: 1px solid rgba(136, 119, 119, .4);}
.ceb.act a{color: transparent;}
.ceb a:hover{color: transparent;}
.ceb.act a:hover{color:transparent;}
.ceb.act a.act{color: transparent;}
.ceb.act a::after{border: 1px solid rgba(136, 119, 119, 1);}
.ceb.act a::before{border: 1px solid rgba(136, 119, 119, 1);}
.ceb a.act{color: transparent;}



.index-head {
    position: absolute;
    width:100%;
    top:20%;
    z-index: 99;
}
.index-head .tit_cn{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    transform: translateX(100px);
    transition: 2s;
}
.index-head .tit_cn i{
    width: 80px;
    height: 4px;
    background-color: #18306e;
    display: inline-block;
    margin-right: 20px;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, .1);
}
.index-head .tit_cn span{
    font-size: 36px;
    background-image: -webkit-linear-gradient(left, #3662d4, #18306e);
    text-shadow: 0px 10px 8px rgba(0, 0, 0, .1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.index-head .tit_en{
    font-size: 28px;
    color: #dbdbdb;
    font-weight: bold;
    position: relative;
    transform: translateX(-100px);
    transition: 2s;
}

.section.active .index-head .tit_cn,.section.active .index-head .tit_en {
    transform: translateX(0);
}



.product_cat .pro_box .cate  {
    margin-top: 50px;
}
.product_cat .pro_box .cate .name {
    font-size: 48px;
    color:#333;
    margin-bottom: 30px;
}
.product_cat .pro_box .cate .more {
    background-image: linear-gradient(to right, #3662d4, #18306e, #3662d4, #18306e);
    background-size: 300% 100%;
    background-position: 100% 0;
    transition: background-position .6s ease-in-out;
    color: #fff;
    display: block;
    text-align: center;
    width: 168px;
    height: 46px;
    border-radius: 46px;
    line-height: 46px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.product_section .pagination {
    position: absolute;
    bottom:10%;
    width:100%;
    z-index: 99;
}
.product_section .pagination ul{
    display: flex;
}
.product_section .pagination ul li{
    font-size: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.product_section .pagination ul li i{
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 2px;
    background-color: #c6c6c6;
    transition: all .5s ease;
}
.product_section .pagination ul li.act{
    color:#18306e;
}
.product_section .pagination ul li.act i{
    width:20px;
}










.gcal ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gcal ul li .icn-box{position: relative;width:8vw;height:8vw;margin:0 auto;line-height:8vw;text-align:center;}
.gcal ul li .icn-box::before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:url(../images/b-i11.png) no-repeat center;background-size:100%;animation:rotate360 6s linear infinite}
.gcal ul li .icon{display:inline-block;vertical-align:middle;width:5vw;border-radius:50%;transition:.3s;height:5vw;line-height:5vw;text-align:center;background-color:rgba(255,255,255,.2)}
.gcal ul li .icon i{font-size: 2.5vw;color:#fff;}
.gcal ul li .name{text-align:center;margin-top:20px;font-size:1vw;font-weight:700;color:#a9a9a9;transition:.3s;position: relative}
.gcal ul li .name::after {
    content: "";
    display: block;
    width: 1px;
    height: 200px;
    position: absolute;
    top: 30px;
    left: 50%;
    background:linear-gradient(to bottom, #a9a9a9, transparent);
}
@keyframes rotate360{
    0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
    100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}

.gcal ul li:hover .name,.gcal ul li.act .name{color:#ff7200}
.gcal ul li:hover .icn-box::before,.gcal ul li.act .icn-box::before{background:url(../images/b-i12.png) no-repeat center;background-size: 100%;}
.gcal ul li:hover .icon,.gcal ul li.act .icon{background:#ff7200}
.gcal ul li:hover .icon img,.gcal ul li.act .icon img{opacity:1}
.gcal ul li:hover .name::after,.gcal ul li.act .name::after {
    background:linear-gradient(to bottom, #ff7200, transparent);
}
.gcal .gcal_bg {
    width:100%;
    height:100%;
}
.gcal .gcal_bg img{
    display: none;
}
.gcal .gcal_bg img:nth-child(1){
    display: block;
}



.index-news-tab {
    margin-top: 20%;
    margin-bottom: 5%;
}

.index-news-list {

}
.index-news-list li {
    width:23.5%;
    margin-right: 2%;
    float:left;
}
.index-news-list li:last-child {
    margin-right: 0;
}
.index-news-list .item h3{
    line-height: 1.25;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
    color: #333333;
}
.index-news-list .item p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: 48px;
}

.index-news-list .item .time {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    background-image: url(../images/icos-time.png);
    background-size: auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 24px;
    height: 18px;
    line-height: 18px;
}

.index-news-list .item .pic {
    position: relative;
}

.index-news-list .item .pic:before, .index-news-list .item .pic:after {
    content: " ";
    z-index: 3;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.index-news-list .item .pic:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(24 48 110 / 80%);
}

.index-news-list .item .pic:after {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    border: rgba(255, 255, 255, 0.7) solid 1px;
}

.index-news-list .item .pic .zoom {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    color: #fff;
    padding-top: 30px;
    background-image: url(../images/btni-zoom.png);
    background-size: auto 20px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index-news-list .item:hover .pic:before, .index-news-list .item:hover .pic:after {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
}

.index-news-list .item:hover .zoom {
    -webkit-transition: all 250ms ease 150ms;
    transition: all 250ms ease 150ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

