/** 导航 **/
.header{
	/*border-bottom: 0;*/
}
/** 广告 **/
.banner {
    width: 100%;
    text-align: center;
	position: relative;
	margin-top: -100px;
}

    .banner .box {
        width: 100%;
        max-width: 1920px;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

        .banner .box img {
            width: 100%;
        }

/**引导**/
.guide{
	margin-top: 10px;
	margin-bottom: 30px;
}

/*导航菜单 tab*/
.container .menu ul li {
    width:25%;
    font-size:16px;
    margin-right:0;
}

/*模块*/
.section {
    width: 100%;
}

    .section > .box {
        width: 100%;
        max-width: 1200px;
        padding-top: 40px;
        margin: 0 auto;
    }

        .section > .box > p:nth-child(1) {
            font-weight: bold;
            font-size: 22px;
            line-height: 50px;
        }

        .section > .box > p:nth-child(2) {
            font-size: 16px;
            text-transform: uppercase;
            color: #757677;
            font-family: arial;
            margin-top: 10px;
        }

        .section > .box ul:after {
            display: block;
            content: ' ';
            clear: both;
        }

        .section > .box ul li {
            float: left;
        }

.section > .box > .sub-box > p{
	text-align: left;
}
.section > .box > .sub-box > p:nth-child(1){
	margin-top: 40px;
	font-size: 22px;
}
.section > .box > .sub-box > p:nth-child(2){
	font-size: 18px;
	margin-top: 20px;
	color: #757677;
}

/*未来乡村数字解决方案*/
.part-1{
	padding-bottom: 60px;
}
.part-1 .sub-part1-1 ul {
    margin-top:30px;
}
.part-1 .sub-part1-1 ul li {
    width: calc((100% - 80px) / 5);
    height: 300px;
    padding-right: 20px;
    margin-bottom:20px;
}

.part-1 .sub-part1-1 ul li:nth-child(5n) {
    padding-right: 0;
}

.part-1 .sub-part1-1 ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.part-1 .sub-part1-1 ul li a > span {
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.part-1 .sub-part1-1 ul li a > div {
    display: none;
    color: #FFFFFF;
    text-align: left;
    width: 76%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    text-align: left;
    padding-left: 12%;
    padding-right: 12%;
}

.part-1 .sub-part1-1 ul li a > div p {
    width: 100%;
    font-size: 16px;
	line-height: 30px;
	display: flex;
	align-items: center;
}
    .part-1 .sub-part1-1 ul li a > div p i{
        display:inline-block;
        width:15px;
		height: 15px;
		background: url(../images/service/icon_part1_1.png) no-repeat center;
		background-size: cover;
		margin-right: 10px;
    }

    .part-1 .sub-part1-1 ul li a > div > span:nth-child(1) {
		display: inline-block;
        font-size: 20px;
        line-height: 46px;
        border-bottom: 2px solid #ffffff;
        margin-top: 70px;
        margin-bottom: 10px;
        width: unset;
    }

.part-1 .sub-part1-2 > div{
	width: 100%;
	padding-top: 35px;
	text-align: right;
}
.part-1 .sub-part1-2 > div img{
	width: unset;
	max-width: 100%;
}

.part-1 .sub-part1-3 .tab{
	border-bottom: 2px solid #F0F0F0;
	text-align: center;
	margin-top: 25px;
}
.part-1 .sub-part1-3 .tab ul{
	display: flex;
	justify-content: center;
}
.part-1 .sub-part1-3 .tab ul:after{
	display: block;
	content: ' ';
	clear: both;
}
.part-1 .sub-part1-3 .tab ul li{
	float: left;
	width: 200px;
	height: 50px;
}
.part-1 .sub-part1-3 .tab ul li span{
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.part-1 .sub-part1-3 .tab ul li span:hover,.part-1 .sub-part1-3 .tab ul li span.cur{
	color: #009BE1;
	border-bottom: 3px solid #009BE1;
}
.part-1 .sub-part1-3 .desc{
	margin-top: 45px;
	width: 100%;
}
.part-1 .sub-part1-3 .desc ul{
	width: 300%;
}
.part-1 .sub-part1-3 .desc ul:after{
	display: block;
	content: ' ';
	clear: both;
}
.part-1 .sub-part1-3 .desc ul li{
	float: left;
	width: calc(100% / 3);
	display: none;
	align-items: stretch;
	box-shadow: 0px 0px 20px #dbdbdb;
}
.part-1 .sub-part1-3 .desc ul li:nth-child(1){
	display: flex;
}
.part-1 .sub-part1-3 .desc ul li > div{
	width: 50%;
}
.part-1 .sub-part1-3 .desc ul li > div:nth-child(1){
	padding-left: 80px;
	padding-right: 80px;
	width: calc(50% - 160px);
	text-align: left;
}
.part-1 .sub-part1-3 .desc ul li > div > p:nth-child(1){
	font-size: 18px;
	margin-top: 65px;
	font-weight: bold;
}
.part-1 .sub-part1-3 .desc ul li > div > p:nth-child(2){
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}
.part-1 .sub-part1-3 .desc ul li > div > p:nth-child(3){
	font-size: 16px;
	margin: 3.6rem 0 2rem 0;
	color: #474849;
}

/*特色小镇*/
.part-2{
	padding-bottom: 60px;
}
.sub-part-2-1{
	width: 100%;
	text-align: center;
}
.sub-part-2-1 > div:nth-child(1){
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.sub-part-2-1 > div:nth-child(1) > p:nth-child(1){
	font-size: 22px;
	margin-top: 45px;
}
.sub-part-2-1 > div:nth-child(1) > p:nth-child(2){
	font-size: 16px;
	color: #757677;
	margin-top: 15px;
}
.sub-part-2-1 > div:nth-child(2){
	width: 100%;
	height: 470px;
	display: flex;
	align-items: stretch;
	margin-top: 40px;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(1){
	width: 57.3%;
	background: url(../images/service/bg_part2_1.jpg) no-repeat center;
	background-size: 100% 100%;
	color: #FFFFFF;
	font-size: 18px;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(1) > ul{
	width: 100%;
	max-width: 740px;
	float: right;
	overflow: hidden;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(1) > ul:after{
	display: block;
	content: ' ';
	clear: both;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(1) > ul li{
	float: left;
	display: inline-block;
	width: calc(100% / 3 - 45px - 2px);
	text-align: center;
	margin-top: 28px;
	border: 1px solid #FFFFFF;
	padding: 35px 0;
	margin-right: 45px;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(1) > ul li:nth-child(1){
	width: 100%;
	text-align: left;
	margin-top: 35px;
	border: 0;
	padding:0;
	font-weight:bold;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(1) > ul li:last-child{
	border: 0;
	padding:0;
}

.sub-part-2-1 > div:nth-child(2) > div:nth-child(2){
	width: calc(42.7% - 50px);
	background-color: #ebebeb;
	padding-left: 50px;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(2) > p{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 35px;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(2) > ul:after{
	display: block;
	content: ' ';
	clear: both;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(2) > ul li{
	float: left;
	width: 100px;
	margin-right: 50px;
	margin-top: 55px;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(2) > ul li:nth-child(3n){
	margin-right: calc(100% - 400px);
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(2) > ul li img{
	width: unset;
	max-width: 100%;
}
.sub-part-2-1 > div:nth-child(2) > div:nth-child(2) > ul li span{
	display: inline-block;
	width: 100%;
	color: #6f7071;
	font-size: 16px;
	margin-top: 20px;
}

.sub-part-2-2{
	margin-top: 40px;
}
.sub-part-2-2 > .box{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.sub-part-2-2 > .box > p{
	font-size: 22px;
	text-align: left;
}
.sub-part-2-2 > .box > ul{
	margin-top: 30px;
}
.sub-part-2-2 > .box > ul:after{
	display: block;
	content: ' ';
	clear: both;
}
.sub-part-2-2 > .box > ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.sub-part-2-2 > .box > ul li:nth-child(2n){
	margin-right: 0;
}
/*文旅*/
.sub-part-3-1 > p:nth-child(3){
	font-size: 22px;
	text-align: left;
	margin-top: 50px;
}
.sub-part-3-1 > p:nth-child(4){
	font-size: 18px;
	text-align: left;
	margin-top: 20px;
	color: #757677;
}
.sub-part-3-1 > ul{
	margin-top: 10px;
}
.sub-part-3-1 > ul:after{
	display: block;
	content: ' ';
	clear: both;
}
.sub-part-3-1 > ul li{
	float: left;
	width: calc((100% - 60px) / 4 - 2px);
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid #e5e5e5;
	padding: 50px 0;
}
.sub-part-3-1 > ul li:nth-child(4n){
	margin-right: 0;
}
.sub-part-3-2 > p{
	text-align: left;
}
.sub-part-3-2 > ul{
	margin-top: 20px;
}
.sub-part-3-2 > ul:after{
	display: block;
	content: ' ';
	clear: both;
}
.sub-part-3-2 > ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.sub-part-3-2 > ul li:nth-child(3n){
	margin-right: 0;
}
.sub-part-3-2 > ul li:nth-child(1),.sub-part-3-2 > ul li:nth-child(6){
	width: 40.67%;
}
.sub-part-3-2 > ul li:nth-child(2),.sub-part-3-2 > ul li:nth-child(5){
	width: 32.25%;
}
.sub-part-3-2 > ul li:nth-child(3),.sub-part-3-2 > ul li:nth-child(4){
	width: calc(27.08% - 40px);
}

.part-4{
	margin-top: 30px;
	padding-bottom: 50px;
}

.part-5{
	width: calc(100% - 68px);
	padding-left: 34px;
	padding-right: 34px;
	padding-bottom: 50px;
}
.part-5 ul{
	margin-top: 55px;
}
.part-5 ul li{
	float: left;
	width: 25%;
}
.part-5 ul li span{
	display: inline-block;
	width: 100%;
	font-size: 20px;
	margin-top: 20px;
}

/**反馈**/
.part-6{
	height: 280px;
	background: url(../images/zeek/bg_part4.png) no-repeat center;
	background-size: 100% 100%;
	color: #FFFFFF !important;
    margin-top:20px;
    text-align:left;
}
.part-6 .box > p{
    text-align:left;
}
.part-6 .box > p:nth-child(2){
    font-size:16px;
	color: #FFFFFF;
}
.part-6 .box > div{
    padding-top:45px;
    display:flex;
    align-items:center;
}
.part-6 .box > div input{
    width:255px;
    height:48px;
    border:0;
    padding-left:15px;
    padding-right:15px;
    margin-right:15px;
}
.part-6 .box > div input:last-child{
    margin-right:0;
}
.part-6 .box > div button{
    width:140px;
    height:50px;
    background:#0056c0;
    color:#ffffff;
    font-size:16px;
    margin-left:20px;
}

.fixed{
	position: fixed;
	z-index: 999;
	background: #FFFFFF;
	top: 0;
}
.part-1{
	overflow: hidden;
}

@media screen and (max-width:640px) {
	.container {
		padding-top: 5rem;
	}

	.banner {
		margin-top: 0;
	}

	.guide {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		height: 3rem;
		min-height: unset;
	}

    .section > .box {
        width:calc(100% - 3rem);
        margin:0 auto;
		padding-top:0;
    }
    
	.container .menu{
		display:none;
	}

	.section > .box > p:nth-child(2){
		margin-top:0;
	}
	.section > .box > .sub-box > p:nth-child(1){
		margin-top:1.5rem;
	}

	.sub-part1-1{
		overflow:hidden;
	}
	.part-1 {
		padding-bottom:2rem;
	}
	.part-1 .sub-part1-1 ul li{
		padding-right:0;
	}
	.section > .box > sub-part1-2 > p:nth-child(1){
		margin-top:0;
	}
	.part-1 .sub-part1-3 .tab{
		margin-top:1rem;
	}
	.part-1 .sub-part1-3 .tab ul li span{
		font-size:1.3rem;
	}
	.part-1 .sub-part1-3 .desc{
		margin-top:1rem;
	}
	.part-1 .sub-part1-3 .desc ul{
		width:100%;
	}
	.part-1 .sub-part1-3 .desc ul li{
		width:100%;
	}
	.part-1 .sub-part1-3 .desc ul li > div{
		
	}
	.part-1 .sub-part1-3 .desc ul li:nth-child(1){
		display:inline-block;
	}
	.part-1 .sub-part1-3 .desc ul li > div:nth-child(1){
		padding-left:1rem;
		padding-right:1rem;
		width:calc(100% - 2rem);
	}
	.part-1 .sub-part1-3 .desc ul li > div:nth-child(1) > p:nth-child(1) {
		display:none;
	}
	.part-1 .sub-part1-3 .desc ul li > div > p:nth-child(3){
		margin:1rem 0 1rem 0;
	}
	.part-1 .sub-part1-3 .desc ul li > div{
		width:100%;
	}
	.part-2{
		padding-bottom:1rem;
	}
	.sub-part-2-1{
		width:calc(100% - 3rem);
		margin:0 auto;
	}
	.sub-part-2-1 > div:nth-child(1) > p:nth-child(1){
		margin-top:1.5rem;
	}
	.sub-part-2-1 > div:nth-child(2){
		margin-top:1.5rem;
		display:block;
		height:unset;
	}

	.sub-part-2-1 > div:nth-child(2) > div:nth-child(1){
		width:100%;
		font-size:1.2rem;
		padding-bottom:2rem;
	}
	.sub-part-2-1 > div:nth-child(2) > div:nth-child(1) > ul{
		float:unset;
		width:calc(100% - 2rem);
		margin:0 auto;
	}
	.sub-part-2-1 > div:nth-child(2) > div:nth-child(1) > ul li{
		width:calc((100% - 2rem) / 3 - 2px);
		margin-right:1rem;
		padding:1rem 0;
	}
	.sub-part-2-1 > div:nth-child(2) > div:nth-child(1) > ul li:nth-child(3n+1){
		margin-right:0;
	}
	.sub-part-2-1 > div:nth-child(2) > div:nth-child(1) > ul li:nth-child(1){
		font-size:1.4rem;
		margin-top:1.5rem;
	}
	.sub-part-2-1 > div:nth-child(2) > div:nth-child(2){
		width:calc(100% - 2rem);
		padding:1.5rem 1rem;
	}
	.sub-part-2-1 > div:nth-child(2) > div:nth-child(2) > p{
		margin-top:0;
	}
	.sub-part-2-1 > div:nth-child(2) > div:nth-child(2) > ul:after {
		display:block;
		content:' ';
		clear:both;
	}
	.sub-part-2-1 > div:nth-child(2) > div:nth-child(2) > ul li {
		width:calc(100% / 3);
		margin-right:0;
		margin-top:1rem;
	}
	.sub-part-2-2{
		width:calc(100% - 3rem);
		margin:0 auto;
		padding-top:1.5rem;
	}
	.sub-part-2-2 > .box > ul{
		margin-top:1rem;
	}
	.sub-part-2-2 > .box > ul li{
		margin-right:0;
	}

	.sub-part-3-1,.sub-part-3-2{
		padding-top:1rem !important;
	}
	.sub-part-3-1 > p:nth-child(3){
		margin-top:2rem;
	}
	.sub-part-3-1 > ul li{
		width:calc((100% - 1.5rem) / 2 - 2px);
		margin-right:1.5rem;
		font-size:1.3rem;
		padding:1rem 0;
	}
	.sub-part-3-1 > ul li:nth-child(4n) {
		margin-right:1.5rem;
	}
	.sub-part-3-1 > ul li:nth-child(2n) {
		margin-right:0;
	}
	.sub-part-3-2 > ul{
		margin-top:0;
	}
	.sub-part-3-2 > ul li{
		width:100% !important;
		margin-right:0;
	}
	.sub-part-3-2 > ul li img{
		height:unset !important;
	}

	.part-5{
		width:100%;
		padding-left:0;
		padding-right:0;
		padding-bottom:1rem;
	}
	.part-5 ul{
		margin-top:1rem;
	}
	.part-5 ul li span{
		font-size:1.2rem;
	}

    .part-6{
        margin-top:2.5rem;
        padding-bottom:1.5rem;
    }
    .part-6 > .box{
        padding-top:1rem;
    }
	.part-6 .box > div{
        padding-top:2rem;
        text-align:center;
    }
	.part-6 .box > div input {
        width:calc((100% - 1.6rem) / 2 - 32px);
        margin-right:1.5rem;
    }
    .part-6 .box > div input:nth-child(2){
        margin-right:0;
    }
    .part-6 .box > div input:nth-child(3){
        width:calc(100% - 31px);
        margin-top:1rem;
        margin-right:0;
    }
    .part-6 .box > div button{
        margin:0 auto;
        margin-left:0;
        margin-top:1rem;
    }
}