@import "font/webfonts.css";
@import "iconfont/iconfont.css";
@import "base.css";

.line{
    height: 39px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

.line i{
    color: rgba(0, 98, 208, 1);
    font-size: 22px;
    margin: 0 10px 0 10px;
    min-height: 15px;
    line-height: 1;
    max-width: 95%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.line::before{
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    border-top: 1px solid rgb(221 221 221);
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.line::after{
    display: block;
    content: "";
    border-top: 1px solid rgb(221 221 221);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.row1 .widget{
    margin: 70px 0 50px;
}
.row1 .widget-header .title{
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.row1 .widget-header .info{
    line-height: 34px;
    text-align: center;
}

.row1 .widget-body .category{
    margin-top: 40px;
}

.row1 .widget-body .category ul{
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.row1 .widget-body .category ul li{
    padding: 0 10px;
}

.row1 .widget-body .category ul li a{
    display: block;
    line-height: 50px;
    padding: 0 2rem;
    background-color: rgb(0 98 208);
    color:#ffffff;
    border-radius: 4px;
}

.row1 .widget-body .category ul li a:hover{
    background-color: #F56C6C;
}


.row1 .widget-body .pic-list{
    margin-top: 40px;
}

.row1 .widget-body .pic-list ul{
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row1 .widget-body .pic-list ul li{
    width: 33.33%;
    padding: 0 10px;
}

.row1 .widget-body .pic-list ul li a{
    display: block;
}

.row1 .widget-body .pic-list ul li a .img{
    padding-bottom: 75%;
    position: relative;
}

.row1 .widget-body .pic-list ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 6px;
}

.row1 .widget-body .pic-list ul li a .img .block img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.2s ease-in-out;
}

.row1 .widget-body .pic-list ul li a:hover .img .block img{
    transform: scale(1.1,1.1);
}

.row1 .widget-body .pic-list ul li a .title{
    line-height: 35px;
    text-align: center;
    color:#565656;
}

.row1 .widget-body .pic-list ul li a:hover .title{
    color: rgb(0 98 208);
}

.row2{
    margin-top: 40px;
}

.row2 .widget-header{
    padding: 70px 0;
}

.row2 .widget-header .title{
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: rgba(0, 98, 208, 1);
}

.row2 .widget-header .info{
    text-align: center;
    line-height: 1.8;
    color: #777777;
    margin-top: 20px;
}

.row2 .l{
    width: 80px;
    margin-right: 20px;
}

.row2 .c{
    width: 600px;
    padding-right: 80px;
}

.row2 .r{
    width: 444px;
    display: flex;
    align-items: center;
}

.row2 .r img{
    width: 100%;
}

.row2 .info h2{
    color: rgba(0, 98, 208, 1);
    font-size: 30px;
    margin: 10px 0 20px;
    line-height: 1;
}

.row2 .info p{
    font-size: 14px;
    color: #777777;
    line-height: 34px;
    position: relative;
    padding-left: 15px;
}

.row2 .info p::before{
    position: absolute;
    top: 13px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    margin-left: -4px;
    background-color: rgb(51, 51, 51);
    border-radius: 50%;
}

.row2 .col2{
    background-color: rgb(248 248 248);
    padding: 50px 0;
}

.row2 .col2 .l{
    width: 156px;
    text-align: right;
}

.row2 .col2 .c{
    width: 540px;
    padding-right: 0;
}

.row2 .col3{
    padding: 50px 0;
}

.row3 .l,
.row3 .r{
    width: 50%;
}

.row3 .l{
    background-color: rgb(0 82 175);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 100px 10px 200px;
}

.row3 .l .title{
    color:#ffffff;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #709ED2;
    padding-bottom: 15px;
}

.row3 .l .detail{
    line-height: 34px;
    color: rgb(255 255 255 / 82%);
    margin-top: 15px;
}

.row3 .l .tel{
    color:#ffffff;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.row3 .l .tel strong{
    font-size: 30px;
}

.row3 .r{
    height: 380px;
    overflow: hidden;
    background: url(../img/cs4.jpg) center center no-repeat;
    background-size: cover;
}


.row3 .r img{
    width: 100%;
}

.row4 {
    background-color: #f8f8f8;
}

.row4 .widget{
    padding: 70px 0 50px;
}

.row4 .widget-header .title{
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.row4 .widget-header .info{
    line-height: 34px;
    text-align: center;
}

.row4 .widget-body{
    margin-top: 40px;
}

.row4 .widget-body .flex .l{
    width: 590px;
    height: 500px;
    overflow: hidden;
}

.row4 .widget-body .flex .l img{
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.row4 .widget-body .flex .l:hover img{
    transform: scale(1.06);
}

.row4 .widget-body .flex .r{
    flex: 1;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 40px;
}

.row4 .widget-body .flex .r .title{
    font-size: 24px;
    color:rgb(0 82 175);
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 10px;
}

.row4 .widget-body .flex .r .info{
    font-size: 14px;
    line-height: 2;
    color: #777777;
    margin-top: 20px;
    padding: 0 10px;
    text-align: justify;
}

.row4 .widget-body .flex .r .icons{
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    display: flex;
}

.row4 .widget-body .flex .r .icons li{
    width: 25%;
}

.row4 .widget-body .flex .r .icons li a{
    display: block;
    width: 80px;
    margin: 0 auto;
}

.row4 .widget-body .flex .r .icons li a .icon{
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #065EC2;
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row4 .widget-body .flex .r .icons li a .icon .iconfont{
    font-size: 40px;
}

.row4 .widget-body .flex .r .icons li a .t{
    text-align: center;
    margin-top: 10px;
}

.row4 .widget-body .flex .r .icons li a:hover .icon{
    background-color: #F56C6C;
}

.row4 .widget-footer{
    overflow: hidden;
    margin-top: 20px;
}

.row4 .widget-footer ul{
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    display: flex;
}

.row4 .widget-footer ul li{
    width: 25%;
    padding: 0 5px;
}

.row4 .widget-footer ul li a{
    display: block;
}

.row4 .widget-footer ul li a .img{
    padding-bottom: 62.5%;
    position: relative;
}

.row4 .widget-footer ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.row4 .widget-footer ul li a .img .block img{
    object-fit: cover;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
}

.row4 .widget-footer ul li a:hover .img .block img{
    transform: scale(1.1);
}

.row5{
    background-color: #f8f8f8;
    overflow: hidden;
}

.row5 .widget{
    margin: 70px 0 50px;
}
.row5 .widget-header .title{
    font-size: 30px;
    color: #f55b14;
    text-align: center;
}

.row5 .widget-header .line i{
    color: #f55b14;
}

.row5 .widget-header .info{
    line-height: 34px;
    text-align: center;
}

.row5 .widget-body{
    margin-top: 40px;
}

.row5 .widget-body ul{
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row5 .widget-body ul li{
    width: 25%;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
}

.row5 .widget-body ul li:hover{
    transform: translateY(-15px);
}

.row5 .widget-body ul li a{
    display: block;
}

.row5 .widget-body ul li img{
    width: 100%;
}


.row6{
    background-color: #f8f8f8;
}

.row6 .widget{
    padding: 70px 0 50px;
}
.row6 .widget-header .title{
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.row6 .widget-header .info{
    line-height: 34px;
    text-align: center;
}

.row6 .widget-body{
    margin-top: 40px;
}

.row6 .widget-body .l{
    width: 390px;
    margin-right: 40px;
}

.row6 .widget-body .l a{
    display: block;
    padding: 30px;
    position: relative;
    background-color: #ffffff;
}

.row6 .widget-body .l a::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    content: "";
    background-color: #0062D1;
}

.row6 .widget-body .l a .img{
    padding-bottom: 62.5%;
    position: relative;
}

.row6 .widget-body .l a .img .block{
    position: absolute;
    top: 0;
    left :0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.row6 .widget-body .l a .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.row6 .widget-body .l a:hover .img img{
    transform: scale(1.1);
}

.row6 .widget-body .l a .title{
    margin-top: 20px;
    color: #000000;
    line-height: 35px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.row6 .widget-body .l a .info{
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color:#999999;
}

.row6 .widget-body .r{
    flex: 1;
}

.row6 .widget-body .r .news-list{
    background-color: #ffffff;
    padding: 30px;
}

.row6 .widget-body .r .news-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.row6 .widget-body .r .news-list ul li{
    margin-bottom: 27px;
}

.row6 .widget-body .r .news-list ul li:last-child{
    margin-bottom: 0;
}

.row6 .widget-body .r .news-list ul li a{
    background-color: #F8F8F8;
    padding: 15px 18px 8px;
    display: flex;
    border-radius: 6px;
}

.row6 .widget-body .r .news-list ul li a:hover{
    background-color: #0062D1;
}

.row6 .widget-body .r .news-list ul li a .img{
    width: 60px;
    height: 60px;
    background: url(../img/news-2.png) 0 0 no-repeat;
    margin-right: 1rem;
}

.row6 .widget-body .r .news-list ul li a:hover .img{
    background-position: 0 -60px;
}

.row6 .widget-body .r .news-list ul li a .info{
    flex: 1;
}

.row6 .widget-body .r .news-list ul li a .info .title{
    color:#111111;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 18px;
}

.row6 .widget-body .r .news-list ul li a .info .detail{
    font-size: 15px;
    line-height: 1.5;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999999;
}

.row6 .widget-body .r .news-list ul li a:hover .info .title,
.row6 .widget-body .r .news-list ul li a:hover .info .detail{
    color:#ffffff;
}


.row7 .widget{
    margin: 70px 0 20px;
}
.row7 .widget-header .title{
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.row7 .widget-header .info{
    line-height: 34px;
    text-align: center;
}

.row7 .widget-body ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row7 .widget-body ul li{
    width: 20%;
    padding: 0 10px;
    margin-top: 20px;

}

.row7 .widget-body ul li .img{
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.row7 .widget-body ul li .img .block{
    height: 104px;
}

.row7 .widget-body ul li .img .block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.row7 .widget-body ul li .img:hover .block img{
    transform: scale(1.1);
}


.row8 .l,
.row8 .r{
    width: 50%;
}

.row8 .r{
    background-color: rgb(0 82 175);
    display: flex;
    align-items: center;
    padding: 10px 100px 10px 200px;
}

.row8 .r .title{
    color:#ffffff;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #709ED2;
    padding-bottom: 15px;
    line-height: 1.8;
}

.row8 .r .detail{
    line-height: 34px;
    color: rgb(255 255 255 / 82%);
    margin-top: 15px;
}

.row8 .r .tel{
    color:#ffffff;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.row8 .r .tel strong{
    font-size: 30px;
}

.row8 .l img{
    width: 100%;
}