@charset "utf-8";
/**
 * [XIAOHEI] Copyright (c) 2010-2066
 * dz-CSS-qq:290948585
*/
#menus a {text-decoration:none;}
.menus {height:44px;overflow:hidden;font-size:16px;margin-top: 8px;}
.menus span {display:block;width:100%;height:44px;padding:0 16px;font-weight: 600;}
.menu_li {float:left;white-space:nowrap;line-height:44px;margin:0 1px 0 0;}
.menu_li:hover a {color:#3159A4}
.menu_on {float:left;white-space:nowrap;line-height:44px;margin:0 1px 0 0;}
.menu_on a{color:#3159A4;}
/**/
.banner-rel{margin-bottom:20px}
/**/
.main_head_s{text-align:center;padding: 35px 0 30px;}
.main_head_s strong{font-size:22px;}
.main_head_s p{padding:0;margin:0;line-height:22px}
/**/
.main_body_introduce{padding:0;margin: 0;background: none;}
.main_body_introduce{
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: flex;
    background-image: linear-gradient(122deg, #F1F4F9 50%, #C5D0E2 100%);
    border-radius: 6px;
    height: 400px;
    margin-bottom: 20px;
    display: inline-block;
    }
.intro-txt{height: 400px;padding: 20px;box-sizing: border-box;text-indent: 2rem;}
/**/
.main_body_s{background:none;padding: 0;overflow: inherit;display: inline-block;width: 100%;}
.list-img{}
.list-img ul{margin-right:-20px}
.list-img li{float:left;background:#ffffff;margin-right: 20px;margin-bottom: 20px;width: 386px;border-radius: 6px;padding-bottom:10px;position: relative;box-shadow: 0 0 15px #00000026;}
.list-img .thumb{padding:0;background: none;}
.list-img .thumb .thumb-img{height:200px;padding: 0;margin: 0;}
.list-img .thumb .thumb-img img{width:100%;height: 100%;border-radius: 6px 6px 0 0;border: 0;vertical-align: middle;transition: all 0.3s ease 0s;}
.list-img .thumb .thumb-img:hover img{    transform: scale(1.1);}
.list-img .thumb div{padding:0 10px;font-size:15px;line-height:20px}
.list-img .thumb p{padding:0 10px;font-size:13px;margin-top:3px;}
.list-img .thumb b {display:block;height:20px;line-height:20px;color:#E4393C;font-size:14px;text-align:left;padding:0 10px;margin-top: 5px;}
.list-img .thumb b s {font-size:12px;text-decoration:none;color:#E4393C;}
.list-img .thumb b em {float: initial;font-size:12px;color:#999999;font-weight:normal;font-style:normal;padding-left: 3px;}
.list-img .thumb b span {color:#999999;font-weight:normal;}
/**/
.cha-btn{background:#3159A4;position:absolute;right:10px;bottom:10px;border-radius:6px;width:80px;height:32px;line-height:32px;text-align:center;color:#ffffff}
.cha-btn span{position:relative;width:100%;display: inline-block;}
.cha-btn span:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 100%;
}
.cha-btn:hover span:before {
    -webkit-animation: wave .75s;
    animation: wave .75s;
    z-index: 1
}
@keyframes wave {
    0% {
        background: rgba(0,0,0,.25);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }
    to {
        background: transparent;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}
/**/
.list-img-4{}
.list-img-4 li{ width: 285px;}
.list-img-4 .thumb .thumb-img{height: auto;}
/**/
.list-img-7{}
.list-img-7 li{width: 154px;}
.list-img-7 .thumb .thumb-img{height: auto;}
/**/
.main_head_d{height:50px;line-height:50px}
.main_head_d strong{font-size: 22px;position:relative;}
.main_head_d strong:before{content:"";position:absolute;left:0;width: 85px;height:4px;top: -9px;background:#3159A4;}
.main_head_d .f_r{}
.main_head_d .f_r a{height:35px;line-height: 35px;display: inline-block;margin-left: 30px;font-size: 14px;padding:0 20px}
.main_head_d .f_r a.on,.main_head_d .f_r a:hover{background:#3159A4;color:#ffffff;}
/**/
.i-news{display:flex;margin-top: 15px;margin-bottom: 25px;}
.i-news-l{width:530px;margin-right:20px;border-radius:0 0 6px 6px}
.i-news-l .thumb-s{background:#3159A4;color:#ffffff;border-radius:6px 6px;padding-bottom: 10px;}
.i-news-l .thumb-s .thumb-img{padding: 0;}
.i-news-l .thumb-s .thumb-img img{border-radius:6px 6px 0 0;transition: all 0.3s ease 0s;}
.i-news-l .thumb-s .thumb-img:hover img{    transform: scale(1.1);}
.i-news-l .thumb-s div{padding:10px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.i-news-l .thumb-s p{padding: 3px 10px;margin: 0;line-height: 18px;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;color: #e5e5e5;font-size:14px}
.i-news-l a:hover .thumb-s div{color:#ff6600}
.i-news-r{
    padding-top: 10px;
}
.i-news-r li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #dddddd;
}
.i-news-r li:last-child{border:0;margin-bottom:0}
.i-news-r .f_l{
    margin-right: 20px;
    width: 140px;
    font-weight: 700;
    text-align: center;
    color: #666666;
    line-height: 18px;
}
.i-news-r .f_l .my_day{
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.i-news-r .f_l a{}
.i-news-r a div{font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.i-news-r a p{margin:0;margin-top:8px;font-size:14px;color:#888888;line-height: 18px;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;}
/**/
h1,h2,h3,h4,h5,h6{margin:0;padding:0}
.f30{font-size:30px}
.f36{font-size:36px}
.f40{font-size:40px}
/**/
.col-title{margin-bottom: 20px;margin-top: 35px;}
.col-title h3{color: #000;line-height: 1.3;margin: 0;padding: 0;}
.col-title p{margin-top:10px; color: #909090;}
.col-title h4{color: rgba( 176, 188, 194, 0.6 );line-height: 1;text-transform: uppercase;}
.col-title h3.tips{margin-top: 10px; position: relative; color: #246ab0;line-height: 1;}
.col-title h3.tips span{display: inline-block;width: 8px;height: 8px;position: absolute;top:2px;margin-left: 12px; background: #ed9207;}
.main_body_s .content{padding: 0;display: flex;}
.main_body_s .content .f_r{ margin-left: 20px;}
/**/
.contact-txt{text-align:center;font-size:14px;margin: 15px 0 40px;}
.contact-com{display:flex;}
.contact-com-l{width:50%;background:#246ab0;color:#ffffff}
.contact-com-l .comname{line-height:35px;margin: 30px 0 20px 45px;font-size: 20px;position:relative;}
.contact-com-l .comname:before{content:"";position:absolute;width:60px;height:4px;background:#ffffff;bottom: -6px;left:0}
.contact-com-t{width:50%}
/**/
.service-area .service-item[data-v-c4404a0b] {align-items:center;display:flex;justify-content:space-between;margin-top:20px;}
.service-area .service-item .service-left[data-v-c4404a0b] {display:flex;width:270px;}
.service-area .service-item .service-avatar[data-v-c4404a0b] {border-radius:50%;flex-shrink:0;height:65px;overflow:hidden;width:65px;}
.service-area .service-item .service-avatar img[data-v-c4404a0b] {height:65px;-o-object-fit:cover;object-fit:cover;width:65px;}
.service-area .service-item .service-info[data-v-c4404a0b] {padding:10px 24px;}
.service-area .service-item .service-info .service-label[data-v-c4404a0b] {background:#f4f7f9;border-radius:4px;color:#849aae;font-size:12px;padding:4px 6px;font-weight:500;}
.service-area .service-item .service-info .service-name[data-v-c4404a0b] {font-size:16px;font-weight:700;}
.service-area .service-item .service-info .service-desc[data-v-c4404a0b] {font-size:14px;margin-top:15px;}
.service-area .service-item .service-qrcode[data-v-c4404a0b] {align-items:center;display:flex;font-size:14px;margin:0 40px 0 0;position:relative;}
.service-area .service-item .service-qrcode span[data-v-c4404a0b] {padding-right:.5em;}
.service-area .service-item .service-qrcode .wechat-icon[data-v-c4404a0b] {cursor:pointer;width:32px;}
.service-area .service-item .service-qrcode .wechat-icon:hover+.qrcode-area[data-v-c4404a0b] {display:block;}
.service-area .service-item .service-qrcode .qrcode-area[data-v-c4404a0b] {background:#fff;border:1px solid #ccc;border-radius:4px;bottom:-165px;display:none;left:0;overflow:hidden;position:absolute;transition:all .3s;z-index:9;}
.service-area .service-item .service-qrcode .qrcode-area .qrcode[data-v-c4404a0b] {width:150px;}
.service-area .service-item .service-other[data-v-c4404a0b] {align-items:center;display:flex;}
.service-area .service-item .service-other .service-btn[data-v-c4404a0b] {cursor:pointer;}
.service-area .service-item .service-other .service-btn *{box-sizing: border-box;}
.service-area .service-item .service-other .service-btn a[data-v-c4404a0b] {border:1px solid #e50113;border-radius:4px;color:#e50113;display:inline-block;padding:4px 6px;}
.service-area .service-item .service-other .service-tel[data-v-c4404a0b] {align-items:flex-start;color:#e50113;display:flex;flex-direction:column;gap:4px;margin-right:25px;font-size:14px;width:180px;}
/**/
.el-icon-evaluate {background: url("data:image/webp;base64,UklGRt4AAABXRUJQVlA4WAoAAAAQAAAADgAADAAAQUxQSGAAAAABcFvbthK9CHKog4qgK5cCPCRziCCEjBp83Ae3DiJiAsiiW1tQdbe+7g6v5Ed3kc7dUy4mAtidCUoXAD15x//uF3+7f/KaHJtvyAnFtu2s67rUtm2FgCkadSECa3ELg1lWUDggWAAAAHACAJ0BKg8ADQABABwlsAJ0ugCGiv1m6wAJUAAA/vBsyLdv/4tDrQQG0jBoubjIZZ+08//6ON/9HG/9oJ1P5+d0//NaPqNsX/Nnev1J5O7f/i8/ilh4AAA=") 50% center / contain no-repeat;width: 16px;height: 16px;display: grid;float: left;margin-right: 3px;}
.el-icon-evaluate::before { content: "evaluate"; font-size: 16px; visibility: hidden; }
.el-icon-wei2 { background: url("data:image/webp;base64,UklGRpYDAABXRUJQVlA4WAoAAAAQAAAAPQAAPAAAQUxQSPcCAAABoC3Jtmnbase2bdu2bdu2bfPa9rFt27ZtY63THuaYffQ57g9ExARAO1LhjuMWrNlx9PC2VX8Oa5UDTifsuPAWLc/92CiaK2X+fEXVe/PzuNBkBwNcUTGoQpsZ8KKMgcxi8KFBelkP0cnl8ZVqvaejt7OrtKS7b4orNKPTha3q0e13OSxy0vVncUUR7zjH3aJF/B+OE1Sh7dU/hrWoWbf9uAWXg2BGn4j3Lf6sAWGxH97p7fcZTvGq7LBM8Z0aaxiivRT1gWLlV1pHDYMprQvVNNeUWMJzTdIKyilfKS0AUIzCxTD2/bqqz6Cvy3pQTeljfOBzQSieYTbJXIbvSKbyYKUOuwPnBX/BuIpkccM2klkMGZRWIhOFVUzJlxwfC2OqFceGwRs56hWdZ9E6Ct7GNVlnHblm+/FdJ8IqLD1LcA6qWbe8PfZVy/wZEqaqOG63QpdlgpMq4z4tyg1hxbVWs44JHkdVWMEysOxrs+SSgHnsfmIsWJcOyzbckQy2asoEUCwt2/VMctkmwrN28FZrYWpZ24PJoqP3JOxg0fcKvDXI/zwjyT4ePJTsvSwKp5ftnmCoS/7rGU/2NsySbDwp4tXIkkinihpQuw2MbRrAWFmyfK2Mx1MI0h1LbrLPKfn8Mws+qemX92w8rVSSXn1sOMYv3vnsWvkl1QrYhBMAKSsmBYC9XbQGCd7Fxy2L35Bk4hu+PbL2n9+f/6Z1VrAV+EMW7tHvBf0fxdLpSOEooIYs9Ibiv1XShCTpADwWWQ9WiHudws0AMCMIjrLKfZXSmp6En4LghoIWVyi9BOMXgZCrmqYw5coCLBC1M8V9Gwz58cCiz79cdYqcHytZSHAZvu2Dkt4bdUtQzA97nCHDfj9DmOitO/6XIa7qXiYZ+rpWH7aj3WoD+yEuNYVmO2dCVaFb7Z4bp3JDO8ESF75EkC2uBXWgPIKNMvpeEGe7IfhY/Y5qbWsPR0vOP271bvvI7HA5Q6sJC/ZeuvX86Y0LO/4aXjcxtAEAVlA4IHgAAAAwBACdASo+AD0APlEoj0ajoqEhIgmYcAoJZwDRrcAACDH8YcNy7aZ2bgAA/qcND//kGOafY1rr//2M3/ozf+ej/U1euCFGWQMyqHnaVIAFmFHgXgGvI6LQPHCPjMn/16QAaxgTa0udyHl95eRRy/6WdEOeB4TtfgA=") 50% center / contain no-repeat; height: 32px; width: 32px; }
.el-icon-wei2::before { content: "wei2"; font-size: 32px; visibility: hidden; }
/**/
.list{margin-bottom:15px ;padding-bottom:15px;border-bottom:1px solid #eeeeee}
.list:last-child{border-bottom:0;margin:0}
.list li{margin-bottom:5px}
.list p{margin:3px 0;}
/**/
.line-clamp2{overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;}