/* 所有服务页面的板块标题 */

.Headline {
  text-align: center;
  margin: 200px 0 30px;
  font-size: 36px;
}


/* .headertitle {
  display: inline-block;
  height: 36px;
  width: 6px;
  vertical-align: -7px;
  line-height: 36px;
} */

.Headline-p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    font-family: Noto Sans S Chinese;
    line-height: 30px;
    text-align: center;
}
@media (max-width: 400px) {
    .Headline{
        height: 26px;
        font-size: 26px;
            line-height: 26px;
                margin: 30px 0 10px;
    }
    .Headline-p{
        font-size: 12px;
        line-height: 26px;
        padding:0 10px;
    }

}

/* .headertitle span:nth-child(1) {
  display: block;
  width: 6px;
  height: 6px;
  background: #0046af;
  margin-bottom: 4px;
}
.headertitle span:nth-child(2) {
  display: block;
  width: 6px;
  height: 24px;
  background: #0046af;
} */


/* body背景颜色 */

body {
    background: #f6f6f6;
}


/* 新版页面头部 */

.headerBox {
    width: 100%;
    height: 120px;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

/* .header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
} */

.headerBottomBox {
    width: 100%;
    height: 40px;
    background: #0046AF;
}

.headerBottom {
    width: 1200px;
    height: 40px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.headerTop {
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.headerTopLeft,
.headerTopRight {
    width: 380px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerTopRight {
    width: 270px;
}

.headerTopRight a {
    display: inline-block;
    width: 72px;
    height: 22px;
    background: linear-gradient(180deg, #ffaf35 0%, #ff8425 100%);
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.headerTopRightImg {
    width: 44px;
    height: 44px;
}

.headerTopRightImg img {
    width: 100%;
    height: 100%;
}

.headerTopXian {
    display: inline-block;
    width: 0px;
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.headerTopLeftMsg p {
    font-size: 16px;
    line-height: 30px;
}

.header>img {
    width: 46px;
    height: 45px;
}

.triangleSpan {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #fff;
    border-left: 7px solid rgba(0, 0, 0, 0);
    margin-left: 8px;
    transition: all 0.3s ease 0s;
}

.headerNav {
    z-index: 100;
}

.headerNav>.headerNavUlA {
    display: flex;
}

.headerNav>.headerNavUlA>li {
    padding: 0 18px;
    line-height: 40px;
    font-size: 16px;
    position: relative;
}

.headerNav>.headerNavUlA>li>a {
    color: #fff;
}

.headerNav>.headerNavUlA>li:hover .triangleSpan {
    transform: rotate(180deg);
}

.headerNav>.headerNavUlA>li:hover .headerNavUlB {
    display: block;
}

.headerNavUlB {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    display: none;
}

.headerNavUlB li {
    padding-left: 24px;
    width: 222px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    position: relative;
}

.headerNavUlB li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.headerNavUlB li a>.rightArrow {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-left: 7px solid #000;
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    margin-left: 10px;
    vertical-align: -2px;
}

.headerNavUlB li:hover {
    background-color: rgba(0, 70, 175, 0.06);
}

.headerNavUlB li:hover .headerNavUlC {
    display: block;
}

.headerNavUlB li:hover>a {
    color: rgba(0, 70, 175, 1);
}

.headerNavUlC {
    position: absolute;
    top: 0;
    left: 222px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    display: none;
}

.headerContact {
    display: flex;
    align-items: center;
}

.headerContactQR {
    width: 44px;
    height: 44px;
    margin-right: 24px;
}

.headerContactQR img {
    width: 100%;
    height: 100%;
}

.headerContactPhone {
    font-size: 16px;
    margin-right: 24px;
}

.headerContactPhone img {
    margin-right: 5px;
}

.headerContactLogin a {
    display: inline-block;
    width: 60px;
    height: 30px;
    opacity: 1;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #FFAA00;
}

.headerContactLogin a:nth-child(1) {
    background: #FFAA00;
    color: #fff;
    margin-right: 16px;
}

.headerContactLogin a:nth-child(2) {
    background: #0046af;
}

.glyphicon-user {
    font-size: 30px;
    color: #FFAA00;
    margin-right: 30px;
}

.loggedInBox {
    position: relative;
    z-index: 100;
}

.loggedInUl {
    width: 100px;
    height: 68px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 30px;
    left: -35px;
    display: none;
}

.loggedInBox:hover .loggedInUl {
    display: block;
}

.loggedInUl li {
    width: 100px;
    font-size: 14px;
    text-align: center;
    height: 34px;
    line-height: 34px;
}

.loggedInUl li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
}

.loggedInUl li:hover {
    background-color: rgba(0, 70, 175, 0.06);
}

.loggedInUl li:hover a {
    color: rgba(0, 70, 175, 1);
}


/* 广告图 */

.bannderBox {
    width: 100%;
    height: 520px;
    min-width: 1000px;
    position: relative;
    margin-top: 137px;
}

.bannderBoxImg {
    width: 100%;
    height: 520px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -10;
}

.bannderBoxImgS {
    width: 100%;
    height: 100%;
}

.bannderBoxImg img {
    width: 100%;
    height: 100%;
}

.bannder {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.bannderText p:nth-of-type(1) {
    font-size: 30px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    line-height: 51px;
    color: #000;
}

.bannderText p:nth-of-type(2) {
    font-size: 40px;
    font-family: Noto Sans S Chinese;
    font-weight: bold;
    line-height: 68px;
    color: #000;
}

.bannderText p:nth-of-type(3) {
    font-size: 20px;
    font-family: Noto Sans S Chinese;
    line-height: 34px;
    margin-bottom: 36px;
    color: #000ffb;
}

.bannderText>h2 {
    font-size: 60px;
    font-family: Noto Sans S Chinese;
    font-weight: bold;
    line-height: 102px;
    color: #0046af;
    -webkit-text-stroke: 1px #fff;
}

.bannderBtn {
    margin-bottom: 24px;
}

.bannderBtn a {
    display: inline-block;
    width: 274px;
    height: 48px;
    background: #0046af;
    opacity: 1;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    border-radius: 6px;
}

.bannderBtn a:nth-child(1) {
    margin-right: 36px;
}

.bannderText {
    margin-top: 65px;
}

.bannderConsulting {
    width: 328px;
    height: 280px;
    background: #ffffff;
    opacity: 1;
    border-radius: 6px;
    padding: 36px;
    margin-top: 100px;
}

.bannderConsulting p {
    font-size: 24px;
    font-family: Noto Sans S Chinese;
    height: 24px;
    margin-bottom: 24px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.offerIput {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(0, 70, 175, 0.4);
    border-radius: 4px;
    font-size: 16px;
    line-height: 38px;
    padding: 0 3%;
    margin-bottom: 24px;
}

.SendCode {
    display: inline-block;
    width: 112px;
    height: 38px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    line-height: 38px;
    font-size: 16px;
    color: #0046af;
    opacity: 0.65;
    border-radius: 4px;
}

.sendCodeInput {
    display: flex;
    justify-content: space-between;
}

.sendCodeInput .offerIput {
    width: 45%;
}

.offerIputBtn {
    width: 256px;
    height: 38px;
    background: #0046af;
    opacity: 1;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: none;
}


/* 数据 */

.dataBox {
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.data {
    max-width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.dataItem {
    text-align: center;
}

.dataItem p {
    font-family: Noto Sans S Chinese;
}

.dataItem p:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    line-height: 68px;
    color: #0046af;
}

.dataItem p:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}


/* 了解更多样式 */

.moreMsg {
    text-align: center;
	margin-top: 36px;
}

.moreMsg a {
    width: 220px;
    display: inline-block;
    height: 38px;
    color: #fff;
    background-image: linear-gradient(#ffae34, #ff8425);
    font-size: 18px;
    line-height: 38px;
    border-radius: 5px;
}

.moreMsg a:focus{color: #ffffff;}


/* 立即咨询 */

.inquiryBox {
    width: 100%;
    height: 200px;
    background: url(../img/inquiryBackground.png) no-repeat;
    background-size: cover;
}

.inquiry {
    max-width: 1200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inquiryInput {
    width: 240px;
    height: 68px;
    background: #ffffff;
    opacity: 1;
    border-radius: 6px;
    font-size: 24px;
    padding-left: 16px;
    border: none;
}

.inquiry .inquiryInput:nth-child(2) {
    margin: 0 48px;
}

.inquiryBtn {
    width: 240px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(#ffae34, #ff8425);
    border-radius: 5px;
    border: 1px solid #fff;
    font-family: Noto Sans S Chinese;
}
@media (max-width: 400px) {
    .inquiryBox{
        height: 60px;
        background:#0046af;
    }
    .inquiry{
        height: 60px;
        justify-content: space-between;
        padding: 0 36px;
    }
    .inquiryInput{
        width: 90px;
        height: 30px;
        border-radius: 3px;
        font-size: 12px;
            padding-left: 3px;
    }
    .inquiryBtn{
        width: 90px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
    .inquiry .inquiryInput:nth-child(2){
        margin: 0;
    }
}

/* 客户反馈 */

.feedbackBox {
    width: 100%;
    height: 385px;
}

.feedback {
    width: 1200px;
    height: 385px;
    margin: 0 auto;
}

.feedbackItem {
    width: 1200px;
    height: 385px;
}

.feedbackItem>div:nth-child(1) {
    margin-right: 54px;
}

.feedbackItemBox {
    width: 573px;
    height: 385px;
    padding: 36px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 42, 99, 0.16);
    float: left;
}

.feedbackItemBox-p {
    line-height: 34px;
    font-size: 20px;
    margin-top: 25px;
}

.feedbackItemBoxImg {
    margin-top: 16px;
    display: flex;
}

.zmtImg {
    margin-right: 24px;
}

.feedbackItemBoxMsg p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 23px;
}

.caseChoice {
    margin-top: 36px;
    text-align: center;
    bottom: -54px;
}

.caseChoiceSpan {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #0046af;
}

.caseChoice .active {
    background: #0046af;
    width: 14px;
    height: 14px;
}


/* bannder图下的润色 */


/* 英文润色 */

.touchBox {
    width: 100%;
    padding: 100px 0;
    background: rgba(89, 85, 245, 0.06);
    margin-top: 100px;
}

.touch {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.touchMsg {
    line-height: 51px;
    font-size: 26px;
}

.exclusiveBox .Headline {
    color: #fff;
    margin-top: 0;
}

.exclusiveBox .Headline .headertitle span {
    background: #fff;
}

.exclusive {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.exclusiveItem {
    width: 31%;
    height: 280px;
    padding: 36px;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.exclusiveItem>img {
    position: absolute;
    top: 36px;
    right: 36px;
}

.exclusiveItem h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 65px;
}

.exclusiveItem p {
    font-size: 16px;
    line-height: 30px;
}


/* 艾德思专属特权  */

.exclusiveBox .Headline {
    color: #fff;
    margin-top: 0;
}

.exclusiveBox .Headline .headertitle span {
    background: #fff;
}

.exclusive {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.exclusiveItem {
    width: 31%;
    height: 280px;
    padding: 36px;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.exclusiveItem>img {
    position: absolute;
    top: 36px;
    right: 36px;
}

.exclusiveItem h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 65px;
}

.exclusiveItem p {
    font-size: 16px;
    line-height: 30px;
}


/* 质量保证 */

.qualityBox {
    width: 100%;
    padding: 100px 0;
    background: rgba(89, 85, 245, 0.06);
}

.quality {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.qualityItem {
    width: 376px;
    height: 214px;
    background: #fff;
    border-radius: 10px;
    padding: 36px;
    position: relative;
}

.qualityItemBox {
    width: 376px;
    height: 20px;
    border-radius: 10px 10px 0 0;
    background: rgba(89, 85, 245, 0.2);
    position: absolute;
    z-index: -10;
    top: -10px;
    left: 0;
}

.qualityItemImg {
    position: absolute;
    top: -10px;
    left: 0;
}

.qualityItem h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 36px;
}

.qualityItem p {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}


/* 常见问题 */

.problemBox {
    width: 100%;
    margin-bottom: 100px;
}

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

.problemItem {
    margin-top: 25px;
}

.problemItem-p {
    font-size: 24px;
    line-height: 41px;
    font-weight: 600;
}

.problemItem-p span {
    font-size: 36px;
    font-family: Arial;
    color: #0046af;
    margin-right: 25px;
}

.problemItemWord {
    width: 100%;
    padding: 15px 48px;
    font-size: 16px;
    line-height: 27px;
    margin-top: 25px;
    background: rgba(0, 70, 175, 0.1);
    position: relative;
}

.problemItemWord img {
    position: absolute;
    left: 5px;
    top: -19px;
}


/* 其他增值服务 */

.fanyiIncrementBox {
    width: 100%;
    margin-bottom: 100px;
}

.fanyiIncrement {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.fanyiIncrementItem {
    width: 328px;
    overflow: hidden;
    cursor: pointer;
}

.fanyiIncrementItem:hover {
    color: #0046AF;
}

.fanyiIncrementItem h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 34px 0;
    position: relative;
    cursor: pointer;
}

.fanyiIncrementItem h2 span {
    position: absolute;
    right: 50px;
    color: #0046af;
    font-size: 100px;
    opacity: 0.06;
    font-family: Arial;
}

.fanyiIncrementItem h2 img {
    vertical-align: -5px;
    margin-right: 14px;
}

.fanyiIncrementItem p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}