@font-face{ font-family: EUROSTILE-BOLDEXTENDEDTWO; src: url(../fonts/EUROSTILE-BOLDEXTENDEDTWO.OTF);}


.index-banner {
    width:100%;
    height:100vh;
    overflow: hidden;
    position: relative;
}
.index-banner img {
    width: 100%;
    height:100vh;
}


.pagination .number{ overflow: hidden; position: absolute; bottom: 50px; left: 10%; color: #fff; z-index: 9;}
.pagination .number em{ float: left; font-size: 36px; line-height: 36px;}
.pagination .number i{ float: left; font-size: 14px; line-height: 14px; margin-top: 16px;}
.pagination .number span{ float: right; font-size: 24px; line-height: 24px; margin-top: 16px;}
.pagination .line{ width: 60%; height: 1px; background:#ffffff78;position: absolute; left: 17%; bottom: 67px;z-index: 9}

.pagination .line.on:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 10;
}
.pagination .line.on:after {
    animation: anim-l 3s linear forwards;
    -webkit-animation: anim-l 3s linear forwards;
}
@keyframes anim-l {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.index-banner .navigation .banner_prev{position:absolute;left:5%;top:50%;width:71px;height:71px;margin-top:-35.5px;background:url(../images/banner_quan.png) no-repeat left top;z-index:9}
.index-banner .navigation .banner_prev_left{position:absolute;top:50%;left:5%;margin-left:28px;width:12px;height:20px;margin-top:-10px;z-index:5;background:url(../images/banner_jt.png) no-repeat left -21px;}

.index-banner .navigation .banner_next{position:absolute;right:5%;top:50%;width:71px;height:71px;margin-top:-35.5px;background:url(../images/banner_quan.png) no-repeat right top;z-index:9}
.index-banner .navigation .banner_next_right{position:absolute;top:50%;right:5%;margin-right:28px;width:12px;height:20px;margin-top:-10px;z-index:5;background:url(../images/banner_jt.png) no-repeat right -21px;}

.index-banner .banner_prev:hover,.index-banner .banner_next:hover {
    animation: rotation 0.1s linear infinite;
    cursor:pointer
}
@keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}




.home-tit{text-align: center; padding: 50px 0;}
.home-tit .en{
    display: block;
    color: transparent;
    -webkit-text-stroke-color: #c3c3c3;
    -webkit-text-stroke-width: 1px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    opacity: .5;
}
.home-tit .cn{color: #2779BF; font-size: 40px; position: relative;z-index: 2; top: -22px; font-weight:bold}
.home-tit p{font-size: 20px; color: #666; margin: 0;font-weight: normal;}



.index-procat {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}


.index-procat .procat_data {
   height:18vh;
    width:100%;
    z-index: 2;
}
.index-procat .procat_data ul {
    height:100%;
    display: flex;
}
.index-procat .procat_data ul li {
    height:100%;display:flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    color:#333;
    flex:1;
    background: #ffffffbf;
    position: relative;
    overflow: hidden;
    font-size: 1vw;
    padding:0 2px;
}
.index-procat .procat_data ul li .clogo{
    /*flex:1.1;*/
    height:45px;
    display: flex;
    align-items: center;
}
.index-procat .procat_data ul li img{
    width:50px;
}
.index-procat .procat_data ul li .cname{
    display: flex;
    align-items: center;
    text-align: center;
}
.index-procat .procat_data ul li.act{
    background: #1b7bcd;
    color: #fff;
}
.index-procat .procat_data ul li.act .mc{
    color: #fff;
}

.procat_swiper {
    overflow: hidden;
    margin-bottom: 20px;
}
.procat_swiper img {
    width:100%;
    aspect-ratio: 1600 / 650;
}


.pro_list_box {overflow: hidden;}
.pro_list_box .pro_list_swiper {display: none}

.pro_list_box .pro_list_swiper .swiper-slide img{
    width:100%;
    aspect-ratio: 1 / 1;
    display: block;
    border:1px solid rgba(170,170,170,.2);
}

.pro_list_box .pro_list_swiper .swiper-slide .pname{
    width:100%;height:5vh;line-height: 5vh;text-align: center;background: #CC421A;color:#fff;font-size: 0.8vw;
}



.index-about {width:100%;height: 100vh;position: relative;z-index: 1;}
.index-about .about_left { float:left;width:50%;height:100%;display: flex;align-items: center;justify-content: right;}
.index-about .about_right{ float:right; width:50%;height:100%;padding:0 5% 0 2%;position:relative; z-index:3;display: flex;align-items: center}
.index-about .about_right .title{ float:left; width:100%; position:relative; z-index:3;}
.index-about .about_right .title h1{ float:left; color:#111111; font-size:36px; line-height:50px; font-weight:bold; letter-spacing:2px; position:absolute; left:0; bottom:0; z-index:3;}
.index-about .about_right .title h2{ float:left; color:#f5f5f5; font-size:72px; line-height:1; font-weight:bold; letter-spacing:2px; text-transform:uppercase; position:relative; z-index:1;}
.index-about .about_right .line{ float:left; position:relative; z-index:5; width:200px; height:5px; background:#343434; margin:50px 0;}
.index-about .about_right .p{ float:left; position:relative; z-index:5; width:100%; color:#000000;line-height:40px; height:55vh;
    overflow-y:auto;
    text-indent: 40px;font-size: 24px;text-align: justify;
    padding-right: 5px;
    }
.index-about .about_right .p{}
.index-about .about_right .bth{ position:absolute;bottom:5%;left:4%; z-index:5; padding:0 36px; border-radius:25px; height:48px; line-height:48px; color:#2779BF; border:1px solid #2779BF; font-size:16px;}
.index-about .about_right .bth:hover{ background:#2779BF; color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.2);}





.strength {
    width:90%;
    margin: 0 auto;
    height:300px;
    position: relative;
    z-index: 1;
}
.strength ul {
    display: flex;
    justify-content: space-between;
}
.strength ul li .sta{
    position: relative;
    width: 156px;
    height: 156px;
}
.strength ul li em {
    display: block;
    width: 156px;
    height: 156px;
    background: url(../images/qq1.png) no-repeat;
    -webkit-transition: -webkit-transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
    -o-transition: -o-transform 0.8s ease-out;
    -ms-transition: -ms-transform 0.8s ease-out;
}
.strength ul li:hover em {
    background: url(../images/qq2.png) no-repeat;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.strength ul li:hover b {
    color: #ff5300;
}
.strength ul li b {
    display: block;
    font-size: 22px;
    text-align: center;
    color: #656565;
    width:100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.strength ul li .stb {
    margin-top: 30px;
    text-align: center;
}
.strength ul li .stnum {
    font-size: 50px;
    color: #2779BF;
    font-family: EUROSTILE-BOLDEXTENDEDTWO;
}
.strength ul li .stb .stp {
    font-size: 24px;
    margin-left: 5px;
}
.strength ul li .stb .stp1 {
    font-size: 30px;
    margin-left: 15px;
}



.index-case {width:100%;padding:20px 5%;margin:0 auto;position: relative;}
.index-case .case_nav li{width:50%;height:6vh;background: #8b8b8b;color: #fff;display: flex;justify-content: center;align-items: center;}
.index-case .case_nav li.act{background:#2779BF;color:#fff}
.index-case .line{margin: 15px 0;position: relative;}
.index-case .line .line1{width: 100%;height: 4.9px;background: #b8272d;}
.index-case .line .line2{position: absolute;right: 90%;top: -0.08px; height: 100%;width:10%;background: #004572;transition: all .5s;}
.index-case .line .line2 .tb{position: absolute;top: 0;right: -14px;background: #fff;}
.index-case .line.case_no0 .line2{width: 25%;right: 75%;}
.index-case .line.case_no1 .line2{width: 75%;right: 25%;}

.index-case .case_swiper .wz {font-size: 1.1vw;line-height: 1.8vw;background: #fff;height:13vw}

.index-case .hangye {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.index-case .hy_pic {display: none}
.index-case .hy_pic:first-child {display: block}
.hangye li {
    width:33.33%;
    height:33.33%;
    float:left;
    font-size: 22px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    text-align: center;
}
.hangye li:nth-child(3n) {
    border-right:0
}
.hangye li:nth-child(n+7) {
    border-bottom:0
}
.hangye li.cur {background:#2779bf82;}





.index-ry {
    width: 100%;
    height:100vh;
    background-image: url(../images/index-ryzz.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0 10%;
    position: relative;
}

.ry_title{
    width:80%;
    position: absolute;
    top:20%;
    padding-right:10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color:#FFF;
    align-items: center;
}
.ry_title b{
    font-size:40px;
    line-height:58px;
}
.ry_title .inmore{
    background-color:#FFF;
    color:#333;
    width: 188px;
    height: 52px;
    border: 1px solid rgba(255,255,255,0.30);
    border-radius: 50px;
    position:relative;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ry_title .inmore a{

}
.ry_title .inmore a i{
    background-color:#F2F2F2;
}
.ry_title .inmore a:hover em{
    color:#333;
}
.ry_navigation li a{
    display:block;
    width:52px;
    height:52px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
    top:20%;
}
.ry_navigation li a.ry-prev{
    right:15%;
    background-image: url(../images/zj.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ry_navigation li a.ry-prev:hover{
    right:15%;
    background-image: url(../images/yj.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
}
.ry_navigation li a.ry-next{
    right:10%;
    background-image: url(../images/zj.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
}
.ry_navigation li a.ry-next:hover{
    right:10%;
    background-image: url(../images/yj.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(360deg);
}








.news {width:100%;height:100vh;background:url(../images/index-news.png)no-repeat center;background-size:cover;}

.news_cont {
    width:80%;
    margin:0 auto;
    padding-top: 80px;
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: space-between;
}

.news_cont .nleft {
    width:40%;
    color:#fff;
}
.news_cont .nleft .tit .h{
    font-size: 3vw;
    margin-bottom: 30px;
}
.news_cont .nleft .tit .p{
    font-size: 1.5vw;
}
.news_cont .nleft .tab {
    margin-top: 20vh;
}
.news_cont .nleft .tab .btn {
    width:9vw;
    height:3vw;
    line-height: 3vw;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 1vw;
}
.news_cont .nleft .tab .btn:hover {
    background: #2779BF;
    border: 1px solid #2779BF;
}
.news_cont .nleft .tab a{
    font-size: 1vw;
}

.news_cont .nright {
    width:60%;
}

.news_cont .nright ul li{
    width:48%;
    float: left;
    margin-bottom: 30px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 40px;
    position: relative;
    margin-right: 2%;
}
.news_cont .nright ul li:hover {
    background: #2779BF;
}
.news_cont .nright ul li:nth-child(2n){
    margin-right: 0;
}
.news_cont .nright ul li .time{
    margin-bottom: 25px;
}
.news_cont .nright ul li .time .t{
    font-size: 1.1vw;
}
.news_cont .nright ul li .title {
    font-size: 1.2vw;
    height:100px;
}
.news_cont .nright ul li .more {
    font-size: 0.9vw;
    line-height: 20px;
    padding-right: 34px;
    background: url(../images/news_btn.png) no-repeat right center;
}
