﻿
   html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}
img{ border:none; display:block;}
a {
    text-decoration: none;
    color: #232323;
}
.clearfix{ clear:both;}
	.process_bg{ width:100%; background:#f2f2f2; padding:30px 0;}
	.process_content{ max-width:960px; margin:0 auto;}
    .process_content.ProductInto_content{ max-width:1100px;}
	.process_box{ width:100%; padding:30px; background:white; margin-bottom:50px; position:relative;}
	.process_box ul li a{color:blue;display: block;width: 90px;height: 26px;background: url(../images/index_jticon.png) no-repeat left center;border: #ff908a solid 1px;line-height: 26px;text-align: center;padding-left: 20px;font-size: 14px;color: #df2c23;}
	
	.process_box_left{width: 50%;float:right;padding:0 30px;}
	.process_box_left img{ width:100%;}
	.process_box_right{width: 50%;float:right;padding:0 30px;}
	.process_box_left2 ul li h2,.process_box_right ul li h2{font-size:24px;font-weight: 600;}
	.process_box_right ul li p{font-size: 16px;color:#333;line-height: 24px;padding: 15px 0 30px 0;/* word-break: break-all; *//* word-wrap: break-word; */text-align: justify;}
	.process_box_right ul li:last-child{ position:absolute; right:63px; bottom:30px;}
	
	.process_box_left2{width: 50%;float:left;padding:0 30px;}
 	.process_box_left2 ul li p{font-size: 16px;color:#333;line-height: 24px;padding: 15px 0 30px 0;/* word-break: break-all; *//* word-wrap: break-word; */text-align: justify;}
	.process_box_left2 ul li:last-child{position:absolute;left: 360px;bottom:30px;}
	.process_content.ProductInto_content .process_box_left2 ul li:last-child{position:absolute;left: 39%;bottom:30px;}
	
	.process_box_right2{width: 50%;float:left;padding:0 30px;}
	.process_box_right2 img{ width:100%;}
	
	@media(max-width:950px){
		.process_box_left,.process_box_left2,.process_box_right,.process_box_right2{ float:none; width:100%; padding:0;}
		.process_box_left,.process_box_right2{ padding-bottom:20px;}
		
		.process_box_right ul li:last-child{ right:30px; bottom:15px;}
		.process_box_left2 ul li:last-child{ right:30px; bottom:15px; text-align:right;}
		
		
		.process_box_right ul li p,.process_box_left2 ul li p{ line-height:20px;}
		
		}
    	@media(max-width:950px){
          .process_box_left2 ul li h2,  .process_box_right ul li h2 {
            font-size: 18px;
            }
		
		}
        @media(max-width:650px){
	.process_content.ProductInto_content .process_box_left2 ul li:last-child, .process_box_left2 ul li:last-child{left: initial;}
           .process_box_right ul li p, .process_box_left2 ul li p{
            font-size:14px;
            padding: 15px 0;
            line-height:initial;
            }
           .process_box_left, .process_box_right2 {
    padding-bottom: 30px;
}
           .process_bg {
    padding: 0px 0 30px 0;
}
		}
    .process_box {
    margin-bottom: 20px;
}