@charset "UTF-8";
/*******************************************
 *******************************************
 *
 * @File: FlatPro by themeum.
 *
 * This file contains the styling for the actual theme, this
 * is the file you need to edit to change the look of the
 * theme.
 *
 * This files contents are outlined below >>>
 *
 *******************************************
 *******************************************
 *
 * == INDEX PAGE CSS
 *
 * 00 - 00 - common & reset css
 * 01. header
 * 02. hero-area 
 * 03. brand-area
 * 04. service-area
 * 05. portfolio-area
 * 06. testimonial-area
 * 07. faq-area
 * 08. footer-top
 * 09. tabs-area
 * 10. about-area
 * 11. team-area
 * 12. contact-area
 * 13. skill-area
 * 14. pricing-area
 * 15. extra */
/*****************************
 *   00 - common & reset css
 *****************************
 *
 */
.c1 {
    color: #2d3666;
}

.container {
    width: 1200px;
}

.c1-bg {
    background-color: #2d3666;
}

.c1-bo {
    border-color: #2d3666 !important;
}

.c2 {
    color: #222538;
}

.c2-bg {
    background-color: #222538;
}

.c2-bo {
    border-color: #222538 !important;
}

.c3, .single-service.bordered .inner:hover .icon, .bordered.single-service-2 .inner:hover .icon, .bordered.single-service-3 .inner:hover .icon,
.single-service.bordered .inner:hover h4,
.bordered.single-service-2 .inner:hover h4,
.bordered.single-service-3 .inner:hover h4,
.single-service-3 .inner:hover .title .icon, .isotope-menu li.active,
.isotope-menu li:hover, .single-portfolio .inner .portfolio-content h3:hover,
.faq-sidebar li a, .single-pricing .inner a.button:hover,
.single-pricing-2 .inner a.button:hover,
.single-pricing-2.active .inner a.button {
    color: #e60012;
}

.single-portfolio .inner .portfolio-img .hover-content .button {
    color: #000000;
}

.c3-bg,
.hero-slider .owl-dots .owl-dot.active,
.single-service-2:hover .inner,
.single-portfolio .inner .portfolio-img .hover-content,
.faq .single-item.active, .single-faq h2 span,
.footer_widget .nw_form button,
.tabs-area .tabs-nav li a.active,
.single-team .inner .team-img::after,
.single-pricing.active .inner,
.active.single-pricing-2 .inner,
.single-pricing-2.active .inner .title .price {
    background-color: #cdcdcd;
}

.button {
    background-color: #e60012;
    text-align: center;
    border-color: #e60012 !important;
}

.bg1 {
    background-image: url(../img/bg_c.jpg);
}

.c3-bo, .single-service.bordered .inner:hover, .bordered.single-service-2 .inner:hover, .bordered.single-service-3 .inner:hover, .testimonial-slider .single-slide, .tabs-area .tabs-nav li a::after, .tabs-area .tabs-nav li a.active, .contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
    border-color: #cdcdcd !important;
}

.trns, .button, .button-2, .nav-column a, .nav-column span, .nav-column .right-nav span, form.search-form, #menu ul > li > a, #menu ul ul, #menu ul ul::after, #menu ul ul li a, #menu ul ul li, .hero-slider .owl-dots .owl-dot, .single-service .inner, .single-service-2 .inner, .single-service-3 .inner, .single-service .inner .title .icon, .single-service-2 .inner .title .icon, .single-service-3 .inner .title .icon, .single-service .inner .title h4, .single-service-2 .inner .title h4, .single-service-3 .inner .title h4, .single-service .inner .content, .single-service-2 .inner .content, .single-service-3 .inner .content, .isotope-menu li, .single-portfolio .inner .portfolio-img .hover-content, .single-portfolio .inner .portfolio-content h3, .faq-sidebar li a, .single-team .inner .team-img::after, .contact-form input:not([type="submit"]),
.contact-form textarea {
    -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
    transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}

.bg2 {
    background-color: #f9f9f9;
}

* {
    margin: 0;
    padding: 0;
}

a:focus,
a:hover,
input,
input:hover,
input:focus,
input:active,
select {
    text-decoration: none;
    outline: none !important;
}

img {
    max-width: 100%;
}

a,
span {
    display: inline-block;
}

.no-padding {
    padding: 0;
}

.static {
    position: static;
}

.relative {
    position: relative;
}


.sp {
    padding-top: 90px;
    padding-bottom: 90px;
}

.spt {
    padding-top: 90px;
}

.spb {
    padding-bottom: 90px;
}

/* preloader css */
.preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.preloader-spin {
    margin: 0 auto;
    height: 35px;
    width: 35px;
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #d0d0d0 #d0d0d0 #111111 #d0d0d0;
    animation: 1s linear 0s normal none infinite running spinner_preloader;
}

@keyframes spinner_preloader {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

/* button */
.button {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
}

.button:hover {
    color: #fff;
    background-color: #333;
    border-color: #333 !important;
}

@media only screen and (max-width: 767px) {
    .button {
        font-size: 13px;
        padding: 0 15px;
        line-height: 32px;
    }
}

.button-2 {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid;
    color: #fff;
    background-color: transparent;
    border: 2px solid #c1c2c5;
    color: #666;
    border-radius: 3px;
    font-weight: 400;
}

.button-2:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

@media only screen and (max-width: 767px) {
    .button-2 {
        font-size: 13px;
        padding: 0 15px;
        line-height: 32px;
    }
}

/* section title */
.section-title {
    text-align: center;
    font-size: 16px;
    color: #7d91aa;
    font-weight: 300;
    margin-bottom: 30px;
}
.section-title p{
    color: #7e7e7e !important;
}
.section-title h2 {
    margin: 0 0 5px;
    font-size: 40px;
    font-weight: 700;
    color: #222538;
}

.section-title.white {
    color: #ffffff;
}

.section-title.white h2 {
    color: #333;
}

.section-title.white p {
    color: #666;
}

/* page-title */
.page-title {
    font-size: 16px;
    color: #7d91aa;
}

.page-title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #333;
}

.page-title p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #2d3666;
}

h1, h2, h3, h4, h5, h6 {
    color: #222538;
}

iframe {
    border: none;
}

.slicknav_menu {
    background-color: #1f2131;
    border-bottom: 1px solid #585757;
}

@media only screen and (min-width: 991px) {
    .slicknav_menu {
        display: none;
    }
}

/*****************************
 *   01. header
 ***************************** */
.yang-header-top {
    background-color: #eeeeee;
    height: 37px;
}

.yang-header-top .container .row .col-8 p, .yang-header-top .container .row .col-4 span {
    line-height: 37px;
    margin: 0;
    color: #808080;
    margin-left: 1.5rem;
}

header {
    background-color: #FFFFFF;
    padding: 18px 0;
    padding-bottom: 0;
}

.logo-column a.logo {
    height: 100%;
    padding: 5px 0;
    line-height: 81px;
}

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

.nav-column {
    padding: 5px 0;
    font-size: 16px;
}

.nav-column a, .nav-column span {
    color: #7e7e7e;
    line-height: 81px;
    vertical-align: top;
    cursor: pointer;
}

.nav-column a:hover, .nav-column span:hover {
    color: #b5c3d4;
}

.nav-column .right-nav {
    float: right;
    position: relative;
}
.yang-phone:hover .yang-phoner span{
  color: #c80c18 !important;
}
.yang-phone {
    float: right;
    position: relative;
    top: 5px;

}

.nav-column .right-nav span {
    padding:0;
    font-size: 25px;
    line-height: 25px;
    color: #c80c18;
}

.nav-column .right-nav .search-icon.active {
    color: red;
}

.nav-column .right-nav .search-icon.active::before {
    content: "";
}

.nav-column .right-nav .header-social {
    display: inline-block;
}

.nav-column .right-nav .header-social a {
    padding: 0 5px;
    vertical-align: top;
}
.yang-phone{
  padding: 8px 20px;
  height: 54px;
  margin-top: 5px;
  display: inline-block;
}
.yang-phonel{
    margin-top: 5px;
  margin-right: 10px;
}
.yang-phone span {
    font-size: 35px;
    color: #7e7e7e;
  font-weight: bold;
}

.yang-phone p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
    color: #c80c18;
}

form.search-form {
    position: absolute;
    right: 100%;
    top: 50%;
    z-index: 2;
    width: 230px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

form.search-form.active {
    opacity: 1;
    visibility: visible;
}

form.search-form input {
    border: none;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    text-indent: 20px;
}

form.search-form button {
    border: none;
    right: 0;
    position: absolute;
    top: 0;
    width: 38px;
    background: transparent;
    height: 100%;
}

#menu ul {
    text-align: right;
    margin: 0;
}

#menu ul li.has-child > a::after {
    content: "";
    font-family: "fontawesome";
    margin-left: 4px;
}

#menu ul > li {
    display: inline-block;
    position: relative;
}

#menu ul .yang-left {
    float: left;
}

#menu ul > li > a {
    padding: 0 40px;
    font-weight: 500;
    line-height: 60px;
}

#menu ul > li > a:hover {
    color: #b5c3d4;
}

#menu ul > li.current-menu-item > a {
    color: #b5c3d4;
}

#menu ul ul {
    position: absolute;
    background-color: #fff;
    left: 8px;
    top: 60px;
    z-index: 2;

    text-align: left;

    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

/*#menu ul ul::after {*/
/*  content: "";*/
/*  border: 8px solid transparent;*/
/*  border-bottom-color: #fff;*/
/*  left: 25px;*/
/*  top: -16px;*/
/*  position: absolute; }*/
#menu ul ul::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    top: -20px;
}

#menu ul ul li {
    display: block;
}

#menu ul ul li a {
    display: block;
    font-weight: 300;
    color: #222538;
    font-size: 13px;
    line-height: 45px;
    height: 45px;
    padding: 0 40px;

}

#menu ul ul li:hover {
    background: #E40000;
}

#menu ul ul li a:hover {
    color: #fff;
}

.yang-jsimg {
    display: inline-block;
}

#menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1200px) {
    .yang-phone {
        display: none;
    }

    .yang-header-top {
        display: none;
    }

}

@media only screen and (max-width: 990px) {
    #menu ul .yang-left {
        float: none;
    }

}

@media only screen and (max-width: 767px) {
    form.search-form {
        transform: translateY(50%) translateX(0%);
        right: 50%;
        margin-top: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

    .yang-jsimg {
        display: none;
    }

    .logo-column a.logo {
        line-height: 0;
    }

    .nav-column a, .nav-column span {
        line-height: 20px;
    }
}

/*****************************
 *   02. hero-area
 ***************************** */
.hero-slider .single-slide {
    height: 650px;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .hero-slider .single-slide {
        height: auto;
        padding: 60px 30px 100px;
        z-index: 1;
    }

    .hero-slider .single-slide::after {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #f1f4f9;
        z-index: -1;
        left: 0;
        top: 0;
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider .single-slide {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
}

.hero-slider .single-slide h2 {
    font-size: 50px;
    line-height: 67px;
    margin: 0 0 25px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .hero-slider .single-slide h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

.hero-slider .single-slide .slide-btn {
    margin-top: 50px;
}

.hero-slider .single-slide .slide-btn a:not(:last-child) {
    margin-right: 4px;
}

.hero-slider .owl-dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot {
    background-color: #fff;
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 0 3px;
    border-radius: 30px;
}

.hero-slider .owl-dots .owl-dot.active {
    width: 40px;
}

.hero-slider .owl-nav > div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-slider .owl-nav > div.owl-next {
    left: auto;
    right: 0;
}

/*****************************
 *   03. brand-area
 ***************************** */
.brand-area {
    padding: 50px 0;
}

.spb .brand-area {
    padding: 0;
}

.brand-area .container .ynag-kh-title {
    text-align: center;
}

.brand-area .container .ynag-kh-title hr {
    background-color: red;
    border-top: 5px solid rgba(0, 0, 0, .1);
    width: 34%;
    margin-left: 33%;
    border-radius: 50px;
}

.brand-area .container .ynag-kh-title p {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.brand-area .container .ynag-kh-title h2 {
    font-size: 1.75rem;
}

.single-brand {
    text-align: center;
    margin: 5px 0;
}

.single-brand .inner a p {
    color: #000000;
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.single-brand .inner a span {
    color: #666666;
}

/*****************************
 *   04. service-area
 ***************************** */
.single-service, .single-service-2, .single-service-3 {
    margin: 15px 0;
    padding: 0 5px;
}

.single-service .inner, .single-service-2 .inner, .single-service-3 .inner {
    background-color: #fff;
    border-radius: 7px;
    padding: 5px;
}

.single-service .inner:hover, .single-service-2 .inner:hover, .single-service-3 .inner:hover {
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.single-service .inner .title, .single-service-2 .inner .title, .single-service-3 .inner .title {
    overflow: hidden;
    margin-bottom: 15px;
}

.single-service .inner .title .icon, .single-service-2 .inner .title .icon, .single-service-3 .inner .title .icon {
    float: left;
    font-size: 26px;
}

.single-service .inner .title h4, .single-service-2 .inner .title h4, .single-service-3 .inner .title h4 {
    padding-left: 50px;
    font-size: 20px;
    margin: 3px 0 0;
}

.single-service .inner .content, .single-service-2 .inner .content, .single-service-3 .inner .content {
    font-weight: 300;
    font-size: 14px;
    color: #2d3666;
    line-height: 26px;
}

.single-service .inner .content p:last-child, .single-service-2 .inner .content p:last-child, .single-service-3 .inner .content p:last-child {
    margin-bottom: 0;
}

.single-service.bordered .inner, .bordered.single-service-2 .inner, .bordered.single-service-3 .inner {
    border: 1px solid #cad4de;
    box-shadow: none;
}

.single-service .inner {
    text-align: center;
}

.single-service-2 {
    text-align: center;
}

.single-service-2 .inner {
    border: 1px solid #cad4de;
    border-radius: 5px;
    padding: 85px 40px;
}

.single-service-2 .inner .content {
    font-size: 16px;
    color: #7288b5;
    margin-top: 25px;
}

.single-service-2 .inner .title {
    text-align: center;
}

.single-service-2 .inner .title .icon {
    float: none;
    display: block;
    font-size: 40px;
    margin-bottom: 30px;
}

.single-service-2 .inner .title h4 {
    padding-left: 0;
}

.single-service-2:hover .inner {
    color: #fff;
}

.single-service-2:hover .inner .content,
.single-service-2:hover .inner .title h4 {
    color: #fff;
}

.single-service-3 {
    margin: 30px 0;
}

.single-service-3 .inner {
    background: transparent;
    padding: 0;
    color: #fff;
}

.single-service-3 .inner:hover {
    box-shadow: none;
}

.single-service-3 .inner .content,
.single-service-3 .inner .title h4 {
    color: #fff;
    padding-left: 100px;
}

.single-service-3 .inner .title h4 {
    font-size: 24px;
}

.single-service-3 .inner .content {
    font-size: 16px;
}

.single-service-3 .inner .title .icon {
    background-color: rgba(255, 255, 255, 0.2);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 4px;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 34px;
}

.single-service-3 .inner:hover .title .icon {
    background-color: #fff;
}

/*****************************
 *   05. portfolio-area
 ***************************** */
.single-portfolio {
    padding-right: 5px;
    padding-left: 5px;
}

.portfolio-area .container a {
    color: #676767;
}

.portfolio-area .y-aag {
    margin: 0;
    line-height: 45px;
    font-size: 15px;
}

.portfolio-area .y-gd {
    float: right;
    color: #e60012 !important;
    line-height: 45px;
}

.portfolio-area .container .text-center a {
    color: #FFFFFF;
}

.isotope-menu {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.isotope-menu li {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    color: #7286a0;
}

.single-portfolio {
    margin: 20px 0;
}

.hover-content .button {
    color: #000000;
}

.single-portfolio .inner .portfolio-img {
    position: relative;
    height: 230px;
}
.gzanlnav{
    width: 100%;
    overflow: hidden;
}
.gzanlnavtr ul li a{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.gzanlnavtr ul li a:hover{
    color: #c80c18;
}
.gzanlnavt{
    width: auto;
    margin-right: 10px;
}
.z_newrxdh{
    line-height: 25px;
    margin-top: 15px;
}
.col-md-2s h2{
    background: url("../img/casetb.png") no-repeat left center;
    height: 45px;
    padding-left: 40px;

    display: block;
    margin-bottom: 0;
    line-height: 45px;
    color: #c80c18;
    border-bottom: 2px solid #c80c18;
}
.gzanlnavtl{
    font-weight: bold;
    font-size: 15px;
    padding:5px 10px;
    background: #c80c18;
    display: inline-block;
    color: #fff;
}
.gzanlnavtr{
    padding:5px 10px;
    background: #f2f2f2;
    display: inline-block;
}
.gzanlnavtr ul li{
    float: left;
    margin: 0 8px;
}

.single-portfolio .inner .portfolio-img img {
    width: 100%;
}

.single-portfolio .inner .portfolio-img .hover-content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.single-portfolio .inner .portfolio-img .hover-content .button {
    background-color: #fff;
    border-color: #fff !important;
}

.single-portfolio .inner .portfolio-img .hover-content .button:hover {
    background-color: #222;
    color: #fff;
    border-color: #222 !important;
}

.single-portfolio .inner .portfolio-img:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.single-portfolio .inner .portfolio-content {
    text-align: left;
    padding-top: 15px;
    color: #6d7784;
}

.single-portfolio .inner .portfolio-content a {
    display: block;
}

.single-portfolio .inner .portfolio-content h3 {
    font-weight: 400;
    margin: 0;
    font-size: 20px;
}

.single-portfolio .inner .portfolio-content span {

    margin: 10px 0;
}

.single-portfolio .inner .portfolio-content hr {
    margin: 5px 0;
    background-color: #ff3333;
    border-top: 3px solid rgba(0, 0, 0, .1);
    width: 10%;
}

/***************************
*     06.yang-gz-nav
**************************** */
.yang-gz-nav {
    background-size: 100%;
    background-repeat: no-repeat;

}

.yang-gz-nav .yang-nav-group i {
    font-size: 20px;
    margin-left: 25px;
    margin-top: 5px;
}

.yang-gz-nav .yang-nav-group hr {
    margin-left: 10%;
    width: 70%;
    border-top: 2px solid rgba(0, 0, 0, .1);
}

.yang-gz-nav .yang-nav-group ul li {
    list-style-type: none;
    margin-left: 30px;
    line-height: 46px;
    font-size: 15px;

}


/****************************
		flow-sz
 **************************** */
.flow-sz {
    padding: 90px 0;
}

.flow-sz .container .section-title {
    text-align: center;
}

/*****************************
		folw-news
 ***************************** */
.tab-content {
    margin-top: 15px;
    text-align: left;
}

.folw-news {
    margin: 15px;
}

.brand-classify {
    padding: 90px 0;
}

.folw-news .img-fd {
    float: left;
    width: 200px;
}

.folw-news .text {
    float: left;
    width: 60%;
}

.folw-news p {
    margin-top: 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-left: 15px;
    margin-bottom: 5px;
}

.folw-news span {
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
    line-height: 20px;
}

.folw-news em {
    margin-left: 15px;
    color: #999999;
}

.news-article {
    list-style-type: none;
    margin-top: 15px;
}

.news-article li {
    overflow: hidden;
    border-bottom: 1px #FFFFFF solid;
}

.news-article li span {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 15px;
}

.news-article li p {
    float: left;
    font-size: 16px;
    margin-bottom: 2px;
}

.news-article li a {
    width: 100%;
    margin-top: 15px;
    color: #000000;
}

.news-article li i {
    float: right;
    margin-right: 15px;
}

.news-article li em {
    float: right;
    margin-right: 20px;
}

.nav .y-jj a .button {
    background: #FFFFFF;
    border: 2px #CDCDCD solid !important;
    color: #000000;
}

.button:hover {
    background: #CDCDCD !important;
    color: #FFFFFF !important;
}

.card-img {
    height: 100%;
}

/*****************************
 *   06. testimonial-area
 ***************************** */
.testimonial-area .section-title {
    margin-bottom: 45px;
}

.testimonial-slider .single-slide {
    background-color: #fff;
    border-radius: 5px;
    font-weight: 300;
    color: #7d91aa;
    border: 1px solid;
}

.testimonial-slider .single-slide img {
    width: auto;
}

.testimonial-slider .single-slide .client-info {
    overflow: hidden;
}

.testimonial-slider .single-slide .client-info .client-img {
    width: 58px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-slider .single-slide .client-info .client-data {
    /* padding-left: 78px; */
    text-align: center;
}

.testimonial-slider .single-slide .client-info .client-data h4 {
    font-size: 16px;
    margin: 4px 0 0;
}

.testimonial-slider .owl-nav > div {
    background-color: #222222;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
}

@media only screen and (max-width: 991px) {
    .testimonial-slider .owl-nav > div {
        left: -12.5px;
        height: 25px;
        width: 25px;
        line-height: 25px;
    }

    .testimonial-slider .owl-nav > div i {
        font-size: 13px;
    }
}

.testimonial-slider .owl-nav > div.owl-next {
    left: auto;
    right: -55px;
}

@media only screen and (max-width: 991px) {
    .testimonial-slider .owl-nav > div.owl-next {
        right: -12.5px;
    }
}

/******************
	design-brand
 ****************** */
.design-brand {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.design-js {
    height: 150px;
    margin-top: 15px;
    border: 1px #CDCDCD solid;
    border-radius: 10px;
    margin-bottom: 35px;
}

.design-js p span {
    color: #e60012;
    font-size: 50px;
}

.design-js p {
    margin-top: 45px;
    color: #333333;
    font-size: 15px;
}

.design-js span {
    font-size: 15px;
}

.desingn-cark {
    border: 1px #CDCDCD solid;
    margin-top: 45px;
    margin-bottom: 45px;
    color: #333333;
}

.desingn-cark .tu-clon {
    width: 105px;
    height: 105px;
    position: relative;
    top: -50px;
    color: #e60012;
    margin-left: 25%;
    line-height: 122px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px #CDCDCD solid;
    margin-bottom: 10px;
}

.desingn-cark p {
    position: relative;
    top: -35px;
    font-size: 20px;
}

.desingn-cark hr {
    position: relative;
    top: -35px;
    width: 50%;
    left: 25%;
    border-top: 3px solid rgba(0, 0, 0, .1);
}

.desingn-cark span {
    position: relative;
    top: -35px;
    font-size: 15px;
    margin: 0 23px;
}

.desingn-cark:hover {
    background-color: #F7F7F7;
}

.desingn-cark:hover .tu-clon {
    border: 1px #FFFFFF solid;
}

.y-iflow {
    overflow: hidden;
    margin-top: 40px;
    width: 100%;
    height: 300px;
    padding: 0px 80px;
    background-image: url(../img/iflow_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 27px;
}

.y-iflow .item {
    float: left;
    width: 120px;
    text-align: center;
    margin: 0 70px 28px;
    color: #27103b;
    font-weight: bold;
}

.y-iflow .item .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 7px;
    position: relative;
}

.y-iflow .item .icon .de1 {

    background-size: 100%;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.y-iflow .item .icon:hover .de1 {
    opacity: 0;
    -webkit-transform: translateX(80px) rotate(180deg);
    transform: translateX(80px) rotate(180deg);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.y-iflow .item .icon .h-1 {

    opacity: 1;
    visibility: hidden;
    background-size: 100%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.1s ease 0.2s;
    transition: all 0.1s ease 0.2s;
}

.y-iflow .item .icon:hover .h-1 {
    visibility: inherit;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.1s ease 0.2s;
    transition: all 0.1s ease 0.2s;
}

.y-iflow .item .icon div {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
}

.y-iflow .y-bt {
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

.y-iflow .tel {
    display: inline-block;
    padding-left: 50px;
    height: 42px;
    line-height: 42px;
    background: url(../img/iflow_tel.png) no-repeat 0 50%;
    color: #22053b;
}

.y-iflow .tel b {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-family: 'DINOT-CONDBOLD', arial;
}

.y-iflow .btn {
    display: inline-block;
    width: 122px;
    height: 40px;
    border: 1px solid #3f2a51;
    border-radius: 40px;
    position: relative;
    margin-left: 20px;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.y-iflow .btn:hover {
    border: 1px solid #f0a608;
}

.y-iflow .btn:hover:before {
    width: 76px;
    height: 40px;
    left: 55%;
    border-top: 1px solid #3f2a51;
    border-bottom: 1px solid #3f2a51;
}

.y-iflow .btn:before {
    content: '';
    position: absolute;
    width: 86px;
    height: 40px;
    border-top: 1px solid #f0a608;
    border-bottom: 1px solid #f0a608;
    top: -1px;
    left: 50%;
    margin-left: -43px;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.case_l_three {
    background-image: url(../img/yue3.jpg);
    height: 570px;
    width: 250px;
}

.case_l_ad {
    margin-top: 140px;
}

.case_links a {
    float: left;
    color: #000000;
    font-size: 12px;
    background: #fff;
    text-align: center;
    width: 64px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 28px;
    line-height: 28px;
    transition: all 400ms;
}

.case_links a.more {
    background: #b01f30;
    color: #fff;
    margin-top: 20px;
}

.com_floor {
    height: 27px;
    line-height: 52px;
    margin-left: 18px;
    color: #000;
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: 20px;
}

.case_links {
    margin-left: 15px;
    margin-top: 50px;
}

.crlist {
    list-style: none;
}

/* 首页修改处开始1 */
.crlist li {
    float: left;
    width: 295px;
    height: 278px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 8px;
}

.crlist li img {
    position: relative;
    top: -277px;
}

.crlist li .infor {
    z-index: 2;
    width: 306px;
    height: 278px;
    position: relative;
    top: 0;
    bottom: 0;
    text-align: center;
}

.crlist li .infor .txt {
    width: 276px;
    z-index: 3;
}

.vm {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.crlist li .infor .y-bg-h {
    width: 306px;
    height: 278px;
    background-color: #e60012;
    position: relative;
    transform: translateY(-280px);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.crlist li .infor:hover .y-bg-h {
    transform: translateY(0px);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.crlist li .infor:hover h3 {
    color: #fff;
}

.crlist li .infor:hover p {
    color: #fff;
}

.crlist li .infor:hover i {
    background: #F5F5F5;
}

.crlist li .infor h3 {
    font-size: 18px;
    font-weight: bold;
}

.crlist li .infor p {
    width: 80%;
    margin: 0 auto;
    padding-top: 15px;
    color: #666;
}

.crlist li .infor i {
    display: inline-block;
    width: 55px;
    height: 2.5px;
    background: #333;
}

/* 首页修改处结束1 */

/*****************************
 *   07. faq-area
 ***************************** */
.faq-area .section-title {
    margin-bottom: 60px;
}

.faq-area .title {
    float: left;
    font-size: 16px;
    color: #333333;
    border-bottom: 2px solid #b01f30;
}

.faq-area {
    overflow: hidden;
}

.faq-area .text-gd {
    float: right;
    color: #b01f30;
    border-bottom: 2px solid #dee2e6;
}

.faq-area .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.faq-area .nav {
    padding-left: 15px;
}

.faq-area .nav li span {
    margin: 0 10px;
    color: #666;
}

.faq-area .nav li a {
    color: #666;
}

.faq-area .nav li a:hover {
    color: #b01f30;
}

.faq-area .tab-content .tab-pane .text-groug {
    position: relative;
    left: -55px;
    top: -8px;
    margin: 0;
    padding: 0;
}

.faq-area .tab-content .tab-pane .text-groug a {
    color: #666;
}

.faq-area .tab-content .tab-pane .text-groug a:hover {
    color: #b01f30;
}

.faq-area .tab-content .tab-pane .text-groug p {

    float: left;
    margin: 1px 15px;

}

.faq-area .tab-content .tab-pane .case-xs {
    float: left;
    width: 290px;
    height: 215px;
    overflow: hidden;
    margin: 5px 6px;
}

.faq-area .tab-content .tab-pane a {
    display: initial;
}

.faq-area .tab-content .tab-pane .case-xs img {
    height: 100%;
}

.faq-area .tab-content .tab-pane .case-xs .gh-kk {
    position: relative;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.faq-area .tab-content .tab-pane .case-xs:hover .gh-kk {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.faq-area .tab-content .tab-pane .case-xs .gh-kk .bg {
    opacity: 0.5;
    background-color: #080808;
    width: 100%;
    height: 30px;
}

.faq-area .tab-content .tab-pane .case-xs p {
    position: relative;
    top: -30px;
}

.faq {
    padding: 0;
    margin: 0;
    list-style: none;
}

.faq .single-item {
    background-color: #fff;
    padding: 20px;
    padding-left: 50px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
}

.faq .single-item::after {
    content: "+";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
}

.faq .single-item.active::after {
    content: "-";
    background-color: #fff;
    color: #222;
}

.faq .single-item.active {
    color: #fff;
}

.faq .single-item.active h4 {
    color: #fff;
}

.faq .single-item h4 {
    font-size: 16px;
    margin: 0;
}

.faq .single-item .content {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.single-faq {
    border: 1px solid #cad4de;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #7d91aa;
    font-size: 14px;
    font-weight: 300;
}

.single-faq h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.single-faq h2 span {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    margin-right: 20px;
}

@media only screen and (max-width: 991px) {
    .single-faq h2 span {
        font-size: 18px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        margin-right: 15px;
    }
}

.faq-sidebar-wrap {
    border: 1px solid #cad4de;
    margin-bottom: 30px;
    padding: 35px;
    border-radius: 4px;
}

@media only screen and (max-width: 991px) {
    .faq-sidebar-wrap {
        padding: 15px;
    }
}

.faq-sidebar-wrap h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
}

.faq-sidebar {
    padding: 0;
    list-style: none;
    margin: 0;
}

.faq-sidebar li {
    position: relative;
    padding-left: 20px;
}

.faq-sidebar li a:hover {
    color: #222;
}

.faq-sidebar li span {
    color: #7d91aa;
    position: absolute;
    left: 0;
    top: 0;
}


.y-friendship {
    padding: 25px 0px;
    height: auto;
    overflow: hidden;
}

.y-friendship .footer_widget h4 {
    color: #333333;
}

.y-friendship .footer_widget .inner .text {
    color: #aaa;
}

/*****************************
 *   08. footer-top
 ***************************** */
/* 首页修改处2开始 */
footer {
    background-color: #F7F7F7;
    color: #AAAAAA;
    line-height: 24px;
}

.footer_widget .inner .title {
    margin-bottom: 5px;
    margin-left: 15px;
}

.footer_widget .inner .text {
    width: 110px;
    text-align: center;
    float: left;
    border: 1px #AAAAAA solid;
    margin: 15px;
}

/* 首页修改处2结束 */
.footer-top {
    padding: 65px 0;
}

@media only screen and (max-width: 991px) {
    .footer-top {
        padding: 30px 0;
    }
}

.footer-top .media img {
    width: 60px;
}

.footer-top .media img img {
    width: 100%;
}

.footer_widget h5 {
    font-size: 16px;
}

.footer_widget h4,
.footer_widget h5 {
    color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
    .footer_widget {
        padding: 15px;
    }
}

.footer_widget h4 {
    margin-bottom: 40px;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .footer_widget h4 {
        margin-bottom: 20px;
    }
}

.footer_widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_widget ul li a {
    color: #AAAAAA;
    padding: 3px 0;
}

.footer_widget .media {
    margin-bottom: 14px;
}

.footer_widget .media h5 {
    margin: 0;
    line-height: 20px;
}

.footer_widget .media a {
    color: #AAAAAA;
    font-size: 14px;
}

.footer_widget .media span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

.footer_widget .nw_form {
    position: relative;
}

.footer_widget .nw_form input {
    width: 100%;
    display: block;
    /* background-color: #1f2131; */
    border-radius: 3px;
    height: 40px;
    border: 1px solid #1f2131;
    color: #7286a0;
    text-indent: 20px;
}

.footer_widget .nw_form input::-webkit-input-placeholder {
    color: #7286a0;
}

.footer_widget .nw_form input::-moz-placeholder {
    color: #7286a0;
}

.footer_widget .nw_form input:-ms-input-placeholder {
    color: #7286a0;
}

.footer_widget .nw_form input:-moz-placeholder {
    color: #7286a0;
}

.footer_widget .nw_form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    border: none;
    color: #fff;
    padding: 0 15px;
    border-radius: 0 3px 3px 0;
}

.footer-bottom {
    background-color: #0c0e10;
    padding: 25px 0;
}

.footer-bottom a {
    color: #aaa;
    padding: 0 10px;
}

@media only screen and (max-width: 991px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .text-right {
        text-align: center !important;
        margin-top: 5px;
    }
}

/*****************************
 *   09. tabs-area
 ***************************** */
.tabs-area .tabs-nav {
    display: block;
    padding-bottom: 30px;
    overflow: hidden;
}

.tabs-area .tabs-nav li {
    width: 25%;
    padding: 0 12.5px;
    display: inline-block;
    float: left;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .tabs-area .tabs-nav li {
        width: 50%;
        margin-top: -5px;
    }
}

.tabs-area .tabs-nav li a {
    text-align: center;
    color: #222538;
    display: block;
    border-bottom: 2px solid #222538;
    padding: 25px 0;
}

.tabs-area .tabs-nav li a::after {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabs-area .tabs-nav li a i {
    display: block;
    font-size: 24px;
    margin-bottom: 12px;
}

.tabs-area .tabs-nav li a span {
    font-size: 18px;
    font-weight: 700;
}

.tabs-area .tabs-nav li a.active {
    color: #fff;
    border-radius: 5px;
}

.tabs-area .tabs-nav li a.active::after {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    opacity: 1;
}

.tabs-area .tab-content {
    border: 1px solid #cad4de;
    padding: 40px;
    border-radius: 4px;
}

/*****************************
 *   10. about-area
 ***************************** */
.about-content {
    color: #7d91aa;
    font-weight: 300;
    margin-top: 25px;
}

@media only screen and (max-width: 991px) {
    .about-content {
        margin-bottom: 20px;
    }
}

.about-content h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.about-content a.button {
    margin-top: 15px;
}

/*****************************
 *   11. team-area
 ***************************** */
.single-team .inner {
    text-align: center;
}

.single-team .inner .team-img {
    position: relative;
}

.single-team .inner .team-img img {
    width: 100%;
}

.single-team .inner .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.single-team .inner .team-img:hover::after {
    opacity: 0.4;
}

.single-team .inner .team-content {
    padding: 25px 0;
}

.single-team .inner .team-content h4 {
    font-size: 18px;
    font-weight: 400;
}

.single-team .inner .team-content h5 {
    font-weight: 300;
    font-size: 16px;
    color: #7d91aa;
}

.single-team .inner .team-content a {
    display: inline-block;
    color: #7d91aa;
    padding: 2px;
    margin: 0 3px;
    font-size: 16px;
}

/*****************************
 *   12. contact-area
 ***************************** */
@media only screen and (max-width: 767px) {
    .contact-info {
        margin-bottom: 30px;
    }
}

.contact-info .single-info {
    font-size: 16px;
    font-weight: 300;
}

.contact-info .single-info:not(:last-child) {
    margin-bottom: 20px;
}

.contact-info .single-info h5 {
    font-size: 16px;
    font-weight: 500;
    color: #7d91aa;
}

.contact-info .single-info p:last-child {
    margin-bottom: 0;
}

.contact-info .single-info a {
    color: #333;
    display: inline-block;
    margin-right: 8px;
}

.contact-form {
    border: 1px solid #cad4de;
    padding: 40px;
    border-radius: 3px;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
    border: 1px solid #cad4de;
    width: 100%;
    background-color: #f9fbfd;
    margin-bottom: 30px;
    border-radius: 3px;
    height: 40px;
    text-indent: 20px;
}

.contact-form input:not([type="submit"])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #7d91aa;
}

.contact-form input:not([type="submit"])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: #7d91aa;
}

.contact-form input:not([type="submit"]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #7d91aa;
}

.contact-form input:not([type="submit"]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    color: #7d91aa;
}

.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
    outline: none;
    border: 1px solid;
}

.contact-form textarea {
    height: 120px;
    padding-top: 10px;
}

.google-map {
    height: 500px;
    width: 100%;
    display: block;
    background-color: #eee;
}

@media only screen and (max-width: 767px) {
    .google-map {
        height: 280px;
    }
}

.google-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/*****************************
 *   13. skill-area
 ***************************** */
.skill-area .container {
    background-color: #1f2131;
    border-radius: 5px;
    padding: 70px 100px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .skill-area .container {
        padding: 40px;
    }
}

.skill-title {
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .skill-title {
        margin-bottom: 40px;
    }
}

.skill-title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
}

.skill-title a.button {
    margin-top: 20px;
}

.single-skill {
    margin: 5px 0;
}

.single-skill h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.single-skill .barfiller {
    height: 7px;
    background-color: #8394a7;
    border: none;
    border-radius: 5px;
}

.single-skill .barfiller .fill {
    background-color: #fff !important;
    border-radius: 5px;
}

.single-skill .barfiller .tip {
    right: 0 !important;
    left: auto !important;
    background-color: transparent;
}

.single-skill .barfiller .tip::after {
    opacity: 0;
}

/*****************************
 *   14. pricing-area
 ***************************** */
.single-pricing, .single-pricing-2 {
    margin: 7.5px 0;
}

.single-pricing .inner, .single-pricing-2 .inner {
    background-color: #1f2131;
    padding: 35px;
    color: #90a0b2;
    border-radius: 5px;
    font-weight: 300;
}

.single-pricing .inner .title .price, .single-pricing-2 .inner .title .price {
    width: 85px;
    height: 85px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #363950;
    position: absolute;
    right: 35px;
    top: 25px;
    border-radius: 15px;
}

.single-pricing .inner .title .price span, .single-pricing-2 .inner .title .price span {
    color: #fff;
}

.single-pricing .inner .title .price span:first-child, .single-pricing-2 .inner .title .price span:first-child {
    font-size: 24px;
    font-weight: 700;
}

.single-pricing .inner h2, .single-pricing-2 .inner h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
}

.single-pricing .inner ul, .single-pricing-2 .inner ul {
    list-style: none;
    font-size: 14px;
    line-height: 35px;
    margin: 20px 0;
}

.single-pricing .inner a.button:hover, .single-pricing-2 .inner a.button:hover {
    background-color: #fff;
    border-color: #fff !important;
}

.single-pricing.active .inner, .active.single-pricing-2 .inner {
    color: #fff;
}

.single-pricing.active .inner a.button, .active.single-pricing-2 .inner a.button {
    background-color: #222;
    border-color: #222 !important;
}

.single-pricing-2 .inner {
    text-align: center;
}

.single-pricing-2 .inner .title .price {
    position: static;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.single-pricing-2.active .inner {
    background-color: #1f2131;
    color: #90a0b2;
}

.single-pricing-2.active .inner a.button {
    background-color: #fff;
    border-color: #fff !important;
}

/*****************************
 *   15. extra
 ***************************** */
.single-gallery .inner {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 5px;
}

.single-gallery .inner img {
    width: 100%;
}

.coming-soon {
    background-size: cover;
    background-position: center center;
    padding-top: 70px;
    text-align: center;
}

.coming-soon .coming-soon-box {
    color: #fff;
    padding: 40px;
    border-radius: 5px;
    font-size: 16px;
}

.coming-soon .coming-soon-box h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px;
}

.coming-soon .coming-soon-box p {
    margin-bottom: 27px;
}

.coming-soon .coming-soon-logo {
    margin-bottom: 75px;
    display: inline-block;
}

.single-counter {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin: 8px;
}

.single-counter span:first-child {
    font-size: 34px;
    display: block;
    font-weight: 600;
}

.single-counter .text {
    font-size: 16px;
    display: block;
}

.error-area {
    background-position: center center;
    background-size: cover;
    text-align: center;
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .error-area {
        height: 300px;
    }
}

.error-area h1 {
    font-size: 40px;
    font-weith: 400;
    margin: 0 0 20px;
}


/* **************
   lamu
 ****************/
.lamu {
    position: relative;
    margin-top: -45px;
    z-index: 100;
    width: 100%;
    top: -75px;
}

.lamu .wrap {
    width: 1240px;
    height: 30px;
    margin: 0 auto;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.lamu .wrap ul {
    list-style-type: none;
    width: 50%;
}

.lamu .wrap ul li {
    float: left;
    padding: 0 30px;
    line-height: 5px;
    font-size: 18px;
}

.lamu .wrap a {
    color: #333;
}

.lamu .wrap a:hover {
    color: #e60012;
}

.lamu .wrap .active a {
    color: #e60012;
}

.lamu .wrap strong .icon-x {
    color: #aaa;
    padding: 0 5px;
}

.lamu .wrap strong a {
    color: #888;
}

.lamu .wrap strong {
    position: relative;
    top: -28px;
    font-size: 15px;
    float: right;
}


.case_list {
    list-style-type: none;
}

.case_list li {
    float: left;
    width: 288px;
    height: 325px;
    background: #fff;
    margin-right: 16px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.case_list li:hover {
    box-shadow: 1px 1px 5px 1px #999;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

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

.case_list li .himg {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.case_pic:hover .himg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.case_info {
    padding: 10px 12px 0 12px;
}

.case_pic .i_tj {
    position: absolute;
    z-index: 2;
    background-image: url(../img/i_tj.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 66px;
    height: 28px;
    left: 0;
    top: 0;
}

.case_info .case_tags {
    color: #666;
    overflow: hidden;
}

.case_info .case_tags em {
    margin: 0 10px;
    height: 15px;
    width: 1px;
    background: #b6b6b6;
}

.left {
    float: left;
    display: inline-block;
}

.case_list li .himg img {
    width: 100%;
    height: 250px;
}

.y-page {
    text-align: center;
    margin-bottom: 10px;
}


.y-xq .title {
    display: block;
    overflow: hidden;
    line-height: 30px;
    font-size: 24px;
    color: #4a4a4a;
}

.y-xq .title .cpxq_more {
    float: right;
    margin-bottom: 32px;
    overflow: hidden;
    font-size: 14px;
    color: #d4d4d4;
}

.y-xq .y-text .text-title {
    float: left;
    margin-right: 20px;
}

.y-xq .y-text .text-title div {
    color: #212121;
    font-size: 16px;
}

.y-xq .y-text .text {
    display: flex;
    color: #343434;
    font-size: 14px
}

.y-xq .y-text .text-title .cpxq_heng {
    width: 35px;
    height: 1px;
    background: #cbcbcb;
    float: right;
    margin-top: 30px;
}

.xq-next {
    text-align: center;
}

.xq-next .buton {
    margin-top: 25px;
    border: 1px #cdcdcd solid;
    width: 300px;
    line-height: 50px;
    font-size: 16px;
    color: #000000;
    border-radius: 8px;
    height: 50px;
}

.xq-next .buton:hover {
    background-color: #e60012;
    color: #fff;
}

.y-wenz {
    padding: 25px 0;
}

.y-wenz .tiele {
    text-align: center;
}

.y-wenz ul {
    list-style: none;
    overflow: hidden;
}

.y-wenz ul li {
    width: 290px;
    float: left;
    margin: 20px 0 0 10px;
    overflow: hidden;
    background: #f5f5f5;
    font-size: 18px;
}

.y-wenz ul li:hover {
    background: #e60012;

}

.y-wenz ul li:hover p {
    color: #fff;
}

.y-wenz ul li div {
    display: block;
    overflow: hidden;
}

.y-wenz ul li div img {
    display: block;
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.y-wenz ul li div:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.y-wenz ul li p {
    text-align: center;
    overflow: hidden;
    color: #333;
    margin: 0;
    padding: 10px 0;
}

.y-rmal {
    padding-bottom: 25px;

}

.y-rmal .title {
    background-color: #FF3333;
    padding-left: 15px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    font-size: 17px;
}

.y-rmal ul {
    padding-top: 5px;
    overflow: hidden;
    color: #333;
    border: 1px #CDCDCD solid;
}

.y-rmal ul li {
    float: left;
    margin-top: 5px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 270px;
}


/* 效果图样式开始 */
.y-imgpu {
    position: relative;
    opacity: 0;
    transition: .2s ease;
    margin-bottom: 60px;
}

.imgpu {
    position: relative;
    /* fluffy */
    /* margin: 0 auto; */
    width: 98%; /* end fluffy */
}

.imgpu-item {
    position: absolute;
    top: 0;
    left: 0;
    /* fluffy */
    width: 285px;
    height: auto !important;
    height: 200px;
    overflow: hidden;
    min-height: 180px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.imgpu-item img {
    overflow: hidden;
    transform: scale(1);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.xg-bk-img {
    overflow: hidden;
}

.imgpu-item:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.y-xg-title {
    margin-left: 15px;
    margin-top: 5px;

}

.y-xg-up {
    width: 100%;
    position: absolute;
    transform: translateY(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.imgpu-item:hover .y-xg-up {
    transform: translateY(-58px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.y-xg-th {
    width: 65%;
    float: right;
    text-align: center;
    background-color: #e60012;
    color: #fff;
}

.y-xg-sc {
    background: rgba(0, 0, 0, .6);
    width: 35%;
    text-align: center;
    color: #fff;
    opacity: 0.8;
}

.y-xg-title h5 {
    color: #666;
    font-size: 15px;
}

@media (max-width: 600px) {
    .imgpu-item {
        width: auto;
        height: auto;
    }
}

/* 效果图样式结束 */

/* 新增首页样式开始 */
.y-bt-xw {
    margin-bottom: 40px;
}

.y-bt-xw img {
    float: left;
    margin-right: 10px;
}

.y-bt-xw .y-bt-tit {
    float: left;
    margin: 0;
    font-size: 22px;
    color: #6d131d;
}

.y-gdxw {
    float: right;
    color: #000;
}

.y-xm-lb {

    width: 400px;
    height: 200px;
    overflow: hidden;
    margin: 5px;
    position: relative;
}

@keyframes anis {
    100% {
        transform: translateY(-200px)
    }
}

.y-lb-text {
    animation: anis 10s linear infinite;
}

.y-lb-text:hover {
    animation-play-state: paused;
}

.y-zxxm-t {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 5px;
}

.y-zxxm-top {
    float: left;
    width: 60%;
    margin-left: 10px;
    margin-bottom: 0;
}

.y-zxxm-top a {
    font-size: 15px;
    color: #000000;
}

.y-zxxm-top p {
    font-size: 12px;
    color: #666;
    line-height: 15px;
}

.y-kz-bx {
    padding: 0;
}

.y-kz-bx:before {
    position: absolute;
    content: "";
    display: block;
    height: 90%;
    margin-top: 5%;
    margin-left: 350px;
    border-right: 2px solid #e7e7e7;
}

.y-zx-bx {
    padding-left: 65px;
    padding-right: 0;
}

.y-zx-bx:before {
    position: absolute;
    content: "";
    display: block;
    height: 90%;
    margin-top: 5%;
    left: 50px;
    border-right: 2px solid #e7e7e7;
}

.y-li_a {
    list-style: none;
}

.y-li_a a {
    color: #000;
}

.y-li_a a:hover {
    color: #e70012;
}

.y-li_a .num {
    background-image: url(../img/fk1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    width: 18px;
    height: 18px;
    font-style: normal;
    line-height: 18px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
}

.footer-bt-t {
    text-align: center;
    font-size: 18px;
}

.col-md-a6:before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    right: 0;
    border-right: 2px solid #e7e7e7;
}

.footer-bt-n {
    list-style: none;
}

.footer-bt-n li {
    float: left;
    padding: 5px 8px;
}

.footer-bt-n {
    display: block;
    width: 200px;
    height: 100%;
    margin: 10px auto 0 auto;

}

.footer-xl-w {
    font-size: 18px;
}

.footer-xl-n {
    margin-top: 15px;
}

.footer-xl-n p {
    margin-bottom: 5px;
}

.footer-gywm {
    text-align: center;
    font-size: 18px;
}

.wei-s {
    width: 100%;
    text-align: center;
}

.wei-s p {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 新增首页样式结束 */
/* 效果图详情样式开始 */
.y-cation-xq {
    background-color: #f5f5f5;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.y-xq-imgh {
    background: #fff;
    margin-top: 15px;
    padding-top: 25px;
    padding-bottom: 45px;
}

.zx_bjia {
    width: 300px;
    margin-top: 15px;
    padding: 25px;
    background: #fff;
}

.countBox {
    position: relative;
    background: url(../img/countBox.png) no-repeat;
    background-size: 100% 100%;
    height: 58px;
    margin: 8px 0 5px 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
}

.countBox .price {
    position: absolute;
    right: 35px;
    top: 9px;
    height: 38px;
    line-height: 38px;
    font-family: 'digifaw';
    font-size: 30px;
}

.countBox .unit {
    position: absolute;
    right: 20px;
    bottom: 12px;
    font-size: 14px;
}

.yItem {
    margin-bottom: 10px;
}

.bjform .bItem .bi_r {
    width: 100%;
}

.yItem select {
    width: 48%;
    border: 1px solid #ababab;
    height: 29px;
    line-height: 29px;
    padding: 0 5px;
    border-radius: 3px;
}

.bjform .bItem {
    padding-left: 0;
    margin-bottom: 5px;
}

.bi_r .int1 {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
}

.bi_r .mf {
    position: relative;
    right: 10px;
    float: right;
    top: -31px;
    color: #666;
    font-size: 12px;
}

.bi_r .sear_span_w {
    width: 100%;
    box-sizing: border-box;
}

.bi_r .selul_siblings {
    position: relative;
}

.bi_r .sear_span .selul {
    line-height: normal;
    max-height: 180px;
    border: 1px solid #dadada;
    overflow-y: auto;
    z-index: 200;
    background: #fff;
    left: -1px;
    right: -1px;
}

.bi_r .sear_span {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #dadada;
    position: relative;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.bi_r .selul_siblings span {
    position: relative;
    left: 8px;
}

.bi_r .selul_siblings i.fa-sort-down {
    position: absolute;
    top: 27%;
    right: 10px;
    color: #737373;
}

.bi_r .sear_span .selul li:hover {
    color: #fff;
    background-color: #e60012;
}

.bjform .submit_btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    margin-top: 15px;
}

.sjBtn, .submit_btn {
    background: #B12031;
    color: #fff;
    width: 105px;
    height: 30px;
    border: 0;
    line-height: 30px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.xg_div {
    width: 300px;
    margin: 0;
    background: #fff;
    margin-top: 15px;
    padding: 25px;
    margin-bottom: 26px;
}

.xg_tit {
    font-size: 18px;
}

.tagss {
    margin: 0 -5px;
}

.tagss a {
    display: inline-block;
    background: #f5f5f5;
    min-width: 58px;
    float: left;
    text-align: center;
    line-height: 32px;
    color: #666;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.tulist {
    margin: 0 -3px;
    padding-top: 10px;
    list-style: none;
}

.tulist li {
    float: left;
    width: 78px;
    margin: 0px 3px;
}

.xg_div ul {
    list-style: none;
}

.klist {
    padding-top: 5px;
}

.klist a {
    color: #666;
}

.klist li {
    height: 32px;
    line-height: 32px;
    position: relative;
}

.klist a:hover {
    color: #e60012;
}

.klist li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #f4f4f4;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-style: normal;
}

.klist li.lic i {
    background: #B01F30;
    color: #fff;
}

.yue_box input[type=text], .box-siz, .yItem select {
    box-sizing: border-box;
}

.right {
    float: right;
    display: inline-block;
}

.bi_r .sear_span .selul {
    position: absolute;
    line-height: normal;
    max-height: 180px;
    border: 1px solid #dadada;
    overflow-y: auto;
    z-index: 200;
    background: #fff;
    left: -1px;
    right: -1px;
}

.bi_r .selul li {
    padding: 2px 10px;
}

.tulist li .himg {
    overflow: hidden;
}

.tulist li .himg img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.tulist li .himg:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.hot_img_box {
    background: #fff;
    margin: 20px 0;
    padding: 0 15px;
}

.hot_img_box h3 {
    font-size: 16px;
    color: #333;
    padding-left: 40px;
    position: relative;
    top: 5px;
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}

/* 效果图详情样式结束 */

/* 问答样式开始 */

.indexwen {
    background: #fff;
}

.indexwen .indexwen_nei {
    width: 200px;
    background: #fff;
    padding: 0px 25px;
    border: 1px solid #f3f3f3;
}

.indexwen .indexwen_nei .indexwen_nei_xun .nei_xun_title {
    background: url(../img/bg5.jpg) no-repeat 0% 50%;
    font-size: 18px;
    color: #333;
    padding-left: 25px;
    margin: 15px 0px;
}

.indexwen .indexwen_nei .indexwen_nei_xun .nei_xun_body a {
    display: inline-block;
    padding: 0 4px;
    /* margin-right: 7px; */
    font-size: 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.huid {
    width: 660px;
    padding: 0px 25px;
    background: #fff;
    border-bottom: 1px dashed #e7e7e7;
    border-top: 1px solid #f3f3f3;
}

.fr {
    float: right;
}

.huid .huid_sou {
    width: 597px;
    margin: 40px auto;
}

.huid .huid_sou .huid_sou_left {
    border: 1px solid #6d131d;
    width: 497px;
    background: url(../img/bg6.jpg) no-repeat 3% 57%;
    padding-left: 40px;
}

.huid .huid_sou .huid_sou_right {
    width: 100px;
}

.clear {
    clear: both !important;
    height: 0px !important;
    width: 0px !important;
    float: none !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    line-height: 0 !important;
    position: relative !important;
}

.huid .huid_top .huid_xun {
    border-top: 1px dashed #e7e7e7;
    display: inline-block;
    padding: 33px 0px;
    width: 100%;
}

.chuizhi {
    -webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

.huid .huid_top .huid_xun .huid_xun_left {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    overflow: hidden;
}

.fl {
    float: left;
}

.huid .huid_top .huid_xun .huid_xun_left img {
    width: 100%;
    min-height: 100%;
}

.huid .huid_top .huid_xun .huid_xun_right {
    width: 564px;
    padding-left: 15px;
}

.huid .huid_sou .huid_sou_left .huid_sou_left_nei {
    width: 100%;
    line-height: 42px;
    font-size: 14px;
}

input {
    font: 12px Helvetica, Arial, "\5b8b\4f53", sans-serif;
    border: none;
}

.huid .huid_sou .huid_sou_right .huid_sou_right_nei {
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    width: 100%;
    background: #b01f30;
    cursor: pointer;
}

.huid .huid_top .huid_xun .huid_xun_right .xun_right_bottom {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    color: #888888;
    font-size: 12px;
}

.huid .huid_top .huid_xun {
    border-top: 1px dashed #e7e7e7;
    display: inline-block;
    padding: 33px 0px;
    width: 100%;
}

.huid_top p {
    margin: 0;
}

.chuizhi {
    -webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

.huid .huid_top .huid_xun .huid_xun_left {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    overflow: hidden;
}

.huid .huid_top .huid_xun .huid_xun_right {
    width: 564px;
    padding-left: 15px;
}

.huid .huid_top .huid_xun .huid_xun_right .xun_right_top {
    margin: 0;
}

.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dd span:nth-child(1) {
    width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dd span:nth-child(3) {
    font-size: 16px;
    color: #444444;
    padding-left: 10px;
    width: 235px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.huid .huid_top .huid_xun .huid_xun_right .xun_right_bottom {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    color: #888888;
    font-size: 12px;
}

.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dd {
    margin: 0;
    height: 24px;
}

.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dd span {
    font-size: 12px;
    color: #888888;
    display: inline-block;
    overflow: hidden;
    line-height: 21px;
}

.huid .huid_top .huid_xun .huid_xun_right .xun_right_top dt {
    color: #888888;
    font-size: 12px;
}

.huid .huid_bottom {
    width: 300px;
    margin: 0 auto;
    padding: 24px 0px;
}

.huid .huid_bottom a {
    font-size: 12px;
    color: #888888;
    background: #fafafa;
    display: inline-block;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 40px;
    width: 100%;
}

.wenda {
    margin-top: 15px;
    margin-bottom: 15px;
}

.g_ad {
    width: 300px;
    margin: 20px auto;
}

/* 问答样式结束 */
/* 问答内页样式开始 */
.zx_top {
    border: 1px solid #ededed;
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
}

.wdfl-ul li {
    background: #fafafa;
    width: 152px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
    position: relative;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.wdfl-ul li:hover {
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
    border-bottom: 1px solid #fff;
}

.wdfl-ul li.on {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.wdfl-ul li:hover:before {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
}

.wdfl-ul li.on:before {
    opacity: 1;
}

.wdfl-ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ff3b21;
    height: 2px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
}

.top_wen_xun {
    line-height: 55px;
    width: 100%;
    padding: 0px 40px;
}

.top_wen_xun a {
    color: #666;
    padding-right: 20px;
    font-size: 12px;
    display: inline-block;
}

.wdfl-ul li a {
    color: #333;
}

.zx_bottom {
    margin-top: 10px;
    padding: 0px 30px;
    background: #fff;
    border: 1px solid #ededed;
}

.zx_bottom .zx_bottom_title {
    border-bottom: 1px solid #dcdcdc;
}

.zx_bottom .zx_bottom_title ul li.on {
    color: #fff;
    background: #ff3b21;
}

.top_wen_xun a:hover {
    color: #ff3b21;
}

.zx_bottom .zx_bottom_title ul li {
    display: inline-block;
    width: 105px;
    text-align: center;
    line-height: 50px;
    color: #333;
    list-style: none;
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.zx_bottom .zx_bottom_title ul li:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/bn4.png) no-repeat 50%;
    width: 15px;
    height: 8px;
    display: inline-block;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
}

.zx_bottom .zx_bottom_title ul li.on a {
    color: #fff;
    background: #ff3b21;
}

.zx_bottom .zx_bottom_wen {
    padding-bottom: 63px;
    overflow: hidden;
}

.zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun {
    display: inline-block;
    border-bottom: 1px dashed #dcdcdc;
    width: 100%;
    position: relative;
    padding: 25px 0px 25px 25px;
}

.w-tags em, .w-tags a {
    color: #666;
}

.zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 32px;
}

.zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dd {
    padding-bottom: 10px;
}

.zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dd span:nth-child(1) {
    font-size: 18px;
    color: #333;
}

.zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dd span:nth-child(2) {
    font-size: 12px;
    color: #aea3ab;
    padding-left: 20px;
}

.zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dt span:nth-child(1) {
    font-size: 12px;
    color: #333;
}

.zx_bottom .zx_bottom_wen .bottom_wen_xun .wen_xun_xun dt span:nth-child(2) {
    font-size: 12px;
    color: #aea3ab;
    padding-left: 20px;
}

.lc_rb_n {
    width: 300px;
    background: #fff;
    padding: 10px 20px;
}

.lc_tiop_b {
    margin-top: 15px;
}

.tSlide .hd, .thd {
    border-bottom: 2px solid #dfdfdf;
    height: 38px;
    line-height: 38px;
}

.tSlide .hd li, .thd li {
    cursor: pointer;
    margin-right: 30px;
    list-style: none;
    float: left;
    height: 36px;
    position: relative;
    font-size: 14px;
    padding: 0 2px;
}

.tSlide .hd li:after, .thd li:after {
    /* display: none; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #b01f30;
    content: '';
}

.tSlide .hd li h3 {
    font-size: 16px;
}

.klist_new li {
    list-style: none;
}

/* 问答内页样式结束 */
/* 问答详情样式开始 */
.tiw_bottom_jia {
    background: #fff url(../img/jincia.png) no-repeat 95% 13% !important;
}

.tiw_bottom .tiw_bottom_wen .bottom_wen_xun:last-child {
    padding-bottom: 0px;
}

.tiw_bottom .tiw_bottom_wen .bottom_wen_xun {
    border-top: 1px dashed #dcdcdc;
    padding: 30px 0px;
}

.tiw_top {
    padding: 30px 25px;
    position: relative;
    background: #fff;
    margin-top: 15px;
}

.tiw_top:before {
    content: "";
    background: url(../img/bn1.png) no-repeat 50% 50%;
    width: 36px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0;
}

.tiw_top .tiw_top_title {
    padding-bottom: 20px;
    padding-left: 17px;
}

.tiw_top .tiw_top_title dl dd {
    font-size: 22px;
    color: #333333;
    font-weight: bolder;
    padding-bottom: 15px;
}

.tiw_top_title h1 {
    font-size: 22px;
    color: #333333;
    font-weight: bolder;
}

.tiw_top .tiw_top_title dl dt {
    font-size: 12px;
    color: #9399a7;
    line-height: 38px;
}

.tiw_top .tiw_top_title dl dt div:nth-child(1) {
    margin-right: 10px;
}

.bdshare-button-style1-16 {
    zoom: 1;
}

#share a {
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
    background-position: 0 0px;
    padding: 0;
}

#share .bds_tqq {
    background-image: url(../img/sr1.png);
}

#share .bds_qzone {
    background-image: url(../img/sr2.png);
}

#share .bds_tsina {
    background-image: url(../img/sr3.png);
}

#share .bds_sqq {
    background-image: url(../img/sr4.png);
}

#share .bds_weixin {
    background-image: url(../img/sr5.png);
}

.bdshare-button-style1-16:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.tiw_top .tiw_top_title p span {
    padding-right: 20px;
}

.tiw_bottom {
    padding: 30px 40px;
    position: relative;
    margin-top: 15px;
    background: #fff;
}

.tiw_bottom_jia:before {
    background: url(../img/bg7.jpg) no-repeat 50% 50% !important;
}

.tiw_bottom .tiw_bottom_title {
    font-size: 18px;
    color: #333333;
    padding-bottom: 25px;
}

.tiw_bottom:before {
    content: "";
    background: url(../images/bn2.png) no-repeat 50% 50%;
    width: 32px;
    height: 29px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0;
}

.tiw_bottom {
    padding: 30px 40px;
    position: relative;
    margin-top: 15px;
    background: #fff;
}

.tiw_bottom .tiw_bottom_wen .bottom_wen_xun:last-child {
    padding-bottom: 0px;
}

.chuizhi {
    -webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

.tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_left dd {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    overflow: hidden;
}

.tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_left dd img {
    width: 100%;
    min-height: 100%;
}

.tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_left dt {
    padding-left: 10px;
}

.tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_top .xun_top_left dt p {
    font-size: 16px;
    color: #444444;
    padding-bottom: 5px;
}

.tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_nei {
    color: #444444;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}

.tiw_bottom .tiw_bottom_wen .bottom_wen_xun .wen_xun_bottom {
    width: 85px;
    line-height: 30px;
    line-height: 30px;
    border-radius: 100px;
    font-size: 12px;
    color: #444444;
    cursor: pointer;
    margin-top: 15px;
}

.jz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.jh a {
    display: inline-block;
    text-align: left;
    width: 50%;
    margin-right: -4px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.tiw_di {
    margin-top: 10px;
    background: #fff;
}

.tiw_di .tiw_di_title {
    font-size: 18px;
    color: #2a2a2a;
    border-bottom: 1px solid #ededed;
    padding: 15px 30px;
}

.tiw_di .tiw_di_body {
    padding: 20px 30px;
}

.tiw_di .tiw_di_body .di_body_xun {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    color: #666;
}

.tiw_di .tiw_di_body .body_xun_right span:nth-child(1) {
    color: #b01f30;
    padding-right: 25px;
}

/* 问答详情样式结束 */
/* 装修学堂样式开始 */
.lcul {
    margin: 0 -12px;
}

.lcul li {
    float: left;
    width: 33.333%;
    list-style: none;
}

.lcul li .item {
    margin: 0 20px;
}

.lcul li .img {
    position: relative;
}

.lcul li .img img {
    width: 100%;
}

.lcul li .txt {
    position: absolute;
    color: #fff;
    top: 28px;
    text-align: center;
    right: 0;
    left: 0;
}

.lcul li .txt h3 {
    font-size: 27px;
    color: #fff;
}

.lcul li .txt p {
    font-size: 18px;
}

.com_lc {
    border: 1px solid #E9E9E9;
    border-right: none;
    border-bottom: none;
}

.lc_a a {
    width: 50%;
    background: #eef3f7;
}

.com_lc a {
    float: left;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.lc_a a .adiv, .lc_b a .adiv, .lc_c a .adiv {
    height: 88px;
    border-bottom: 1px solid #e9e9e9;
}

.com_lc a .adiv {
    border-right: 1px solid #e9e9e9;
}

.com_lc a span {
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}

.lc_b a {
    width: 25%;
    background: #f8f2f2;
}

.lc_c a {
    width: 50%;
    background: #eef6f8;
}

.com_lc .icon {
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

.lc_c a span {
    padding-top: 60px;
}

.lc_c a .adiv {
    height: 177px;
}

.lc_c p {
    margin-top: 2px;
}

.i_wz1 {
    background-image: url(../img/iw1.png);
    width: 34px;
    height: 33px;
}

.i_wz2 {
    background-image: url(../img/iw2.png);
    width: 26px;
    height: 31px;
}

.i_wz3 {
    background-image: url(../img/iw3.png);
    width: 34px;
    height: 34px;
}

.i_wz4 {
    background-image: url(../img/iw4.png);
    width: 30px;
    height: 31px;
}

.i_wz5 {
    background-image: url(../img/iw5.png);
    width: 30px;
    height: 30px;
}

.i_wz6 {
    background-image: url(../img/iw6.png);
    width: 30px;
    height: 31px;
}

.i_wz7 {
    background-image: url(../img/iw7.png);
    width: 28px;
    height: 31px;
}

.i_wz8 {
    background-image: url(../img/i8.png);
    width: 26px;
    height: 22px;
}

.i_wz9 {
    background-image: url(../img/i9.png);
    width: 27px;
    height: 28px;
}

.i_wz10 {
    background-image: url(../img/i10.png);
    width: 28px;
    height: 23px;
}

.i_wz11 {
    background-image: url(../img/i11.png);
    width: 22px;
    height: 31px;
}

.i_wz12 {
    background-image: url(../img/i12.png);
    width: 28px;
    height: 29px;
}

.i_wz13 {
    background-image: url(../img/i13.png);
    width: 39px;
    height: 37px;
}

.i_wz14 {
    background-image: url(../img/i14.png);
    width: 39px;
    height: 37px;
}


.lc_inv {
    margin-top: 15px;
    width: 100%;
}

.lc_inv .thd {
    margin-bottom: 20px;
}

.thd_a a {
    float: left;
    border-left: 1px solid #d9d9d9;
    line-height: 20px;
    padding: 0 9px;
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    min-width: 50px;
    text-align: center;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.lc_inv .thd li.right {
    float: right;
    margin: 0;
}

.lc_inv .thd li.right a {
    color: #e60012;
}

.lc_inv ul {
    list-style: none;
}

.y-ondd {
    color: #000;
    display: inline-block;
    transition: all 400ms;
    font-size: 16px;
}

.tSlide .hd li.on:after, .thd li.on:after {
    display: none;
}

.sjleft {
    width: 384px;
}

.prer a:first-child {
    margin-right: 23px;
}

.himg {
    display: inline-block;
}

.sjleft .himg img {
    width: 180px;
    height: 120px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.sjleft .himg img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.prer a {
    overflow: hidden;
}

.sjleft .iflist {
    border-top: none;
}

.iflist li {
    position: relative;
    height: 26px;
    line-height: 26px;
    padding-right: 75px;
}

.iflist li a {
    color: #666;
}

.iflist li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    color: #666;
}

.lcinfo {
    width: 383px;
}

.lc_title {
    background: url(../img/i_tt.png) no-repeat left center;
    padding: 0 0 0 40px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    background-size: 36px auto;
    margin: 0;
}

.lc_title a {
    color: #000;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info_txt {
    padding: 7px 7px 5px;
    text-align: right;
}

.info_txt p {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
}

.info_txt a {
    color: #666;
    position: relative;
    top: -5px;
    font-size: 12px;
}

.klist li {
    list-style: none;
}

.cont_inv .lcinfo .iflist {
    padding-top: 5px;
}

.iflist {
    border-top: 1px dashed #999;
    padding-top: 8px;
}

.cont_inv .lcinfo .iflist li {
    height: 24px;
    line-height: 24px;
}

.iflist li a {
    color: #666;
}

.iflist li {
    position: relative;
    height: 26px;
    line-height: 26px;
    padding-right: 75px;
}

.y-zxxd-r {
    padding-right: 25px;
    margin-top: 15px;
}

.dhlinks a {
    float: left;
    line-height: 28px;
    border: 1px solid #d9d9d9;
    padding: 0 10px;
    color: #000;
    font-size: 12px;
    margin: 10px 10px 0 10px;
}

/* 装修学堂样式结束 */
/* 装修学堂分页样式开始 */
.lc_inv_hot .thd {
    margin-bottom: 0;
}

.lc_inv_hot h1 {
    font-size: 18px;
}

.hot_item {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.hot_item .himg img {
    width: 200px;
    height: 150px;
}

.hot_item .info {
    width: 650px;
    margin-left: 20px;
}

.hot_item .info .title {
    font-weight: bold;
    font-size: 18px;
    color: #2c2c2c;
}

.info_tags {
    margin: 4px 0;
}

.info_tags a.in, .info_tags a:hover {
    background: #B01F30;
    color: #fff;

}

.info_tags a {
    color: #666;
    display: inline-block;
    padding: 3px 6px;
    margin: 1px 2px;
    font-size: 12px;
    background: #e5e9e8;
}

.hot_item .info p {
    color: #666;
    line-height: 20px;
    margin: 0;
    font-size: 14px;
}

.tjlist {
    padding-top: 15px;
}

.tjlist li {
    padding-left: 100px;
    padding-bottom: 0px;
}

.tjlist li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 80px;
    list-style: none;
    position: relative;
    padding-left: 105px;
}

.tjlist li .himg {
    height: 70px;
    width: 90px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.tjlist li .txt {
    color: #000000;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}

.tjlist li .date {
    padding-top: 5px;
    font-size: 12px;
    line-height: 4px;
    padding-left: 7px;
}

.zx_bdian h3 {
    font-size: 16px;
    margin: 0;
    line-height: 36px;
}

.zx_bdian .za_tit {
    padding: 0;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #E1E1E1;
}

.zx_bdian .za_tit .fa-angle-down {
    transform: rotate(-90deg);
    line-height: 38px;
}

.sub_za a:after, .klist_new li i {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #939393;
    border-radius: 50;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.zx_bdian .sub_za {
    padding: 5px 0;
}

.sub_za {
    display: none;
    border-bottom: 1px solid #E1E1E1;
}

.zx_lca {
    list-style: none;
}

.zx_lca li.in .sub_za {
    display: block;
}

.zx_bdian .sub_za a:hover {
    color: #B01F30;
}

.zx_bdian .sub_za a {
    position: relative;
    padding: 2px 10px;
    font-size: 12px;
}

.zx_bdian .sub_za a {
    position: relative;
    padding: 2px 10px;
    font-size: 12px;
}

.zx_lca li.in .za_tit {
    color: #B01F30;
}

.sub_za a {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 5px 25px;
}

/* 装修学堂分页样式结束 */
/* 文章内页样式开始 */
.wx_div {
    background: #fff;
}

.wx_div_a {
    padding: 30px;
    margin: 15px 0;
}

.de_top h1 {
    font-size: 30px;
    padding: 0 0 10px 0;
}

.de_top {
    border-bottom: 1px solid #ccc;
}

.de_top .date {
    color: #999;
    overflow: hidden;
    padding: 5px 0 10px 0;
}

.de_bot {
    padding: 15px 0;
}

.de_bot li {
    color: #999;
    max-width: 46%;
}

.de_bot li a {
    color: #666;
}

.de_cont p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    padding: 6px 0px;
    color: #2A2A2A;
}

.de_tags, .de_zc {
    color: #666;
}

.de_tags a {
    color: #666;
    display: inline-block;
    border: 1px solid #dadada;
    padding: 3px 5px;
    margin-right: 10px;
    background: #f4f4f4;
}

.de_share {
    margin-top: 15px;
}

.de_share a {
    margin-left: 5px;
}

.dx_t {
    margin: 0 -30px;
    padding: 5px 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
}

.dxul {
    margin: 0 -10px;
    padding: 20px 0 10px 0;
    list-style: none;
}

.dxul li {
    width: 33.333%;
    position: relative;
    float: left;
}

.dxul li a {
    display: block;
    margin: 0 10px;
    position: relative;
}

.dxul li p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 0;
}

.sub_za_d {
    display: block;
    padding: 10px 0;
    border: none;
    padding-bottom: 20px;
}

.sub_za_d li {
    height: 30px;
    list-style: none;
    line-height: 30px;
    float: left;
    width: 50%;
    position: relative;
}

.sub_za_d li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    position: absolute;
    left: 10px;
    right: 25px;
    padding: 0;
    padding-left: 10px;
    width: 250px;
}

.sub_za a {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 5px 25px;
}

.sub_za a:after, .klist_new li i {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #939393;
    border-radius: 50;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.sub_za_d li span {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 11px;
    color: #999;
}

.y-wxxq-bo {
    background-color: #fff;
    padding: 10px 30px;
}

.y-wxxq-bo .y-xq-text-groug {
    left: 0 !important;
}

.y-wxxq-bo .y-xq-text-jk {
    width: 193px !important;
    height: 170px !important;
}

.indexwen .indexwen_nei .indexwen_nei_xun .nei_xun_body a:hover {
    color: #E4606D;
}

.jh a:hover {
    color: #E4606D;
}

.iflist li a:hover {
    color: #e60012;
}

.thd_a a:hover {
    color: #e60012;
}

.dhlinks a:hover {
    color: #e60012;
}

.lc_a a:hover {
    background: #fff;
}

.lc_b a:hover {
    background: #fff;
}

.lc_c a:hover {
    background: #fff;
}

/* 文章内页样式结束 */
/*# sourceMappingURL=main.css.map */
.sytel{
    font-size: 16px;
}