@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 7, ../sass/index.scss */
/* line 9, ../sass/index.scss */
/* line 10, ../sass/index.scss */
/* line 11, ../sass/index.scss */
.hzs {
    margin-top: 40px;
}
/* line 15, ../sass/index.scss */
.hzs .title div {
    display: inline-block;
    vertical-align: middle;
}
/* line 20, ../sass/index.scss */
.hzs .title .text {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ee485c;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
/* line 31, ../sass/index.scss */
.hzs .title .rowline {
    width: 828px;
    height: 1px;
    margin: 0 30px;
    background: #dbe4e8;
}
/* line 39, ../sass/index.scss */
.hzs .list {
    margin-top: 30px;
}
/* line 42, ../sass/index.scss */
.hzs .list .opt {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    width: 280px;
    height: 400px;
    border: 1px solid #efefef;
    margin: 0 6px;
}
/* line 51, ../sass/index.scss */
.hzs .list .opt .img-div {
    width: 280px;
    height: 210px;
    font-size: 0;
    /* 解决图片垂直垂直居中bug */
    overflow: hidden;
}
/* line 59, ../sass/index.scss */
.hzs .list .opt .img-div img {
    cursor: pointer;
}
/* line 64, ../sass/index.scss */
.hzs .list .opt .info {
    padding: 15px 30px;
}
/* line 67, ../sass/index.scss */
.hzs .list .opt .info h5 {
    font-size: 20px;
    color: #444d52;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* line 76, ../sass/index.scss */
.hzs .list .opt .info p {
    font-size: 14px;
    color: #848e94;
    height: 75px;
    line-height: 25px;
    margin-bottom: 15px;
    word-break: break-all;
    overflow: hidden;
}


/* line 126, ../sass/index.scss */
.p-class {
    padding: 20px 0;
    background-color: #ee485c;
}
/* line 130, ../sass/index.scss */
.p-class .title {
    float: left;
    display: inline;
    width: 130px;
    height: 120px;
    line-height: 120px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
/* line 140, ../sass/index.scss */
.p-class .title i {
    margin-left: 25px;
}
/* line 145, ../sass/index.scss */
.p-class .tab-div {
    float: left;
    display: inline;
    padding: 5px 20px;
    font-size: 0px;
}
/* line 151, ../sass/index.scss */
.p-class .tab-div > ul {
    width: 1000px;
}
/* line 154, ../sass/index.scss */
.p-class .tab-div > ul > li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 10px 20px;
}
/* line 162, ../sass/index.scss */
.p-class .tab-div > ul > li > a {
    display: block;
    padding: 0 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #ec8b97;
    text-align: center;
}
/* line 170, ../sass/index.scss */
.p-class .tab-div > ul > li > a:hover {
    color: #444d52;
    background-color: #fff;
}
/* line 176, ../sass/index.scss */
.p-class .tab-div > ul > li .angel {
    position: absolute;
    z-index: 999;
    left: 50%;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent transparent;
}
/* line 186, ../sass/index.scss */
.p-class .tab-div > ul > li:hover > a {
    color: #444d52;
    background-color: #fff;
}
/* line 191, ../sass/index.scss */
.p-class .tab-div > ul > li:hover .angel {
    border-color: #fff transparent transparent transparent;
}
/* line 195, ../sass/index.scss */
.p-class .tab-div > ul > li:hover ul {
    display: block;
}
/* line 200, ../sass/index.scss */
.p-class .tab-div > ul > li .forWidth {
    float: left;
    height: 0;
    border: 1px solid transparent;
    overflow: hidden;
}
/* line 206, ../sass/index.scss */
.p-class .tab-div > ul > li .forWidth p {
    padding: 0 20px;
}
/* line 211, ../sass/index.scss */
.p-class .tab-div > ul > li ul {
    position: absolute;
    z-index: 998;
    display: none;
    left: -1px;
    border: 1px solid #ec8b97;
    border-radius: 3px;
}
/* line 219, ../sass/index.scss */
.p-class .tab-div > ul > li ul li {
    line-height: 35px;
    border-top: 1px solid #f5c2c9;
}
/* line 223, ../sass/index.scss */
.p-class .tab-div > ul > li ul li:first-child {
    border: none;
}
/* line 227, ../sass/index.scss */
.p-class .tab-div > ul > li ul li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    background-color: #ec8b97;
    text-align: center;
}
/* line 234, ../sass/index.scss */
.p-class .tab-div > ul > li ul li a:hover {
    color: #ffe6e6;
}

/* line 246, ../sass/index.scss */
.core {
    margin-top: 50px;
}
/* line 250, ../sass/index.scss */
.core .title div {
    display: inline-block;
    vertical-align: middle;
}
/* line 255, ../sass/index.scss */
.core .title .text {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ee485c;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
/* line 266, ../sass/index.scss */
.core .title .rowline {
    width: 918px;
    height: 1px;
    margin: 0 30px;
    background: #dbe4e8;
}
/* line 274, ../sass/index.scss */
.core .tab-div {
    margin-top: 20px;
    text-align: center;
}
/* line 278, ../sass/index.scss */
.core .tab-div ul li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #cbcbcd;
    border-radius: 2px;
    padding: 0 15px;
    margin: 10px 0 10px 20px;
    cursor: pointer;
}
/* line 288, ../sass/index.scss */
.core .tab-div ul li a {
    color: #444d52;
}
/* line 292, ../sass/index.scss */
.core .tab-div ul li .angel {
    position: absolute;
    top: 30px;
    left: 45%;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent transparent;
}
/* line 301, ../sass/index.scss */
.core .tab-div ul li.l-active {
    background-color: #ee485c;
    border: 1px solid #ee485c;
}
/* line 305, ../sass/index.scss */
.core .tab-div ul li.l-active a {
    color: #fff;
}
/* line 309, ../sass/index.scss */
.core .tab-div ul li.l-active .angel {
    border-color: #ee485c transparent transparent transparent;
}
/* line 316, ../sass/index.scss */
.core .list-window {
    max-height: 495px;
    margin-top: 20px;
    overflow: hidden;
}
/* line 321, ../sass/index.scss */
.core .list-window .list {
    padding-left: 5px;
}
/* line 324, ../sass/index.scss */
.core .list-window .list [data-hook="part"] {
    max-height: 495px;
    overflow: hidden;
    text-align: center;
    /*display: none;*/
}
.core .list-window .list [data-hook="part"]:first-child {
    /*display: block;*/
}
/* line 330, ../sass/index.scss */
.core .list-window .list .opt {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    line-height: 220px;
    border: 1px solid #efefef;
    margin: 0 6px 25px 6px;
    overflow: hidden;
}
/* line 340, ../sass/index.scss */
.core .list-window .list .opt img {
    width: 100%;
}
/* line 344, ../sass/index.scss */
.core .list-window .list .opt a {
    position: absolute;
    top: 0;
    left: 0;
    width: 221px;
    color: #fff;
    text-align: center;
    font-size: 0px;
    z-index: 2;
}
/* line 354, ../sass/index.scss */
.core .list-window .list .opt a:hover {
    font-size: 16px;
}
/* line 357, ../sass/index.scss */
.core .list-window .list .opt a:hover + .bg {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/* line 365, ../sass/index.scss */
.core .list-window .list .opt .bg {
    position: absolute;
    top: 0;
    width: 221px;
    height: 221px;
}

/* line 377, ../sass/index.scss */
.advantage {
    position: relative;
    height: 550px;
    padding: 45px 0;
    background-color: #f6f6f6;
    overflow: hidden;
}
/* line 385, ../sass/index.scss */
.advantage .title div {
    display: inline-block;
    vertical-align: middle;
}
/* line 390, ../sass/index.scss */
.advantage .title .text {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ee485c;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
/* line 401, ../sass/index.scss */
.advantage .title .rowline {
    width: 978px;
    height: 1px;
    margin-left: 30px;
    background: #dbe4e8;
}
/* line 409, ../sass/index.scss */
.advantage .l-part {
    position: relative;
}
/* line 412, ../sass/index.scss */
.advantage .l-part a {
    display: block;
    margin-top: 35px;
}
/* line 418, ../sass/index.scss */
.advantage .ad-bg {
    position: absolute;
    width: 100%;
    text-align: center;
}
/* line 423, ../sass/index.scss */
.advantage .ad-bg img {
    width: 100%;
    vertical-align: top;
}

/* line 431, ../sass/index.scss */
.zjjh {
    float: left;
    display: inline;
    width: 550px;
    margin-top: 30px;
}
/* line 438, ../sass/index.scss */
.zjjh .title div {
    display: inline-block;
    vertical-align: middle;
}
/* line 443, ../sass/index.scss */
.zjjh .title .text {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ee485c;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
/* line 454, ../sass/index.scss */
.zjjh .title .rowline {
    width: 288px;
    height: 1px;
    margin: 0 15px;
    background: #dbe4e8;
}
/* line 462, ../sass/index.scss */
.zjjh .content {
    padding: 30px 35px;
}
/* line 465, ../sass/index.scss */
.zjjh .content .zj-img-div {
    width: 460px;
    height: 210px;
    border: 1px solid #efefef;
    /*font-size: 0;*/
    /* 解决图片垂直垂直居中bug */
    overflow: hidden;
}
/* line 477, ../sass/index.scss */
.zjjh .content .zj-img-div img {
    cursor: pointer;
}
/* line 482, ../sass/index.scss */
.zjjh .content p {
    font-size: 16px;
    height: 120px;
    line-height: 30px;
    color: #848e94;
    margin-top: 10px;
    overflow: hidden;
}
/* line 491, ../sass/index.scss */
.zjjh .content a {
    float: right;
    display: inline;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #ee485c;
    border-radius: 40px;
    color: #ee485c;
    text-align: center;
}

/* line 506, ../sass/index.scss */
.company-album {
    float: right;
    display: inline;
    width: 550px;
    margin-top: 30px;
    margin-right: 20px;
    position: relative;
}
/* line 515, ../sass/index.scss */
.company-album .title div {
    display: inline-block;
    vertical-align: middle;
}
/* line 520, ../sass/index.scss */
.company-album .title .text {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ee485c;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
/* line 531, ../sass/index.scss */
.company-album .title .rowline {
    width: 288px;
    height: 1px;
    margin: 0 15px;
    background: #dbe4e8;
}
/* line 539, ../sass/index.scss */
.company-album .album-div {
    height: 410px;
    margin-top: 30px;
    overflow: hidden;
}
/* line 544, ../sass/index.scss */
.company-album .album-div .opt {
    float: left;
    display: inline;
    width: 50%;
    height: 50%;
    margin-bottom: 6px;
}
/* line 551, ../sass/index.scss */
.company-album .album-div .opt .img-div {
    width: 270px;
    height: 200px;
    line-height: 200px;
    position: relative;
    overflow: hidden;
    font-size: 0;
    /* 解决图片垂直垂直居中bug */
}
/* line 561, ../sass/index.scss */
.company-album .album-div .opt .img-div img {
    width: 100%;
}
/* line 565, ../sass/index.scss */
.company-album .album-div .opt .img-div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 200px;
    color: #fff;
    text-align: center;
    font-size: 0px;
    z-index: 2;
}
/* line 576, ../sass/index.scss */
.company-album .album-div .opt .img-div a:hover {
    font-size: 14px;
}
/* line 579, ../sass/index.scss */
.company-album .album-div .opt .img-div a:hover + .bg {
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
/* line 587, ../sass/index.scss */
.company-album .album-div .opt .img-div .bg {
    position: absolute;
    top: 0;
    width: 270px;
    height: 200px;
}
/* line 597, ../sass/index.scss */
.company-album > a {
    position: absolute;
    top: 292px;
    left: -60px;
    width: 47px;
    height: 47px;
    z-index: 2;
}
/* line 606, ../sass/index.scss */
.company-album .arrow-right {
    left: 560px;
}

/* line 612, ../sass/index.scss */
.ryzz {
    padding: 30px 0;
    background-color: #f6f6f6;
}
/* line 617, ../sass/index.scss */
.ryzz .title div {
    display: inline-block;
    vertical-align: middle;
}
/* line 622, ../sass/index.scss */
.ryzz .title .text {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ee485c;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
/* line 633, ../sass/index.scss */
.ryzz .title .rowline {
    width: 918px;
    height: 1px;
    margin: 0 30px;
    background: #dbe4e8;
}
/* line 641, ../sass/index.scss */
.ryzz .ry-album {
    width: 1150px;
    margin: 30px auto 0 auto;
}
/* line 645, ../sass/index.scss */
.ryzz .ry-album .swiper-container {
    height: 210px;
}
/* line 648, ../sass/index.scss */
.ryzz .ry-album .swiper-container .img-div {
    width: 280px;
    height: 210px;
    line-height: 210px;
    font-size: 0;
    /* 解决图片垂直垂直居中bug */
    overflow: hidden;
}
/* line 657, ../sass/index.scss */
.ryzz .ry-album .swiper-container .img-div img {
    width: 100%;
}
/* line 664, ../sass/index.scss */
.ryzz .controller {
    position: absolute;
    top: 160px;
    left: -30px;
    width: 47px;
    height: 47px;
    z-index: 2;
}
/* line 673, ../sass/index.scss */
.ryzz .arrow-right-n {
    left: 1180px;
}

/* line 679, ../sass/index.scss */
.news {
    float: left;
    display: inline;
    width: 550px;
    margin-top: 30px;
}
/* line 686, ../sass/index.scss */
.news .title div {
    display: inline-block;
    vertical-align: middle;
}
/* line 691, ../sass/index.scss */
.news .title .text {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ee485c;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
/* line 702, ../sass/index.scss */
.news .title .rowline {
    width: 288px;
    height: 1px;
    margin: 0 15px;
    background: #dbe4e8;
}
/* line 710, ../sass/index.scss */
.news .list {
    margin-top: 30px;
}
/* line 713, ../sass/index.scss */
.news .list .opt {
    margin-top: 25px;
    overflow: hidden;
}
/* line 718, ../sass/index.scss */
.news .list .img-div {
    float: left;
    display: inline;
    border: 1px solid #efefef;
    font-size: 0;
    cursor: pointer;
    /* 解决图片垂直垂直居中bug */
    overflow: hidden;
}
.news .list .img-div .news-img {
    width: 180px;
    height: 110px;
}
/* line 732, ../sass/index.scss */
.news .list .img-div img {
    width: 100%;
}
/* line 737, ../sass/index.scss */
.news .list .info {
    float: right;
    display: inline;
    width: 340px;
    height: 120px;
}
/* line 743, ../sass/index.scss */
.news .list .info h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 20px;
    color: #444d52;
}
/* line 752, ../sass/index.scss */
.news .list .info p {
    margin: 15px 0;
    color: #848e94;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
/* line 761, ../sass/index.scss */
.news .list .info .operate a {
    font-size: 12px;
    color: #c8c8c8;
}
/* line 766, ../sass/index.scss */
.news .list .info .operate i {
    margin-right: 10px;
}
/* line 770, ../sass/index.scss */
.news .list .info .operate .comment {
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
/* line 775, ../sass/index.scss */
.news .list .info .operate .time {
    padding-left: 10px;
}

/* line 784, ../sass/index.scss */
.questions {
    float: right;
    display: inline;
    width: 550px;
    margin-top: 30px;
    margin-right: 20px;
    position: relative;
}
/* line 793, ../sass/index.scss */
.questions .title div {
    display: inline-block;
    vertical-align: middle;
}
/* line 798, ../sass/index.scss */
.questions .title .text {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ee485c;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
/* line 809, ../sass/index.scss */
.questions .title .rowline {
    width: 288px;
    height: 1px;
    margin: 0 15px;
    background: #dbe4e8;
}
/* line 817, ../sass/index.scss */
.questions .list {
    height: 260px;
    margin-top: 30px;
    overflow: hidden;
}
/* line 822, ../sass/index.scss */
.questions .list dl {
    margin-top: 20px;
    border-bottom: 1px dashed #ddd;
}
.questions .list dl:first-child {
    margin-top: 0;
}
/* line 826, ../sass/index.scss */
.questions .list dl dt {
    font-size: 18px;
    color: #444d52;
}
/* line 830, ../sass/index.scss */
.questions .list dl dt i {
    margin-right: 10px;
}
/* line 835, ../sass/index.scss */
.questions .list dl dd {
    height: 88px;
    line-height: 38px;
    color: #444d52;
    padding-left: 35px;
    overflow: hidden;
}
/* line 842, ../sass/index.scss */
.questions .list dl dd a {
    color: #444d52;
}

/* line 851, ../sass/index.scss */
.banner2 {
    position: relative;
    height: 140px;
    margin: 50px auto;
    overflow: hidden;
}
/* line 857, ../sass/index.scss */
.banner2 .ad-bg {
    position: absolute;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}
/* line 864, ../sass/index.scss */
.banner2 .ad-bg .ad-img {
    margin: 0 auto;
    overflow: hidden;
}
/* line 869, ../sass/index.scss */
.banner2 .ad-bg img {
    vertical-align: top;
}
/* line 874, ../sass/index.scss */
.banner2 .ad-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* line 884, ../sass/index.scss */
.album_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(78, 86, 91, 0.9);
    z-index: 999;
    display: none;
}
/* line 894, ../sass/index.scss */
.album_layer .content {
    width: 800px;
    margin: 0 auto;
}
/* line 898, ../sass/index.scss */
.album_layer .content .close {
    font-size: 22px;
    line-height: 35px;
    text-align: right;
}
/* line 903, ../sass/index.scss */
.album_layer .content .close a {
    color: #fff;
}
/* line 908, ../sass/index.scss */
.album_layer .content .operate {
    position: absolute;
    top: 45%;
    left: -90px;
}
/* line 914, ../sass/index.scss */
.album_layer .content .opt-next {
    left: 820px;
}

/* line 921, ../sass/index.scss */
.honor_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(78, 86, 91, 0.9);
    z-index: 999;
    display: none;
}
/* line 931, ../sass/index.scss */
.honor_layer .content {
    position: relative;
    width: 800px;
    height: 600px;
    margin: 20px auto 0 auto;
    color: #fff;
    text-align: right;
    font-size: 14px;
}
/* line 940, ../sass/index.scss */
.honor_layer .content .close {
    font-size: 22px;
    line-height: 35px;
    text-align: right;
}
/* line 945, ../sass/index.scss */
.honor_layer .content .close a {
    color: #fff;
}
/* line 950, ../sass/index.scss */
.honor_layer .content .img-div {
    height: 500px;
    line-height: 500px;
    overflow: hidden;
    font-size: 0;
    /* 解决图片垂直垂直居中bug */
    text-align: center;
}
/* line 959, ../sass/index.scss */
.honor_layer .content .img-div img {
    max-width: 800px;
    max-height: 500px;
}
/* line 965, ../sass/index.scss */
.honor_layer .content .des p {
    float: right;
    display: inline;
    width: 50%;
    line-height: 45px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* line 975, ../sass/index.scss */
.honor_layer .content .des p:first-child {
    float: left;
    text-align: left;
}
/* line 981, ../sass/index.scss */
.honor_layer .content .operate {
    position: absolute;
    top: 45%;
    left: -90px;
}
/* line 987, ../sass/index.scss */
.honor_layer .content .opt-next {
    left: 820px;
}
