
/* 列表 */
.putList,
.putList2 {
    font-size: 0;
}

.putList li {
    display: inline-block;
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
}

.putList li:not(:nth-child(3n)) {
    margin-right: 30px;
}

.putList li a {
    display: block;
    padding-top: 55px;
    padding-bottom: 60px;
    overflow: hidden;
    transition: all .66s;
    background-color: white;
}

.putList li a .name .en{
    text-transform: uppercase;
}

.putList li a .name {
	font-weight:bold;
    padding-left: 77px;
    font-size: 22px;
    line-height: 30px;
}

.putList li a .putImg {
    margin: 50px auto;
    transition: all .4s;
}

.putList li a .putImg img {
    display: block;
    margin: 0 auto;
    transition: all .66s;
    width: 70%;
}

.putList li a .more {
    padding-left: 70px;
    font-size: 15px;
    line-height: 25px;
}

.putList li a .more::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: var(--themaBlue);
}

.putList li a:hover {
    color: white;
    background-color: var(--themaBlue);
}

.putList li a:hover .putImg,
.putList li a:hover img {
    transform: scale(1.1);
}

.putList li a:hover .more::before {
    background-color: white;
}

/* 新闻列表2 */

.putList2 li {
    display: inline-block;
    width: calc((100% - 54px) / 4);
    margin-bottom: 50px;
}

.putList2 li:not(:nth-child(4n)) {
    margin-right: 18px;
}

.putList2 li a {
    display: block;
    position: relative;
    padding-top: 210px;
}

.putList2 li a .whiteDetail {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 5px;
    transition: all .4s;
    box-sizing: border-box;
}

.putList2 li a .whiteDetail .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.putList2 li a .whiteDetail .txt {
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.putList2 li .putImg {
    position: absolute;
    height: 210px;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all .44s;
}

.putList2 li .putImg .img{ display:none;}

/*.putList2 li:hover .putImg img{ display:none;}
.putList2 li:hover .putImg img.img{ display:block}*/

.putList2 li .putImg .date {
    position: absolute;
    width: 150px;
    z-index: 1;
    line-height: 56px;
    color: white;
    font-size: 18px;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all .2s;
    background-color: var(--themaBlue);
}

.putList2 li .putImg .insideTxt {
    position: absolute;
    width: 100%;
    color: white;
    left: 0;
    bottom: 45px;
    z-index: 1;
    opacity: 0;
    line-height: 30px;
    transition: all .4s;
    padding: 0 46px 0 34px;
    box-sizing: border-box;
}

.putList2 li .putImg .insideTxt .date2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.putList2 li .putImg .insideTxt .title {
    display: -webkit-box;
    font-size: 22px;

    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.putList2 li a:hover .putImg {
    height: 492px;
}

.putList2 li a:hover .date {
    opacity: 0;
}

.putList2 li a:hover .insideTxt {
    opacity: 1;
}

.putList2 li a:hover .whiteDetail {
    opacity: 0;
}*/

/* 企业 */
.page{
	margin-bottom: 60px;
	text-align: center;
}
.page a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 8px;
    font-size: 14px;
    margin: 0 2px;
    color: #666;
}
.page a.curr, .page a:hover {
    border: 1px solid #ec6700;
    color: #ec6700;
}
.part_1_6 .wrap {
    height: 426px;
}

.part_1_6 .swiper-slide a {
    display: flex;
    width: 195px;
    height: 195px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
}

.part_1_6 .swiper-slide a img {
    display: block;
    margin: auto;
    transition: all .4s;
}

.part_1_6 .swiper-slide a:hover img {
    transform: scale(1.1);
}

.part_1_6 .swiper-pagination {
    position: relative;
    margin-top: 65px;
    background-color: white;
}

.part_1_6 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #f5f5f5;
    opacity: 1;
}

.part_1_6 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--themaBlue);
}

.part_1_6 .swiper2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.part_1_6 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
  }
  
  
  
  .cpn {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .5);
}

.cpn.on {
    opacity: 1;
    z-index: 26;
}

.cpn .aProject {
    position: absolute;
    max-width: 1126px;
    width: 100%;
    height: 530px;
    top: 50%;
    left: 50%;
    z-index: 7;
    transform: translate(-50%, -50%);
    background-color: white;
}

.cpn .aProject .close {
    position: absolute;
    display: flex;
    width: 53px;
    height: 53px;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    right: -25px;
    top: -25px;
    background-color: var(--themaBlue);
    border-radius: 50%;
}

.cpn .aProject .close img {
    margin: auto;
}

.cpn .aProject .detailMain {
    display: flex;
    max-width: 1120px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

/* .cpn .aProject .detailMain > div {
    width: 50%;
} */

.cpn .aProject .left {
    display: flex;
    height: 100%;
    width: 40%;
}

.cpn .aProject .left img {
    display: block;
    margin: auto;
}

.cpn .aProject .right {
    width: 60%;
    padding-right: 75px;
    font-weight: bold;
    box-sizing: border-box;
}

.cpn .aProject .right .p1 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 40px;
    color: var(--themaBlack);
}

.cpn .aProject .right .p2 {
    font-size: 15px;
    line-height: 25px;
    color: #8c8c8c;
}

.cpn ul {
    margin-top: 20px;
    font-size: 0;
}

.cpn li {
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    vertical-align: middle;
}

.cpn li img{ width:130px}

/*新闻*/
.listPage {
	padding: 60px 0;
}
.bt_box {
	text-align: center;
	margin-bottom: 30px;
}
.bt_box h1{
	font-size: 24px;
	margin-bottom:10px;
}
.bt_box p{
	color: #666;
	font-size: 14px;
}
.news_con{
	line-height: 1.6
}
.news_con p{
	margin-bottom:10px;
}
.xq_yema{
	margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xq_yema a{
	width: 49%;
}
.xq_yema a:last-child{
	text-align:right;
}

.mbx_box{
	padding: 20px 0;
	font-size:14px;
	background: #f5f5f5;
}
.cp_left {
	position:relative;
}
.cp_topbox {
	margin-bottom: 40px;
}
.cp_topbox .cp_left , .cp_right {
	width: 48%;
}
.cpxq_box{
	padding: 60px 0;
}
.product-intro h1 {
    font-size: 24px;
	color: #333;
    margin-bottom: 10px;
}
.product-intro .description {
    line-height: 1.8;
    margin-bottom: 25px;
}
.product-intro .para {
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
}
.b-m-20 {
    margin-bottom: 20px;
}
.t-m-20 {
    margin-top: 20px ;
}
.para p{
	font-size:14px;
	margin: 20px 0;
}
.para a{
	color: #666;
}
.cpxq_by{
	background: #f6f6f6;
	padding: 30px 20px;
}
.cpxq_by h2{
	text-align: center;
	font-weight: 500;
	font-size: 26px;
}
.h-h2:after {
    display: block;
    margin: 20px auto;
    height: 2px;
    content: "";
    width: 60px;
    background-color: #003399;
}
.info{
	text-align: left;
}
@media (max-width:1450px) {
.putList2 li a .whiteDetail .title{ font-size:18px;}
}


@media (max-width:1024px) {
.putList li a .name,.putList li a .more{ padding-left:0}
.putList li a{ padding:10%;}
.putList li a .name{ font-size:20px;}
}


@media (max-width:768px) {
.putList2 li{width: calc((100% - 15px) / 2); margin-bottom:10%;}
.putList2 li:not(:nth-child(4n)){ margin-right:0}
.putList2 li:not(:nth-child(2n)){ margin-right:15px;}
.putList li{width: calc((100% - 30px) / 2);}
.putList li:not(:nth-child(3n)){ margin-right:0}
.putList li:not(:nth-child(2n)){ margin-right:30px;}
.cpn .aProject .detailMain{ display:block;}
.cpn .aProject .detailMain > div{ width:100%; padding:5%;}
.cpn .aProject{ height:100%; top:0; left:0;transform:none;-moz-user-select: -moz-none;-webkit-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;-webkit-overflow-scrolling: touch!important;overflow-y: auto;}
.cpn .aProject .detailMain .left{ height: auto; display:block; width:90%; padding:15% 5%;}
.cpn .aProject .close{ right:0; top:0;}
}

@media (max-width:640px) {
.putList2 li,.putList li{width:100%; margin:0 0 5% 0 !important}
.putList2 li .putImg img{ width:100%;}
.putList2 li a .whiteDetail .title{ margin-bottom:20px;}
}
