@import "base.css";

.widget{
    padding: 60px 0 80px;
}

.widget-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.widget-header .title{
    font-size: 34px;
    font-weight: bold;
    color: #515671;
}

.widget-header .detail{
    margin-top: 20px;
    color:#a5a5a5
}

.widget-cate{
    margin-bottom: 40px;
}

.widget-cate ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 100px;
    justify-content: center;
}

.widget-cate ul li{
    margin: 0 5px;
}

.widget-cate ul li.line{
    width: 100%;
    margin-bottom: 10px;
}

.widget-cate ul li a{
    display: flex;

    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #EEEEEE;
    color: #77838F;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 4px;
}

.widget-cate ul li a:hover{
    background-color: #006DD9;
    color: #ffffff;
}

.pro-list{
    overflow: hidden;
}

.pro-list ul{
    list-style: none;
    margin: -20px -10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pro-list ul li{
    width: 25%;
    padding: 0 10px;
    margin-top: 20px;
}

.pro-list ul li a{
    display: block;
}

.pro-list ul li a .img{
    position: relative;
    padding-bottom: 75%;
}

.pro-list ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.pro-list ul li a .img .block img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition: 0.2s all;
}

.pro-list ul li a:hover .img .block img{
    transform: scale(1.1);
}

.pro-list ul li a .title{
    display: flex;
    height: 40px;
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
}

.pro-list ul li a:hover .title{
    background-color: #006DD9;
    color:#ffffff;
}

.row2{
    background-color: #f2f2f2;
}


.youshi ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.youshi ul li{
    width: 25%;
    padding: 0 50px;
}

.youshi ul li .block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.youshi ul li .block .icon{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.youshi ul li .block:hover .icon{
    background-color: #006DD9;
}

.youshi ul li .block .icon svg{
    width: 80px;
    fill: #006DD9;
}

.youshi ul li .block:hover .icon svg{
    fill: #ffffff;
}

.youshi ul li .block .title{
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color:#515671;
}

.youshi ul li .block:hover .title{
    color: #006DD9;
}

.youshi ul li .block .detail{
    margin-top: 10px;
    line-height: 1.8;
    text-align: center;
    color:#777;
}

.row3 .flex .l{
    width: 560px;
    margin-right: 40px;
}

.row3 .flex .l .video{
    padding: 20px;
    position: relative;
}

.row3 .flex .l .video::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    background-color: #D3B486;
    content: '';
    z-index: 1;
}

.row3 .flex .l .video::after{
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background-color: #D3B486;
    content: '';
    z-index: 1;
}

.row3 .flex .l .video video{
    position: relative;
    z-index: 2;
    background-color: #000000;
}

.row3 .flex .r{
    flex: 1;
}

.row3 .about{
    line-height: 2;
    color:#787878;
}

.row3 .about p:first-child{
    margin-top: 0;
}

.row3 .btn{
    overflow: hidden;
}

.row3 .btn a{
    float: right;
    padding: 0 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006DD9;
    color:#ffffff;
    border-radius: 6px;
    font-size: 14px;
}

.row3 .btn a:hover{
    background-color: #005BB5;
}

.row4 {
    background: url('../img/row4_bg.png') 0 0 no-repeat;
    background-size: 100% 180px;
    height: 180px;
}

.row4 .wrap{
    height: inherit;
}

.row4 .flex{
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.row4 .flex .t1{
    font-size: 34px;
    color: #DAC19A;
    font-weight: bold;
}

.row4 .flex .t2{
    font-size: 24px;
    color:#ffffff;
    margin-top: 20px;
}

.row4 .flex .r{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.row4 .flex .r .btn{
    padding: 0 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E26403;
    color:#ffffff;
    border-radius: 6px;
    font-size: 18px;
}

.row4 .flex .r .tel{
    font-size: 40px;
    font-weight: bold;
    color:#ffffff;
    margin-top: 10px;
}

.row5 .widget-top{
    display: flex;
    position: relative;
    justify-content: center;
    padding-bottom: 20px;
}

.row5 .widget-top::before{
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #d1d1d1;
    content: '';
    z-index: 1;
}

.row5 .widget-top .l{
    background-color: #E26403;
    font-size: 40px;
    font-weight: bold;
    color:#ffffff;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.row5 .widget-top .r{
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

.row5 .widget-top .r .t1{
    font-size: 47px;
    font-weight: bold;
    color:#000000;
    line-height: 1;
}

.row5 .widget-top .r .t2{
    font-size: 20px;
    line-height: 1;
    color:#999999;
}

.row5 .widget-body .flex{
    margin-top: 40px;
    justify-content: center;
}

.row5 .widget-body .flex .l{
    margin-right: 80px;
}

.row5 .widget-body .flex .r h3{
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    font-weight: bold;
}

.row5 .widget-body .flex .r h3 img{
    display: block;
    padding-bottom: 5px;
}

.row5 .widget-body .flex .r h3 span{
    color: #005bac;
}

.row5 .widget-body .flex .r p{
    padding: 13px 0 0 17px;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    background: url(../img/ys_icon2.gif) no-repeat 3px 21px;
}

.row6 {
    background: url('../img/netw_bg.jpg') no-repeat 0 0;
    background-size: 100% 100%;
}

.row6 .widget-header .title{
    color:#ffffff;
}

.row6 .widget-body{
    text-align: center;
}

.row7{
    background-color: #f6f6f6;
}

.news-list ul{
    list-style: none;
    margin: -40px -20px 0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}

.news-list ul li{
    width: 50%;
    padding: 0 20px;
    margin-top: 40px;
}

.news-list ul li a{
    display: block;
    padding: 32px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.news-list ul li a:hover{
    border-color: #006DD9;
    box-shadow: 0 10px 10px 0 rgba(0, 91, 181, 0.1);
}

.news-list ul li a .title{
    font-size: 20px;
    font-weight: bold;
    color:#000000;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.news-list ul li a:hover .title{
    color:#006DD9;
}

.news-list ul li a .detail{
    font-size: 13px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color:#777777;

}