@import url('./base.css');
@import url('./animate.min.css');
.swiper {
    min-height: 550px;
}
/* row1 */
.row1{
    background: url(../../img/bg1.png) center center no-repeat;
    height: 600px;
}
.row1 .row{
    padding-top: 100px;
}
.row1 .ser_conx li {
    float: left;
    margin: 0 24px;
    display: inline;
}
.row1 .ser_conx li img{
    width: 70px;
}
.row1 .ser_conx li a {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.ser_conx li:hover a.img {
    transition: all 0.8s;
    transform: scale(-1, 1)
}

/* row2 */
.row2 {
    height: 500px;
}
.index_about_tit {
    text-align: center;
    padding-top: 20px;
}


.chan-tit {
    text-align: center;
    color: #201f1f;
    font-size: 24px;
    background: url(../../img/tu.png)no-repeat bottom center;
    height: 88px;
}

.chan-tit span {
    color: #019245
}

.chan-tit p {
    color: #ccc;
    font-size: 18px;
}

#tabs {
    margin-top: 29px;
    text-align: center;
}

.ui-tab-hd {
    overflow: hidden;
}

#tabs li {
    float: left;
    text-align: center;
    width: 18%;
    height: 39px;
    line-height: 39px;
    border-radius: 10px;
    background: #eee;
    color: #555;
    font-size: 14px;
    margin: 5px 11px;
}

.row2 .ui-tab-hd ul li.on {
    background-color: #115599 !important;
}

.row2 .ui-tab-hd ul li.on a {
    color: #fff;
}

.tab-body {
    margin-top: 35px;
}

.product_list1 {
    margin-left: 28px;
    overflow: hidden;
    display: none;
}

.product_list1 li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 272px;
}

.product_list1 li img {
    width: 260px;
    height: 195px;
}

.product_list1 li span {
    display: block;
    width: 272px;
    height: 40px;
    border-top: none;
    line-height: 40px;
    text-align: center;
    color: #2d2d2d;
    font-size: 16px;
}

.product_list1 li a {
    display: block;
    width: 272px;
    height: 197px;
    position: relative;
    border: 1px solid #E8E8E8;
    text-align: center;
}

.product_list1 li .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 272px;
    height: 300px;
    background: url(../../img/ho.png)no-repeat;
    opacity: 0;
}

.product_list1 li:hover .hover {
    opacity: 1;
}

/* row3 */

.top_title {
    margin: 0 auto;
    text-align: center;
}

.pro_tit {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}

.hot-ul {
    display: block;
    height: 94px;
    background-image: url(../../img/line.png);
    background-repeat: no-repeat;
    background-position: center 3px;
    padding-left: 50px;
    padding-right: 30px;
    margin-top: 30px;
}

.hot-ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    float: left;
    text-align: center;
    display: block;
}

.hot-ul li a {
    background-image: url(../../img/quan.png);
    background-repeat: no-repeat;
    background-position: center 7px;
    display: block;
    padding-top: 30px;
    font-size: 13px;
}

.hot-ul li a:hover {
    background-image: url(../../img/yuan2.png);
}

.proshow .card {
    border: none;
    background: rgba(47, 152, 231, 0);
}

.proshow .card .card-body {
    overflow: hidden;
    padding: 0;
}

.proshow .card-body ul {
    height: 276px;
    overflow: hidden;
    zoom: 1;
}

.proshow .card-body ul li {
    float: left;
    padding: 0 1em;
}

.proshow .card-body ul li a {
    display: block;
}

.proshow .card-body ul li a .img {
    width: 250px;
    height: 188px;
    padding: .2em;
    display: block;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid #d8d8d8;
}

.proshow .card-body ul li a .img img {
    max-width: 100%;
    max-height: 100%;
}

.proshow .card-body ul li a .txt {
    position: relative;
    margin-top: 5px;
    display: block;
    line-height: 40px;
    max-width: 250px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proshow .card-body ul li a:hover .txt {
    color: #e83e8c;
}

/* adv */
.ad1 {
    background-image: url(../../img/ad1.jpg);
}

.ad {
    height: 500px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    text-indent: -9999px;
}

/* row4 */
.row4 {
    background: url(../../img/row4bg.jpg) center center no-repeat;
    background-size: cover;
}

.row4 .wrap {
    padding: 20px 0;
}

/* honor */
.honor {
    overflow: hidden;
    background: #f9f9f9;
    height: 600px;
    position: relative;
    background: url(../../img/bg2.jpg)center center no-repeat;
    background-size: cover;
}
.honor .swiper-slide {
}
.honor .item-a {
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 171px;
    height: 171px;
    text-align: center;
    color: #363636;
    background: #fff;
    transition: transform .5s;
}
.honor .item-a .date {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-family: 'arvo-regular';
    font-size: 38px;
}
.honor .item-a .date:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: #fff;
}
.honor .item-a:hover {
    transform: scale(1.3) !important;
    z-index: 5;
    box-shadow: 0 0 20px #aaa;
}
.honor .item-a.a1 {
    top: 237px;
    left: 30px;
    color: #fff;
    background: #005fc1;
}

.honor .item-a.a2 {
    top: 131px;
    left: 202px;
    width: 193px;
    height: 193px;
    background: #fff;
}

.honor .item-a.a2 .date {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 35px;
}

.honor .item-a.a2 .date:before {
    height: 1px;
    background: #363636;
}

.honor .item-a.a3 {
    top: 360px;
    left: 194px;
    background: #fff
}

.honor .item-a.a3 .date {
    margin-top: 20px;
    font-size: 35px;
}

.honor .item-a.a3 .date:before {
    height: 1px;
    background: #363636;
}

.honor .item-a.a4 {
    top: 70px;
    left: 406px;
    width: 120px;
    height: 120px;
    color: #fff;
    background: #005fc1;
}

.honor .item-a.a4 .date {
    margin-top: 10px;
    font-size: 28px;
}

.honor .item-a.a4 .date:before {
    margin-left: -13px;
    width: 26px;
    height: 1px;
}

.honor .item-a.a4 p {
    font-size: 12px;
}

.honor .item-a.a5 {
    top: 290px;
    left: 367px;
    width: 120px;
    height: 120px;
    color: #fff;
    background: #005fc1;
}

.honor .item-a.a5 .date {
    margin-top: 13px;
    font-size: 28px;
}

.honor .item-a.a5 .date:before {
    margin-left: -13px;
    width: 26px;
    height: 1px;
}

.honor .item-a.a5 p {
    font-size: 12px;
}

.honor .item-a.a6 {
    top: 145px;
    left: 535px;
}

.honor .item-a.a6 .date {
    margin-top: 22px;
    font-size: 35px;
}

.honor .item-a.a6 .date:before {
    height: 1px;
    background: #363636;
}

.honor .item-a.a6 p {
    font-size: 16px;
}

.honor .item-a.a7 {
    top: 350px;
    left: 479px;
    width: 193px;
    height: 193px;
    color: #fff;
    background: #005fc1;
}

.honor .item-a.a7 .date {
    margin-top: 25px;
    font-size: 38px;
}

.honor .item-a.a7 p {
    font-size: 24px;
}

.honor .item-a.a8 {
    top: 124px;
    left: 728px;
    width: 264px;
    height: 264px;
    color: #fff;
    background: #005fc1;
}

.honor .item-a.a8 .date {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 48px;
}

.honor .item-a.a8 p {
    font-size: 26px;
}

.honor .item-a.a9 {
    top: 392px;
    left: 693px;
}

.honor .item-a.a9 .date {
    margin-top: 35px;
    font-size: 35px;
}

.honor .item-a.a9 .date:before {
    height: 1px;
    background: #363636;
}

.honor .item-a.a10 {
    top: 95px;
    left: 993px;
    width: 120px;
    height: 120px;
}

.honor .item-a.a10 .date {
    margin-top: 12px;
    font-size: 22px;
}

.honor .item-a.a10 .date:before {
    height: 1px;
    background: #363636;
}

.honor .item-a.a10 p {
    font-size: 12px;
}

.honor .item-a.a11 {
    top: 269px;
    left: 980px;
}

.honor .item-a.a11 .date {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 35px;
}

.honor .item-a.a11 .date:before {
    height: 1px;
    background: #363636;
}

.honor .item-a.a11 p {
    font-size: 16px;
}

.honor .item-a.a12 {
    top: 412px;
    left: 891px;
    width: 120px;
    height: 120px;
    color: #fff;
    background: #005fc1;
}

.honor .item-a.a12 .date {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
}

.honor .item-a.a12 .date:before {
    height: 1px;
    background: #fff;
}

/* row5 */
.head .title {
    font-size: 26px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.head .line {
    width: 240px;
    height: 2px;
    margin: 0 auto;
    background-color: #23201d;
    margin-top: 8px;
}

.line div {
    height: 2px;
    width: 80px;
    margin: 0 auto;
    background-color: #0e73cd;
}

.head .en {
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #0e73cd;
    padding-top: 9px;
}

.head .more {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    width: 85px;
    text-align: center;
    background-color: #23201d;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.head .more:hover {
    background-color: #0e73cd
}

.index_news03 {
    width: 1258px;
    padding-top: 28px;
    overflow: hidden;
}

.index_news03 dl {
    float: left;
    margin: 0 60px 30px 28px;
    position: relative;
    width: 541px;
    height: 145px;
    background: #fff;
    border: #e7e7e7 solid 1px;
    padding: 0 20px 0 46px;
}

.index_news03 dl dt {
    font-size: 18px;
    padding: 20px 0;
}

.index_news03 dl dt a {
    color: #5d5d5d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.index_news03 dl dt a:hover {
    color: #0e73cd;
}

.index_news03 dl dd {
    line-height: 24px;
    font-size: 14px;
    color: #5d5d5d;
    height: 65px;
    overflow: hidden;
    background: url(../..//img/n01.jpg) no-repeat left bottom;
}

.index_news04 {
    position: absolute;
    top: 33px;
    left: -29px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #0e73cd;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
/* 工程应用 */
.about-div {
    overflow: hidden;
    width: 1200px;
    height: 400px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: -1px 1px 5px 0px;
    background: #FFF;
    position: relative;
    background: url(../../img/yy.png) right bottom no-repeat rgb(255, 255, 255);
}

.about-div:hover {
    background: url(../../img/yy.png) right bottom no-repeat rgb(3, 63, 149);
}
.about-div:hover >.about-tit1,
.about-div:hover >p,
.about-div:hover >a.more{    
    color:#fff!important;
}
.about-div .about-tit1 {
    font-size: 23px;
    color: #113884;
}

.about-div p {
    font-size: 16px;
    color: #393939;
    margin-top: 20px;
    line-height: 2.5em;
}

.about-div .more {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.about-div .more a {
    font-size: 14px;
    color: #133882;
}
.about-hover {
    cursor: pointer;
}

.about-con {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
