body{
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif, Helvetica-Fraction;
	color: #333;
}
.sou_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 30px 0;
	background: url(../images/sou_bg_1.jpg) left bottom no-repeat;
}
.sou_top{
	width: 1200px;
	margin: 0 auto;
}
.sou_top .tit, .sou_ctn .tit, .sou_bot .tit{
	font-weight: bold;
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}
.sou_top .ctn, .sou_proc .ctn{
	width: 100%;
	float: left;
}
.sou_top .ctn, .sou_eaf .ctn{
	position: relative;
}
.sou_top .text{
	float: left;
	width: 50%;
	min-height: 130px;
}
.sou_top .img{
	float: left;
	width: 50%;
}
.sou_top .img img{
	position: absolute;
	right: 0;
	bottom: -80px;
}
.sou_procBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 30px 0;
	background: url(../images/sou_bg_2.jpg) left top no-repeat, url(../images/sou_bg_3.jpg) right top no-repeat, url(../images/sou_proc_bg.png) repeat;
}
.sou_proc{
	width: 1200px;
	margin: 0 auto;
}
.sou_proc .left{
	width: 600px;
	height: auto;
	float: left;
}
.sou_proc .right{
	width: 570px;
	height: auto;
	float: left;
	padding: 0 0 0 30px;
}

.sou_proc .right img{
	vertical-align: middle;
	margin-right: 5px;
}
.sou_proc .right p{
	margin: 10px 0;
}
.sou_proc .right .btn01, .sou_proc .right .btn02{
	background: url(../images/sou_btn_bg.gif) right bottom no-repeat, #fff;
	height: 40px;
	border: 6px solid #ff9d24;
	padding: 0 15px;
	line-height: 40px;
	font-weight: 600;
	float: left;
}
.sou_proc .right .btn02{
	border: 6px solid #24bcff;
}
.sou_proc .right a:hover .btn01{
	background: #ff9d24;
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}
.sou_proc .right a:hover .btn02{
	background: #24bcff;
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}
.sou_eafBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 30px 0;
	background: url(../images/sou_bg_4.png) center bottom no-repeat, url(../images/sou_bg_4.jpg) left bottom repeat-x;
}
.sou_eaf{
	width: 1200px;
	margin: 0 auto;
}
.sou_eaf .left{
	width: 500px;
	float: left;
}
.sou_eaf .right{
	width: 700px;
	float: left;
	text-align: center;
}
.sou_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 30px 0;
	background: url(../images/sou_bot_bg.jpg) right bottom no-repeat;
}
.sou_bot{
	width: 1200px;
	margin: 0 auto;
}
.sou_bot .left{
	width: 49%;
	float: left;
	padding: 0 1% 0 0;
}
.sou_bot .right{
	width: 49%;
	padding: 0 0 0 1%;
	float: left;
	background: rgba(255,255,255,0.6)
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.sou_topBg{
	padding: 20px 0;
	min-width: 1000px;
}
.sou_top{
	width: 970px;
	padding: 0 15px;
}
.sou_top .text{
	width: 400px;
}
.sou_top .img{
	width: 600px;
}
.sou_top .img img{
	bottom: -50px;
}
.sou_procBg{
	padding: 20px 0;
	min-width: 1000px;
}
.sou_proc{
	width: 970px;
	padding: 0 15px;
}
.sou_proc .left{
	width: 500px;
}
.sou_proc .left .img img{
	width: 100%;
	height: auto;
}
.sou_proc .right{
	width: 440px;
}
.sou_eafBg{
	padding: 20px 0;
	min-width: 1000px;
}
.sou_eaf{
	width: 970px;
	padding: 0 15px;
}
.sou_eaf .left{
	width: 400px;
}
.sou_eaf .right{
	width: 570px;
	padding: 20px 0;
} 
.sou_eaf .right img{
	width: 100%;
	height: auto;
}
.sou_botBg{
	padding: 20px 0;
	min-width: 1000px;
}
.sou_bot{
	width: 970px;
	padding: 0 15px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.sou_topBg{
	min-width: 320px;
	padding: 15px 0;
}
.sou_top, .sou_proc, .sou_eaf, .sou_bot{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.sou_top .text, .sou_top .img{
	width: 100%;
}
.sou_top .img img{
	position: initial;
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.sou_procBg{
	min-width: 320px;
	padding: 15px 0;
	background: url(../images/sou_bg_3.jpg) right top no-repeat, url(../images/sou_proc_bg.png) repeat;
}
.sou_proc .left{
	width: 100%;
}
.sou_proc .left .img img{
	width: 100%;
	height: auto;
}
.sou_proc .right{
	width: 100%;
	padding: 0;
}
.sou_eafBg{
	min-width: 320px;
	padding: 15px 0;
}
.sou_eaf .left{
	width: 100%;
}
.sou_eaf .right{
	width: 100%;
}
.sou_eaf .right img{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.sou_botBg{
	min-width: 320px;
	padding: 15px 0;
}
.sou_bot .left, .sou_bot .right{
	width: 100%;
	padding: 0;
}
}