@charset "utf-8";
/*格式化*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
body{ font-size:14px;font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;  background:#f8f9fa;}
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a{ text-decoration:none;font-family:"Microsoft Yahei";color: #333;transition: all 0.3s ease;}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocase=this.blur());}
:focase{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
img{ padding:0; margin:0;}
a img { border:none; }
input,textarea{ border:none;font-family:"Microsoft Yahei"; font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px;}
.fl{float: left;}
.fr{float: right;}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-fadeInUp {
    animation: fadeInUp 0.6s ease-out forwards;
}

.animate-fadeInLeft {
    animation: fadeInLeft 0.6s ease-out forwards;
}

.animate-fadeInRight {
    animation: fadeInRight 0.6s ease-out forwards;
}

.animate-scaleIn {
    animation: scaleIn 0.5s ease-out forwards;
}

/* 滚动动画 */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.scroll-animate.animated {
    opacity: 1;
    transform: translateY(0);
}
/* -- 页面整体布局 -- */
.wrap{max-width: 750px;min-width: 320px;width: 100%;margin: 0 auto!important; position: relative;} /*网站首页宽度*/
.wrap img{display:block;width:100%;}


/**/
.g-adv{ position:relative; width:100%; margin:0 auto; height: auto; z-index:15; font-size:0;}
.g-adv .m-box img{ display:block;position: relative;width:100%; height: auto; }
.g-adv .swiper-pagination{bottom: 3rem;height: 0.8rem; line-height:0;text-align: center;}
.g-adv .swiper-pagination .swiper-pagination-bullet{opacity: 1;background: #fff; width: 0.8rem; height: 0.8rem; margin: 0 0.4rem;border-radius: 0.5rem;box-sizing: border-box;}
.g-adv .swiper-pagination .swiper-pagination-bullet-active{background: #3083d9;}


/*yz*/


.tit{text-align: center;font-size: 0;line-height: 0;}
.tit span{display:block;font-size: 2.5rem;color: #000000;line-height: 2.5rem;position: relative;font-weight: bold;transition: all 0.3s ease;}
.tit span em{position: absolute;left: 0;bottom: 0.4rem;font-size: 4.8rem;color: #3083d9;opacity: 0.1;font-family: Arial;text-transform: uppercase;text-align: center;width: 100%;font-weight: bold;letter-spacing:-0.1rem;}
.tit i{display:  block;font-size: 1.2rem;color: #666;line-height: 1.2rem;margin-top: 1rem;position: relative;font-family: Arial;text-transform: uppercase;font-weight: normal;}

.yz{padding: 2.7rem 4% 2rem;background: #fff;border-radius: 12px;margin: 1.5rem 4%;box-shadow: 0 5px 20px rgba(0,0,0,0.05);transition: all 0.3s ease;}
.yz:hover{box-shadow: 0 10px 30px rgba(0,0,0,0.1);transform: translateY(-5px);}
.yz h2{text-align: center;font-size: 0;line-height: 0;}
.yz h2 span{display:block;font-size: 2.3rem;color: #3083d9;line-height: 2.5rem;position: relative;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-weight: bold;}
.yz h2 i{display: block;font-size: 2.3rem;color: #282828;line-height: 2.3rem;margin-top: 0.7rem;position: relative;font-family: Arial;text-transform: uppercase;font-weight: bold;}
.yz dl{margin-top: 2rem;}
.yz dl dd p{margin-top: 15px; line-height: 24px;color: #666;}
.yz dt img{display: block;width: 100%;border-radius: 8px;transition: all 0.3s ease;}
.yz dt img:hover{transform: scale(1.02);}
.yz_sz{padding-top:1rem;}
.yz_sz li{float:left;width:33.33%;margin-bottom: 2.5rem;text-align: center;transition: all 0.3s ease;}
.yz_sz li:hover{transform: translateY(-5px);}
.yz_sz li a{display:block;text-decoration:none;}
.yz_sz li em{display:block;width: 80px; margin: 0 auto 16px; background: #3083d9; border-radius: 50%;transition: all 0.3s ease;}
.yz_sz li:hover em{background: #256bbf;transform: scale(1.1);}
.yz_sz li b{display:inline-block;font-size:3rem;font-family:Arial;color:#3083d9;line-height:3rem;letter-spacing: -0.1rem;font-weight: bold;}
.yz_sz li sup{display:inline-block;font-size:2rem;color:#3083d9;line-height:100%;vertical-align:0.1rem;margin-left:0.3rem;}
.yz_sz li span{display:block;font-size:16px;color:#666;line-height:100%;margin-top:0.4rem;}

.pro{padding: 4rem 4%;background: #f6f6f6;}
.pro ul{margin-top: 2rem;}
.pro ul li{height: 7.6rem;margin-bottom: 0.8rem;position: relative;overflow: hidden;}
.pro ul li  img{display: block;width: 100%;}
.pro ul li span{ display: block;position: absolute;left: 0;bottom: 0;padding: 0 3.5rem;box-sizing: border-box;font-size: 1.8rem;font-weight: bold;line-height: 7.6rem;width: 100%;color: #fff;}
.pro ul li span img{display: block;float: right;width: 2.6rem;height: 2.6rem;float: right;padding-top: 2.6rem;}
.pro ul li.cur {height: 22.2rem;}
.pro ul li.cur span img{display: none;}
.pro ul li.cur span{ top: 1rem;}
.pro ul li.cur span:after{position: absolute;width: 1.2rem;height: 0.15rem;content: "";background: #0e72d1;left: 3.5rem;top:7rem;z-index: 20;}


.so{padding: 4.5rem 4%;}
.so_t{margin-top: 3.5rem;}
.so_t li{float: left;width: 33.33%;height: 6.5rem;border-right: 1px solid #e1e1e1;box-sizing: border-box;margin-bottom: 3rem;}
.so_t li:nth-child(3n){border-right: 0;}
.so_t li img{ display: block;width: 3.6rem;height: 3.6rem;margin: 0 auto;}
.so_t li span{ display: block;font-size: 1.4rem;color: #333333;line-height:1.4rem;padding-top:1.2rem; text-align: center;font-weight: bold;}
.so dt{display: block;width: 100%;}
.so dt img{display: block;width:100%;}
.so dd{position: relative;z-index: 20;height: 9.2rem;padding: 2.4rem 0.6rem 0;background: #fff;box-sizing: border-box;}
.so dd h4 a{ display: block;font-size: 1.2rem;line-height:1.2rem;  color: #282828;font-weight: bold; }
.so dd h4 img{ display: block;float: right;width: 1.3rem;height: 1.3rem;}
.so dd p{ display: block;font-size: 1.1rem;line-height:1.5rem;  color: #282828;font-weight: normal; padding-top: 1.2rem;}
.so_con{padding: 2rem 0.6rem;background: #fff;box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.13);}
.so_con li{float: left;width: 48.82%;}
.so_con li:nth-child(2n){float: right;}
.so_con li img{ display: block;width: 100%;}
.so_con li span{ display: block;font-size: 1.1rem;line-height:2.3rem;  color: #000000;font-weight: normal;text-align: center;height: 2.3rem;background: #fff;box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);}



.case{ display: block;padding: 4.5rem 4% 0;background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);background-size: 100% 100%;border-radius: 12px;margin: 1.5rem 4%;box-shadow: 0 10px 30px rgba(0,0,0,0.15);}
.case .tit span,.case .tit i,.case .tit em{color: #fff;}
.case_bd{ padding: 2rem;background: #fff;margin-top: 2.5rem;border-radius: 12px;box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);}
.case_t li a{display: block;font-size: 1.2rem;color: #282828;line-height: 3.3rem;height: 3.5rem;overflow: hidden;float: left;width: 32.72%;margin-bottom:0.4rem;margin-right: 0.92%;text-align: center;border: 0.1rem solid #e0e0e0;box-sizing: border-box;font-weight: bold;border-radius: 8px;transition: all 0.3s ease;}
.case_t li a:hover{background: #3083d9;color: #fff;border-color: #3083d9;}
.case_t li:nth-child(3n) a{margin-right: 0;}

.case_con li{float: left;width: 48.82%;margin-bottom: 2rem;transition: all 0.3s ease;}
.case_con li:hover{transform: translateY(-8px);}
.case_con li:nth-child(2n){float: right;}
.case_con li a{display: block;}
.case_con li i.pic{display: block;width: 100%;height: 180px;overflow: hidden;background: #f0f0f0;border-radius: 8px;transition: all 0.3s ease;}
.case_con li i.pic:hover{box-shadow: 0 10px 20px rgba(0,0,0,0.15);}
.case_con li i.pic img{ display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: all 0.5s ease;}
.case_con li i.pic:hover img{transform: scale(1.1);}
.case_con li span{ display: block;font-size: 1.1rem;line-height:3.2rem;  color: #333;font-weight: normal;text-align: center;height: 3.2rem;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;box-shadow: 0 2px 8px rgba(0,0,0,0.1);border-radius: 0 0 8px 8px;}


.td{padding: 4.5rem 4%;background: #fff;border-radius: 12px;margin: 1.5rem 4%;box-shadow: 0 5px 20px rgba(0,0,0,0.05);transition: all 0.3s ease;}
.td:hover{box-shadow: 0 10px 30px rgba(0,0,0,0.1);transform: translateY(-5px);}
.td_con{margin-top: 2.4rem;position: relative;}
.td dl dt{width:100%;line-height: 0;overflow: hidden;display: block;position: relative;height: 180px;background: #f0f0f0;border-radius: 8px;transition: all 0.3s ease;}
.td dl dt:hover{box-shadow: 0 10px 20px rgba(0,0,0,0.15);}
.td dl dt a{ position: relative;display: block;width: 100%;height: 100%;}
.td dl dt img{width: 100%;height: 100%;object-fit: contain;object-position: center;transition: all 0.5s ease;}
.td dl dt:hover img{transform: scale(1.05);}
.td dl dd{padding: 1.5rem;}
.td dl dd h4 a{ display:block;font-size: 1.8rem;line-height: 1.8rem;color: #333333;font-weight: bold;position: relative;padding-top: 0.5rem;transition: all 0.3s ease;}
.td dl dd h4 a:hover{color: #3083d9;}
.td dl dd h4 i{display: inline-block;margin-left: 1.2rem;font-size: 1rem;margin-bottom: 2.2rem;}
.td dl dd h4 a:after{position: absolute;width: 2.7rem;height: 0.2rem;content: "";background: #3083d9;left: 0%;top: 2.8rem;}
.td dl dd p{display: block;font-size: 1.2rem;color: #666;line-height: 2.1rem;}

/* 文章详情样式 */
.article-content{padding: 2rem 0;}
.article-content p{font-size: 1.2rem;line-height: 2.2rem;color: #666;margin-bottom: 1.5rem;}
.article-content h3{font-size: 1.8rem;line-height: 2.5rem;color: #333;margin-bottom: 1.5rem;font-weight: bold;}
.article-content img{max-width: 100%;height: auto;margin: 2rem 0;border-radius: 8px;box-shadow: 0 5px 15px rgba(0,0,0,0.1);transition: all 0.3s ease;}
.article-content img:hover{transform: scale(1.02);box-shadow: 0 10px 25px rgba(0,0,0,0.15);}

/* 新闻列表样式 */
.news-list{padding: 1rem 0;}
.news-list li{padding: 2rem;border-bottom: 1px solid #f0f0f0;background: #fff;border-radius: 8px;margin-bottom: 1rem;transition: all 0.3s ease;}
.news-list li:hover{box-shadow: 0 5px 15px rgba(0,0,0,0.1);transform: translateY(-3px);}
.news-list li:last-child{border-bottom: none;}
.news-list li a{display: block;}
.news-list li h3{font-size: 1.4rem;line-height: 2rem;color: #333;margin-bottom: 0.8rem;font-weight: bold;transition: all 0.3s ease;}
.news-list li h3:hover{color: #3083d9;}
.news-list li p{font-size: 1.1rem;line-height: 1.8rem;color: #666;margin-bottom: 0.8rem;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.news-list li span{font-size: 1rem;color: #999;display: block;margin-top: 0.5rem;}

/* 留言表单样式 */
.form-group{margin-bottom: 1.5rem;}
.form-group label{display: block;font-size: 1.2rem;line-height: 2rem;color: #333;margin-bottom: 0.5rem;font-weight: bold;}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"]{
    width: 100%;
    padding: 1rem 1.2rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1.2rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: #f9f9f9;
}
.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus{
    border-color: #3083d9;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(48, 131, 217, 0.1);
}
.form-group textarea{
    width: 100%;
    padding: 1rem 1.2rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1.2rem;
    box-sizing: border-box;
    resize: none;
    min-height: 120px;
    transition: all 0.3s ease;
    background: #f9f9f9;
}
.form-group input[type="submit"]{
    display: block;
    width: 100%;
    padding: 1.2rem;
    background: linear-gradient(135deg, #3083d9 0%, #256bbf 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(48, 131, 217, 0.3);
}
.form-group input[type="submit"]:hover{
    background: linear-gradient(135deg, #256bbf 0%, #1e5799 100%);
    box-shadow: 0 6px 16px rgba(48, 131, 217, 0.4);
    transform: translateY(-2px);
}
.td dl dd p em{display: block;font-size: 1.2rem;color: #333333;line-height: 2.1rem;margin-bottom: 0.5rem;}
.td dl:hover dd h4 a{color: #0061ae; }
.td .swiper-pagination{bottom: 0rem;height: 0.8rem; line-height:0;text-align: center;}
.td .swiper-pagination .swiper-pagination-bullet{opacity: 1;background: #dcdcdc; width: 0.8rem; height: 0.8rem; margin: 0 0.4rem;border-radius: 0.5rem;box-sizing: border-box;}
.td .swiper-pagination .swiper-pagination-bullet-active{background: #0873d9;}


/* .td dl.swiper-slide dt{width: 60%;} */

.ys{padding: 4.5rem 4% 3rem;background: #f6f6f6;}
.ys h2{font-size: 0;line-height: 0;text-align:center ;}
.ys h2 span{ display: block;font-size: 2.5rem;line-height: 2.5rem;  color: #000000;font-weight: bold;text-transform: uppercase;position: relative;}
.ys h2 span b{ color: #d50e25;font-size: 3.8rem;line-height: 3.8rem;vertical-align: -0.4rem;}
.ys h2 i{ display: block;font-size: 1.2rem;line-height: 1.8rem;  color: #000000;font-weight: normal;text-transform: uppercase;position: relative;margin-top: 0.9rem;}
.edge_c{margin-top: 2.5rem;}
.edge_c li{position: relative;margin-bottom: 1.5rem;}
.edge_wt{height: 8rem; position: relative;background: #fff;}
.edge_wt p{display: block; padding:0 2.1rem; width:80%;color: #333333;white-space: nowrap;font-size: 1.5rem;line-height: 8rem;position: relative;z-index: 11;font-weight: bold; overflow: hidden; text-overflow: ellipsis;}
.edge_wt p img{ display: inline-block;width: 3.6rem;height: 3.6rem;vertical-align: middle;margin-right: 0.5rem;}
.edge_wt .jia{width:2.3rem;height: 2.3rem;position: absolute;right: 1.3rem;top:2.6rem;z-index: 11;}
.edge_wt .jia img{width:100%;display: block;} 
.edge_c li dl{display:none;}
.edge_c li dl .edge_wt{display: none;}
.edge_c li dl dd{padding:1rem 1.3rem 2rem;background:url(../img/qi-service-0__b.jpg) no-repeat center;position: relative; background-size: cover;}
.edge_c li dt img{width: 100%;display: block;}
.edge_c li dt{width: 100%;display: block;position: relative;}
.edge_c li dl dt:after{ position: absolute;left:0;bottom:1rem;width:12.8rem;height: 3.8rem;background: url(../img/ys_dd.png) no-repeat center;background-size: 100% 100%;content: "";}
.edge_c li dl dd h4 img{ display: block;width: 3.6rem;height: 3.6rem;margin-bottom: 1.3rem; background: #fff; border-radius: 50%;}
.edge_c li dl dd h4{display: block;color: #ffffff;white-space: nowrap;font-size: 1.55rem;line-height: 1.5rem;font-weight: bold;}
.edge_c li dl dd div{font-size: 1rem;line-height: 1.7rem;color:#ffffff;opacity: 0.7;margin-top: 1.4rem;}
.edge_c li.on dl{display: block;z-index:200;}
.edge_c li.on .edge_wt{display:none;}

/* Footer样式 */
.g-ft{   height:15.3rem;
         position: relative;background:url(../img/foot_bg.jpg) no-repeat center;background-size: 100% 15.3rem;}
.g-ft .go_top {position: fixed;right: 3.1%;bottom: 23%;z-index: 999;}
.g-ft .go_top a {display: block;text-align: center;font-size: 1.1rem;line-height: 100%;color: #fff;width: 4rem;height: 4rem;background:#0873d9;border-radius: 50%;padding-top: 2.3rem;box-sizing: border-box;position: relative;overflow: hidden;}
.g-ft .go_top a:before {position: absolute;content: "";border-width: 1.1rem .75rem;border-style: solid;border-color: transparent transparent #fff;top: -.35rem;left: 50%;margin-left: -.75rem;}
.f_con{ padding: 2rem 4% 0; }
.f_con p{line-height:2rem;font-size: 1.2rem;color: #b8bfcb;text-align: center;padding-top:0rem;}
.f_con p a{ color: #b8bfcb; }

/* 底部菜单样式 */
.g_fnva{background:#282828;background-size: 100%; height:5.6rem;position:fixed;bottom:0;min-width:320px;max-width:750px;width:100%;z-index:30;font-size: 1.1rem;}
.g_fnva li{height:5.6rem;width:25%; line-height: 1.4rem; float:left; text-align:left;color:#fff;position:relative;text-align: center;font-size: 1rem;font-weight: bold;}
.g_fnva li:after{content: "";position: absolute;width: 1px; height:5.6rem;background:#e0e0e0; -webkit-background-size:100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%;top: 0rem;right: 0;}
.g_fnva .tel li:after,.g_fnva .home li:after{width:0;border: 0;background:none;}
.g_fnva .tel li{background: #0873d9;color: #fff}
.g_fnva li em{display: block;width:3rem;height: 3rem;margin: 0.8rem auto 0rem;}
.g_fnva li em img{ display:block;width:3rem;height: 3rem;}


.abt{ display: block;padding: 5rem 4% 0;background: url(../img/abt_bg.jpg) no-repeat center;background-size: 100% 55rem;height: 55rem;box-sizing: border-box;}
.abt p{font-size: 1.2rem;line-height: 2.2rem;color:#000000;margin-top: 3rem;text-align: center;}
.abt p b{color: #0061ae;font-weight: normal;}
/**/
html{font-size:10px;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
@media screen and (min-width:320px){html{font-size:8.533px;}}
@media screen and (min-width:360px){html{font-size:9.6px;}}
@media screen and (min-width:375px){html{font-size:10px;}}
@media screen and (min-width:393px){html{font-size:10.48px;}}
@media screen and (min-width:400px){html{font-size:10.664px;}}
@media screen and (min-width:414px){html{font-size:11.04px;}}
@media screen and (min-width:440px){html{font-size:11.73px;}}
@media screen and (min-width:480px){html{font-size:12.796px;}}
@media screen and (min-width:520px){html{font-size:13.863px;}}
@media screen and (min-width:560px){html{font-size:14.93px;}}
@media screen and (min-width:600px){html{font-size:15.996px;}}
@media screen and (min-width:640px){html{font-size:17.06px;}}
@media screen and (min-width:680px){html{font-size:18.1288px;}}
@media screen and (min-width:700px){html{font-size:18.66px;}}
@media screen and (min-width:720px){html{font-size:19.1952px;}}
@media screen and (min-width:750px){html{font-size:20px;}}
