/*tab1_sub1*/
#tab1_sub1 .present-ment p{
	font-size: 17px;
	line-height: 28px;
	word-break: keep-all;
	font-weight: 400;
}
#tab1_sub1  .tab1_sub1_img_wrp{
	position: relative;
	width: 400px;
	height: 461px;
	display: inline-block;
	top: 30px;
  left: 30px;
	background: url("../img/tab1_sub1_img_wrp.png");
	background-color: #fcfcfc;
}
#tab1_sub1  .tab1_sub1_img_wrp > img{
	position: absolute;
	left: -15px;
	top: -15px;
}
@media only screen and (max-width:479px){
	#tab1_sub1  .tab1_sub1_img_wrp{
		background-color: #ddd;
		top: 15px;
    	left: 15px;
		width: initial;
		height: initial;
	}
	#tab1_sub1  .tab1_sub1_img_wrp > img{
		position: relative;
		width: 100%;
	}
}
#tab1_sub1 .present-ment .txt_right {text-align: right;}

#tab1_sub1 h3{
	line-height: 22px;
    font-size: 22px;
	position: relative;
}

#tab1_sub1 h3.sub_title:before {
	content: "";
    background-color: #555;
    border-top: 11px solid #0d93bb;
    display: inline-block;
    height: 100%;
	position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
}

#tab1_sub1 h3.mt_50 {
	margin-top: 50px;
}

#tab1_sub1 .process-area > li > .process{
	border: 1px solid #eee;
	min-height: 180px;
}
#tab1_sub1 .process-area > li > a > img {
	border: 1px solid #eee;
}
#tab1_sub1 .process-area > li > .process > span{
	display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 3px;
}
#tab1_sub1 .process-area > li > .process > span > strong{
	display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0d93bb;
    padding: 5px 8px;
    color: #fff;
}
#tab1_sub1 .process-area > li > .process > ul{
	list-style: disc;
	padding-left: 30px;
}
#tab1_sub1 .process-area > li > .process > ul > li{
	line-height: 17px;
    margin-bottom: 10px;
}
@media only screen and (max-width:992px){
	.m-pn {
		padding: 0px !important;
	}
	.img_hide {
		display: none;
	}
	.img_list {
		float: left;
	}
	.text-dark {
		font-size: 14px;
	}
}
#tab1_sub1 h3.h3_title {
	line-height: 30px;
}

@media only screen and (max-width:480px){
	.img_list {
		width:50%;
	}
	.img_list img{
		width: 100%;
	}
}

#tab1_sub1 table {
	border: none;
	margin-bottom: 20px;
}
#tab1_sub1 table caption{
	display: none;
}
#tab1_sub1 table tr, #tab1_sub1 table th, #tab1_sub1 table td {
	border: none;
}
#tab1_sub1 table th {
	width:180px;
	font-weight: normal;
	color: #1146bc;
	vertical-align: top;
}
#tab1_sub1 table th, #tab1_sub1 table td {
	padding:2px;
}
#tab1_sub1 table .pb_10{
	padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
	#tab1_sub1 table {
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	#tab1_sub1 table th {
		width:170px;
	}
}
