/*banner优势条*/
.index-sec1{ background: #f3f3f3; top: 100%; transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s; position: absolute; z-index: 3; width: -webkit-fill-available; }
.sec1_on{  padding: calc(6vw + 95px) 0 0; top: 0%; }
.index-sec1 .ul1 li{ float: left; width: 16.666666666%;  background: #fff;  border-right: 1px solid #d8d8d8; transition: all 0.6s; position: relative; z-index: 33;
    word-break: break-all;}
.index-sec1 .ul1 li:last-child{ border-right: none;}
.index-sec1 .ul1 li a{ display: flex; display: -ms-flexbox; display: -moz-flex; padding: 30px 10px; justify-content: center; align-items: center;box-shadow: 0 0 10px rgb(0 0 0 / 15%);font-size:30px;}
.index-sec1 .ul1 li a:hover{color: #0b2b75;}
.index-sec1 .ul1 li h3{font-size: 16px; color: #000; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li h2{font-size: 20px; color: #000; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li p{font-size: 12px; color: #cccccc; text-transform: uppercase; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li img{ transition: all 0.6s; display: block; margin-right: 10px;    width: 55px;}
.index-sec1 .ul1 li:hover img{ transform: rotateY(180deg);}
.index-sec1 .ul1 li:hover{ box-shadow: 3px 0px 5px rgba(0,0,0,0.1); transform: translateY(-20px);}

/*.index-sec1 .ul1 li .dropdown-content a{background: url(./img/f1.png) no-repeat 0 bottom;}*/
/*.index-sec1 .ul1 li .dropdown-content { float: left; width: 20%;  background: #fff;  border-right: 1px solid #d8d8d8; transition: all 0.6s; position: relative; z-index: 33;word-break: break-all;}*/
.index-sec1 .ul1 li:hover .dropdown-content img{transform: rotateY(0deg);}