.pro { overflow:hidden; margin:2.5% 0;}
.pro .head {
    display: flex;
    height: 84px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
	position:relative;
}

.pro .head .title {
	text-transform:uppercase;
	position:absolute;
	left:0; right:0;
	text-align:center;
	margin:0 auto;
    font-size: 25px;
    font-weight: bold;
}

.pro .head .search {
    width: 215px;
    height: 32px;
    border-radius: 30px;
    background-color: #ededed;
}

.pro .head .search form {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 14px;
    box-sizing: border-box;
}

.pro .head .search input {
    outline: none;
    border: none;
    background-color: transparent;
}

.pro .head .search input[type=text] {
    display: inline-block;
    width: calc(100% - 23px);
    height: 32px;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box;
    vertical-align: middle;
}

.pro .head .search input[type=text]::placeholder {
    font-size: 13px;
    font-weight: bold;
}

.pro .head .search input[type=submit] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../img/search.png) center center no-repeat;
    background-size: 16px 16px;
}

.list_wrap .series > p {
    padding: 20px 0;
    font-size: 13px;
    line-height: 25px;
    color: #bdbdbd;
}

.list_wrap .series {
	text-transform:uppercase
}

.list_wrap .series ul li {
    display: inline-block;
    margin-right: 70px;
}

.list_wrap .series ul a {
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}

.list_wrap .series li a.on,
.list_wrap .series li a:hover {
    color: var(--themaColor2);
}

.pro_list {
    margin-top: 100px;
    padding-bottom: 240px;
}

.pro_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}

.pro_list ul li {
   width: calc((100% - 75px)/4);
    margin-bottom: 55px;
    box-sizing: border-box;
}


.pro_list ul li a {
    display: block;
}

.pro_list ul li .putImg {
    margin-bottom: 60px;
}

.pro_list ul li .detail {
    text-align: left;
}

.pro_list ul li .type {
	text-transform:uppercase;
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 15px;
    color: #bdbdbd;
}

.pro_list ul li .dsc {
    display: -webkit-box;
    height: 64px;
    line-height: 22px;
    font-size: 18px;    
    font-weight: bold;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.pro_list ul li a:hover .dsc {
    color: var(--themaColor2);
}


/* 产品详情 */



.putTable {
    padding-top: 115px;
    padding-bottom: 150px;
    background-color: #ededed;
}

.putTable .title {
    margin-bottom: 65px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.putTable .twoTable {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.putTable .twoTable table {
    max-width: 676px;
    width: 50%;
    border-collapse: collapse;
    font-size: 16px;
}

.putTable .twoTable table tr td {
    padding-top: 15px;
    padding-bottom: 10px;
}

.putTable .twoTable table tr td:first-child {
    padding-left: 30px;
	text-transform:uppercase !important;
	font-size:16px !important;
    color: #1a1a1a !important;
}

.putTable .twoTable table tr td:nth-child(2) {
    color: #606060 !important;
	font-size:16px !important
}


.putTable table,table tr th, table tr td { 
    border-top:1px solid #1a1a1a !important;
    border-bottom:1px solid #1a1a1a !important;
}



.mayLike {
    padding-top: 100px;
}

.mayLike .container > p.title {
    margin-bottom: 45px;
    font-size: 35px;
    font-weight: bold;
}

.pro_detail {
    padding-bottom: 130px;
}

.pro_detail .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pro_detail .container > div {
    width: 50%;
}

.pro_detail  .rightDetail {
    padding-left: 125px;
    box-sizing: border-box;
}

.pro_detail  .rightDetail .senEmBtn {
    padding-top: 45px;
    padding-bottom: 30px;
    cursor: pointer;
    border-top: 1px solid #ededed;
}

.pro_detail  .rightDetail .senEmBtn .btn {
    width: 100%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    color: white;
    background-color: var(--themaColor2);
}

.pro_detail  .rightDetail .senEmBtn .btn img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.pro_detail  .rightDetail .head .title {
    max-width: 450px;
    line-height: 35px;
    font-size: 28px;
    font-weight: bold;
}

.pro_detail  .rightDetail .head .type {
	text-transform:uppercase;
    margin-top: 10px;
    margin-bottom: 70px;
    font-size: 18px;
    color: #bdbdbd;
}

.pro_detail  .rightDetail .putDetail {
    padding-bottom: 55px;
}

.pro_detail  .putDetail .title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
	text-transform:uppercase;
}

.pro_detail  .putDetail .allDt {    
    font-size: 17px;
    color: #b8b8b8;
    line-height: 23px;
}

.pro_detail .leftLoop {
    padding-bottom: 20px;
}

.pro_detail .leftLoop .swiper-button-next::after,
.pro_detail .leftLoop .swiper-button-prev::after {
    display: none;
}

.pro_detail .leftLoop .swiper-button-next,
.pro_detail .leftLoop .swiper-button-prev {
    width: 13px;
    height: 24px;
    background: center center no-repeat;
    background-size: cover;
    top: auto;
    margin-top: 0;
    left: inherit;
    right: inherit;
    transform: translateY(0);
}

.pro_detail .leftLoop .swiper-button-next {
    background-image: url(../img/loop_next.png);
}

.pro_detail .leftLoop .swiper-button-prev {
    background-image: url(../img/loop_prev.png);
}

.pro_detail .leftLoop .btnCt {
    position: relative;
    text-align: center;
    margin-top: 5%;
}

.pro_detail .leftLoop .btnCt > div {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.pro_detail .leftLoop .btnCt .swiper-pagination {
    margin: 0 20px;
}

.pro_detail .leftLoop .btnCt .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
}

.pro_detail .leftLoop .btnCt .swiper-pagination-bullet-active {
    background-color: var(--themaColor2);
}










.pro_detail .rightDetail .aForm {
    width: 100%;
    height: 410px;
    padding: 45px;
    padding-top: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f4f4f4;
}

.pro_detail .rightDetail .aForm input {
    height: 38px;
    outline: none;
    border: 0;
}

.pro_detail .rightDetail .aForm .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.pro_detail .rightDetail .aForm .item {
    margin-bottom: 12px;
    padding-left: 16px;
    border-radius: 3px;
    background-color: white;
    box-sizing: border-box;
}

.pro_detail .rightDetail .aForm .item::placeholder {
    font-size: 16px;
    color: #8e8e8e;
}

.pro_detail .rightDetail .aForm textarea {
    width: 100%;
    height: 90px;
    margin-bottom: 20px!important;
    resize: none;
    border: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    outline: none;
   font-family:family, "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,Arial, sans-serif;
}

.pro_detail .rightDetail .aForm .longIp {
    display: inline-block;
    width: 100%;
}

.pro_detail .rightDetail .aForm .shortIp {
    display: inline-block;
    width: 50%;
    max-width: 252px;
}

.pro_detail .rightDetail .aForm .shortIp.l {
    margin-right: 12px;
}

.pro_detail .rightDetail .aForm .btn {
    display: block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 16px;
    background-color: #a2072c;
    border-radius: 20px;
    border: 0;
}




@media (max-width:1024px) {
.pro_list ul li{width: calc((100% - 75px)/3);}
.pro_detail .container{ display:block}
.pro_detail .container > div{ width:100%;}
.pro_detail .rightDetail{ padding-left:0}
.pro_detail{ padding-bottom:0}
.pro_detail .rightDetail{ margin:5% 0;}
.putTable .twoTable table{ width:100%; max-width:100%; margin:2.5% 0;}
.putTable .twoTable{ display:block}
.putTable{ padding:10% 0;}
.pro_detail .rightDetail .aForm .shortIp{ max-width:451px;}
}

@media (max-width:768px) {
.pro_list{ padding:0; margin:5% 0 10% 0; overflow:hidden;}	
.pro_list ul{ display:block}
.pro_list ul li{ float:left; width:32.33%; margin-right:1.5%}
.pro_list ul li:nth-child(3n){ margin-right:0;}
.pro_list ul li .dsc{ font-size:16px; line-height:normal; height:auto}
.pro .head{ display:block; height:auto; overflow:hidden; padding-bottom:5%;}
.pro .head .title{ margin-bottom:5%;position:static; display:block}
.pro .head .search{ display:block; float:right;}
.pro{ margin:5% 0;}
.putTable .title{ font-size:22px; margin-bottom:10%;}
.mayLike .container > p.title{ font-size:30px; margin-bottom:5%;}
.pro_detail .rightDetail .aForm .shortIp{ max-width:323px;}
}
@media (max-width:640px){
.pro_detail .rightDetail .aForm .shortIp{ width:100%; max-width:inherit}
.pro_detail .rightDetail .aForm{ height:auto;}
}
@media (max-width:480px) {
.pro_list ul li .putImg{ margin-bottom:5%;}	
.pro_list ul li{ width:50%;margin-bottom:5%;}
.pro_list ul li{ float:left; width:48%; margin-left:1% !important; margin-right:1% !important}
.pro_list ul li .type{ font-size:14px;}
.pro_list ul li .dsc{ font-size:13px;}
.pro .head .title{ font-size:20px;}
.pro .head .search{ width:150px;}
.list_wrap .series ul a{ font-size:14px; line-height:22px;}
.list_wrap .series ul li{ display:block}
.mayLike{ padding-top:10%;}
.mayLike .container > p.title{ font-size:22px;}
.pro_detail .rightDetail .head .title{ font-size:22px; line-height:25px;}
.pro_detail .rightDetail .head .type{ font-size:16px;}
.pro_detail .putDetail .allDt{ font-size:14px; line-height:22px;}
.pro_detail .rightDetail .senEmBtn .btn{ font-size:16px;}
.putTable .title{ font-size:20px;}
.putTable{ padding:15% 0;}
.putTable .twoTable table tr td:first-child,.putTable .twoTable table tr td:nth-child(2){ font-size:14px !important;}
.pro_detail .rightDetail .aForm .title{ font-size:14px;}
.pro_detail .rightDetail .aForm .item::placeholder {
    font-size: 13px;}

	
}

















