@media (min-width: 1200px) {.index {width: 1400px;margin:auto;text-align:center;padding:50px 0;}}
.index h3 , .index .txt1 , .index .txt2 ,  .index .txt3 {font-size:40px;font-weight:bold;}
.index h4 ,  .index .txt4 {font-size:20px;}
.index .txt1 {color:#8abc43;}
.index .txt2 {color:#ed9311;}
.index .txt3 {color:#0068b7;}
.index .txt4 {color:#ff0000;}
.index .h50 {height:50px;}
.index .box1 {background:#8abc43;}
.index .box2 {background:#ed9311;}
.index .box3 {background:#4296d3;}
.index .box1 p , .index .box2 p , .index .box3 p {color:#fff;font-size:20px;font-weight:bold;padding:15px 0;}
@media (max-width: 1199px) {
	.index {text-align:center;padding:50px 0;}
	.index .box1 , .index .box2 , .index .box3 {width:80%;margin:auto;}
}