
/*--公共部分--*/
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
}
body {
	width:100%;
	height:100%;
	font-family:微软雅黑;
}
body,form,img,ul,ol,li,dl,dt,dd,p,tr,td,strong,span,pre {
	margin:0;
	padding:0;
	border:0;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	font-weight:normal;
}
ul,li {
	list-style:none;
}
img {
	border:0;
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table th,table td {
	border:1px solid #ccc;
}
*,:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-repeat:no-repeat;
}
article,aside,footer,header,nav,section {
	display:block;
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
	text-decoration:none;
	color:#333;
	outline:none;
	cursor:pointer;
}
a:hover {
	background-repeat:no-repeat;
	text-decoration:none;
}
.dadi_flex {
	display:-webkit-flex;
	display:flex;
}



.container{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}




.index_container{
    margin-bottom: 140px;
}
.index_banner{
    width: 100%;
    margin-bottom: 70px;
    margin-top: 124px;
}
.index_banner img{
    width: 100%;
}
.index_title{
    font-family: 微软雅黑;
    font-size: 42px;
    font-weight: bold;
    color: #ed8c05;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}
.index_title span{
    font-weight: normal;
    color: #7ab822;
}
.index_stitle{
    font-family: 微软雅黑;
    font-size: 20px;
    color: #cccccc;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}
.ABCmouse_warp{
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.ABCmouse_warp img{
    width: auto;
    max-width: 100%;
    flex-shrink: 0;
}
.ABCmouse_container{
    width: 100%;
    height: 428px;
    background-color: #eeeeee;
    box-sizing: border-box;
    padding: 80px 60px;
    padding-right: 10px;
}
.ABCmouse_container .dadi_flex{
    width: 100%;
    align-items: baseline;
}
.ABCmouse_hr{
    height: 1px;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #ffffff;
    margin: 40px 0;
}
.ABCmouse_text_warp{
    margin-left: 20px;
}
.ABCmouse_text_warp .title {
    font-family: 微软雅黑;
    font-size: 28px;
    color: #444444;
    margin-bottom: 30px;
    font-weight: normal;
}
.ABCmouse_text_warp .title span{
    font-weight: bold;
}

.dadiglobal_list{
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.dadiglobal_list img{
    width: 100%;
    margin-bottom: 15px;
}
.dadiglobal_list li{
    width: 349px;
}
.dadiglobal_list li .text{
    font-family: 微软雅黑;
    font-size: 18px;
    color: #444444;
    text-align: center;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .ABCmouse_warp{
        flex-wrap: wrap;
    }
    .ABCmouse_container{
        order:2;
        height: auto;
        padding:30px 10px
    }
    .dadiglobal_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .dadiglobal_list li{
        width: 100%;
        margin-bottom: 30px;
    }
}
