a {
    text-decoration: none;
    color: black;
}

a:link, a:visited {
    text-decoration: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    font-family: "微软雅黑";
    background-color: whitesmoke;

}

ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fb {
    float: bottom;
}

.wrap {
    width: 1520px;
    margin: 0 auto;
    min-width: 1000px;
    overflow: hidden;
}

.wrap .header-bg {
    margin: 0 auto;
    width: 1520px;
    min-width: 1000px;
    height: 92px;
    background-size: 100% 100%;
    background: darkred url(../images/bg.png) no-repeat center;
}

/*=========头部背景=========*/
.header-bg .header {
    margin: 0 auto;
    width: 1350px;
}

.header-bg .header-new {
    height: 86px;
}


 .jianjie{
    font-size: 15px;
    margin-top: 60px;
    color: white;
    background: linear-gradient(45deg, #ff0000, #ffa600, #ffe600, #ff0000);
            background-size: 400%;
            transform: translate(-50%, -50%);
    height: 30px;
    width: 150px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #3d3d3d;
    margin-left: 800px;
    text-align: center;
    line-height: 30px;
    cursor:pointer;
}

        .jianjie::before {
            content: '';
            position: absolute;
            left: -5px;
            right: -5px;
            top: -5px;
            bottom: -5px;
            background: linear-gradient(45deg, #ff0000, #ffa600, #ffe600, #ff0000);
            background-size: 400%;
            border-radius: 50px;
            filter: blur(10px);
            z-index: -1;
        }

        .jianjie::before, .jianjie {
            animation: sun 20s infinite;
        }


        @keyframes sun {
            100% {
                background-position: -400% 0;
            }
        }
.header .frhead {
    margin-top: 45px;
    width: 239px;
    height: 25px;
}

.header .frhead .search{
    border-radius: 10px;
    height: 25px;
    width: 60px;
    background-color: #b71d22;
    color: white;
    border: none;
}

#showkeycode272931{
    border-radius: 10px;
    height: 25px;
    border: none;
    text-indent:1em;
}




.info {
    background-color: #b71d22;
    color: white;
    height: 40px;
    border-bottom: 3px solid darkred;
}

.info .info-box {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}

.info p {
    width: 850px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}

.info .open {
    margin-top: 6px;
    font-size: small;
    font-weight: 200;
    text-align: center;
    width: 60px;
    height: 20px;
    line-height: 20px;
    border: 2px solid white;
    border-radius: 5px;
}

/*=========================*/

/*=========首页导航=========*/
/*.nav {
    background-color: #b71d22;
    height: 50px;
    width: 1520px;
    margin: 0 auto;

}*/

/*=========================*/

/*=========主体第一部分======*/
.one-container {
    background-color: whitesmoke;
    padding: 50.4px 50px;
    width: 1420px;
    margin: 0 auto;
}

.one-container .bg-image {
    width: 710px;
    height: 416px;
    background-image: url(../img/one-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.one-container .text {
    width: 710px;
    height: 416px;
    color: #5c5c5c;
    background-color: white;
    overflow: hidden;

}


.one-container .text h1 {
    margin-top: 5px;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
}

.one-container .text p {
    line-height: 35px;
    margin: 10px auto;
    width: 74%;
    font-size: 21px;
    text-indent: 2em
}

.banner {
    width: 100%;
    height: 194.8px;
    background-color: #b71d22;
}
.banner table{
    margin: 0 auto;
}

.s_banner{
    height: 194.8px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}
.s_banner_l{
    background-image: url(../img/s_banner_l.png);
}
.s_banner_r{
    background-image: url(../img/s_banner_r.png);
}
.bg-red {
    background-color: #b71d22;
    height: 13px;
    width: 100%;
    opacity: 0.6;
}

.plus-height {
    height: 100px;
}

.bg-white {
    background-color: white;
    height: 18px;
    width: 100%;
}
.footer-bg{
    margin: 0 auto;
    width: 1520px;
    min-width: 1000px;
    height: 98px;
    background-size: 100% 100%;
    background: darkred url(../images/bottom-img.jpg) no-repeat center;
}
/*=========================*/
/*========弹出层样式=========*/

body .my-iframe .layui-layer-title{background:#c00; color:#fff; border: none;}
body .my-iframe .layui-layer-btn{border-top:1px solid #E9E7E7}
body .my-iframe .layui-layer-btn a{background:#333;}
body .my-iframe .layui-layer-btn .layui-layer-btn1{background:#999;}
/*=========================*/
