@import "base.css";
@import "aos.css";

.app-baner{
    height: 775px;
}

.widget-header {
    padding: 4rem 0 2rem;
    text-align: center;
}

.widget-header .title {
    font-size: 38px;
    color: #333333;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

.widget-header .title em {
    color: #DA1010;
    font-style: normal;
}

.widget-header .title b {
    padding: 0 0.5rem;
    font-family: '微软雅黑';
}

.widget-header .sub-title {
    color: #666666;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    position: relative;
    padding: 0 100px;
    margin: 1.2rem auto 0;
    display: inline-block;
}

.widget-header .sub-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 1px;
    content: '';
    background: #e8e8e8;
}

.widget-header .sub-title::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 1px;
    content: '';
    background: #e8e8e8;
}

.widget-body {
    padding-bottom: 4rem;
    overflow: hidden;
}

.a1{
    background: url(../img/a1.jpg) center 0 no-repeat;
    height: 200px;
}

.a2{
    background: url(../img/a2.jpg) center 0 no-repeat;
    height: 390px;
}

/*.row1 {*/
/*    background: url(../img/row1_bg.jpg) center 0 no-repeat;*/
/*    background-size: 100% auto;*/
/*}*/

.row1 .chanyou {
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    margin-top: 2rem;
}

.row1 .chanyou ul {
    padding: 22px 0;
    overflow: hidden;
    display: flex;
    margin: 0;
}

.row1 .chanyou ul li {
    list-style: none;
    flex: 1;
    border-left: 1px solid #e0e0e0
}

.row1 .chanyou ul li:first-child {
    border-left: none;
}

.row1 .chanyou ul li img {
    margin-left: 30px;
    float: left;
}

.row1 .chanyou ul li p {
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}

.row1 .widget-header{
    padding-top: 2rem;
}

.row1 .widget-body .cates ul{
    list-style: none;
    margin: 0 -5px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row1 .widget-body .cates ul li{
    width: 20%;
    padding: 0 5px;
    margin-top: 10px;
}

.row1 .widget-body .cates ul li a{
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: #4B5F95;
    /*background-color: rgba(0,0,0,0.5);*/
    color:#ffffff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.row1 .widget-body .cates ul li a::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: rgba(255, 39, 42, 0.7);
    z-index: 0;
    transition: all 0.25s ease;
    transform: rotate(90deg);
    transform-origin: right bottom;
    opacity: 0;
}

.row1 .widget-body .cates ul li a:hover::before{
    transform: rotate(0deg);
    opacity: 1;
}


.row1 .widget-body .cates ul li a span{
    position: relative;
    z-index: 2;
}

.row1 .widget-body .products ul{
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.row1 .widget-body .products ul li{
    width: 33.3333%;
    padding: 0 20px;
    margin-top: 40px;
}
.row1 .widget-body .products ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}

.row1 .widget-body .products ul li a::before{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    content: '';

    z-index: 3;
}

.row1 .widget-body .products ul li a .img{
    padding-bottom: 75%;
    position: relative;
    z-index: 1;
}
.row1 .widget-body .products ul li a .img-block{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.row1 .widget-body .products ul li a .img-block img{
    width: 100%;
    transition: all 0.2s ease;
}

.row1 .widget-body .products ul li a:hover .img-block img{
    transform: scale(1.2);
}

.row1 .widget-body .products ul li a .title{
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 0 2rem;
    background-color: #cbcbcb;
    /*border-left: 6px solid #ff272ab3;*/
    /*border-bottom: 6px solid #ff272ab3;*/
    color:#000;
    font-size: 18px;
    /*border-radius: 0 6px 0 0;*/
    font-weight: bold;
}

/*.row1 .widget-body .products ul li a::after{*/
/*    position: absolute;*/
/*    top:6px;*/
/*    left:6px;*/
/*    right:6px;*/
/*    bottom: 6px;*/
/*    content: '+';*/
/*    z-index: 2;*/
/*    background: rgba(255, 39, 42, 0.7);*/
/*    transition: all 0.25s ease;*/
/*    transform: rotate(90deg);*/
/*    transform-origin: right bottom;*/
/*    opacity: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color:#ffffff;*/
/*    font-size: 60px;*/
/*    overflow: hidden;*/
/*}*/

.row1 .widget-body .products ul li a:hover::after{
    transform: rotate(0deg);
    opacity: 1;
}


.row2{
    background: url(../img/row2-4.jpg) center 0 no-repeat;
}

/*.row2 .widget-header .title,*/
/*.row2 .widget-header .title em,*/
/*.row2 .widget-header .sub-title{*/
/*    color:#fff;*/
/*}*/

.row2 .widget-body{
    display: flex;
    margin-top: 3rem;
    overflow: unset;
}

.row2 .widget-body .l{
    flex: 1;
    margin-right: 2rem;
}

.row2 .widget-body .l .detail{
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 2;
    text-indent: 2em;
    text-align: justify;
    color: #333;
}

.row2 .widget-body .l .more {
    display: flex;
    margin-top: 1rem;
}

.row2 .widget-body .l .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    background: #E42020;
    color: #ffffff;
    font-size: 14px;
    padding: 0 2em;
    border-radius: 2px;
}

.row2 .widget-body .l .more a:hover {
    background: #D71A1A;
}

.row2 .widget-body .r{
    width: 640px;
    display: flex;
    align-items: center;
    height: 360px;
    position: relative;
}

.row2 .widget-body .r video{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.row3{
    padding-bottom: 4rem;
}

.row3 .widget-body{
    overflow: hidden;
}

.row3 .widget-body ul{
    list-style: none;
    margin: 0 -10px -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;

}

.row3 .widget-body ul li{
    width: 25%;
    padding: 0 10px;
    position: relative;
    margin-top: 20px;

}

.row3 .widget-body ul li.on{
    width: 50%;
}

.row3 .widget-body ul li .img{
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;

}

.row3 .widget-body ul li.on .img{
    padding-bottom: calc(50% - 10px);
    position: relative;
}

.row3 .widget-body ul li .img-block{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    width: 100%;
    /*background: #efefef;*/
    overflow: hidden;
}

.row3 .widget-body ul li .img img{
    object-fit: cover;
    width: 100%;
    transition: all 0.3s ease;
}

/*.row3 .widget-body ul li a:hover .img img{*/
/*    transform: scale(1.1);*/
/*}*/


.row4 .widget-body{
    overflow: hidden;
}
.row4 .widget-body ul {
    list-style: none;
    margin: 0 -1rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row4 .widget-body ul li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 10px;
}

.row4 .widget-body ul li a {
    display: flex;
    align-items: center;
    padding: 24px 10px 24px 5px;
    transition-duration: 0.5s;
    border-bottom: 1px solid #F0F0F0;
}

.row4 .widget-body ul li a::before {
    width: 112px;
    height: 50px;
    background: url('../img/news_icon.png') center center no-repeat;
    content: '';
    border-right: 1px solid #F0F0F0;
}

.row4 .widget-body ul li a .info {
    flex: 1;
    padding-left: 30px;
}

.row4 .widget-body ul li a .info h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #333333;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.row4 .widget-body ul li a .info p {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #878787;
    height: 48px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 1rem;
}

.row4 .widget-body ul li a:hover {
    margin-left: -20px;
    background: #f5f5f5;
    color: #02266f;
    padding-right: 20px;
}

.row4 .widget-body ul li a:hover::before {
    border-right-color: #ffffff;
}

.row4 .widget-body ul li a:hover .info h3,
.row4 .widget-body ul li a:hover .info p {
    color: #02266f;
}

.row6{
    padding: 2rem 0;
}

.row6 .widget-header .title{
    display: inline-block;
    position: relative;
    padding: 0 282px;
    margin:0 auto;
    color: #DA1010;
}
.row6 .widget-header .title::before{
    content: "";
    position: absolute;
    top: 50%;
    left:0;
    width: 252px;
    height: 42px;
    margin-top: -21px;
    background: url(../img/row6-1.png) 0 center no-repeat;
}

.row6 .widget-header .title::after{
    content: "";
    position: absolute;
    top: 50%;
    right:0;
    width: 252px;
    height: 42px;
    margin-top: -21px;
    background: url(../img/row6-1.png) 0 center no-repeat;
    transform: rotate(180deg);
}

.row6 .widget-header .sub-title{
    padding: 0 4rem;
    color:#555;
    line-height: 1.6;
}
.row6 .widget-header .sub-title::before,
.row6 .widget-header .sub-title::after{
    display: none;
}

.row6 .widget-body{
    overflow: unset;
}
.row6 .widget-body ul{
    list-style: none;
    margin:0;
    padding:0 ;
    display: flex;
    justify-content: center;
}

.row6 .widget-body ul li{
    width: 200px;
    margin:0 2rem;
}

.row6 .widget-body ul li .item{
    padding-bottom: 100%;
    position: relative;
}

.row6 .widget-body ul li .item-block{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3366CC;
    color:#ffffff;
}

.row6 .widget-body ul li:hover .item-block{
    background-color: #409EFF;
}

.row6 .widget-body ul li .item .icon{
    width: 32%;
    height: 32%;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    margin-bottom: 1rem;
}

.row6 .widget-body ul li .item .title{
    font-size: 18px;
}