input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

label.error {
    color: #bf6464;
    padding-top: 5px;
    display: block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #c1232c !important;
    background-color: #c1232c;
    color: #fff;
}

.float-right {
    float: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.color-primary {
    color: #c1232c;
}

.text-primary {
    color: #c1232c;
}

.text-warning {
    color: #ffa367;
}

.text-danger {
    color: #c1232c;
}

.text-info {
    color: #aaa;
}

.text-success {
    color: #28C445;
}

.text-default {
    color: #666;
}

.text-bai {
    color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #c1232c !important;
    background-color: #c1232c !important;
    color: #fff;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
}


.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line10 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

html {
    font-size: 100px;
}

body {
    color: #333;
    font-family: Arial, Microsoft YaHei, PingFang SC, SimSun, sans-serif;
    font-size: 16px;
    background: #fffaf1;
}

a {
    color: #333;
}

a:hover {
    color: #005BBF;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-content-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-items-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-140 {
    padding-bottom: 140px;
}

.padding-bottom-160 {
    padding-bottom: 160px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #005BBF;
    width: 100%;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-warm {
    background-color: #FFB800;
}

.alert {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid transparent;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.alert-info {
    background: #aaa;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert .close {
    float: right;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}


.img-responsive {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.layui-fluid {
    padding: 0;
}

.clearfix2 {
    zoom: 1;
}

.clearfix2::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix2::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.font40 {
    font-size: 40px;
}

.font36 {
    font-size: 36px;
}

.font32 {
    font-size: 32px;
}

.font30 {
    font-size: 30px;
}

.font24 {
    font-size: 24px;
}

.font22 {
    font-size: 22px;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}


.banner{
    overflow: hidden;
    position: relative;
}

.banner .logo{
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 2;
}
.banner .pic{
    position: relative;
    padding-top: 36.46%;
}
.banner .logo img{
    width: auto;
    height: 86px;
}

.xyc_desc{

}
.xyc_desc .desc_box{
    position: relative;
    border: 4px solid #BC0200;
    padding: 40px;
    margin: 10px;
}
.xyc_desc .desc_box .desc{
    line-height: 35px;
    text-align: justify;
    padding: 30px 45px;
    background: linear-gradient(180deg, #FFEACB 0%, #FFE8C5 100%);
    border-radius: 10px;
}
.xyc_desc .line_l{
    position: absolute;
    left: -15px;
    top: 34px;
    width: 15px;
    height: calc(100% - 30px);
    background: #BC0200;
    z-index: 2;
}
.xyc_desc .line_t {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 366px;
    height: 15px;
    background: #BC0200;
    z-index: 2;
}
.xyc_desc .line_r {
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
    height: 100%;
    background: #BC0200;
    z-index: 2;
}
.xyc_desc .line_b {
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: calc(100% + 30px);
    height: 15px;
    background: #BC0200;
    z-index: 2;
}

.column{
    height: 66px;
    background: url(../images/column_bg1.png) no-repeat center;
    line-height: 66px;
    text-align: center;
    font-weight: bold;
    color: #FFE99F;
}

.jyzt_list{
    overflow: hidden;
}
.jyzt_list li {
    width: 147px;
    float: left;
    margin-right: 103.6px;
    margin-bottom: 50px;
    background: url(../images/jyzt_bg.svg) no-repeat center;
    height: 122.03px;
    box-sizing: border-box;
    padding: 20px 10px 0;
    font-weight: bold;
    color: #DE2121;
    text-align: center;
    cursor: pointer;
}
.jyzt_list li:nth-child(6n) {
    margin-right: 0;
}
.jyzt_list li span{
    display: block;
    width: 100%;
}
.jyzt_list li.li3,.jyzt_list li.li10,
.jyzt_list li.li11{
    padding: 20px 15px 0;
}

.jyzt_list li.on{
    background: url(../images/jyzt_on.svg) no-repeat center;
    color: #FF5900;
}

.tjjy_box{
    overflow: hidden;
    background: url(../images/tjjy_bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 113px;
}
.tjjy_box .column{
    background: url(../images/column_bg2.png) no-repeat center;
    color: #CC252B;
}
.tjjy_box .item{
    height: 65px;
    line-height: 65px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(43, 100, 205, 0.13);
    padding: 0 20px;
}
.tjjy_box .item_name{
    margin-right: 40px;
}
.tjjy_box .item_name .red{
    color: #CC252B;
}
.tjjy_box .item_input{
    flex: 1;
}
.tjjy_box .layui-input{
    border-color: transparent;
    padding: 0;
}
.tjjy_box .item_textarea {
    height: auto;
    line-height: 2em;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(43, 100, 205, 0.13);
    padding: 20px;
    display: block;
}
.tjjy_box .item_textarea .tips{
    color: #9E9E9E;
    font-size: 14px;
}
.tjjy_box .layui-textarea{
    padding: 20px;
    border: 1px solid #EDEDED;
}

.tjjy_box .item_textarea .item_input{
    overflow: hidden;
}

.tjjy_box .item_textarea .layui-btn{
    height: 40px;
    line-height: 40px;
    float: left;
    width: auto;
    border-radius: 5px;
    background: #CC252B;
    margin-right: 10px;
    font-size: 16px;
    padding: 0 25px;
}
.tjjy_box .item_textarea .layui-btn.kssc{
    background: #FF5900;
}

.tjjy_box .item_textarea table .layui-btn{
    font-size: 14px;
    padding: 5px 10px;
    height: auto;
    line-height: normal;
    margin-right: 0;
}

#btSubmit{
    height: 65px;
    line-height: 65px;
    background: #FFCE6D;
    box-shadow: 0px 0px 10px 0px rgba(43, 100, 205, 0.13);
    color: #CC252B;
    opacity: 1;
    font-weight: bold;
}

.lxwm_box{
    font-size: 14px;
    color: #999999;
    background: linear-gradient(180deg, rgba(255, 250, 241, 0) 0%, #FFEDCC 100%);
}
.lxwm_box .null2{
    padding: 0 10px;
}
.lxwm_box .ewm{
    text-align: center;
}
.lxwm_box .ewm img{
    width: 88px;
        height: 88px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
        margin-bottom: 10px;
}

.copyright{
    background: #BC1C00;
    padding: 15px 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
}
.copyright a{
    color: #fff;
}
.copyright br{
    display: none;
}
.layui-form-select dl dd.layui-this {
    background-color: #cc6468;
    color: #fff;
}
