﻿* {
    padding: 0;
    list-style: none;
    font-weight: normal;
    font-family: "pictos", Arial;
}

input,
button {
    outline: none;
    border: 0;
    border-radius: 2px;
}

a {
    text-decoration: none;
    color: #111;
    text-align: center;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#user {
    margin-top: 50px !important;
    margin-left: 121px;
}

#user_top h2 {
    font-size: 30px;
    color: #f5487a;
    font-style: italic;
    display: inline-block;
    line-height: 28px;
    margin-right: 50px;
    float: left;
    margin-top: 5px;
}

#user_top li {
    display: inline-block;
    height: 28px;
    width: 98px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-left: 30px;
    cursor: pointer
}

.user_an {
    border: 3px solid #f5487a;
    border-radius: 17px;
    color: #f5487a;
}

.set {
    display: inline-block;
    width: 78px;
    height: 26px;
    border-color: #f66060;
    border-radius: 2px;
    color: #f66060;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;
    background-color: white;
}

.set_a {
    display: inline-block;
    height: 26px;
    border-color: #f66060;
    border-radius: 2px;
    color: #f66060;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin-left: 55px;
}

.set_a:hover {
    color: #a82929;
}

.banner-box {
    height: 750px;
    width: 100%;
}

#set_set {
    float: right;
    font-size: 20px;
    width: 80px;
    margin-top: 4px;
    line-height: 26px;
}

#user_list {
    margin-top: 30px;
    cursor: pointer;
}

#user_list_a {
    width: 400px;
    height: 211px;
    overflow: hidden;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

#user_list_a div {
    display: inline-block;
}

#user_img {
    width: 184px;
    height: 211px;
    overflow: hidden;
}

#user_img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#user_img img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#user_img img {
    width:200px;
    height:200px;
}

#user_txt {
    width: 200px;
    height: 211px;
    position: absolute;
    top: 0px;
    right: 5px;
}

#user_txt h3 {
    font-size: 20px;
    color: #f5487a;
}

#user_txt button {
    cursor: pointer;
    border: 1px solid #bc1212;
    background-color: white;
    color: #f5487a;
    width: 94px;
    height: 26px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#user_txt button:hover {
    border: 1px solid #f66060;
    background-color: #f5487a;
    color: white;
}

#gg {
    width: 100%;
    margin: 30px 0 50px 0;
    cursor: pointer;
    overflow: hidden;
}

#gg img {
    width: 100%;
}

#date_top h2 {
    font-size: 30px;
    color: #f66060;
    font-style: italic;
    display: inline-block;
}

#date_top span {
    margin-left: 40px;
}

#date_list {
    margin-top: 30px;
}

#date_list_a {
    overflow: hidden;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

#date_list_a:nth-child(4) {
    float: right;
}

#date_list_a:nth-child(8) {
    float: right;
}

#date_list_a:nth-child(2) {
    margin-left: 26px;
}

#date_list_a:nth-child(3) {
    margin-left: 26px;
}

#date_list_a:nth-child(6) {
    margin-left: 26px;
}

#date_list_a:nth-child(7) {
    margin-left: 26px;
}

#date_img {
    width: 280px;
    height: 193px;
    overflow: hidden;
}

#date_img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#date_img img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#date_img img {
    width: 100%;
    height: 100%;
}

#date_txt {
    width: 280px;
}

#gg_a {
    width: 100%;
    margin: 30px 0 30px 0;
    cursor: pointer;
    overflow: hidden;
}

#gg_a img {
    width: 100%;
}

#teacher {
    height: 250px;
    overflow: hidden;
}

#teacher div {
    width: 390px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

#teacher div:nth-child(2) {
    margin-left: 15px;
}

#teacher div:nth-child(3) {
    float: right;
}

#teacher_img {
    width: 196px;
    overflow: hidden;
}

#teacher_img img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#teacher_img img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#teacher div li {
    display: inline-block;
}

#teacher_txt {
    width: 185px;
    float: right;
    height: 211px;
    position: relative;
}

#teacher_txt h3 {
    font-size: 24px;
    color: black;
    margin-bottom: 10px;
}

#teacher_txt p {
    font-size: 14px;
    color: #555;
}

.num {
    margin-top: 15px;
    color: black !important;
}

#teacher_txt button {
    width: 146px;
    height: 36px;
    border: 2px solid #f66060;
    border-radius: 17px;
    background-color: white;
    font-size: 18px;
    color: #f66060;
    margin-top: 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

#love_top {
    margin-top: 50px;
}

#love_top h2 {
    font-size: 30px;
    color: #f66060;
    font-style: italic;
    display: inline-block;
}

#love_top span {
    margin-left: 40px;
}

#love_list {
    margin-top: 30px;
}

#love_img img {
    width: 100%;
    height: 100%;
}

#love_img {
    width: 380px;
    height: 224px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    cursor: pointer;
}

#love_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 224px;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 5px;
    display: none;
    z-index: 9;
}

#love_txt h2 {
    font-size: 24px;
    color: #f66060;
    text-align: center;
    margin: 30px 0 20px 0;
}

#love_txt p {
    font-size: 14px;
    color: #505050;
    margin: 0 30px 0 30px;
}

#love_img:nth-child(3) {
    float: right;
}

#love_img:nth-child(2) {
    margin-left: 30px;
}

#love_img:nth-child(5) {
    margin-left: 30px;
}

#love_img:nth-child(6) {
    float: right;
}

#ucss {
    margin-top: 50px;
}

#ucss h2 {
    font-size: 30px;
    color: #f66060;
    text-align: center;
}

#ucss p {
    font-size: 18px;
    color: #323232;
    text-align: center;
    margin-top: 15px;
}

#ucss_img {
    width: 982px;
    height: 822px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    padding-top: 133px;
}

#ucss_img li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#ucss_img li img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#ucss_img li {
    position: absolute;
    cursor: pointer;
}

.cell_a {
    width: 134px;
    height: 124px;
    top: 0;
    left: 137px;
}

.cell_b {
    width: 130px;
    height: 259px;
    top: 0;
    left: 282px;
}

.cell_c {
    width: 272px;
    height: 124px;
    top: 0;
    right: 145px;
}

.cell_d {
    width: 271px;
    height: 125px;
    top: 134;
    left: 0px;
}

.cell_e {
    width: 130px;
    height: 125px;
    top: 134px;
    left: 423px;
}

.cell_f {
    width: 272px;
    height: 268px;
    top: 134;
    left: 565px;
}

.cell_g {
    width: 134px;
    height: 268px;
    top: 134;
    right: 0px;
}

.cell_h {
    width: 130px;
    height: 133px;
    top: 269px;
    left: 0px;
}

.cell_i {
    width: 272px;
    height: 271px;
    top: 269px;
    left: 141px;
}

.cell_j {
    width: 130px;
    height: 133px;
    top: 269px;
    left: 424px;
}

.cell_k {
    width: 130px;
    height: 128px;
    top: 413px;
    left: 424px;
}

.cell_l {
    width: 272px;
    height: 128px;
    top: 413px;
    right: 145px;
}

.cell_m {
    width: 130px;
    height: 128px;
    top: 551px;
    left: 281px;
}

.cell_n {
    width: 130px;
    height: 272px;
    top: 551px;
    left: 422px;
}

.cell_o {
    width: 130px;
    height: 128px;
    top: 551px;
    right: 288px;
}

@media screen and (min-width: 1280px) {
    .banner-box {
        height: 490px;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1366px) {
    .banner-box {
        height: 520px;
    }
}

@media screen and (min-width: 1440px) {
    .banner-box {
        height: 557px;
    }
}

@media screen and (min-width: 1680px) {
    .banner-box {
        height: 620px;
    }
}

@media screen and (min-width: 1920px) {
    .banner-box {
        height: 750px;
    }
}









/*相亲活动*/

.oe_party{width:100%; min-width:1200px; margin:0 auto; background:#fff4f1; margin-top:20px; position:relative;}
.oe_party .top{width:100%; min-width:1200px; margin:0 auto; background:url(../images/tacn/p_2.jpg) center top no-repeat; height:56px;}
.oe_party .hd{text-align:center; font-size:30px; font-weight:bold; position:relative; line-height:70px; width:1200px; margin:0 auto;}
.oe_party .hd span{display:inline-block; border-bottom:4px solid #ff3d8a; width:25px; position:absolute; left:50%; margin-left:-12px; bottom:0px;}
.oe_party .hd img{position:absolute; left:50%; margin-left:90px;}
.oe_party .hd a.so{position:absolute; right:0px; top:5px; font-weight:normal; font-size:14px; font-family: simsun,宋体; display:none;}
.oe_party:hover .hd a.so{display:inline-block;}
.oe_party .bd{width:1200px; margin:0 auto; padding-top:50px;}
.oe_party .bd dl{float:left; width:380px; height:260px; position:relative; border-bottom:6px solid #fe75ab;}
.oe_party .bd dl dt{width: 100%;height: 100%;}
.oe_party .bd dl dt a{display: block;width: 100%;height: 100%;}
.oe_party .bd dl dt img{width:100%; height:100%;object-fit: cover;}
.oe_party .bd dl.dl_2{margin:0px 28px;}
.oe_party .bd dl dd{position:absolute; left:0px; right:0px; top:0px; bottom:0px; background:url(../images/tacn/shades.png); color:#fff; padding:140px 20px 20px 20px; line-height:30px;}
.oe_party .bd dl dd a.go{position:absolute; left:0px; top:0px; right:0px; bottom:0px; z-index:3;}
.oe_party .bd dl.on dd{display:inline-block;}
.oe_party .bd dl dd h3 a{font-weight:bold; color:#fff; font-size:16px; line-height:30px; height:30px; overflow:hidden;}
.oe_party .bd{padding-bottom:120px;}
.oe_party .bd dl dd a.more{display:inline-block; width:60px;height:50px; padding-top:10px; text-align:center; background:#fff; position:absolute;  border-radius:100px; color:#fc657a; font-size:14px; line-height:20px;  position:absolute; left:50%;  bottom:-35px;  margin-left:-30px;  box-shadow:0px 3px 5px -3px #ccc;}
.oe_party .bottom{width:100%; min-width:1200px; margin:0 auto; background:url(../images/tacn/p_3.jpg) center top no-repeat; height:41px;}


