﻿/* @import "base.css"; */

.mian_block {
    /* min-height: 1200px; */
    /* background: url(../images/main_bg.jpg) no-repeat center top; */
    margin-top: 20px;
}

/*banner*/
.banner {
    background: url(../images/main_bg.jpg) no-repeat center top;
    display: flex;
}
.banner img{
    margin: auto;
}

/*common_bar*/
.common_bar {
    height: 30px;
    line-height: 30px;
    float: left;
}

.common_bar h2 {
    width: 200px;
    float: left;
    padding-left: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    border-left: 5px solid #1a3a85;
    overflow: hidden;
    font-weight: 700;
}

.common_bar h2 i {
    font-style: normal;
    margin-left: 15px;
}

.common_bar .right {
    width: 955px;
    height: 4px;
    float: right;
    margin-top: 20px;
    background: #1a3a85;
    color: #fff;
}

.common_bar a.more {
    float: right;
    margin-top: 23px;
}

.common_bar a.more:link {
    color: #666
}

.common_bar a.more:visited {
    color: #666
}

.common_bar a.more:hover {
    color: #005fac
}

/*product_list*/
.product_list ul {
    margin-top: 35px
}

.product_list ul li {
    width: 225px;
    height: 420px;
    float: left;
    margin: 0 18px 15px 0;
    display: inline;
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
}

.product_list ul li.li_r {
    float: right;
    margin-right: 0;
}

.product_list ul li .thumb {
    width: 225px;
    height: 225px;
    overflow: hidden;
    border: 20px solid #f1f1f1;
    /* 盒子模型 */
    box-sizing: border-box;

}
.product_list ul li .thumb a{
    display: block;
    /* width: 225px;
    height: 225px; */
    overflow: hidden;
    /* padding: 20px; */
    box-sizing: border-box;
    overflow: hidden;
}
.product_list ul li .thumb img {
    
    width: 100%;
    background-color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.product_list ul li .c {
    width: 170px;
    float: left;
    margin: 10px 0 0 25px;
    color: #1a3a85;
}

.product_list ul li .c a.tit {
    display: block;
    font-size: 18px;
    /* font-weight: bold; */
    white-space: nowrap;
    font-weight: 700;
}

.product_list ul li .c a.tit:link {
    color: #1a3a85
}

.product_list ul li .c a.tit:visited {
    color: #1a3a85
}

.product_list ul li .c a.tit:hover {
    color: #e6002d
}

.product_list ul li .c .text {
    /* height: 115px; */
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
    -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
}

.product_list ul li .c a.more {
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #1a3a85;
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
}

.product_list ul li .c a.more:hover {
    color: #fff;
    background: #3557a5;
}
.product_list ul li:hover .thumb{
    width: 225px;
    height: 225px;
    /*  */
    
    overflow: hidden;
}
.product_list ul li .thumb img{
 width: 100%;

}
.product_list ul li:hover .thumb img {
    
    /* 修改成放大1.2倍 */
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product_list ul li:hover .c a.tit {
    color: #e6002d
}

/*service_list*/
.service_list ul {
    margin-top: 35px
}

.service_list ul li {
    width: 225px;
    height: 190px;
    float: left;
    margin: 0 18px 15px 0;
    display: inline;
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
    position: relative;
}

.service_list ul li.li_r {
    float: right;
    margin-right: 0;
}

.service_list ul li .thumb {
    width: 225px;
    height: 190px;
    float: left;
    overflow: hidden;
    text-align: center
}

.service_list ul li .thumb img {
    height: 190px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.service_list ul li .h {
    width: 225px;
    height: 190px;
    background: url(../images/h.png);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.service_list ul li:hover .h {
    opacity: 1;
}

.service_list ul li .h .h_icon {
    width: 80px;
    height: 60px;
    background: url(../images/h_icon.png) no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 73px;
    top: 48px;
}

.service_list ul li .tit {
    width: 225px;
    height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 2;
    top: 120px;
    color: #fff;
    font-size: 18px;
    display: none;
}

.service_list ul li:hover .tit {
    display: block;
}

/*block01*/
.block01 {
    margin-top: 20px;
    padding-bottom: 30px;
}

.block01 .bar {
    width: 100%;
    height: 30px;
    float: left;
    line-height: 30px;
}

.block01 .bar h2 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
}

.block01 .bar h2 i {
    font-style: normal;
    margin-left: 15px;
}

.block01 .profile {
    width: 650px;
}

.block01 .profile .c {
    width: 650px;
    height: 220px;
    background: #1a3a85;
    margin-top: 20px;
    padding-top: 30px;
}

.block01 .profile .c img {
    float: left;
    margin-left: 30px;
}

.block01 .profile .c .r div {
    width: 360px;
    float: right;
    line-height: 28px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
    -webkit-line-clamp: 5;
     -webkit-box-orient: vertical;
}

.block01 .profile .c .r a.more {
    width: 70px;
    height: 25px;
    line-height: 25px;
    clear: both;
    text-align: center;
    color: #fff;
    background: #364796;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 20px;
}

.block01 .profile .c .r a.more:hover {
    background: #5160a6;
}


.news {
    width: 510px;
    float: right;
}

.news .c {
    margin-top: 20px;
}

.news ul li {
    width: 100%;
    height: 77px;
    padding: 20px 0;
    float: left;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.news ul li .date {
    width: 77px;
    height: 77px;
    float: left;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}

.news ul li .date i {
    width: 100%;
    float: left;
    font-size: 36px;
    font-style: normal;
    margin-top: -8px;
}

.news ul li .date span {
    width: 100%;
    float: left;
    margin-top: -5px;
    font-size: 12px;
}

.news ul li .r {
    width: 410px;
    float: left;
    margin-left: 15px;
    color: #fff;
}

.news ul li .r a.tit {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
    -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     padding-right: 20px;
}

.news ul li .r a.tit:link {
    color: #fff;
    font-size: 16px;
}

.news ul li .r a.tit:visited {
    color: #fff;
}

.news ul li .r a.tit:hover {
    color: #fff;
}

.news ul li .r p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
    -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     font-size: 14px;
     padding-right: 20px;
     padding-top: 10px;
     line-height: 24px;
}

.news ul li:hover {
    background: #1a3a85;
}

.news ul li.active {
    background: #1a3a85;
}
.con-box{
    display:flex;
}
.con-box .con-item{
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 20px;
    flex-direction: column;
    flex:1;
    padding: 20px;
}
.con-box .con-item div:nth-child(2){
    margin-top: 20px;
}
/* .con-box .con-item:nth-child(1) div:nth-child(1){
    border: 10px solid #ffffff;
    box-sizing: border-box;
} */
.con-box .con-item:nth-child(2) div:nth-child(1){
    border: 10px solid #ffffff;
    box-sizing: border-box;
}