@charset "UTF-8";
/**********版权声明 start***********/
.about_banner{
    position:relative;
    width:100%;
    min-width:1280px;
    height:350px;
    overflow:hidden;
}
.about_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:350px;
    background:url("../images/about_banner.jpg") no-repeat top center;
}
.about{
    position:relative;
    margin:25px auto;
    overflow:hidden;
}
.a_left{
    position:absolute;
    left:0;
    top:0;
    width:300px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 6px 1px rgba(0,0,0,0.08);
    padding:20px;
    overflow:hidden;
    box-sizing: border-box;
}
.about_left{
    width:100%;
    background:#ffe7e8;
    border-radius:8px;
    overflow:hidden;
}
.about_left dt{
    width:100%;
    height:60px;
    line-height:60px;
    background:#c81215;
    color:#fff;
    font-size:18px;
    padding:0 25px;
    text-align:left;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about_left dt img{
    margin-right:15px;
    vertical-align: -8px;
}
.about_left dd{
    width:100%;
    text-align:center;
    padding:10px 0 40px 0;
    overflow:hidden;
}
.about_left dd a{
    position:relative;
    display:block;
    width:100%;
    height:60px;
    line-height:60px;
    font-size:17px;
    overflow:hidden;
}
.about_left dd a:last-child{
    border:0;
}
.about_left dd a.sel_red{
    color:#c81215;
}
.about_left dd a.sel_red i{
    position:absolute;
    left:0;
    top:18px;
    width:5px;
    height:24px;
    background:#c81215;
}

.a_right{
    width:100%;
    padding-left:320px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about_right{
    width:100%;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 6px 1px rgba(0,0,0,0.08);
    padding:20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about_right h1{
    width:100%;
    line-height:60px;
    background:#c81215;
    border-radius:5px;
    color:#fff;
    font-size:18px;
    padding:0 20px;
    margin-bottom:20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about_pro{
    width:100%;
    margin-top:5px;
    overflow:hidden;
}
.about_pro p{
    text-indent:28px;
    line-height:26px;
    color:#666;
    margin-bottom:10px;
}
.notice{
    width:100%;
    text-indent:26px;
    line-height:30px;
    padding:15px 10px;
    border-radius:6px;
    margin:20px 0 0;
    background:#ffe7e8;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about_pro h2{
    width:100%;
    line-height:22px;
    color:#c81215;
    font-size:16px;
    font-weight:bold;;
    border-left:5px solid #c81215;
    padding-left:13px;
    margin:10px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feedback_form{
    width:100%;
    margin-top:20px;
}
.feedback_form .layui-btn{
    height:45px;
    line-height:45px;
    background:#c81215;
    padding:0 60px;
    border-radius:5px;
    font-size:15px;
}
.feedback_form .layui-form-radio>i:hover, .layui-form-radioed>i{
    color:#c81215;
}
.layui-form-radio:hover *,
 .layui-form-radioed, .layui-form-radioed>i{
    color:#c81215;
}
.layui-form-radio>i{ margin-right:5px;}
.layui-form-radio{ margin:6px 0 0 0;}
.about_tu{
    margin-bottom:15px;
    text-align: center;
}
.about_tu img{ max-width:100%;}
/***********版权声明 end*********/