p {
    margin: 0;
    padding: 0;
}
.investigate {
    background: #fff;
}
.investigate .banner {
    height: 700px;
    background: url('../image/investigate/banner.png') no-repeat center;
    background-size: auto 100%;
}
.travel {
    height: 680px;
    background: url('../image/investigate/bg1.png') no-repeat center;
    background: auto 100%;
}
.travel_box {
    width: 1180px;
    height: 680px;
    margin: 0 auto;
}
.title_introduce{
	padding-top: 70px;
}
.title_introduce .title {
	font-size: 34px;
	color: #333;
	text-align: center;
	height: 80px;
	line-height: 60px;
	background: url('../image/investigate/j.png') no-repeat center;
	background-size: 517px 70px;
}
.title_introduce .title::after {
	content:'';
	display: block;
	width: 120px;
	height: 4px;
	background: #59BD91;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	bottom: 5px;
	border-radius: 10px;
}
.travel_content {
    display: flex;
    justify-content: center;
    margin-top: 108px;
}
.travel_content .travel_l {
    width: 580px;
    height: 300px;
}
.travel_content .travel_l img {
    width: 100%;
    height: 100%;
}
.travel_content .travel_r {
    width: 320px;
    height: 300px;
    margin-left: 70px;
}
.travel_content .travel_r .title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
}
.travel_content .travel_r .fu_title {
    font-size: 30px;
}
.price_box {
    margin: 14px 0 17px 0;
    position: relative;
}
.old_price::after {
    content: '';
    border-top: 1px solid #000;
    display: block;
    width: 214px;
    position: absolute;
    top: 27px;
    left: -4px;
}
.price {
    font-size: 26px;
}
.price span {
    font-size: 14px;
    color: #F56363;
}
.price span i {
    font-style: normal;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 10px;
}
.appointment {
    border: 0 none;
    background: #59BD91;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    width: 210px;
    height: 62px;
    text-align: center;
    line-height: 62px;
}
.highlight {
    height: 1120px;
    background: #F7FEFC;
}
.highlight_box {
    width: 1180px;
    height: 1120px;
    margin: 0 auto;
}
.title_introduce .introduce {
	text-align: center;
	color: #666;
	font-size: 20px;
	margin-top: 50px;
}
.title_introduce .introduce p {
	margin-bottom: 16px;
}
.highlight_box .title_introduce .title {
	background: url('../image/investigate/h.png') no-repeat center;
	background-size: 664px 70px;
}
.highlight_content {
    margin-top: 106px;
}
.content_box {
    display: flex;
    justify-content: space-between;
}
.content_box > div {
    width: 280px;
    height: 304px;
    text-align: center;
}
.content_box > div img {
    width: 280px;
    height: 180px;
}
.content_box > div .title {
    font-size: 28px;
    margin-top: 20px;
    color: #333;
}
.content_box > div .line {
    width: 162px;
    height: 3px;
    background: #59BD91;
    display: block;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 24px;
}
.content_box > div .short_contr {
    font-size: 16px;
    color: #666;
}
.content_box > div .short_contr p {
    margin-bottom: 4px;
}
.box_top {
    margin-top: 60px;
}
.process {
    height: 940px;
    background: url('../image/investigate/bg2.png') no-repeat center;
    background: auto 100%;
}
.process .title_introduce .title {
	background: url('../image/investigate/p.png') no-repeat center;
	background-size: 492px 70px;
}
.process_box {
    width: 1180px;
    margin: 0 auto;
    text-align: center;
}
.process_box img {
    width: 950px;
    height: 780px;
}
.pops{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 67px 25px;
	box-sizing: border-box;
	background: rgba(44, 42, 42, .8);
	z-index: 100;
	text-align: center;
	display: none;
}

.pops .box {
	width: 380px;
	padding: 25px 0 45px;
	background: #ffffff;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.pops .box .logo,
.pops .box .qrcode {
	display: block;
	margin: 0 auto;
}

.pops .box .logo {
	height: 30px;
	margin-bottom: 25px;
}

.pops .box .qrcode {
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}

.pops .box p {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.pops .box p.bs {
	font-size: 14px;
}
.pops .qrCloses {
	width: 60px;
	margin: 0 auto;
}
.pops .qrCloses img {
	height: 60px;
    width: 60px;
}


@media (max-width: 1679px) {
    .investigate .banner {
        height: 581px;
    }
    .travel {
        height: 565px;
    }
    .travel_box {
        width: 980px;
        height: 565px;
    }
    .title_introduce{
		padding-top: 58px;
	}
	.title_introduce .title {
		font-size: 28px;
		height: 66px;
		line-height: 54px;
		background: url('../image/investigate/j.png') no-repeat center;
		background-size: 429px 58px;
	}
	.title_introduce .title::after {
		content:'';
		display: block;
		width: 100px;
		height: 4px;
		margin-top: 10px;
		position: relative;
		bottom: 12px;
    }
    .travel_content {
        margin-top: 90px;
    }
    .travel_content .travel_l {
        width: 482px;
        height: 249px;
    }
    .travel_content .travel_r {
        width: 266px;
        height: 249px;
        margin-left: 58px;
    }
    .travel_content .travel_r .title {
        font-size: 28px;
        margin-bottom: 13px;
    }
    .travel_content .travel_r .fu_title {
        font-size: 25px;
    }
    .price_box {
        margin: 12px 0 14px 0;
    }
    .old_price::after {
        content: '';
        border-top: 1px solid #000;
        display: block;
        width: 184px;
        position: absolute;
        top: 21px;
        left: -4px;
    }
    .price {
        font-size: 22px;
    }
    .price span {
        font-size: 12px;
    }
    .price span i {
        font-size: 28px;
        margin-left: 8px;
    }
    .appointment {
        font-size: 25px;
        border-radius: 8px;
        width: 174px;
        height: 51px;
        line-height: 51px;
    }
    .highlight {
        height: 930px;
    }
    .highlight_box {
        width: 980px;
        height: 930px;
    }
    .title_introduce .introduce {
        font-size: 16px;
        margin-top: 45px;
    }
    .title_introduce .introduce p {
        margin-bottom: 14px;
    }
    .highlight_box .title_introduce .title {
        background: url('../image/investigate/h.png') no-repeat center;
        background-size: 551px 58px;
    }
    .highlight_content {
        margin-top: 88px;
    }
    .content_box > div {
        width: 233px;
        height: 252px;
    }
    .content_box > div img {
        width: 233px;
        height: 149px;
    }
    .content_box > div .title {
        font-size: 23px;
        margin-top: 16px;
    }
    .content_box > div .line {
        width: 136px;
        margin-top: 11px;
        margin-bottom: 20px;
    }
    .content_box > div .short_contr {
        font-size: 14px;
    }
    .content_box > div .short_contr p {
        margin-bottom: 2px;
    }
    .box_top {
        margin-top: 50px;
    }
    .process {
        height: 781px;
    }
    .process .title_introduce .title {
        background: url('../image/investigate/p.png') no-repeat center;
        background-size: 409px 58px;
    }
    .process_box {
        width: 980px;
    }
    .process_box img {
        width: 789px;
        height: 648px;
    }
}
.abroadqrcode {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 200;
}

.abroadqrcode .isqrcode {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 375px;
    transform: translate(-50%, -50%);
}

.abroadqrcode .isclose {
    position: absolute;
    left: calc(50% + 524px);
    top: calc(50% - 187px);
    height: 26px;
    cursor: pointer;
}



@media (max-width: 1679px) {
    .abroadqrcode .isclose {
        left: calc(50% + 424px);
    }
}