@charset "utf-8";
/* header */
.wrapper{
    background: #F5F6F9;
    min-width: 6.25rem;
    overflow: hidden;
}

/* banner */
.banner_box{
    width: 100%;
}
.banner {
    position: relative;
    overflow: auto;
    text-align: center;
    margin:auto;
    height: 2.1563rem!important;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}
.banner .dots {
    position: absolute;
    /* left: 0; */
    right: 0.0521rem;
    bottom: 0.0521rem;
}
.banner .dots li {
    display: inline-block;
    width: 0.0521rem;
    height: 0.0521rem;
    margin: 0 0.0208rem;
    text-indent: -999em;
    border: 0.0104rem solid #fff;
    border-radius: 0.0313rem;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}
.banner .arrow {
    position: absolute;
    top: 1.0417rem;
}
.banner #al {
    left: 0.0781rem;
}

.banner #ar {
    right: 0.0781rem;
}
/* END */
/* introduce */
.introduce{
    background: url('../image/home/introduce.png') center top no-repeat #FFF;
    background-size: cover;
    width: 100%;
    padding: 0.3125rem 0 0;
}
.introduce_content{
    box-sizing: border-box;
    padding: 0 0.0781rem;
    margin-left: -0.0781rem;
    margin-right: -0.0781rem;
    padding-top: 0.0521rem;
}
.introduce_content .introduce_item{
    /* display: inline-block; */
    height: 2.2917rem;
    width: 50%;
    font-size: 0;
    padding:0 0.0781rem;
    margin-bottom: 0.2604rem;
}
.introduce_content .introduce_item:nth-of-type(3),
.introduce_content .introduce_item:nth-of-type(4){
    margin-bottom: 0.1823rem !important;
}
.introduce_content .introduce_item .content{
    position: relative;
    height: 100%;
    border-bottom: 0.0417rem solid #A41C1C;
    box-shadow: 0rem 0.026rem 0.0469rem 0rem rgba(0, 0, 0, 0.2);
    background: url('../image/home/introduce_item.jpg') center top no-repeat #FFF;
    background-size: cover;
    padding: 0.25rem 0.1302rem 0;
    color: #333;
    font-size: 0.0729rem;
}
.introduce_content .position_title{
    position: absolute;
    top: -0.125rem;
    left: 0.0156rem;
    width: 100%;
}
.introduce_content .position_title span,.introduce_content .position_title h4{
    background: #A41C1C;
    display: inline-block;
    vertical-align: top;
}
.introduce_content .position_title span{
    width: 0.0938rem;
    height: 0.0938rem;
    text-align: center;
    padding: 0.0156rem 0 0 0.0208rem;
    margin-top: 0.0156rem;
    margin-right: 0.026rem;
}
.introduce_content .position_title span img{
    width: 0.0469rem;
    height: 0.0573rem;
}
.introduce_content .position_title h4{
    height: 0.2344rem;
    color: #fff;
    text-align: center;
    font-size: 0.1354rem;
    font-weight: bold;
    line-height: 0.2344rem;
    padding: 0 0.125rem;
}
.introduce_content .introduce_item .content .txt{
    font-size: 0.0833rem;
    line-height: 0.1771rem;
    text-indent: 0.1458rem;
}
.introduce_content .news_list a{
    position: relative;
    display: block;
    padding-left:0.1302rem;
    font-size: 0.0729rem;
    margin-bottom: 0.099rem;
    line-height: 1;
    white-space: nowrap;/*强制在一行显示*/
	text-overflow:ellipsis;/*设置超出内容显示...*/
	overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
}
.introduce_content .news_list span{
    position: absolute;
    left: 0;
    top: 0rem;
    height: 0.0625rem;
    width: 0.0625rem;
    background: #A41C1C;
    border-radius: 50%;
}
.introduce_content .introduce_item .video_content{
    width: 100%;
    height: 1.875rem;
    background: #000000;
}
.idear{
    padding-top: 0.3646rem;
    overflow: hidden;
    padding-top: 0.1042rem;
   
}
.idear .inner{
    padding: 0 0.0521rem;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.idear .idear_item{
    width: 49%;
    background: #FFFFFF;
    box-shadow: 0rem 0.026rem 0.0469rem 0rem rgba(0, 0, 0, 0.2);
    border-bottom: 0.0417rem solid #A41C1C;
    padding-top: 0.1458rem;
    padding: 0.1458rem 0.1563rem 0;
    
}
.idear .idear_item h2{
    line-height: 1;
    font-size: 0.1146rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.1042rem;
}
.idear .idear_item h2 span{
    display: inline-block;
    width: 0.1354rem;
    height: 0.1354rem;
    background: #A41C1C;
    vertical-align: middle;
    margin-right: 0.0469rem;
    padding: 0.0208rem 0rem 0 0.0313rem;
}
.idear .idear_item img{
    height: 0.0833rem;
    width: 0.0729rem;
}
.idear .idear_txt a{
    display: block;
    position: relative;
    font-size: 0.0729rem;
    padding-left: 0.1563rem;
    white-space: nowrap;/*强制在一行显示*/
	text-overflow:ellipsis;/*设置超出内容显示...*/
    overflow: hidden;/*一定不能少 超出的内容进行隐藏*/
    margin-bottom: 0.0781rem;
    line-height: 1.4;
}
.idear .idear_txt span{
    position: absolute;
    top: 0;
    left: 0;
    height: 0.0938rem;
    width: 0.0938rem;
    border-radius: 50%;
    text-align: center;
    line-height: 0.0938rem;
    background: #F5E5E6;
    color: #A41C1C;
}