/* 广告图 */

.bannderText p:nth-of-type(1) {
    font-size: 40px;
    line-height: 68px;
    color: #000000;
}

.bannderText p:nth-of-type(2) {
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    color: #000000;
}

.bannderText h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 136px;
    color: #0046af;
    -webkit-text-stroke: 0px;
}

.bannderBtn {
    margin-top: 36px;
}

.bannderBtn a {
    width: 200px;
    height: 48px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    border-radius: 0px;
    background: linear-gradient(180deg, #ffaf35 0%, #ff8425 100%);
    transform: skewX(-10deg);
    font-size: 30px;
    margin-right: 36px;
}
.bannderBtn a:hover{
	color:#ffffff;
}
.bannderBtn a:nth-child(1) {
    margin-left: 10px;
}


/* 数据 */


.touchBox .Headline {
    margin-top: 0;
}


/* 不同服务方案 */

.touchListBox {
    width: 100%;
}

.touchList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.touchListItem {
    flex: 1;
}

.touchListItem>h2 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
    margin-top: 36px;
}

.touchListItem-p {
    text-align: center;
    margin-top: 80px;
}

.touchListItem {
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

.touchListItemImg {
    position: absolute;
    left: -56px;
    top: -56px;
}

.touchListItem .touchListItemHeaderPrice {
    color: rgba(255, 0, 0, 1);
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.touchListItemHeaderPrice span {
    font-size: 16px;
}

.touchListItemHeaderPriceSpan {
    display: inline-block;
    width: 114px;
    height: 30px;
    border-radius: 18px 0 18px 0;
    background: linear-gradient( to right, rgba(255, 0, 0, 1), rgba(255, 0, 0, 0.1));
    position: absolute;
    left: 43px;
    top: -37px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.touchListItemBox {
    width: 100%;
    height: 64px;
    background: rgba(89, 85, 245, 0.1);
    font-size: 14px;
    text-align: center;
    line-height: 64px;
    margin: 25px 0;
}

.touchListItemWord {
    padding-left: 80px;
    padding-right: 90px;
}

.touchListItemWord h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.touchListItemWord p {
    font-size: 16px;
}

.touchListItemWord ul {
    margin-top: 25px;
}

.touchListItemWord ul>li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
}

.touchListItemWord ul>li>span {
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    text-align: center;
}

.touchListItemWord ul>li>img {
    margin-right: 16px;
}

.touchListItemWordUl1 li {
    color: #666666;
}

.touchListItemWordUl1 .Different {
    color: #000000;
}

.touchListItemWordUl2 li {
    color: #000000;
}

.touchListItemWordUl2 .Different {
    color: #666666;
}

.touchListItem>a {
    display: inline-block;
    width: 180px;
    height: 38px;
    background: #0046af;
    border-radius: 6px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -90px;
    border: 2px solid #0046af;
}

.touchListItem>a:hover {
    color: #0046AF;
    background-color: #ffffff;
    border: 2px solid #0046af;
}


/* 查重及语言改写    高效快速降重 */

.efficientBox {
    width: 100%;
    padding-top: 100px;
}

.efficient {
    width: 1200px;
    margin: 0 auto;
}

.efficient p {
    font-size: 16px;
    line-height: 36px;
}

.efficient .Headline {
    margin-top: 0px;
}


/* 查重及语言改写案例 */

.fanyiCaseBox {
    width: 100%;
    padding: 100px 0;
    background: #fff;
}

.fanyiCaseBox .Headline {
    margin-top: 0px;
}

.fanyiCase {
    width: 1200px;
    /* height: 846px;
  overflow-y: auto; */
    margin: 0 auto;
    /* padding: 36px 0;

  background: rgba(0, 70, 175, 0.2); */
}

.fanyiCase>ul {
    width: 100%;
}

.fanyiCase>ul>li {
    width: 100%;
}

.carousel-control.right {
    color: #0046af;
    right: -180px;
}

.carousel-control.left {
    color: #0046af;
    left: -180px;
}