/*================BANNER===================*/
.banner{
	background: #fafaff;
    height: 593px;
    padding: 0 0;
    box-sizing: border-box;
    overflow: hidden;
}
.bnrlft, .bnrrgt{
	float:left;
	display:inline-block;
	width:47%;
}
.bnrrgt{
	background:url(../images/bnrprdbg.png) center 20px no-repeat;
	height:593px;
	width:53%;
}
.bnrprd{
	margin: 150px 0 0 0;
    float: right;
    max-width: 440px;
}
.bnrhding{
	font-weight:300;
	font-size:52px;
	line-height:65px;
	color:#000000;
	text-align:left;
	padding:52px 0 0 0;
}
.bnrtxt{	
	text-align:left;
	border-top:1px solid #eae2d2;
	margin:14px 0 0 0;
	padding:14px 0 0 0;
}
@media only screen and (max-width: 1179px){
.banner{height:540px;}
.bnrhding {
    font-size: 45px;
    line-height: 55px;
	padding:42px 0 0 0;
}
.bnrrgt{background-size:100%;height:540px;}
}
@media only screen and (max-width: 1013px){
.banner{height:450px;}
.bnrlft, .bnrrgt{width:50%;}
.bnrrgt{height:450px;}
.bnrprd{margin: 120px 0px 0 0;    max-width: 320px;}
.bnrhding {
    font-size: 36px;
    line-height: 44px;
	padding:25px 0 0 0;
}
}
@media only screen and (max-width: 767px){
.banner{height:auto;padding:15px 0 90px 0;}	
.bnrlft, .bnrrgt{width:100%; text-align:center;}
.bnrhding, .bnrtxt{text-align:center;padding:0;}
.bnrtxt{
	margin:10px 0 0 0;
	padding:10px 0 0 0;
}
.mobprdbx{
	background:#fff;
	background-size:100%;
	width:400px;
	margin:0 auto;
	display:block;
}
.mobprdbx img{margin:20px auto;display:block;}
}
@media only screen and (max-width: 479px){
.bnrhding {
    font-size: 32px;
    line-height: 40px;
}
.mobprdbx{width:330px;}
}
@media only screen and (max-width: 359px){
.mobprdbx{width:290px;}
.bnrhding {
    font-size: 28px;
    line-height: 35px;
}
}
/*================BANNER STRIP===================*/
.bnrstrip{margin:0 0 0 0;}
.bnrstrip-bx{
	height:110px;
	background:#fff;
	border-radius:8px;
	-moz-box-shadow: 0 0 10px #eae4e4;
	-webkit-box-shadow: 0 0 10px #eae4e4;
	box-shadow: 0 0 10px #eae4e4;
	margin-top:-55px;
	padding:2px;
}
ul.bnrstrip-list{padding:0;}
ul.bnrstrip-list li{
	float:left;
	display:inline-block;
	width:25%;
	height:110px;
	border-right:1px solid #ebebeb;
	font-size:16px;
	line-height:22px;
	color:#000;
	text-align:left;
	padding:32px 30px 0 30px;
}
ul.bnrstrip-list li:last-child{border-right:none;}
ul.bnrstrip-list li img{
	float:left;
	margin:3px 10px 0 0;
}
@media only screen and (max-width: 1179px){
ul.bnrstrip-list li{padding:32px 10px 0 10px;}
}
@media only screen and (max-width: 1013px){
.bnrstrip-bx{padding:2px 2px 10px 2px;}
ul.bnrstrip-list li{
	width:25%;
	height:auto;
	padding:0 6px 0 6px;
	font-size:15px;
	text-align:center;
	margin:10px 0 0 0;
}
ul.bnrstrip-list li img{
	float:none;
	margin:0 auto 5px auto;
	display:block;
}
}
@media only screen and (max-width: 767px){
.bnrstrip-bx{height:auto;margin-top:-65px;padding-bottom:15px;}
ul.bnrstrip-list li{
	width:50%;
	height:auto;
	padding:0 6px 0 6px;
	font-size:15px;
	text-align:center;
	margin:10px 0 0 0;
}
ul.bnrstrip-list li:nth-child(2){border-right:none;}
ul.bnrstrip-list li:nth-child(3), ul.bnrstrip-list li:nth-child(4){
	background:url(../images/bnrstrip-line.html) top center no-repeat;
	padding:14px 6px 0 6px;
}
ul.bnrstrip-list li img{
	float:none;
	margin:0 auto 5px auto;
	display:block;
}
}
@media only screen and (max-width: 479px){
ul.bnrstrip-list li{text-align:center;font-size:14px;line-height:19px;}
ul.bnrstrip-list li img{
	float:none;
	margin:0 auto 5px auto;
	display:block;
}
}
@media only screen and (max-width: 359px){
ul.bnrstrip-list li {
    font-size: 12px;
    line-height: 15px;
}
ul.bnrstrip-list li img{width:35px;}
}

/*================start banner strip===================*/
/*================SECTION 1===================*/
.sec1{    
	padding: 60px 0 48px 0;
    text-align: center;
	background:#fafaff;
}
.s1txt{text-align:center;padding:17px 0 0 0;}
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	    display: inline-block;
    width: 23.9%;
    margin: 32px 5px 0;
    height: auto;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 0 16px 26px 16px;
	vertical-align: top;
	position:relative;
}

.s1prd{
	margin: 12px auto 20px auto;
    display: block;
    max-width: 200px;
    position: relative;
    z-index: 3;
}
.s1prdbx-hding, .s1prdbx-prc{
	font-weight:500;
	font-size: 19px;
	line-height:26px;
	color:#000;
}
.s1prdbx-hding span{ display:block;}
.s1prdbx-prc{margin:18px 0 0 0;}
.s1prdbx-txt{
	font-size:12px;
	line-height:14px;
	color:#646464;
	margin:7px 0 0 0;
}
.s1prdbx-txt img{margin:0 5px -3px 0;}
.s1prdbx-txt2.bdfont {
    padding: 10px 0px 0;
    line-height: 24px;
    color: #000;
    font-size: 16px;
}
@media only screen and (max-width: 1179px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	margin:32px 0 0;
	padding:0 12px 16px 12px;
	width:49%;
	float:left;
}
.s1prdbx3:nth-child(odd){float:right;}
.s1prdbx-hding, .s1prdbx-prc{font-size:23px; line-height:30px}
}
@media only screen and (max-width: 1013px){
.sec1{padding:40px 0;}
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{	
	padding:0 10px 16px 10px;
}
.s1prdbx-hding{
	font-size:19px;
	line-height:28px;
}
.s1prd {margin: 15px auto 12px auto; max-width: 200px;}
.s1prdbx-txt2{
	font-size:16px;
	line-height:23px;
	padding: 10px 22px 0;
}
}
@media only screen and (max-width: 767px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	width: 100%;
    margin: 30px 0% 0 0%;
    max-width: 440px;
    display: inline-block;
    float: none !important;
}
.s1prdbx3, .s1prdbx4{}
.s1prdbx-hding{height:auto;text-align:center;}
.s1prdbx-prc, .s1prdbx-txt, .s1prdbx-txt2{text-align:center;}
.s1prdbx-prc{margin:10px 0 0 0;}
.s1prdbx-txt2{padding:6px 0 0 0;}
.s1prdbx-txt2 {
    font-size: 18px;
    line-height: 24px;
}
.s1prdbx-txt {
    font-size: 14px;
    line-height: 16px;
}
}
@media only screen and (max-width: 479px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	width: 100%;
    margin: 20px 0% 0 0%;
    float: none;
    display: block;
	padding:10px 20px 20px;
}
.s1prdbx-txt2{height:auto;}
}
@media only screen and (max-width: 359px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	width:100%;
	margin:20px 0 0 0;
	float:none;
	display:block;
}
}
/*================SECTION 2===================*/
.sec2{
	padding:0 0 60px 0;
	background:url(../images/sec2.jpg) center 170px no-repeat;
	text-align:center;
}
.s2box1{
	background: url(../images/s2bx1.html) center top no-repeat;
    height: 470px;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
    padding: 48px 0 40px 60px;
	text-align:left;
}
.s2bx-rgt {
	text-align: center;
	width: 48%;
	margin-top: 30px;
}
.prd-s2box1{
	margin:40px auto 0 auto;
	width:98%;
	background-size:cover;
}
.s2bxhding{
	font-size:40px;
	line-height:44px;
	font-weight:300;
}
.s2bxtxt{
	padding:16px 0 0 0;
	width:480px;
}
ul.s2bxlist{padding: 15px 0 0 0; display: inline-block;}
ul.s2bxlist li{
	background:url(../images/bullet.html) left 8px no-repeat;
	padding:0 0 0 30px;
	margin:4px 0 0 0;
	text-align:left;
}
.s2hding{padding:72px 0 0 0;}
ul.s2list{padding:20px 20px 0 20px;}
ul.s2list li{
	float:left;
	display:inline-block;
	width:30.08%;
	margin:20px 4.88% 0 0;
}
ul.s2list li:last-child{margin:20px 0 0 0;}
ul.s2list li img{margin:0 auto;display:block;}
ul.s2list li img.s2-icon { margin: 20px auto 0; display: block;}
.s2lhding{
	font-size:22px;
	line-height:28px;
	color:#5d4e82;
	text-align:center;
	padding:20px 0 0 0;
}
.s2ltxt{
	text-align:center;
	padding:12px 0 0 0;
}
@media only screen and (max-width: 1179px){
.s2box1{
	width:100%;
	padding: 25px 0 0 30px;
	height:422px;
	background-size:100%;
}
}
@media only screen and (max-width: 1013px){
.sec2{padding:0 0 30px 0;}
.s2box1{
	background: #edf2ec url(../images/s2bx1.html) center center no-repeat;
    background-size: 100%;
    height: auto;
    padding: 25px 0 40px 20px;
}
.s2bxtxt{width:370px;}
.s2hding {padding: 50px 0 0 0;}
}
@media only screen and (max-width: 767px){
.sec2{padding:0 0 20px 0;background:#fff; text-align:center;}
.s2box1{
	background:#fafffa;
	padding:25px 0 30px 0;
}
.s2bxhding{
	text-align:center;
	padding:0 15px;
	font-size:34px;
	line-height:38px;
}
.s2bx-rgt{ width:100%;}
.s2bxtxt{width:auto;text-align:center;padding:10px 15px 0 15px;}
.s2img-mob{margin:15px auto;}
ul.s2bxlist{width:400px;margin:0 auto;display:block;padding:3px 0 0 0;}
.s2hding{padding:40px 0 0 0;}
.s1txt {padding: 14px 0 0 0;}
ul.s2list li, ul.s2list li:last-child{
	width:100%;
	margin:40px 0 0 0;
}
ul.s2list li:first-child{margin:10px 0 0 0;}
.s2ltxt.bdfont{padding:8px 0 0 0;font-size: 17px;}
}
@media only screen and (max-width: 430px){
ul.s2bxlist{width:100%;padding:0 10px;}
}
/*================SECTION 2===================*/
/*================SECTION 3===================*/
.sec3{
	padding: 65px 0;
	background: #fff;
	border-top: 1px solid #eafde6;
	text-align:center;
}
.s3arw{
	position:absolute;
	left:0;
	right:0;
	top:-1px;
	margin:0 auto;
	display:block;
}
.s3bx1, .s3bx2{width:100%;margin:15px auto 0 auto;}
.s3bx1-lft, .s3bx1-rgt{
	float:left;
	display:inline-block;
	width:49%;
	text-align:left;
}
.s3bx1-lft{margin:0 2% 0 0;}
.s3bximg{margin:0 auto;display:block;}
.s3bxhding, .s3hding2{
	font-weight:300;
	font-size:26px;
	line-height:30px;
	color:#5d4e82;
	text-align:left;
	padding:58px 0 0 0;
}
.s3hding2{padding:58px 0 0 18px;}
.s3bxtxt{
	text-align:left;
	padding:110px 0 0 0;
}
ul.s3list{padding:10px 0 0 18px;}
ul.s3list li{
	position:relative;
	padding:0 0 0 62px;
	margin:22px 0 0 0;
}
ul.s3list li img{
	position:absolute;
	left:0;
	top:0;
}
.s3lhding{	
	font-size:24px;
	line-height:28px;
	text-align:left;
}
.s3ltxt{padding:8px 0 0 0;text-align:left;}
@media only screen and (max-width: 1179px){
.s3bxhding{padding:50px 0 0 0;}
.s3hding2{padding:48px 0 0 18px;}
ul.s3list {padding: 0 0 0 10px;}
.s3bx1, .s3bx2{width:100%; text-align:center;}
}
@media only screen and (max-width: 1013px){
.sec3{padding:50px 0;}
.s3bx2{margin:25px auto 0 auto;}
.s3bx1-lft, .s3bx1-rgt{width:100%;margin:10px 0 0 0; text-align:center;}
.s3bx1-rgt{padding:0 80px;}
.s3bxhding, .s3bxtxt{text-align:center;}
.s3bxhding, .s3hding2{padding:20px 0 0 0;}
.s3bxtxt{padding:12px 0 0 0;}
ul.s3list {padding: 0 0 0 0;}
ul.s3list li {padding: 0 0 0 52px;}
.s3lhding {
    font-size: 22px;
    line-height: 26px;   
}
}
@media only screen and (max-width: 767px){
.sec3{padding:35px 0;}
.s3bximg{max-width:400px;}
.s3bx1-rgt{padding:0 0;}
}
@media only screen and (max-width: 479px){
ul.s3list {padding: 0 0 0 0;}
ul.s3list li {
    padding: 0 0 0 46px;
    margin: 22px 0 0 0;
}
.s3bximg{max-width:320px;}
}
@media only screen and (max-width: 359px){
.s3bximg{max-width:100%;}
}