.web_main{background: #F6FBFB;}

/* innerPro_box */
.pro_top_info{width: 49.5%;}
/* .pro_top_div{align-items: center;} */
/* pro_div */
.pro_div .title,.pro_div_tit{font-size: 30px; font-family: 'Poppins-Medium'; color: #14457B; line-height: 1.25; margin-bottom: 12px;}
.pro_div .brief{line-height: 1.75;}
/* pro_param */
.pro_param{margin-top: 3%;}
.pro_param .row_item{padding: 5px 0; line-height: 24px;}
.pro_param .row_item .bt{font-size: 18px; font-family: 'Poppins-Medium'; width: 118px;}
.pro_param .row_item .txt{font-family: 'MyriadPro-Regular'; color: #999; flex: 1;}

.pro_btn{margin-top: 4%;}
.pro_btn .btn{border: 1px solid #14457B; padding: 10px 20px; display: block; line-height: 24px; position: relative; color: #14457B; font-size: 20px; cursor: pointer;}
.btn_send{margin-right: 25px;}
.btn_down::before{content: ''; display: inline-block; background: url(../img/icon_down_1.png) no-repeat center top/16px auto; height: 16px; width: 24px; vertical-align: middle; margin-right: 2px;}
.pro_btn .btn:hover{background: #14457B; color: #fff;}
.pro_btn .btn_down:hover::before{background-image: url(../img/icon_down.png);}

@media only screen and (max-width: 1350px) {
	.pro_div .title,.pro_div_tit{font-size: 26px;}
}
@media only screen and (max-width: 950px) {
	.pro_top_div{flex-direction: column;}
	.pro_top_info{width: 100%; margin-top: 20px;}
	.pro_div .title,.pro_div_tit{font-size: 24px;}
	.pro_btn .btn_down {display: none;}
}

/*product photos*/
.product-view {width: 46%; position: relative; align-items: center;}

.cloud-zoom-lens { border: 1px solid #eee; cursor: move; }
.cloud-zoom-title { position: absolute !important; top: 0px; padding: 3px; width: 100%; background-color: #000; color: #fff; text-align: center; font-weight: bold; font-size: 10px; }
.cloud-zoom-big { overflow: hidden; padding: 0px; background-color: #fff; }
.cloud-zoom-loading { padding: 3px; border: 1px solid #000; background: #222; color: white; }

.product-view .product-image.zoom_remove:after { position: absolute; bottom: 0; left: 0; z-index: 999; width: 100%; height: 100%; content: ""; }
.product-view .product-image {max-width: 396px; margin: 0 auto; overflow: hidden; border: 1px solid #ddd;}
.product-view .product-image a{position: relative; width: 100%; height: 0; padding-bottom: 96.5%; display: block;}
.product-view .product-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0;}

.image-additional-wrap { position: relative; z-index: 999; margin-top: 4%; padding: 0;}
.image-additional-wrap .image-additional { position: relative; overflow: hidden; padding: 0; max-width: 436px; margin: 0 auto;}
.image-additional-wrap .image-additional li { position: relative; float: left; display: -webkit-box; display: -webkit-flex; display: flex; overflow: visible; width: 33%; height: auto; border: 1px solid #aaa; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; overflow: hidden; border-radius: 8px; padding: 12px;}
.image-additional-wrap .image-additional li:before { position: absolute; bottom: -5px; left: 40%; z-index: 1; display: block; width: 33%; height: 4px; border-radius: 6px; content: ''; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.image-additional-wrap .image-additional li.single { display: none; }
.image-additional-wrap .image-additional li img { position: relative; display: block; margin: 0 auto; width: 100%; opacity: .5; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; filter: alpha(opacity=40); position: absolute; height: 100%; top: 0; left: 0; object-fit: cover;}
.image-additional-wrap .image-additional li a { position: relative; display: block; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 0; padding-bottom: 100%;}
.image-additional-wrap .image-additional li.current { -bottom: 0; border: 1px solid #14457B; }
.image-additional-wrap .image-additional li.current img { opacity: 1; filter: alpha(opacity=100); }
.image-additional-wrap .image-additional img.popup { display: none; }
.image-additional-wrap .image-additional.swiper-container-horizontal>.swiper-pagination-bullets { display: none; }

.image-additional-wrap:hover .swiper-button-disabled { opacity: .3; filter: alpha(opacity=30); }

.innerPro-prev{left: 0;}
.innerPro-next{right: 0;}
.innerPro-next, .innerPro-prev{width: 34px; height: 34px; margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: 60% auto; border-radius: 0; margin-top: -19px; border: 2px solid #14457B; background: none; border-radius: 50%; color: #14457B;}
.innerPro-next:before, .innerPro-prev:before{font-size: 26px; display: block; height: 34px; line-height: 34px;}
.innerPro-prev:before{content: '\f104';}
.innerPro-next:before{content: '\f105';}
.innerPro-next:hover, .innerPro-prev:hover{background-color: #2C6DF5; border-color: #2C6DF5; color: #fff;}

.innerPro-pagination{display: none;}

@media only screen and (max-width: 950px) {
	.product-view{width: 100%;}
	.pro_param, .pro_btn{margin-top: 15px;}
	.product-view .product-image{display: none;}
	.product-view .image-additional-wrap{margin-top: 10px; padding: 0 15px;}
	.product-view .image-additional li.current{border-color: #dcdcdc;}
	.product-view .image-additional li img{opacity: 1;}
	.image-additional-wrap .image-additional li{padding: 0; width: 100%;}
	.innerPro-next, .innerPro-prev{width: 30px; height: 30px; margin-top: -15px;}
	.innerPro-next:before, .innerPro-prev:before{height: 30px; line-height: 30px;}
	.innerPro-next{right: -20px; display: block !important;}
	.innerPro-prev{left: -20px; display: block !important;}
}

/* pro_mid_div */
.pro_mid_div{align-items: center; margin-top: 5%;}

.pro_mid_div .pro_div{flex: 1;}
.pro_contact{max-width: 300px; margin-left: 4%; border: 1px solid #14457B; border-radius: 20px; background: #F2F7FD; text-align: center; padding: 3.5% 1.5%; line-height: 1.25; float: right; margin: 0 0 20px 30px;}
.pro_contact .title{font-family: 'Poppins-Medium'; color: #14457B; font-size: 30px; margin-bottom: 20px;}
.pro_contact .tel{color: #14457B; font-family: 'Poppins-Medium'; font-size: 18px; padding-left: 22px; background: url(../img/icon6.png) no-repeat left center/18px auto;}
.pro_contact .more{display: block; width: 180px; height: 44px; background: #14457B; color: #fff; font-size: 20px; line-height: 44px; border-radius: 22px; margin: 20px auto;}
.pro_contact .tel:hover{color: #2C6DF5;}
.pro_contact .more:hover{background-color: #2C6DF5;}
.pro_contact:hover .tel{color: #2C6DF5;}
.pro_contact:hover .more{background-color: #2C6DF5;}

.pro_brief{max-height: 224px; overflow-y: auto;}

@media only screen and (max-width: 1350px) {
	.pro_contact{padding: 2.5% 1.5%;}
	.pro_contact .title{font-size: 26px;}
}
@media only screen and (max-width: 950px) {
	.pro_mid_div{flex-direction: column; margin-top: 30px;}
	.pro_contact .title{font-size: 22px;}
	.pro_mid_div .pro_div{order: 2;}
	.pro_contact{max-width: 100%; width: 100%; order: 1; margin: 0 0 20px; padding: 20px 20px 0;}
	.pro_brief{max-height: none;}
}

/* pro_pic_list */
.pro_pic_list{margin-top: 4%;}
.pro_pic_list li{width: 23.8%; margin-right: 2.2%;}
.pro_pic_list li:nth-child(3){margin-right: 0; width: 48%;}
.pro_pic_list li .pro_pic{padding-bottom: 133.75%; overflow: hidden; border-radius: 16px;}
.pro_pic_list li:nth-child(3) .pro_pic{padding-bottom: 0; height: 100%;}

@media only screen and (max-width: 950px) {
	.pro_pic_list{margin-top: 30px; flex-wrap: wrap;}
	.pro_pic_list li{width: 48%; margin-right: 4%;}
	.pro_pic_list li:nth-child(2){margin-right: 0;}
	.pro_pic_list li:nth-child(3){width: 100%;}
	.pro_pic_list li:nth-child(3) .pro_pic{height: 0; padding-bottom: 65%; margin-top: 15px;}
}

/* pro_txt_list */
.pro_txt_list{margin-top: 15px;}
.pro_txt_list li .name{font-family: 'Poppins-Medium'; color: #14457B; line-height: 26px; padding: 5px 0 5px 36px; position: relative;}
.pro_txt_list li .name::before{position: absolute; left: 0; width: 24px; height: 24px; top: 50%; margin-top: -12px; border-radius: 50%; content: ''; background: url(../img/icon12.png) no-repeat center/13px auto; background-color: #14457B;}

/* pro_big_pic */
.pro_big_pic{overflow: hidden; border-radius: 20px; position: relative; margin-top: 4%;}
.pro_big_pic img{border-radius: 20px;}

.pro_equipment{position: absolute; left: 0; bottom: 0; border-radius: 20px 20px 0 20px; background: #F2F7FD; padding: 2.8% 2.4%; line-height: 1.5;}
.pro_equipment .row{margin-bottom: 6px;}
.pro_equipment .row:nth-child(even){color: #14457B; font-family: 'Poppins-Medium'; margin-bottom: 20px;}

@media only screen and (max-width: 950px) {
	.pro_big_pic{margin-top: 20px;}
	.pro_big_pic img{border-radius: 15px 15px 0 0;}
	.pro_equipment{position: static; padding: 20px 20px 5px; overflow: hidden; border-radius: 0 0 15px 15px;}
	.pro_equipment .row:nth-child(even){margin-bottom: 15px;}
}

/* pro_bot_div */
.pro_bot_div{}
.pro_bot_item{align-items: center; margin-top: 3.2%;}
.pro_pic_div{width: 50%; order: 1;}
.pro_pic_div .pro_pic{padding-bottom: 61.8%; overflow: hidden;}
.pro_info_div{width: 50%; box-sizing: border-box; padding: 0 5%; order: 2;}

.pro_bot_item:nth-child(even) .pro_pic_div{order: 3;}

.pro_info_div .title{font-family: 'Poppins-Medium'; font-size: 24px; color: #14457B;}
.pro_info_div .brief{color: #999; line-height: 1.5; margin: 4% 0;}
.pro_info_div .bt{font-size: 18px;}

.features_list{padding: 5px 0 0 20px;}
.features_list li{margin-top: 5px;}
.features_list li .txt{color: #999; line-height: 22px; position: relative; padding-left: 20px;}
.features_list li .txt::before{content: ''; position: absolute; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #999; top: 8px;}

@media only screen and (max-width: 950px) {
	.pro_bot_div{padding-top: 10px;}
	.pro_bot_item{margin-top: 20px; flex-direction: column;}
	.pro_pic_div{width: 100%;}
	.pro_info_div{width: 100%; padding: 15px 0 5px;}
	.pro_info_div .brief{margin: 6px 0 10px;}
	.pro_bot_item:nth-child(even) .pro_pic_div{order: 1;}
	.pro_info_div .title{font-size: 20px;}
	.features_list{padding: 0 0 0 15px;}
	.features_list li .txt{padding-left: 16px;}
}

table tr td, table tr th{padding: 10px 15px; border: 1px solid #888;}

