.param_list li, .innerPro_btn .submit{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/* innerPro_box */
.innerPro_box{background: #FAFAFA;}
.product-summary{width: 49.5%; padding-top: 25px;}
.product-intro{}
/* pro_div */
.pro_div .title{font-size: 48px; font-family: 'Open Sans-Bold'; line-height: 1.25; margin-bottom: 12px;}
.pro_div .brief{line-height: 1.75; color: #777;}
/* pro_param */
.pro_param{margin-top: 4%;}
.pro_param .th{font-weight: bold;}
.param_list{padding: 20px 0;}
.param_list li{border: 2px solid #fff; padding: 3px; width: 30px; height: 30px; margin-right: 12px; cursor: pointer; border-radius: 50%;}
.param_list li:last-child{margin-right: 0;}
.param_list li .color{display: block; width: 100%; height: 100%; border-radius: 50%;}
.param_list li.current{border-color: #333;}

.pro_btn{margin-top: 4%;}
.pro_btn .pubMore{text-transform: capitalize; width: 210px;}

.pro_share{margin-top: 5%;}
.pro_share .txt{font-size: 24px;}
.share_icon{margin-left: 10px;}
.share_icon li{margin-left: 10px;}
.share_icon li img{width: 36px; height: 36px; display: block;}
.share_icon li:hover img{animation: swing 0.5s;}

@media only screen and (max-width: 1450px) {
	.pro_div .title{font-size: 42px;}
}
@media only screen and (max-width: 1350px) {
	.pro_div .title{font-size: 36px;}
	.pro_share .txt{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.pro_div .title{font-size: 30px;}
	.pro_share .txt{font-size: 18px;}
	.share_icon{margin-left: 8px;}
}
@media only screen and (max-width: 950px) {
	.product-intro{flex-direction: column;}
	.product-summary{width: 100%; padding-top: 20px;}
	.pro_div .title{font-size: 24px; margin-bottom: 8px;}

	.c_banner_txt .th{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: 540px; margin: 0 auto; overflow: hidden; border: 1px solid #ddd;}
.product-view .product-image a{position: relative; width: 100%; height: 0; padding-bottom: 110%; 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: 6% auto 0;}
.image-additional-wrap .image-additional { position: relative; overflow: hidden; padding: 0; 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 #D9D9D9; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; overflow: hidden;}
.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 #306EAD; }
.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: 26px; height: 36px; margin-top: -18px; background: #333; border-radius: 2px;}
.innerPro-next:before, .innerPro-prev:before{font-size: 26px; display: block; height: 36px; line-height: 36px;}
.innerPro-prev:before{content: '\f104';}
.innerPro-next:before{content: '\f105';}
.innerPro-next:hover, .innerPro-prev:hover{background-color: #306EAD;}

.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: 0; padding: 0 0;}
	.image-additional-wrap .image-additional li{border-radius: 2px;}
	.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;}
	.innerPro-next, .innerPro-prev{background: #306EAD;}
	.innerPro-next{right: -10px;}
	.innerPro-prev{left: -10px;}
	.pro_btn .pubMore{width: 160px;}
	.pro_share{margin-top: 20px;}
}

/* innerPro_tab */
.innerPro_tab{margin-top: 6%;}
.tab_th{overflow-x: auto; position: relative; border-bottom: 2px solid #ccc;}
.tab_list{}
.tab_list li{font-weight: bold; font-size: 20px; float: left; white-space: nowrap; cursor: pointer;}
.tab_list li:last-child{margin-right: 0;}
.tab_list li .txt{padding: 10px 16px;}
.tab_list li.tab-current .txt{background: #306EAD; color: #fff;}

.tab_con{padding: 30px 0 0; display: none;}

.tab_con, .tab_con p, .tab_con div, .tab_con span{line-height: 30px;}
.tab_con p{margin-bottom: 10px;}
.tab_con img{border-radius: 2px; display: block; margin-top: 10px; max-width: 100%; margin: 10px auto 0;}
.tab_con a:hover{font-weight: bold; color: #306EAD;}

.desc_ul{}
.desc_item:nth-child(n+2){margin: 24px 0 0;}
.desc_pic_item{width: 48.5%; order: 3;}
.desc_pic_item .pro_pic{padding-bottom: 65%; border-radius: 12px;}
.desc_item .brief{color: #777; line-height: 1.75; max-height: 21em; overflow-y: auto; order: 2; width: 48.5%;}
.desc_item:nth-child(2n + 1) .desc_pic_item{order: 1;}

@media only screen and (max-width: 1350px) {
	.tab_th{border-bottom: none;}
	.tab_list li{border-bottom: 2px solid #ccc; margin-bottom: 5px;}
}
@media only screen and (max-width: 1200px) {
	.desc_item .brief{max-height: 15.75em;}
}
@media only screen and (max-width: 950px) {
	.tab_con{padding: 20px 0 0;}
	.tab_con .innerContent{padding-top: 0;}
	.desc_item{flex-direction: column;}
	.desc_item:nth-child(n+2){margin: 20px 0 0;}
	.desc_pic_item{width: 100%; order: 1; margin-bottom: 20px;}
	.desc_item .brief{max-height: unset; width: 100%;}
}

/* pro_table */
.pro_table{border-spacing: 0; border-collapse: collapse; width: 100%; font-family: 'MyriadPro-Regular'; word-break: break-word;}
.pro_table tr td, .pro_table tr th{border: 1px solid #999; line-height: 1.25; padding: 14px 30px; text-align: left; font-size: 18px;}
.pro_table tr td.th{background: #F5F5F5;}

@media only screen and (max-width: 950px) {
	.pro_table{max-width: 100%;}
	.pro_table tr td, .pro_table tr th{padding: 10px 8px;}
}


/* innerPro_form */
.innerPro_form{background: #F2F0EF; padding-top: 5%;}
.innerPro_form .layout{width: 100%; box-sizing: border-box; padding-left: calc((100% - 1480px) / 2);}

.pro_form .web_th .title{font-family: Arial; font-weight: bold; text-transform: capitalize; line-height: 1.25;}
.pro_form .web_th .brief{font-size: 20px;}

.pro_form{width: 45%; padding-bottom: 3.6%;}
.pro_form_right{width: 51%;}
.pro_form_right .form_pic{padding-bottom: 85%;}

.form_div{margin-top: 4%;}
.form_div .input_item input, .form_div .input_item textarea{border: none; border-bottom: 2px solid #333; font-size: 16px; background: none; width: 100%;}
.form_div .input_item input{margin-bottom: 3.5%; line-height: 40px; padding: 5px 0 5px 10px; background: url(../img/icon_star.png) no-repeat left center; background-size: 6px auto;}
.form_div .input_item textarea{line-height: 30px; padding: 10px 0 0; max-width: 100%; min-width: 100%; max-height: 100px; min-height: 70px;}
.innerPro_btn{text-align: center; margin-top: 5%;}
.innerPro_btn .submit{width: 160px; height: 48px; background: #333; border-radius: 4px; color: #fff; border: 0; text-transform: uppercase; font-size: 16px;}
.innerPro_btn .submit:hover{background: #306EAD;}

@media only screen and (max-width: 1580px) {
	.innerPro_form .layout{padding-left: 50px; padding-right: 0;}
}
@media only screen and (max-width: 1200px) {
	.pro_form .web_th .brief{font-size: 18px; line-height: 1.5;}
}
@media only screen and (max-width: 950px) {
	.innerPro_form{padding: 30px 0;}
	.innerPro_form .layout{padding: 0 15px; flex-direction: column;}
	.pro_form{width: 100%; order: 2; margin-top: 20px; padding: 0;}
	.pro_form_right{width: 100%; order: 1;}
	.pro_form .web_th .brief{font-size: 16px;}
	.form_div .input_item input{padding: 0 0 0 10px; margin-bottom: 15px;}
	.innerPro_btn{margin-top: 15px;}
}

