/* CSS Document */


@media only screen and (max-width: 1400px) {
/*适配笔记本-1920分辨率*/
	
}


@media only screen and (max-width: 1100px) {
/*适配iPad-横屏*/


}

@media only screen and (max-width: 800px) {
/*适配手机-竖屏*/

html , body {
	height:100%;
}

body {
	min-width:100%;
}



/* hidden */
#company_product , #company_phone , #navigation , #bottom_block , #index_7 {
	display:none;
}



/* layout width */
.block , .block_full , .block_center , #bottom_block , #block_foot {
	width:100%;
	min-width:100%;
}


#head_position {
	display:block;
}

#foot_mobile {
	display:block;
	width:100%;
	height:60px;
	font-size:0px;
}

.float_ico div {
	position:absolute;
	top:0px;
	left:0px;
	line-height:60px;
	color:#FFF;
	text-align:center;
	background-color:#333;
	z-index:-1;
}

.float_phone {
	width:150px;
}

.float_ico:focus .float_phone {
	left:0px;
	top:-60px;
}

.float_wechat {
	width:120px;
	overflow:hidden;
}

.float_ico:focus .float_wechat {
	left:0px;
	top:-120px;
}



/* float */

#float_button {
	position:fixed;
	left:0px;
	right:0px;
	top:calc(100% - 60px);
	bottom:0px;
	width:100%;
}

.float_ico {
	float:left;
	width:calc(100% / 6);
	height:60px;
	cursor:pointer;
}

.float_ico dt {
	width:100%;
	height:60px;
	background-color:#FFF;
}




/* head */
#block_head {
	position:fixed;
	height:80px;
	background-image:url(../images/navigation_back_white.png);
	background-repeat:repeat;
	background-color:#FFF;
	z-index:999;
	
	box-shadow: 0 0 15px #CCC;
	-webkit-box-shadow: 0 0 15px #CCC;
	-moz-box-shadow: 0 0 15px #CCC;
	
	
}

#head {
	float:left;
	height:80px;
}

#logo {
	margin-top:2px;
	margin-left:10px;
	width:64px;
	height:80px;
}

#logo img {
	width:100%;
}

#company_name {
	float:left;
	margin-top:0px;
	margin-left:10px;
	width:200px;
}

#company_name_ch {
	display:none;
}

#company_name_mobile {
	display:block;
	padding-top:10px;
	height:80px;
	line-height:30px;
	box-sizing:border-box;
	color:#333;
	font-size:14px;
	font-weight:normal;
}

#company_name_mobile span {
	display:block;
	line-height:30px;
	font-size:24px;
}

#company_product {
	margin-top:0px;
	height:48px;
	line-height:24px;
	color:#333;
	font-size:14px;
}


/* Banner */
.banner_title {
	margin-top:200px;
	padding-left:50px;
	font-size:30px;
}

.banner_slogon {
	padding-left:50px;
	font-size:20px;
}



/* Menu */
#menu {
	min-width:100%;
	height:auto;
}

#menu a {
	margin:2px;
	margin-bottom:30px;
	padding:10px 15px 10px 15px;
	min-width:100px;
	font-size:14px;
}



/* Slogan */
.column_slogan {
	margin-top:50px !important;
	margin-bottom:50px !important;
	padding-left:30px !important;
	padding-right:30px !important;
	box-sizing:border-box;
}

.column_slogan_ch {
	font-size:28px !important;
}

.column_slogan_en {
	font-size:18px !important;
}



/* navigation */
#navigation_mobile {
	position:absolute;
	display:block;
	right:0px;
}

/* foot */
#block_foot {
	border-top:0px;
}

#foot {
	margin:auto;
	padding:20px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
}

#foot div {
	height:auto;
}

#foot a {
	color:#FFF;
}

#foot a:hover {
	color:#CCC;
}

#foot_company {
	float:none;
	margin:auto;
	width:80%;
	line-height:30px !important;
	font-size:14px;
	text-align:center;
}

#foot_company a {
	display:block;
	line-height:30px;
}

#foot_tech {
	float:none;
	width:100%;
	line-height:30px !important;
	font-size:14px;
	text-align:center;
}



/* slider */
.swiper {
	width: 100%;
	min-width:100%;
	height:auto;
}

.swiper-pagination {
	display:none;
}

#myProduct .swiper-pagination {
	display:block;
}


.column_title {
	margin-top:0px;
	margin-bottom:20px;
}

.column_title_text {
	margin:15px;
	height:60px;
}

.column_title_line {
	width:60px;
}

.column_title_ch {
	font-size:24px;
}

.column_title_en {
	margin-top:5px;
	font-size:12px;
}

.column_slogan {
	margin-top:80px;
	margin-bottom:80px;
}

.column_slogan_ch {
	margin-bottom:20px;
	font-size:36px;
	text-align:center;
}

.column_slogan_en {
	color:#999;
	font-size:18px;
	text-align:center;
}


.block_space_100 {
	height:50px;
}


.page .page_num {
	display:none;
}




/* indx-company */

.block_index_title {
	margin-top:50px;
	margin-bottom:20px;
}

.index_title_ch {
	height:60px;
	line-height:60px;
	font-size:22px;
	letter-spacing:1px;
}

.index_title_en {
	height:60px;
	line-height:65px;
	color:#CCC;
	font-size:15px;
	letter-spacing:0px;
}

.more {
	width:140px;
	height:50px;
	line-height:50px;
	font-size:16px;
}





#index_1 {
	height:auto;
	background-size:cover;
	overflow:visible;
}

#index_1 .block_center {
	padding-bottom:30px;
	width:100%;
	overflow:visible;
}

.index_company_text {
	float:none;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	width:100%;
	line-height:20px;
	font-size:14px;
}

.index_company_text_ch {
	width:100%;
	color:#FFF;
	font-size:24px;
}

.index_company_text_en {
	width:100%;
	line-height:30px;
	color:#FFF;
	font-size:16px;
}


.index_company_text_line {
	margin-bottom:30px;
}

.index_company_text_button {
	margin-top:30px;
	width:100px;
	height:40px;
	line-height:40px;
	border:1px solid #FFF;
	font-size:14px;
}


.index_company_video {
	float:none;
	margin:auto;
	margin-top:30px;
	width:90%;
	height:auto;
	text-align:center;
	background-image:none;
	overflow:hidden;
	background-color:#EEE;
}

.index_company_video video {
	position:static;
	display:block;
	margin:auto;
	width:100%;
	height:auto;
}



.about_company_data {
	margin-top:20px;
	font-size:0px;
	vertical-align:top;
	overflow:hidden;
}

.about_company_data_item {
	display:inline-block;
	padding:30px;
	width:30%;
	font-size:18px;
	text-align:center;
	vertical-align:top;
	background-color:#FFF;
	overflow:hidden;
}

.data_image {
	width:100%
}

.data_image img {
	width:100%;
}

.data_text {
	text-align:center;
	
}





#product_screen {
	position:fixed;
	top:0px;
	bottom:0px;
	margin-top:0px;
	padding:50px;
	padding-top:20px;
	width:100%;
	min-width:100%;
	box-sizing:border-box;
	background-color:#F2F2F2;
	overflow:scroll;
	z-index:998;
}

.product_screen_show {
	left:0px;
}

.product_screen_hidden {
	left:-100%;
}


#screen {
	display:block;
	margin-left:16px;
	margin-top:110px;
	margin-bottom:20px;
	padding:5px 10px 5px 10px;;
	width:100px;
	height:40px;
	border:1px solid #CCC;
	border-radius:5px;
	overflow:hidden;
}

#screen dt {
	float:left;
	width:50px;
	height:100%;
	background-color:#F0AA3E;
}

#screen div {
	float:left;
	line-height:40px;
	color:#666;
}

#screen_close {
	display:block;
	width:100%;
	height:80px;
	overflow:hidden;
}

#screen_close dt {
	float:right;
	width:40px;
	height:40px;
	background-color:#666;
}




#product_title {
	margin-top:80px;
	width:100%;
	overflow:hidden;
}

.column_product_title {
	display:none;
	float:none;
	height:30px;
	line-height:30px;
	font-size:24px;
}

.block_index_form {
	
}

#prod {
	margin-top:0px !important;
}

.block_product_title {
	margin:auto;
	margin-top:-50px;
	padding-left:30px;
	padding-right:30px;
	width:95%;
}

.index_product_type {
	height:auto;
	text-align:left;
}

.index_product_type a {
	padding:12px;
	padding-top:35px;
	width:24.7%;
	height:100px;
	line-height:18px;
	border-left:0px dotted #EEE;
	border-right:1px dotted #EEE;
	border-bottom:1px dotted #EEE;
	box-sizing:border-box;
	font-size:12px;
}

.index_product_type a:nth-child(1) {
	border:0px;
	border-right:1px dotted #EEE;
	border-bottom:1px dotted #EEE;
}

.index_product_type a:nth-child(4) {
	border-right:0px;
}

.index_product_type a:nth-child(n+5) {
	border-bottom:0px;
}

.index_product_type dt {
	width:100%;
	height:50px;
}

.index_product_type a:nth-child(n+1) dt {
	-webkit-mask-size:40px 40px;
	mask-size:40px 40px;
}



.block_index_search {
	display:none;
	margin-top:20px;
	margin-bottom:-20px;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:50px;
	width:100%;
	min-width:100%;
}

.block_index_hot {
	float:none;
	margin:auto;
	width:100%;
	height:auto;
	line-height:30px;
}

.block_index_form {
	float:none;
	margin:auto;
	width:100%;
	height:80px;
}

#prod {
	margin-top:15px;
	float:none;
	width:100%;
	height:50px;
	box-sizing:border-box;
}

#TYA_Title {
	width:80%;
}

#btn_search {
	width:20%;
	background-position:center;
}



.block_product {
	padding:10px;
	width:100%;
}

.product_list_item {
	margin:1.5%;
	width:46%;
}

.product_title {
	width:100%;
	height:60px;
	line-height:30px;
	color:#666;
	font-size:14px;
	text-align:center;
	overflow:hidden;
}





#index_list_application {
	margin:auto;
	padding-left:0px;
	padding-right:0px;
	width:100%;
}

.index_application_list_item {
	width:49.8%;
}

.index_application_title {
	position:absolute;
	top:85%;
	bottom:0px;
	width:100%;
	height:30%;
	line-height:0px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	z-index:3;
}

.index_application_list_item:hover .index_application_title {
	top:50%;
	height:100%;
	line-height:0px;
}



#index_4 .block_index_title {
	margin-left:30px;
}

#index_4 .index_title_more {
	display:none;
}

.index_news_list_0 , .index_news_list_1 , .index_news_list_2 {
	float:none;
	margin:auto;
	width:96%;
}

.index_news_list_0 {
	margin-bottom:24px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}

.index_news_list_1 a {
	display:block;
	float:none;
	margin-bottom:24px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	width:100%;
	height:auto;
}

.index_news_image_0 , .index_news_image_1 {
	display:none;
}

.index_news_title_1 {
	position:relative;
	margin:auto;
	margin-bottom:10px;
	padding:0px;
	width:90%;
	height:60px;
	line-height:30px;
	color:#333;
	font-size:18px;
	background-image:none;
}

.index_news_list_1 .index_news_date , .index_news_list_1 .index_news_description {
	display:block;
}





#index_5 {
	padding-top:50px;
	padding-bottom:50px;
	height:auto;
	background-image:url(../images/back_3.png);
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.index_service {
	width:100%;
	min-width:100%;
	font-size:0px;
	text-align:center;
}

.index_service a {
	display:inline-block;
	width:30%;
	text-align:center;
	overflow:hidden;
}






#index_customer {
	display:none;
}

#index_customer_mobile {
	display:block;
	margin:auto;
	width:78.13%;
	padding-left:20px;
	padding-right:20px;
	min-width:100%;
	box-sizing:border-box;
	overflow:hidden;
}

#index_customer_mobile .marquee_customer_mobile {
	margin:auto;
	width:80%;
	overflow:hidden;
}






/* contact */
.column_contact {
	margin:auto;
	padding-left:20px;
	padding-right:20px;
	width:100%;
}

.column_contact_left {
	float:none;
	width:100%;
}

.column_contact_right {
	display:none;
}

.column_contact_left div {
	margin-bottom:15px;
	padding-bottom:15px;
}

.column_contact_left div dt {
	width:30px;
	height:30px;
}

#column_contact_address dt , #column_contact_phone dt , #column_contact_email dt , #column_contact_url dt {
	-webkit-mask-size:30px 30px;
	mask-size:30px 30px;
}

.column_contact_left div dl {
	margin-left:20px;
	line-height:30px;
	font-size:14px;
}

#column_contact_company {
	line-height:24px;
	font-size:18px;
}

.column_contact_phone {
	line-height:37px !important;
}

#column_contact_wechat {
	height:150px;
}

#column_contact_wechat dd {
	font-size:16px;
}



.msg_text {
	float:none;
	padding:30px;
	width:100%;
	height:280px;
}

.msg_text_title {
	font-size:24px;
}

.msg_text_line {
	margin-bottom:30px;
	margin-top:20px;
}

.msg_text_description {
	line-height:24px;
	font-size:16px;
}


.msg_form {
	float:none;
	margin-top:20px;
	padding-left:5%;
	padding-right:5%;
	width:100%;
}

.form_border {
	padding:0px;
	width:100%;
	box-sizing:border-box;
	text-align:center;
}

.form_border input[type=text] , textarea {
	margin-bottom:20px;
}

#TYM_Phone , #TYM_Mobile {
	float:none;
	width:100%;
}

#TYM_Company , #TYM_Title {
	float:none;
	width:100%;
}

#TYM_Content {
	width:100%;
}

#btn_submit {
	float:none;
	margin:auto;
	margin-top:10px;
}
	


/* Design */
.design_list {
	float:none;
	margin:1.5%;
	padding-bottom:51.2%;
	width:97%;
	box-sizing:border-box;
}



/* Case */

.block_case {
	width:97%;
	min-width:97%;
}

.list_case {
	display:block;
	float:left;
	margin:1%;
	margin-bottom:20px;
	width:47.8%;
}


.list_case_text {
	padding:5px;
	width:100%;
	height:80px;
	box-sizing:border-box;
	overflow:hidden;
}

.list_case_title {
	width:100%;
	height:90px;
	overflow:hidden;
}

.list_case_title_text {
	width:100%;
	max-height:500px;
	height:40px;
	line-height:20px;
	font-size:14px;
	overflow:hidden;
}

.list_case_descripion {
	height:20px;
	line-height:20px;
	font-size:12px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.list_case_ico {
	display:none;
}






/* Service */

.service1_image {
	float:none;
	padding-bottom:0px;
	width:100%;
}

.service1_text {
	float:none;
	margin-top:50px;
	padding-bottom:50px;
	padding-left:20px;
	padding-right:20px;
	width:100%;
	max-height:1000px;;
}

.service1_text_title {
	margin-bottom:20px;
	height:auto;
	text-overflow:normal;
	white-space:normal;
}


.service2_slogan {
	padding:20px;
	line-height:30px;
	box-sizing:border-box;
	font-size:20px;
}

.service2_item_list {
	margin-bottom:50px;
	width:100%;
}

.service2_item {
	margin:20px;
}

.service2_item dt {
	height:120px;
}


.service2_text {
	font-size:16px;
}

#service2_item1 dt {
	-webkit-mask-size:66px 64px;
	mask-size:66px 64px;
}

#service2_item2 dt {
	-webkit-mask-size:66px 64px;
	mask-size:66px 64px;
}

#service2_item3 dt {
	-webkit-mask-size:64px 60px;
	mask-size:64px 60px;
}



.service3_item_list {
	font-size:0px;
}

.service3_item {
	margin:20px;
}





/* News */

.block_news {
	padding-bottom:20px;
	width:100%;
	min-width:100%;
}

.list_news {
	margin:auto;
	margin-top:50px;
	width:90%;
	height:auto;
}

.list_news_image {
	float:none;
	padding-bottom:50%;
	width:100%;
	height:0px;
}

.list_news_image img {
	width:100%;
	height:auto;
}

.list_news_text {
	float:none;
	padding-left:0px;
	width:100%;
}

.list_news_title {
	margin-top:10px;
	width:100%;
	height:60px;
	line-height:30px;
	font-size:20px;
}

.list_news_description {
	margin-top:10px;
	width:100%;
	height:60px;
	line-height:20px;
	font-size:16px;
}

.list_news_date {
	line-height:60px;
	font-size:18px;
}

.list_news_ico {
	display:none;
}




/* About */

.block_company {
	padding:0px;
	width:100%;
	min-width:100%;
}

#about_company_text {
	float:none;
	margin:auto;
	padding-top:0px;
	width:88%;
	box-sizing:border-box;
}

#about_company_video {
	display:none;
}




.block_business {
	margin:auto;
	padding:0px;
	width:100%;
	min-width:100% !important;
}


.block_business a {
	margin:3%;
	padding-bottom:40%;
	width:40%;
	line-height:300%;
	font-size:12px;
}

.block_business a dt {
	width:100%;
	height:100px;
}

.block_business a:nth-child(1) dt {
	-webkit-mask: url('ico/1.png') no-repeat center 30px;
	mask: url('ico/1.png') no-repeat center 30px;
	
	-webkit-mask-size:60px 60px;
	mask-size:60px 60px;
}

.block_business a:nth-child(2) dt {
	-webkit-mask: url('ico/2.png') no-repeat center 30px;
	mask: url('ico/2.png') no-repeat center 30px;
	
	-webkit-mask-size:60px 60px;
	mask-size:60px 60px;
}

.block_business a:nth-child(3) dt {
	-webkit-mask: url('ico/3.png') no-repeat center 30px;
	mask: url('ico/3.png') no-repeat center 30px;
	
	-webkit-mask-size:60px 60px;
	mask-size:60px 60px;
}

.block_business a:nth-child(4) dt {
	-webkit-mask: url('ico/4.png') no-repeat center 30px;
	mask: url('ico/4.png') no-repeat center 30px;
	
	-webkit-mask-size:60px 60px;
	mask-size:60px 60px;
}

.block_business a:nth-child(5) dt {
	-webkit-mask: url('ico/5.png') no-repeat center 30px;
	mask: url('ico/5.png') no-repeat center 30px;
	
	-webkit-mask-size:60px 60px;
	mask-size:60px 60px;
}

.block_business a:nth-child(6) dt {
	-webkit-mask: url('ico/6.png') no-repeat center 30px;
	mask: url('ico/6.png') no-repeat center 30px;
	
	-webkit-mask-size:60px 60px;
	mask-size:60px 60px;
}

.block_business a:nth-child(7) dt {
	-webkit-mask: url('ico/7.png') no-repeat center 30px;
	mask: url('ico/7.png') no-repeat center 30px;
	
	-webkit-mask-size:60px 60px;
	mask-size:60px 60px;
}




.block_market {
	width:90%;
	background-position:center;
}

.about_market {
	float:none;
	width:100%;
}




.marquee {
	margin:auto;
	width:333% !important;
	overflow:hidden;
}





.application_list_item {
	margin-bottom:1.5%;
	width:calc((100% - 4.5%) / 2);
}

.application_list_item:nth-child(odd) {
	margin-left:1.5%;
	margin-right:1.5%;
}

.application_list_item:nth-child(even) {
	margin-left:0px;
	margin-right:1.5%;
}

.application_title {
	position:absolute;
	top:85%;
	bottom:0px;
	width:100%;
	height:30%;
	line-height:0px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	z-index:3;
}

.application_list_item:hover .application_title {
	top:50%;
	height:100%;
	line-height:0px;
}




/* Product */

.prod_type {
	margin-bottom:20px;
}

.type_title {
	float:none;
	width:100%;
}

.type_detail {
	float:none;
	max-width:100%;
}






#article_title {
	margin-top:20px;
	width:90%;
	line-height:30px;
	font-size:20px;
}

#article_date {
	margin-top:20px;
	line-height:40px;
	font-size:16px;
}

#article_content {
	margin-top:30px;
	margin-bottom:60px;
	width:88%;
}





/* Article-product */

.block_article_product {
	margin-top:0px;
	padding-top:0px;
	width:100%;
}

.product_show_border {
	display:none;
}



.swiper_border {
	display:block;
	width:100%;
	height:400px;
	box-sizing:border-box;
	border:1px solid #EEE;
	overflow:hidden;
}

.swiper_border .swiper {
	width: 100%;
	height:100%;
	
}

.swiper_border .swiper-wrapper {
	height:100%;
	
}

.swiper_border .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	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;
}

.swiper_border .swiper-slide img {
	display: block;
	width: auto;
	height:85%;
	object-f8t: cover;
	overflow:hidden;
}

.swiper_border .swiper-pagination {
	width:100%;
	height:80px;
	text-align:center;
}

.swiper_border .my-pagination-bullet , .swiper_border .my-pagination-bullet-active {
	display:inline-block;
	margin:0 5px;
	width:80px;
	height:80px;
	background-color:#666;
	opacity: 1;
	cursor:pointer;
}







#article_product_info {
	float:none;
	width:100%;
}

.product_info_item {
	margin:auto;
	margin-top:0px;
	padding-top:20px;
	padding-bottom:20px;
	width:90%;
	border-top:1px solid #CCC;
	overflow:hidden;
}

.product_info_item:first-child {
	border:0px;
}

.product_info_label {
	float:none;
	width:100%;
	line-height:30px;
	color:#333;
	font-size:18px;
	font-weight:bold;
}

.product_info_text {
	float:none;
	width:100%;
	line-height:30px;
	color:#666;
	font-size:18px;
}

.product_info_text span {
	color:#F00;
}

.product_info_button {
	margin:auto;
	margin-top:30px;
	width:150px;
	height:60px;
	line-height:60px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	background-color:#045AB0;
}

.product_info_button dt {
	width:40px;
	
	-webkit-mask: url('ico/click.png') no-repeat center center;
	mask: url('ico/click.png') no-repeat center center;
	
	-webkit-mask-size:30px 30px;
	mask-size:30px 30px;
}


.block_product_detail {
	float:none;
	margin:auto;
	margin-left:0px;
	width:100%;
	overflow:hidden;
}

.block_product_recomment {
	float:none;
	margin-right:0px;
	width:100%;
	overflow:hidden;
}

.product_detail_label {
	padding-left:10px;
	width:100%;
	height:40px;
	border-bottom:3px solid #045AB0;
	box-sizing:border-box;
	overflow:hidden;
}

.product_detail_label div {
	float:left;
	margin-right:5px;
	width:22%;
	height:40px;
	line-height:40px;
	border-radius:5px 5px 0px 0px;
	color:#666;
	font-size:14px;
	text-align:center;
	background-color:#FFF;
	cursor:pointer;
}

.product_detail_label div:hover , .product_detail_label div.active {
	color:#FFF;
	background-color:#045AB0;
}


.block_product_recomment {
	text-align:center;
}

.product_recommend_title {
	display:inline-block;
	margin:auto;
	margin-bottom:30px;
	width:90%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #EEE;
	color:#666;
	font-size:18px;
	text-align:left;
	overflow:hidden;
}

.product_recommend_list {
	display:inline-block;
	width:48%;
}

.product_recommend_image {
	margin:auto;
	padding-bottom:100%;
	width:90%;
	height:0px;
	border:1px solid #EEE;
	box-sizing:border-box;
	overflow:hidden;
}

.product_recommend_image img {
	width:90%;
	position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
}

.product_recommend_text {
	margin:auto;
	margin-bottom:30px;
	width:90%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #EEE;
	color:#666;
	text-align:center;
	overflow:hidden;
}

.product_detail_content {
	display:none;
	padding:20px;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}

.product_detail_content img {
	max-width:100%;
}





















