/* 地区SEO页面CSS */
.p_seoBanner_wrap {
  background: linear-gradient(195deg, #db5f9d, #4cb8f7);
  padding-top: 30px;
}
.yellow_btn {
    background: linear-gradient(90deg, #db5f9d 0%, #4cb8f7 99%);
}
.skewed p {
    color: #ffffff;
}

h1{
    margin: 0;
}
.skewed {
/*    width: 45em;*/
    color: #F1F1F1;
    display: flex;
    background: #df5b62;
    margin: 2em 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.skewed p{
    font-size: 18px;
    line-height: 28px;
}
.text {
    padding: 1.5em;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}
a {
    color: #fff;
    text-decoration: none;
}
.image {
/*    width: 50%;
    height: 17em;*/
    position: relative;
    overflow: hidden;
}
.image::before{
    content: '';
    position: absolute;
    left: -6.1em;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    background: #df5b62;
    width: 40%;
    height: 140%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.skewed-left .image::before{
    transform: translateY(-50%) rotate(-20deg);
    left: initial;
    right: -6.1em;
}
.skewed img {
    width: 100%;
}
.advantagebg{
  background-color: #f9f9f9;
}
.en_title span {
  background: none;
}
.WhyChooseUs {
  background-color: #f9f9f9;
}
.ziyaninfo {
    font-size: 12px;
    color: #5a5a5a;
}
.fuwubody li:nth-child(2n) {
    border-left: 1px solid #F0F0F0;
}
.fuwubody li:nth-child(3) {
    border-left: 1px solid #F0F0F0;
}
.text-gray-800 {
    color: #333 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.py-8 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.shadow {
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,.08);
}
.youshifuwu li {
    text-align: left;
}
.bg-cloum {
    background: #f3f4f4;
}
/* 折叠CSS */
.dayi a{
    color: #c72727;
}