*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
    min-width: 1200px;
    color: #333;
}
body,
input,
button,
select {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 14px;
    background: #fff;
}
a {
    text-decoration: none;
    outline: 0 none;
}
img {
    border: 0;
    vertical-align: middle;
}
ol,
ul,
li,
table,
tbody {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
    -webkit-appearance: none;
    appearance: none;
    font-family: '微软雅黑';
    border-radius: 0;
    outline: none;
    border: 0;
    background: none;
}
select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;

    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/

    outline: none;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear::after {
    clear: both;
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
    content: " ";
}

.disflex{
    display: flex;
    align-items: center;

}
.flex_sb{
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /*for ie9*/
}
.flex_sa{
    justify-content: space-around;
}
.flex_wrap{
    flex-wrap:wrap;
}
.activityCon {
    min-width: 1100px;
    background: #f7f7f7;
}

.actSecCon {
    position: relative;
    z-index: 1;
    width: 1024px;
    margin: 0 auto;
}
.bannerBox{
    position: relative;
}
.bannerBg{
    position: relative;
    width: 100%;
}
.bannerBg .bg{
    height: 193px;
    background-position: center top;
    background-repeat: no-repeat;
}
.bannerBg .bg1{ background-image:url(../images/cs_bg1.jpg); }
.bannerBg .bg2{ background-image:url(../images/cs_bg2.jpg); }
.bannerBg .bg3{ background-image:url(../images/cs_bg3.jpg); }
.bannerBg .bg4{ background-image:url(../images/cs_bg4.jpg); }
.bannerBg .bg5{ background-image:url(../images/cs_bg5.jpg); }
.formBox{
    position: absolute;
    left: 0;
    right: 0;
    width: 980px;
}
.form{
    background-color:#7d7d80;
    padding: 10px;
    border-radius: 5px;
}
.form .iconfont{
    color:#FFC107;
    font-size: 30px;
    float: left;
}
.form-group{
    background: #ffffff;
    padding:7px;
    width: 42%;
    margin: 5px;
    position: relative;
    border-radius: 5px;
    height: 51px;
    line-height: 51px;
}
.form-group input{
    background: none;
    color: #333;
    font-size: 16px;
    padding-left: 5px;
    height: 40px;
    line-height: 40px;
    width: 92%;
    float: left;
    /* border: 1px solid #fbf8f8; */
}
.form-group input::placeholder{
    color: #333;
}
.button{
    background: #FFC107;
    color: #333;
    font-size: 20px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    font-weight: bold;
    padding: 0;
    border-radius: 5px;
    letter-spacing: 2px;
    cursor: pointer;
}
.checked label{
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding: 12px 0;
    float: left;
    margin-left: 14px;
    color: #333;
}
.checked label.on{
    color: #FFC107;
    font-weight: bold;
}
.checked label i {
    width: 16px;
    height: 16px;
    background: #e2e2e2;
    float: left;
    border-radius: 50%;
    float: left;
    margin: 2px 4px 0 0;
}
.checked label.on i {
    background: #FFC107;
    position: relative;
}
.checked label.on em{
    width: 10px;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.leftBox{

    width: 46%;

    padding: 6% 0 0 0;
}
.rightBox{
    width: 39%;
}
.rightBox img{
    width: 100%;
}
.tag li{
    margin: 10px;
}
.tag li .iconfont{
    font-size: 16px;
    color: #fff;
    width: 26px;
    height: 26px;
    background: #efb508;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-right: 5px;
}
.leftBox h3{
    font-size: 22px;
}
.leftBox p{
    line-height: 1.5;
    margin-top: 10px;
    font-size: 16px;
}
.icon-bg1{
    background: #36ad9e!important;
}

.icon-bg3{
    background:#1ac2e7!important;
}
