body {
	font-family: '微软雅黑', "Microsoft YaHei";
	min-width: 1400px;
	background: #18508f;
}

.header .customer-service {
	border-collapse: separate;
}

.clear {
	clear: both;
	position: unset;
}

html body img {
	vertical-align: none;
}

.banner{
	height: 1000px;
	background: url(/Tpl/Home/Index/images/20201001/banner.jpg) no-repeat center top;
}

.box{
	background: url(/Tpl/Home/Index/images/20201001/bg.jpg) repeat center top;
	padding: 30px 0;
}

.box .title{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(/Tpl/Home/Index/images/20201001/title.png) center top no-repeat;
}

.box .content{
	overflow: hidden;
	width: 1150px;
	height: 750px;
	margin: 50px auto 0;
	background: url(/Tpl/Home/Index/images/20201001/content_bg.png) no-repeat center top;
}

.box .content .city{
	display: block;
    width: 1100px;
    height: 600px;
    position: relative;
    border-radius: 24px;
    top: 61px;
    left: 37px;
}

.to_position1,
.to_position2,
.to_position3,
.to_position4,
.to_position5,
.to_position6,
.to_position7,
.to_position8,
.to_position9,
.to_position10,
.to_position11,
.to_position12,
.to_position13,
.to_position14,
.to_position15,
.to_position16,
.to_position17,
.to_position18,
.to_position19,
.to_position20,
.to_position21,
.to_position22,
.to_position23,
.to_position24,
.to_position25,
.to_position26,
.to_position27,
.to_position28,
.to_position29,
.to_position30,
.to_position31{
	position: relative;
	height: 0;
	width: 0;
	top: -70px;
}

.box .content .city span{
	display: inline-block;
    width: 127px;
    height: 600px;
    font-size: 30px;
    writing-mode: tb;
    letter-spacing: 3px;
    line-height: 130px;
    text-align: center;
    color: #ffffff;
    font-weight: 800;
}
.box .content .city img{
	display: inline-block;
	width: 900px;
	height: 600px;
	border-radius: 24px;
}


.navBox{
	width: 1200px;
	margin: 0 auto 30px;
}

.navTitle{
	display: inline-block;
    color: #ffffff;
    font-size: 20px;
    margin: 0 0px 0 14px;
    font-weight: 800;
    width: 140px;
	word-break:break-all; 
}
.navTitle div{
	display: inline-block;
}
.jiantou{
	color: #ffffff;
	padding: 0 20px 0 0px;
	font-size: 36px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -16px;
}

.navItem{
    display: inline-block;
    margin: 12px 7px;
    width: 91px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
	color: #ffffff;
	background-color: #ff7200;
    font-weight: 800;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.conpic_wrapper {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.8);
	background-size: 70%;
}

.swiper-slide img:hover {
	cursor: zoom-in;
}

.swiper-slide .conpic_wrapper:hover {
	cursor: zoom-out;
}


@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.box .content .city span{
	    font-size: 28px;
	    letter-spacing: 1px;
	}
	.navBox {
	    width: 1060px;
	    margin: 0 auto 30px;
	}
	.navTitle{
		font-size: 44px;
		width: 620px;
	}
	.jiantou{
		font-size: 50px;
		margin: 0 0px 0 100px;
		transform: scaleX(3);
		width: 67px;
	}
	.navItem{
		margin: 22px;
		width: 164px;
		height: 80px;
		line-height: 81px;
		border-radius: 10px;
		font-size: 45px;
	}
	.conpic_wrapper {
		background-size: 95%;
	}
}
