.header {
    width: 100%;
    position: absolute;
    z-index: 999;
    height: 120px;
    transition: 0.6s;
}

.phone_text img {
    display: none;
}

.header .centerBox {
    height: 100%;
}

.logo {
    padding: 16px 0;
    height: 100%;
    width: 18%;
}

.logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.logo a img {
    max-width: 100%;
    max-height: 100%;
}

.nav {
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: 0.6s;
    padding: 40px 0;
    margin-right: 20px;
}

.nav ul {
    overflow: hidden;
    white-space: nowrap;
}

.nav ul li {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    padding: 0 1.4%;
    display: inline-block;
    vertical-align: top;
}

.nav ul li a {
    display: block;
}

.nav ul li .erji {
    display: none;
    padding-top: 40px;
    left: -56%;
    width: 180px;
    position: absolute;
    z-index: 999;
    top: 40px;
}

.nav ul li .erji:after {
    position: absolute;
    content: "▼";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #f0a3b3;
    font-size: 14px;
    line-height: 14px;
}

.nav ul li .erji dl {
    background: #fff;
    padding-bottom: 8px;
}

.nav ul li .erji dd {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.nav ul li .erji dd:hover,
.nav ul li .erji dd.active {
    color: #f0a3b3;
}

.phone {
    width: 12%;
    text-align: right;
}

.phone_text {
    padding: 36px 0;
    text-align: left;
    display: inline-block;
}

.phone_text p {
    color: #e4007f;
    font-size: 14px;
    line-height: 24px;
}

.phone_text span {
    color: #e4007f;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.menu {
    margin: 47px 0;
    height: 26px;
    cursor: pointer;
}

.menu img {
    height: 100%;
    display: block;
}

.header.active {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    transition: 0.6s;
}

.nav.active {
    opacity: 1;
    visibility: visible;
    width: 65%;
    transition: 0.6s;
}

.nav.on ul {
    overflow: unset;
}

.banner {
    position: relative;
}

.banner img,
.banner_img img {
    width: 100%;
    display: block;
}

.banner_img {
    width: 100%;
}

.banner .pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #edd3db;
    border-radius: 100%;
    display: inline-block;
    margin: 0 10px;
    opacity: 1;
}

.banner .pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #f0a3b3;
}

.banner .pagination {
    bottom: 20px;
}

.footer {
    padding: 20px 0 10px;
    background: #fdf6f7;
}

.fot_nav {
    padding-right: 30px;
    width: 21%;
}

.fot_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 4px;
}

.fot_nav ul li {
    font-size: 14px;
    line-height: 30px;
    margin-right: 20px;
    display: inline-block;
}

.fot_nav ul li .img {
    display: none;
}

.fot_nav ul li a {
    display: block;
}

.fot_contact {
    padding-right: 30px;
    width: 25%;
}

.fot_contact .txt,
.fot_contact .txt * {
    font-size: 14px;
    line-height: 30px;
}

.fot_link {
    padding-right: 20px;
    width: 28%;
}

.fot_link ul li {
    font-size: 14px;
    line-height: 30px;
}

.fot_link ul li a {
    display: block;
}

.fot_wechat {
    width: 26%;
    text-align: right;
}

.fot_wechat ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 48%;
}

.fot_wechat ul li:first-child {
    margin-left: 0;
}

.fot_wechat ul li img {
    width: 80%;
    display: inline-block;
    margin-top: 14px;
}

.fot_cop {
    font-size: 14px;
    line-height: 24px;
    background: #f7d1d9;
    text-align: center;
    padding: 12px 20px;
    color: #fff;
}

.site {
    background: #fdf6f7;
    height: 50px;
    width: 100%;
}

.site a {
    font-size: 14px;
    line-height: 50px;
    color: #666;
}

.shi_nav {
    padding: 40px 0;
}

.shi_nav ul li {
    border: 1px solid #f0a3b3;
    border-left: 0;
    box-sizing: border-box;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #f0a3b3;
}

.shi_nav ul li:first-child {
    border-left: 1px solid #f0a3b3;
}

.shi_nav ul li a {
    display: block;
}

.shi_nav ul li.active,
.shi_nav ul li:hover {
    background: #f0a3b3;
    color: #fff;
}

.shi_ys {
    font-size: 0;
    background: #fdf6f7;
}

.shi_ys img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.shi_ys .shi_text {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.shi_ys .text {
    width: 600px;
    padding-left: 98px;
}

.shi_ys .text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    color: #f0a3b3;
}

.shi_ys .text h4 {
    font-size: 14px;
    line-height: 28px;
    color: #f0a3b3;
    text-transform: uppercase;
}

.shi_ys .text .text_ul {
    margin-top: 40px;
}

.shi_ys .text ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 18%;
}

.shi_ys .text ul li {
    margin-bottom: 26px;
}

.shi_ys .text ul li:last-child {
    margin-bottom: 0;
}

.shi_ys .text ul li p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.shi_ys .text ul li .txt,
.shi_ys .text ul li .txt * {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.shi_choose .shi_text .text {
    padding: 0 98px 0 0;
    float: right;
}

.shi_ys .choose_sj, .anli_sj {
    display: none;
}

.shi_lc {
    padding-top: 96px;
}

.yun_title {
    text-align: center;
}

.yun_title h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    color: #f0a3b3;
}

.yun_title h4 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #f0a3b3;
}

.lc_list {
    margin-top: 36px;
}

.lc_list ul {
    font-size: 0;
    text-align: justify;
    margin-bottom: 40px;
}

.lc_list ul:nth-child(2) {
    text-align: center;
}

.lc_list ul li {
    width: 124px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.lc_list ul li:after {
    position: absolute;
    content: "";
    background: url(../images/yj.png) no-repeat center;
    background-size: 100%;
    width: 24px;
    height: 90px;
    top: 0;
    right: -46%;
}

.lc_list ul.lc_list_b li {
    margin-right: 8%;
}

.lc_list ul.lc_list_a li:nth-last-child(2) {
    margin-right: 0;
}

.lc_list ul.lc_list_b li:last-child {
    margin-right: 0;
}

.lc_list ul.lc_list_a li:nth-last-child(2):after,
.lc_list ul.lc_list_b li:last-child:after {
    display: none;
}

.lc_list ul li.last,
.yi_list ul li.last,
.an_list ul li.last,
.contact_list ul li.last,
.contact_wechat ul li.last {
    box-shadow: none;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.lc_list ul li img {
    width: 90px;
    display: inline-block;
}

.lc_list ul li p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}

.shi_he {
    padding: 46px 0 50px;
}

.he_site {
    margin-top: 32px;
    margin-bottom: 18px;
}

.he_site img {
    float: left;
    height: 24px;
    margin-top: 3px;
    display: block;
}

.he_site p {
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #f4beca;
    float: right;
}

.he_list ul {
    text-align: justify;
}

.he_list ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.he_list ul li .img {
    position: relative;
}

.he_list ul li img {
    object-fit: cover;
    width: 100%;
}

.he_list ul li .img .bj {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 5%;
}

.he_list ul li:hover .img .bj {
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
}

.he_list ul li:hover p {
    text-decoration: underline;
}

.he_list ul li .img .bj span {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.he_list ul li .img .bj span:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #333;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.he_list ul li .img .bj .txt,
.he_list ul li .img .bj .txt * {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.he_list ul li .img .bj .txt {
    margin-bottom: 24px;
}

.he_list ul li .img .bj i {
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.he_list ul li p {
    color: #f4beca;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.he_list ul li.last {
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.yun_more {
    display: block;
    width: 180px;
    border: 1px solid #f4beca;
    box-sizing: border-box;
    height: 40px;
    margin: 30px auto 0;
    font-size: 14px;
    text-align: center;
    color: #f4beca;
    line-height: 38px;
}

.yun_more:hover {
    background: #f0a3b3;
    color: #fff;
}

.shi_yi {
    padding: 46px 0 100px;
}

.yi_list {
    margin-top: 40px;
}

.yi_list ul {
    text-align: justify;
}

.yi_list ul li {
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

.yi_list ul li .img {
    transition: 0.4s;
    overflow: hidden;
    display: block;
    width: 100%;
}

.yi_list ul li .img:hover {
    transition: 0.4s;
    background-position: top 5% center !important;
    background-size: 110% !important;
}

.yi_list ul li .text {
    width: 89%;
    margin: auto;
    padding: 14px 0;
    border-bottom: 1px dashed #ddd;
}

.yi_list ul li .text_left p {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #f4beca;
    margin-bottom: 8px;
}

.yi_list ul li .text_left span {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}

.yi_list ul li .text_zi {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    display: block;
    background: #f4beca !important;
    margin: 0 auto 16px;
    transition: 0.4s;
}

.yi_list ul li .txt {
    padding: 16px 0 0;
    width: 89%;
    margin: 0 auto 4px;
}

.yi_list ul li .txt,
.yi_list ul li .txt * {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-align: center;
}

.yi_list ul li .txt {
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.shi_anli {
    padding: 56px 0 60px;
}

.an_list {
    margin-top: 34px;
}

.an_list ul {
    text-align: justify;
}

.an_list ul li {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
    width: 32%;
}

.an_list ul li img {
    width: 100%;
    object-fit: cover;
}

.an_list ul li .text {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.an_list ul li .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.an_list ul li .text span {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.an_list ul li:hover .text {
    background: #f0a3b3;
    color: #fff;
}

.shi_form {
    padding: 100px 0;
}

.shi_form .img {
    position: relative;
    width: 45%;
}

.shi_form .img img {
    position: relative;
    z-index: 1;
    width: 98%;
    display: block;
    object-fit: cover;
}

.shi_form .img i {
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 10px;
    display: block;
    background: #f4beca;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}

.shi_form .text {
    width: 48%;
}

.shi_form .yun_title {
    margin-bottom: 42px;
    position: relative;
    padding-bottom: 36px;
    border-bottom: 1px solid #f0a3b3;
    text-align: left;
}

.shi_form .yun_title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 6px;
    background: #f0a3b3;
    bottom: -3px;
    left: 0;
}

.shi_form .yun_title h3 {
    color: #f4beca;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
}

.shi_form .yun_title h4 {
    font-size: 14px;
    color: #f4beca;
}

.form_box {
    position: relative;
    padding-left: 80px;
    margin-bottom: 20px;
}

.form_box span {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 40px;
}

.form_box .form_input,
.form_box .form_input input[type="text"] {
    width: 100%;
    height: 40px;
}

.form_box .form_input input[type="text"] {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 0 20px;
}

.form_box .form_input input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.form_box .form_input input[type="radio"]:checked {
    background: #f4beca;
}

.form_box .form_input label {
    cursor: pointer;
    margin-left: 18px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.form_box .form_input label:first-child {
    margin-left: 0;
}

.form_box .form_input label i {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.form_boxs {
    height: unset;
    margin-top: -10px;
}

.form_boxs .form_input {
    height: unset;
}

.form_submit {
    width: 180px;
    height: 40px;
}

.form_submit input[type="submit"] {
    background: #f0a3b3;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    cursor: pointer;
}

.he_sj, .yi_sj, .an_sj {
    display: none;
}

.fu_nav {
    padding: 40px 0;
    text-align: center;
}

.fu_nav ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f0a3b3;
    color: #f0a3b3;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 8px;
}

.fu_nav ul li.active,
.fu_nav ul li:hover {
    background: #f0a3b3;
    color: #fff;
}

.fu_nav ul li a {
    display: block;
}

.fu_js .centerBox {
    font-size: 0;
    background: #f8f8f8;
}

.fu_js .text {
    padding: 20px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.fu_js .text h3, .fu_ys h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 36px;
    position: relative;
    margin-bottom: 32px;
}

.fu_js .text h3:after,
.fu_ys h3:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}

.fu_js .text .txt,
.fu_js .text .txt * {
    font-size: 14px;
    line-height: 30px;
}

.fu_js img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.fu_ys {
    padding: 80px 0 70px;
}

.fu_ys h3 {
    text-align: center;
}

.fu_ys h3:after {
    left: 0;
    right: 0;
    margin: auto;
}

.ys_list {
    font-size: 0;
    text-align: center;
    margin: 0 -0.86%;
}

.ys_list ul li {
    display: inline-block;
    vertical-align: top;
    width: 31.6%;
    margin: 0 0.86%;
    border: 1px solid #f0a3b3;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 30px;
}

.ys_list ul li p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 15px 0;
    background: #f0a3b3;
    border-radius: 4px 4px 0 0;
}

.ys_list ul li .txt {
    padding: 16px 20px 26px;
    box-sizing: border-box;
}

.ys_list ul li .txt,
.ys_list ul li .txt * {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: left;
}

.fu_he {
    padding-top: 58px;
}

.fu_an {
    padding: 46px 0 50px;
}

.anli_list {
    margin-top: 44px
}

.anli_list ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.anli_list ul li:nth-child(3n) {
    margin-right: 0;
}

.anli_list ul li img {
    object-fit: cover;
    width: 100%;
}

.anli_list ul li h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
}

.anli_list ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 8px;
}

.anli_list ul li span {
    color: #999;
    font-size: 14px;
    line-height: 26px;
}

.anli_list ul li:hover {
    border-bottom: 2px solid #f0a3b3;
    box-sizing: border-box;
}

.anli_list ul li:hover h5 {
    color: #f0a3b3;
}

.fu_da {
    padding: 44px 0 60px;
}

.da_main {
    margin-top: 36px;
    padding: 30px 0 30px;
}

.da_list {
    width: 83%;
    margin: auto;
}

.da_more {
    width: 70px;
    height: 30px;
    border-radius: 6px;
    background: #eec4d1 !important;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    float: right;
    margin-bottom: 10px;
}

.da_list ul {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 0 18px 20px;
    float: left;
    width: 100%;
}

.da_list ul li {
    padding-top: 16px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #ddd;
}

.da_list ul li p {
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.da_list ul li p:before {
    position: absolute;
    content: "Q";
    font-size: 18px;
    color: #efa1b2;
    left: 0;
    top: 0;
    line-height: 24px;
    font-weight: normal;
    font-family: "Arial";
}

.da_list ul li .txt {
    padding-left: 22px;
    margin-right: -14px;
    position: relative;
}

.da_list ul li .txt:before {
    position: absolute;
    content: "A";
    font-family: "Arial";
    font-size: 18px;
    color: #ff0038;
    left: 0;
    top: 0;
}

.da_list ul li .txt, .da_list ul li .txt * {
    font-size: 14px;
    line-height: 24px;
}

.da_list ul li:hover p {
    color: #efa1b2;
}

.da_list ul li:hover {
    border-color: #efa1b2;
}

.fu_zi {
    padding: 36px 0 0;
}

.zi_left, .zi_right {
    width: 49%;
}

.zi_main {
    margin-top: 38px;
}

.zi_left {
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.zi_left img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 16px;
}

.zi_left h5 {
    font-size: 16px;
    color: #f0a3b3;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
}

.zi_left p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.zi_right ul li {
    font-size: 16px;
    line-height: 18px;
    padding: 18px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zi_right ul li:hover {
    color: #f0a3b3;
}

.zi_right ul li:first-child {
    padding-top: 0;
}

.zi_right .yun_more {
    margin-top: 22px;
}

.al_list {
    padding: 20px 0 100px;
}

.al_list ul li {
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(230, 203, 200, 0.48);
    margin-bottom: 22px;
    padding: 10px 12px;
}

.al_list ul li img {
    border-radius: 10px;
    width: 34%;
    float: left;
    object-fit: cover;
}

.al_list ul li a {
    display: block;
}

.al_list ul li .text {
    width: 66%;
    padding: 16px 46px 16px 40px;
}

.al_list ul li .text h3 {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
}

.al_list ul li .text p {
    height: 96px;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.al_list ul li .text span {
    margin-top: 11%;
    display: block;
    font-size: 14px;
    line-height: 30px;
}

/*.al_list ul li:hover {*/
/*    position: relative;*/
/*    color: #fff;*/
/*    background: #f0a3b3;*/
/*}*/

/*.al_list ul li:hover:after {*/
/*    position: absolute;*/
/*    content: " ";*/
/*    background: url(../images/more_08.png) no-repeat center;*/
/*    background-size: 100%;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    right: 10px;*/
/*    bottom: 10px;*/
/*}*/

#pages {
    text-align: -webkit-center;
    font-size: 14px;
    height: 30px;
    margin: 30px auto 0;
    color: #000;
}

#pages a {
    margin: 0 5px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #000;
    padding: 0 10px;
}

#pages a.a1 {
    padding: 0 10px;
}

#pages a:hover {
    background: #f0a3b3;
    color: #fff;
    border: 1px solid #f0a3b3;
    text-decoration: none
}

#pages span {
    margin: 0 5px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #f0a3b3;
    border: 1px solid #f0a3b3;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.page .noPage {
    display: inline-block;
    width: 48px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.show_header {
    display: none;
    height: 120px;
}

.al_show {
    padding-bottom: 42px;
    padding-top: 34px;
}

.al_show h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
}

.al_show h4 {
    font-size: 14px;
    text-align: center;
    color: #666;
    line-height: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efa1b2;
    margin-bottom: 10px;
}

.al_show .txt img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}

.al_show .txt,
.al_show .txt * {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.txt_img {
    margin-top: 16px;
    text-align: justify;
}

.txt_img .img {
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

.txt_img .img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.txt_img .last {
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.al_text {
    padding-bottom: 42px;
    border-bottom: 1px solid #efa1b2;
    margin-bottom: 32px;
}

.sxp span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    width: 49%;
}

.sxp span:hover {
    color: #efa1b2;
}

.xg_title h3 {
    font-size: 18px;
    line-height: 24px;
    color: #efa1b2;
}

.xg_title h4 {
    font-size: 14px;
    line-height: 24px;
    color: #efa1b2;
    text-transform: uppercase;
}

.xg_anli .anli_list {
    padding-bottom: 82px;
    margin-top: 18px;
}

.xg_anli .anli_list ul li {
    margin-bottom: 0;
}

.team_nav ul li {
    border: 2px solid #eda1b1;
    height: 40px;
    line-height: 36px;
    width: 16.66%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.team_list {
    padding-bottom: 100px;
}

.team_list ul li {
    width: 23.33%;
    margin-bottom: 20px;
    margin-right: 2.226%;
    height: 335px;
}
/* phone */
@media only screen and (max-width:767px) {
 .team_list ul li {
    height: 260px;
}

}
.team_list ul li:hover .text_zi {
    background: #e4007f !important;
    transform: scale(1.1);
    transition: 0.4s;
}

.team_list ul li:nth-child(4n) {
    margin-right: 0;
}

.team_list ul {
    font-size: 0;
    text-align: left;
    margin-bottom: -20px;
}

.team_show {
    padding: 40px 0;
}

.team_show img {
    width: 25%;
    display: block;
}

.team_show .text {
    width: 71%;
}

.team_show .text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    border-left: 6px solid #f0a3b3;
    margin-bottom: 6px;
}

.team_show .text h4 {
    padding-left: 14px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.team_show .text h5 {
    padding-left: 14px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.team_show .text .txt {
    padding-left: 14px;
    padding-right: 26px;
}

.team_show .text .txt,
.team_show .text .txt * {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.team_zi {
    margin-top: 96px;
    text-align: right;
}

.team_zi ul li {
    margin-left: 16px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #f0a3b3;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    padding-left: 40px;
    color: #f0a3b3;
}

.team_zi ul li a {
    display: block;
}

.team_zi ul li:hover {
    color: #fff;
}

.team_zi ul li.yue {
    background: url(../images/y_f.png) no-repeat center left 50px;
    background-size: 30px;
}

.team_zi ul li.zai {
    background: url(../images/z_f.png) no-repeat center left 50px;
    background-size: 30px;
}

.team_zi ul li.yue:hover {
    background: #f0a3b3 url(../images/y_b.png) no-repeat center left 50px;
    background-size: 30px;
}

.team_zi ul li.zai:hover {
    background: #f0a3b3 url(../images/z_b.png) no-repeat center left 50px;
    background-size: 30px;
}

.xg_anli .team_list {
    margin-top: 14px;
}

.yy_list ul {
    font-size: 0;
    text-align: left;
}

.yy_list ul li {
    margin-bottom: 20px;
    width: 23.33%;
    margin-right: 2.226%;
}

.yy_list ul li:nth-child(4n) {
    margin-right: 0;
}

.yy_list .he_site {
    margin-top: 0;
}

.yy_main {
    padding-bottom: 70px;
}

.dy_list {
    padding: 0 0 80px;
}

.dy_list ul li p {
    padding-left: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #efa1b2;
    margin-bottom: 12px;
    font-weight: normal;
}

.dy_list ul li p:before {
    font-size: 30px;
    line-height: 34px;
}

.dy_list ul li .txt {
    padding: 10px 14px 24px 0;
    background: #fdf6f7;
    padding-left: 44px;
}

.dy_list ul li .txt:before {
    font-size: 30px;
    left: 8px;
    top: 10px;
}

.dy_list ul li {
    padding: 28px 0 20px;
}

.dy_list ul {
    padding: 0;
    float: unset;
}

.contact {
    padding: 40px 0 80px;
}

.contact_list {
    margin-bottom: 60px;
}

.contact_list ul {
    font-size: 0;
    text-align: justify;
}

.contact_list ul li {
    display: inline-block;
    vertical-align: top;
}

.contact_list ul li img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.contact_list ul li .text {
    margin-left: 20px;
    width: 270px;
    display: inline-block;
    vertical-align: middle;
}

.contact_list ul li .text span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.contact_list ul li .text p {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.contact_form {
    width: 58%;
}

.contact_form input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0 10px;
}

.contact_form input[type="text"]:focus {
    border-color: #eda1b1;
}

.contact_form input[type="text"]:focus::-webkit-input-placeholder {
    color: #eda1b1;
}

.contact_form textarea:focus {
    border-color: #eda1b1;
}

.contact_form textarea:focus::-webkit-input-placeholder {
    color: #eda1b1;
}

.contact_form textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    resize: none;
    padding: 10px;
    margin-bottom: 10px;
}

.contact_form input[type="submit"] {
    cursor: pointer;
    width: 140px;
    height: 40px;
    background: #eda1b1;
    color: #fff;
    font-size: 14px;
    border: none;
}

.contact_wechat {
    width: 40%;
}

.contact_wechat ul {
    text-align: justify;
}

.contact_wechat ul li {
    text-align: center;
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.contact_wechat ul li img {
    width: 100%;
    border: 2px solid #eda1b1;
    box-sizing: border-box;
}

.contact_wechat ul li p {
    font-size: 16px;
    line-height: 38px;
    font-weight: bold;
}

.map {
    width: 100%;
    height: 300px;
    margin-top: 20px !important;
}

.fm_page {
    text-align: center;
    padding: 26px 0 104px;
}

.fm_page h3 {
    position: relative;
    font-size: 36px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}

.fm_page h3:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 2px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.fm_page .txt {
    width: 46%;
    margin: auto;
}

.fm_page .txt,
.fm_page .txt * {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.fm_lc {
    padding: 56px 0 78px;
}

.fm_title {
    text-align: center;
}

.fm_title h3 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #f0a3b3;
    line-height: 80px;
}

.fm_title h3:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 2px;
    background: #f0a3b3;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.fm_main {
    margin-top: 40px;
}

.fm_list img,
.fm_list .text {
    width: 50%;
    float: left;
}

.fm_list:nth-child(even) img,
.fm_list:nth-child(even) .text {
    float: right;
}

.fm_list {
    margin-bottom: 30px;
}

.fm_list:last-child {
    margin-bottom: 0;
}

.fm_list .text {
    padding-left: 36px;
}

.fm_list:nth-child(even) .text {
    padding-left: 0;
    padding-right: 40px;
}

.fm_list .text ul li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 56px;
}

.fm_list .text ul li p {
    font-size: 18px;
    line-height: 26px;
    color: #f0a3b3;
}

.fm_list .text ul li span {
    background: url(../images/bb.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    padding-right: 3px;
}

.fm_list .text ul li .txt,
.fm_list .text ul li .txt * {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.fys_list ul {
    margin: 0 -0.835%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.fys_list ul li {
    margin: 0 0.835%;
    color: #fff;
    background: #f0a3b3;
    border-radius: 10px;
    padding: 12px 10px 14px;
    width: 23.33%;
    margin-bottom: 20px;
}

.fys_list ul li p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 16px;
}

.fys_list ul li .txt,
.fys_list ul li .txt * {
    font-size: 14px;
    line-height: 24px;
}

.fm_yue {
    padding: 76px 0 100px;
}

.yue_ms {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 71%;
    margin: 30px auto 34px;
}

.yue_list {
    position: relative;
    overflow: hidden;
}

.yue_list .swiper-container {
    overflow: unset;
    padding: 20px 0 60px;
}

.yue_list .swiper-slide {
    transition: 300ms;
    transform: scale(0.92);
}

.yue_list .swiper-slide-active, .yue_list .swiper-slide-duplicate-active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.15);
}

.yue_list .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yue_list .pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #f9dae1;
    border-radius: 100%;
    display: inline-block;
    margin: 0 10px;
    opacity: 1;
    outline: none;
}

.yue_list .pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #f0a3b3;
}

.yue_list .pagination {
    bottom: 0;
    width: 100%;
    outline: none;
}

.fm_ys .centerBox {
    padding: 16px 0 84px;
}

.ffs_list {
    padding: 0 10px;
    margin-top: 67px;
}

.ffs_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ffs_list ul li {
    padding: 36px 0 28px 10px;
    width: 32%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.ffs_list ul li img {
    display: inline-block;
    vertical-align: middle;
    width: 26%;
}

.ffs_list ul li .text {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.ffs_list ul li .text h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.ffs_list ul li .text h5 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

.ffs_list ul li .text .txt,
.ffs_list ul li .text .txt * {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.about_title {
    padding: 40px 0;
    text-align: center;
}

.about_title img {
    height: 170px;
    margin: auto;
    display: block;
    /*display: inline-block;
    vertical-align: middle;*/
}

.about_title .text {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.about_title .text h3 {
    font-size: 30px;
    color: #efa1b2;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 60px;
    margin-bottom: 18px;
}

.about_title .text h4 {
    color: #efa1b2;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.about_title .text h4 span {
    padding-right: 12px;
    border-right: 2px solid #efa1b2;
}

.about_title .text h4 span:last-child {
    border: none;
    padding-left: 12px;
}

.about_main img {
    width: 50%;
}

.about_main .text {
    background: #fff;
    padding: 30px 10px;
    position: relative;
    width: 50.2%;
    margin-left: -0.2%;
    margin-top: 10px;
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
}

.about_main .txt,
.about_main .txt * {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.about_main .txt {
    margin-bottom: 36px;
    padding: 0 10px 32px;
    border-bottom: 1px solid #ddd;
}

.about_main p {
    color: #efa1b2;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.fw_xm {
    padding: 66px 0 80px;
}

.xm_list {
    margin-top: 36px;
}

.xm_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xm_list ul li {
    position: relative;
    width: 32%;
}

.xm_list ul li img {
    width: 100%;
    object-fit: cover;
}

.xm_list ul li .bj {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 74%;
    height: 74%;
    background: rgba(239, 161, 178, 0.9);
    display: flex;
    justify-content: center;
    align-content: center;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.xm_list ul li .bj p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    height: 32px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
}

.xm_list ul li:hover .bj {
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
}

.news_show {
    position: relative;
}

.news_show h3 {
    width: 50%;
    margin: auto;
}

.bshare-custom.icon-medium {
    position: absolute;
    top: 40px;
    right: 0;
    max-width: 30%;
}

.news_show h4 {
    padding-top: 60px;
    padding-bottom: 0;
}

.index_about {
    padding: 54px 0 68px;
}

.index_about .about_title {
    text-align: left;
}

.about_txt, .about_txt * {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.index_xmlist li {
    margin-top: 40px;
}

.index_xmlist li img,
.index_xmlist li .text {
    float: left;
}

.index_xmlist li img {
    border-radius: 100%;
    width: 42%;
}

.index_xmlist li .text {
    padding: 0 10% 0 8.4%;
    width: 58%;
}

.index_xmlist li:nth-child(even) img,
.index_xmlist li:nth-child(even) .text {
    float: right;
}

.dong_xu img {
    width: 45%;
}

.dong_xu .shi_text {
    width: 53%;
    padding-left: 6%;
}

.dong_xu .text h3 {
    line-height: 34px;
    color: #333;
}

.dong_xu .text h4 {
    position: relative;
    color: #333;
    padding-bottom: 38px;
}

.dong_xu .text h4:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #333;
    bottom: 0;
    left: 0;
}

.dong_xu {
    padding: 100px 0 30px;
}

.xm_title {
    margin-bottom: 32px;
}

.xm_title h4 {
    font-size: 24px;
    color: #f0a3b3;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

.xm_title h5 {
    padding-bottom: 14px;
    font-size: 16px;
    color: #f0a3b3;
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
}

.xm_title h5:after {
    position: absolute;
    content: "";
    width: 210px;
    height: 2px;
    background: url(../images/line.png) no-repeat center;
    background-size: 100%;
    left: 0;
    bottom: 0;
}

.index_xm {
    padding-bottom: 80px;
}

.index_xm .text {
    margin-top: 10%;
}

.index_xm .text p {
    font-size: 14px;
    line-height: 30px;
}

.xm_more {
    width: 140px;
    height: 40px;
    border: 1px solid #f0a3b3;
    box-sizing: border-box;
    display: block;
    color: #f0a3b3;
    font-size: 14px;
    color: #f0a3b3;
    line-height: 38px;
    text-align: center;
    margin-top: 34px;
}

.index_anli {
    padding-bottom: 40px;
}

.index_anli ul {
    margin-top: 40px;
    font-size: 0;
}

.index_anli ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
}

.index_anli ul li img {
    width: 100%;
    object-fit: cover;
}

.index_anli ul li .text {
    position: relative;
    background: #eee;
}

.index_anli ul li .text h3 {
    white-space: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding-top: 36px;
}

.index_anli ul li .text h4 {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 26px;
}

.index_anli ul li .text .txt {
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.index_anli ul li .text a {
    display: block;
    width: 100%;
    height: 100%;
}

.index_anli ul li .text:after {
    position: absolute;
    content: "";
    background: url(../images/shang.png) no-repeat center;
    background-size: 100%;
    width: 30px;
    height: 26px;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

.index_anli ul li:nth-child(even) .text:after {
    top: unset;
    bottom: -24px;
    transform: rotate(180deg);
}

.index_anli ul li .text:hover {
    background: #f0a3b3;
    color: #fff;
}

.index_anli ul li .text:hover:before {
    position: absolute;
    content: "";
    background: url(../images/more.png) no-repeat center;
    background-size: 100%;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
}

.index_anli ul li .text:hover:after {
    background: url(../images/shang_f.png) no-repeat center;
    background-size: 100%;
}

.index_map {
    margin-top: 60px;
    width: 100%;
}

.index_map img {
    display: block;
    width: 100%;
}

.index_yy {
    padding-top: 22px;
}

.index_yy .yy_main {
    padding-bottom: 20px;
    margin-top: 20px;
}

.index_yy .yun_more {
    margin-top: -10px;
}

.index_news {
    padding: 40px 0 54px;
}

.news_main {
    margin-top: 40px;
}

.index_news .zx_men h6 {
    padding-right: 100px;
    position: relative;
}

.index_news .zx_men p {
    display: none;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.index_news .zx_men h6 span {
    position: absolute;
    right: 0;
    font-size: 14px;
}

.index_news .zxitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.index_news .zxitem:hover .zx_men p {
    display: block;
}

.index_news .zxitem:hover .zx_men h6 {
    padding-right: 0;
    width: 100%;
    position: unset;
}

.index_news .zxitem:hover .zx_men h6 span {
    display: none;
}

.new_li {
    width: 48%;
}

.new_li ul li {
    transition: 0.6s;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 26px;
    padding-top: 32px;
}

.new_li ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_li ul li:first-child {
    padding-top: 0;
}

.new_right {
    width: 48%;
}

.new_li ul li:hover {
    padding-left: 20px;
    color: #f0a3b3;
    transition: 0.6s;
}

.footer_fixed {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    background: #fff;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
}

.footer_fixed ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.footer_fixed ul li img {
    display: inline-block;
    height: 24px;
}

.footer_fixed ul li p {
    font-size: 14px;
    line-height: 30px;
}

.top_fixed {
    cursor: pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #e4007f;
    z-index: 99999999;
    right: 10px;
    bottom: 10%;
}

.top_fixed img {
    width: 50%;
    display: block;
}


/*分页样式*/
.pager {
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}

.pager ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pager ul li {
    display: inline-block;
    border: 0px !important;
    box-shadow: none;
    padding: 0px;
    margin: 0px;
}

.pager ul li a {
    padding: 5px 15px;
    margin: 15px 5px;
    border: #dddddd solid 1px;
    display: inline-block;
}

.pager ul li a:hover {
    border: #f0a3b3 solid 1px;
    color: #f0a3b3
}

.pager ul .active a {
    border: #f0a3b3 solid 1px;
    display: inline-block;
    background-color: #f0a3b3;
    color: #fff;
}

.pager ul a:not([href]):not([class]):hover {
    border: #dddddd solid 1px;
}

.pager ul .active a:hover {
    color: #fff;
    border: #f0a3b3 solid 1px !important;
}
.ws-textarea textarea {
    border: 1px solid #dddddd;
    padding: 10px 20px;
    width: 100%;
}
.form_ws{
    position: relative;
    padding-left: 80px;
    margin-bottom: 20px;
}
.form_ws .form_ws_span {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 40px;
}
#phone {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 0 20px;
    padding-left: 89px;
    width: 100%;
    height: 40px;
}
.iti--allow-dropdown {
    width: 100%;
}
.iti__selected-flag {
    background-color: #fff !important;
}