/** 导航 **/
.header{
	/*border-bottom: 0;*/
}
/** 广告 **/
.banner {
    width: 100%;
    text-align: center;
	position: relative;
}

    .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;
}

/*展厅*/
.hall{
	width: 100%;
}

/**引导**/
.guide{
	margin-top: 10px;
	margin-bottom: 30px;
}

/*模块*/
.section {
	width: 100%;
}
.section > .box{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.section > .box > ul:after{
	display: block;
	content: ' ';
	clear: both;
}
.section > .box > p:nth-child(1){
	font-weight:bold;
	font-size: 22px;
	margin-top:55px;
}
.section > .box > p:nth-child(2){
	font-size: 16px;
	margin-top:40px;
}

/**公司简介**/
.company-box > .box > ul{
    margin-top:80px;
}
.company-box > .box > ul > li{
    width:100%;
    display:flex;
    align-items:stretch;
}
.company-box > .box > ul > li > div{
    width:50%;
}
.company-box > .box > ul > li > div.img{
    padding:5px;
    width:calc(50% - 10px);
}
.company-box > .box > ul > li > div.img > img{
    width:unset;
    max-width:100%;
}
.company-box > .box > ul > li > div.txt{
    width:calc(50% - 110px);
    display:flex;
    align-items:center;
}
.company-box > .box > ul > li > div.txt > div{
    width:100%;
}
.company-box > .box > ul > li > div.txt p:nth-child(1){
    border-bottom:2px solid #009be1;
}
.company-box > .box > ul > li > div.txt p:nth-child(2){
    font-size:18px;
    margin-top:20px;
}
.company-box > .box > ul > li > div.txt p:nth-child(3){
    font-size:16px;
    margin-top:30px;
    color:#474849;
}
.company-box > .box > ul > li > div.txt img{
    width:unset;
    margin-bottom:20px;
}
.company-box > .box > ul > li > div.t-left{
    padding-left:50px;
    padding-right:60px;
    text-align:right;
    justify-content:flex-end;
}
.company-box > .box > ul > li > div.t-right{
    padding-left:60px;
    padding-right:50px;
    text-align:left;
    justify-content:flex-start;
}

/*发展历程*/
.history-box{
    margin-top:80px;
    padding-bottom:100px;
    overflow-x:hidden;
}
.history-box .box{
    margin-top:60px;
    position: relative;
}
.history-box .box > div{
    width: calc(100% + (100vw - 100%) / 2);
    overflow-x: auto;
}
.history-box .box .mark{
    position: absolute;
    top: 0; left: 0;
    height: 100%;
}
/*滚动条*/
.history-box .box > div::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
.history-box .box > div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    background: #009be1;
}
.history-box .box > div::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.history-box .box > div::-webkit-scrollbar-track-piece{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.history-box > .box > div > ul{
    padding-bottom: 30px;
    width:max-content;
}
.history-box > .box > div > ul li{
    float:left;
    width:285px;
    padding:5px;
    margin-right:10px;
}
.history-box > .box > div > ul li > p{
    text-align:left;
    font-size:16px;
    color:#474849;
}
.history-box > .box > div > ul li > p:nth-child(1){
    border-bottom:2px solid #009be1;
    padding-bottom:25px;
}
.history-box > .box > div > ul li > p > img{
    width:unset;
}
.history-box > .box > div > ul li > p:nth-child(2){
    margin-top:25px;
}


/**联系我们**/
.contact-box{
    height:470px;
    background:url(../images/contactus/bg_contact.jpg) no-repeat center;
    background-size:cover;
    margin-top:60px;
}
.contact-box .box{
    color:#ffffff;
    padding-top:60px;
}
.contact-box .box > p:nth-child(1){
    font-weight:normal;
    margin-top:0;
}
.contact-box .box > p:nth-child(2){
    margin-top:20px;
}
.contact-box .form-box{
    width:calc(100% - 200px);
    height:210px;
    background-color:#ffffff;
    margin-top:35px;
    color:#474849;
    padding-top:40px;
    padding-left:100px;
    padding-right:100px;
    text-align:left;
}
.contact-box .form-box span{
    display:inline-block;
}
.contact-box .form-box span:nth-child(2){
    margin-left:60px;
}
.contact-box .form-box span:nth-child(3){
    width:100%;
}

.contact-box .form-box label{
    font-size:16px;
    color:#474849;
    display:inline-block;
    width:85px;
    text-align:right;
}
.contact-box .form-box input{
    border:0;
    border-bottom:2px solid #e5e5e5;
    font-size:16px;
    padding:5px 10px;
}

.contact-box .form-box span:nth-child(1) > input,.contact-box .form-box span:nth-child(2) > input{
    width:200px;
}
.contact-box .form-box span:nth-child(3) > input{
    width:calc(100% - 110px);
    margin-top:20px;
}
.contact-box .form-box > p{
    text-align:center;
}
.contact-box .form-box button{
    border:0;
    color:#ffffff;
    background-color:#009be1;
    width:130px;
    height:55px;
    font-size:18px;
    margin:0 auto;
    margin-top:40px;
}

/*** 地图 ***/
.map-box{
    padding-top:100px;
    padding-bottom:80px;
}
.map-box .box{
    display:flex;
    align-items:stretch;
}
.map-box .box div:nth-child(1){
    width:calc(46.67% - 70px);
    padding-right:70px;
}
.map-box .box div:nth-child(1) ul li{
    text-align:left;
    border-bottom:2px solid #009be1;
    padding-top:26px;
    padding-bottom:26px;
}
.map-box .box div:nth-child(1) ul li:nth-child(1){
    padding-top:0;
}
.map-box .box div:nth-child(1) ul li > p{
    font-size:16px;
    color:#545456;
}
.map-box .box div:nth-child(1) ul li > p:nth-child(1){
    font-size:20px;
    font-weight:bold;
    color:#191a1c;
}
.map-box .box div:nth-child(1) ul li > p:nth-child(2){
    margin-top:15px;
}

.map-box .box div:nth-child(2){
    width:calc(53.33% - 30px);
    padding-right:30px;
}
.map-box .box div:nth-child(2) > img{
    width:unset;
    max-width:100%;
}

.map-box .box li:last-child > p > span{
    display: inline-block;
}
.map-box .box li:last-child > p > span:nth-child(1){
    width: 21%;
    text-align: justify;
    text-align-last: justify;
}
.map-box .box li:last-child > p > span:nth-child(2){
    width: 13%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: justify;
    text-align-last: justify;
}



@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;
	}
    .container .menu .box {
		height:4rem;
	}
	.container .menu ul li {
		font-size:1.3rem;
		margin-right:0;
	}
	.container .menu ul li a {
		height:4rem;
		line-height:4rem;
	}

    .section > .box {
        width:calc(100% - 3rem);
        margin:0 auto;
		padding-top:0;
    }
	.section > .box > p:nth-child(1){
		font-size:1.6rem;
        margin-top:1rem;
	}
    
	.section > .box > p:nth-child(2){
		margin-top:1rem;
	}
    .company-box > .box > ul{
        margin-top:2rem;
    }
    .company-box > .box > ul > li{
        display:inline-block;
        margin-bottom:1.5rem;
    }
    .company-box > .box > ul > li > div.img{
        padding:0;
        width:100%;
    }
    .company-box > .box > ul > li > div.t-right{
        width:100%;
        padding-left:0;
        padding-right:0;
        margin-top:1.5rem;
    }
    .company-box > .box > ul > li > div.t-left{
        width:100%;
        padding-left:0;
        padding-right:0;
        margin-bottom:1.5rem;
    }

    .history-box{
        margin-top:1.5rem;
        padding-bottom:2rem;
    }
    .history-box > div:nth-child(1){
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .history-box > div:nth-child(1) > img{
        width:unset;
        height:15rem;
    }
    .history-box > .box{
        margin-top:1.5rem;
    }

    .contact-box{
        height:unset;
        padding-top:1rem;
        margin-top:1.5rem;
        padding-bottom:1.5rem;
    }
    .contact-box .form-box{
        width:calc(100% - 2rem);
        padding:1rem 1rem 2rem 1rem;
        background:#fff;
    }
    .contact-box .form-box span{
        width:100%;
        margin-top:1.5rem;
    }
    .contact-box .form-box span:nth-child(2){
        margin-left:0;
    }
    .contact-box .form-box span > input{
        width:calc(100% - 110px) !important;
    }
    .contact-box .form-box span:nth-child(3) > input{
        margin-top:0;
    }
    .contact-box .form-box button{
        height:3rem;
        font-size:1.4rem;
        margin-bottom:1.5rem;
    }
    .map-box{
        padding-top:2rem;
        padding-bottom:1rem;
    }
    .map-box .box{
        display:block;
    }
    .map-box .box div:nth-child(1){
        width:100%;
        padding-right:0;
    }
    .map-box .box div:nth-child(2){
        width:100%;
        padding-right:0;
        padding-top:1rem;
    }
}