

/* innerPro_box */
.innerPro_box{background: #FAFAFA;}
.product-summary{width: 49.5%; padding-top: 25px;}
.product-intro{}
/* pro_div */
.pro_div .title{font-size: 30px; font-family: 'MyriadPro-Bold'; color: #0D44A8; 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: 'MyriadPro-Bold'; 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 #0D44A8; padding: 10px 20px; display: block; line-height: 24px; position: relative; background: #0D44A8; color: #fff; font-size: 20px; font-family: 'MyriadPro-Regular';}
.btn_send{margin-right: 25px;}
.btn_down::before{content: ''; display: inline-block; background: url(../img/icon_down.png) no-repeat center top/16px auto; height: 16px; width: 24px; vertical-align: middle; margin-right: 2px;}
.pro_btn .btn:hover{background: #fff; color: #0D44A8;}
.pro_btn .btn_down:hover::before{background-image: url(../img/icon_down_1.png);}

@media only screen and (max-width: 1350px) {
	.pro_div .title{font-size: 26px;}
}
@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;}
}

/*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; padding: 0 60px; max-width: 500px;}
.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 #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 #0D44A8; }
.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: 30px; height: 30px; margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: 60% auto; border-radius: 0; margin-top: -19px; border: 2px solid #666; background: none; border-radius: 50%; color: #666;}
.innerPro-next:before, .innerPro-prev:before{font-size: 26px; display: block; height: 30px; line-height: 30px;}
.innerPro-prev:before{content: '\f104';}
.innerPro-next:before{content: '\f105';}
.innerPro-next:hover, .innerPro-prev:hover{background-color: #0D44A8; border-color: #0D44A8; 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: 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{right: -20px;}
	.innerPro-prev{left: -20px;}
}

/* innerPro_desc */
.pro_table{border-spacing: 0; border-collapse: collapse; width: 100%; margin-top: 2.6%; 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;}

.desc_ul{width: 23%;}
.desc_inner .desc_ul:last-child{text-align: right;}
.desc_pic_item{width: 46.5%;}
.desc_pic_item .desc_pic{padding-bottom: 84%; overflow: hidden;}

.desc_item{padding: 35px 0;}
.desc_ul .desc_item:nth-child(2){border-top: 2px solid #6A6A6A; padding-top: 80px}
.desc_item .title{font-family: 'MyriadPro-Bold'; font-size: 20px; color: #0D44A8;}
.desc_item .brief{font-family: 'MicrosoftPhagsPa'; color: #666; margin-top: 12px; line-height: 24px; height: 144px; overflow-y: auto;}

@media only screen and (max-width: 950px) {
	.pro_table{margin-top: 20px; max-width: 100%;}
	.pro_table tr td, .pro_table tr th{padding: 10px 8px;}
	
	.desc_ul{width: 100%;}
	.desc_pic_item{width: 100%; margin-bottom: 20px;}
	.desc_item{padding: 0 0 20px;}
	.desc_ul .desc_item:nth-child(2){padding-top: 20px;}
	.desc_item .brief{height: auto; margin-top: 6px;}
	.desc_inner .desc_ul:last-child{text-align: left;}
	.c_ad_box{padding-top: 10px;}
}


/* pro_bot_div */
.pro_bot_div{}
.pro_bot_item{align-items: center; margin-top: 4%;}
.pro_pic_div{width: 50%; order: 3;}
.pro_pic_div .pro_pic{padding-bottom: 61.8%; overflow: hidden;}
.pro_bot_item:nth-child(even) .pro_pic_div{order: 1;}

.pro_bot_item .web_th{width: 45%; box-sizing: border-box; order: 2;}
/* max-height: 264px; */
.pro_bot_item .web_th .brief{ overflow-y: auto;}

@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_bot_item .web_th{width: 100%; padding: 15px 0 0;}
	.pro_bot_item .web_th .brief{margin: 5px 0 5px; max-height: unset;}
	.pro_pic_div{order: 1;}
	.pro_info_div .title{font-size: 20px;}
}

