* {
    box-sizing: border-box;
    font-family: 'PingFangSC-Regular', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', sans-serif;
}



html,
body,
div,
p,
span,
font,
em,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
input,
button,
a {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    color: #333;
}



ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    /*color: #bb1d23;*/
    cursor: pointer;
}

img {
    border: 0px;
    vertical-align: top;
}

em,
i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}

input,
textarea,
button,
select {
    outline: none;
}
input::-webkit-input-placeholder { /* Chrome/Safari */  
    color: #808080;  
}  
input::-moz-placeholder { /* Firefox 19+ */  
    color: #808080;  
}  
input::-ms-input-placeholder { /* IE 10+ */  
    color: #808080;  
} 
.flex {
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}

.container{
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}

.swwheader{
    background: url('../images/fgwsww-banner.jpg') center top no-repeat;
    height: 362px;
}
.swwheader .logo{
    height: 40px;
    width: 480px;
    margin: 60px auto 0;
}
.swwheader .logo a:nth-child(1){
    width: 304px;
    height: 40px;
}
.swwheader .logo a:nth-child(2){
    width: 140px;
    height: 40px;
}

.swwinfo{
    background: #f9f9f9;
    height: 468px;
}

.swwinfo h1{
    font-size: 26px;
    line-height: 40px;
    font-family: "宋体";
    text-align: center;
    margin: 40px 0 30px;
}
.swwinfo h1 small{
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.swwinfo p{
    font-size: 18px;
    line-height: 2;
    text-indent: 2em;
    text-align: justify;
}
.swwtheme{
    background: #fff;
    padding: 90px 0;
}
.title{
    margin-bottom: 50px;
}
.swwtheme ul.flex{
    justify-content: start;
}
.swwtheme li{
    position: relative;
    width: 220px;
    height: 160px;
    border: 1px solid #dcdcdc;
    margin: 0 30px 30px 0;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
}
.swwtheme li:nth-child(5n){
    margin-right: 0;
}
.swwtheme li p{
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 16px 20px 22px;
    line-height: 30px;
    z-index: 2;
}
.swwtheme li strong{
    font-size: 22px;
}
.swwtheme li span{
    position: absolute;
    right: 22px;
    bottom: -38px;
    font-size: 100px;
    text-align: right;
    color: #f6f6f6;
    z-index: 1px;
    overflow: hidden;
}
.swwtheme li:hover,.swwtheme li.cur{
    background: #ce1c19;
    color: #fff;
}
.swwtheme li:hover span,.swwtheme li.cur span{
    color: #f7e9d0;
    opacity: 0.2;
}
.jianyan{
    background: url('../images/fgwsww-bottom.png') center bottom no-repeat;
    padding-bottom: 120px;
}
.jianyan dt{
    font-size: 22px;
    color: #ce1c19;
    border-left: 3px solid #ce1c19;
    padding-left: 14px;
    margin-bottom: 22px;
}
.jianyan dd > div.flex{
    margin-bottom: 25px;
}
.jianyan dd div.flex{
    justify-content: space-between;
}
.jianyan dd .col{
    display: flex;
    justify-content: space-between;
}
.jianyan dd .group{
    position: relative;
    border: 1px solid #dcdcdc;
    height: 37px;
    display: flex;
    justify-content: start;
    padding: 2px 2px 2px 17px;
}
.jianyan dd .group span.num{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.jianyan dd .group span.num em{
    color: #015293;
}
.jianyan dd .group span.errortip{

    position: absolute;
    left: 0;
    bottom: -18px;
    padding-left: 17px;
    font-size: 12px;
    color: #ce1c19;
}
.jianyan dd .group1{
    display: block;
    height: auto;
}

.jianyan dd div.flex .col1 .group{
    width: 590px;
}
.jianyan dd div.flex .col1.yzm .group{
    width: 450px;
}
.jianyan dd div.flex .col1.yzm p{
    width: 270px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    padding-left: 20px;
}
.jianyan dd div.flex .col1.yzm p img{
    width: 100px;
    height: 37px;
    margin-right: 20px;
}
.jianyan dd div.flex .col1.yzm p span{
    color: #ce1c19;
    cursor: pointer;
}
.jianyan dd div.flex .col2{
    width: 590px;
}
.jianyan dd div.flex .col2 .group{
    width: 285px;
}
.jianyan dd div.flex.col3 .group{
    width: 100%;
}

.jianyan dd div.flex label{
    line-height: 35px;
    flex: 0 0 auto;
    color: #ce1c19;
    font-size: 18px;
    line-height: 31px;
}
.jianyan dd div.flex input{
    width: 100%;
    font-size: 18px;
    line-height: 31px;
    border: 0;
}

.jianyan dd div.flex textarea{
    display: block;
    width: 100%;
    height: 160px;
    border: 0;
    font-size: 18px;
}
.jianyan dd div.flex div.option{
    
    width: 100%;
    width: 100%;
    font-size: 18px;
}
.jianyan dd div.flex div.option span{
    display: block;
    width: 100%;
    background: url('../images/fgwsww-down.jpg') right top no-repeat;
    height: 31px;
    line-height: 31px;
    cursor: pointer;
    color: #808080;
}
.jianyan dd div.flex div.option ul{
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    top: 37px;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 10px 0;
    z-index: 1;
}
.jianyan dd div.flex div.option ul li{
    padding-left: 71px;
    cursor: pointer;
}

.jianyan dd button{
    display: block;
    width: 260px;
    height: 45px;
    border-radius: 22px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border: 0;
    margin: 60px auto 0;
    background: #ce1c19;
    cursor: pointer;
}


.mask{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9;
}
.popupmsg{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: 250px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 65px 30px 0;
    z-index: 10;
}

.popupmsg a.close{
    position: absolute;
    right: 24px;
    top: 24px;
    background: url('../images/fgwsww-close.png') left top no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.popupmsg strong{
    display: block;
    margin-top: 20px;
    font-size: 18px;
}

.popupmsg p{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
}