@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding :0px;
	border:0px;
}
html{
	width:100%;
}
body{
	font-family:"Arial","Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑","STHeiti","MingLiu","黑体",sans-serif; 
	width:100%;
	font-size: 12px;
	background-color: #f5f5f5;
}
p{
	margin:0px;
}
a{
	text-decoration:none; 
	color:#333;
}
a:hover,a:visited,a:active{
	text-decoration:none; 
	text-decoration:none !important; 
} 
.pagetop{
	position: fixed;
	top:0px;left:0px;
	width:100%;
	height:5vw;
	/*background-color: rgba(255,255,255,0.25);*/
	background-color: rgba(255,255,255,1);
	padding-top:0.5vw;
	z-index: 100;
}
.pagetop table{
	/* width:60%; */
	width:auto;
	margin:auto;
}
.pctop1{
	text-align: left;
}
.pctop1 img{
	width:12.675vw;
	height:3.75vw;
}
.pctop2{
	text-align: right;
	padding-top: 0.2vw;
}
.pctop2 a,#khzqmenu a{
	text-decoration:none; 
	color:#333333;
}
.pctop2 p{
	display: inline-block;
    margin-left: 1.4vw;
    font-size: 1vw;
    font-weight: bolder;
    font-family: "Microsoft YaHei";
    letter-spacing: 0.01vw;    
	line-height: 26px;
}
.pctop2 img{
	width:2.2vw;
}
.pctop2 p:hover , .pctop2 p span:hover{
	color: #F50000;
}
#khzqmenup{
	cursor: default;
}
#khzqmenu{
	display: none;
	position: absolute;
	top:3vw;right:47.4%;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	padding:0.7vw 8px;
	border-radius: 0.2vw;
}
#khzqmenu p{
	font-size: 1vw;
	padding-bottom: 0.3vw;
}
#khzqmenu p:hover{
	color: #F50000;
}
.pagetop td{
	width:20%; 
	text-align: center;
}
.pagetop td.td2{
	width:79%; 
    vertical-align: middle;
    text-align: center; 
}
#top1{
	width:100%;
	height: 55vh;
	background-image:url("../images/20181030103642.jpg");	
	background-size:cover ;/*充满容器*/
	background-position: center;/*居中显示*/
	background-repeat: no-repeat;
}

#imgtopimgbox{
	text-align: right; 
	padding-top:24vh;
}
#imgtopimg1{
	width: 19.74vw; 
	margin-top:0vw;
	margin-left: 21.5vw;
	float: left;
}
.imgtopgroupbtns img{
	width: 8rem;
}
.imgtopgroupbtns a{
	margin: 0.5rem;
}
.imgtopgroupbtns {
	padding-right: 28rem;
}
#imgtopimg2{
	width: 25vw;  
	margin-right: 21.5vw;
	display: none;
}

.pctop2 a[href="https://api.whatsapp.com/send?phone=85253652374"],#mobile_icon a[href="https://api.whatsapp.com/send?phone=85253652374"]{
	display: none;
}

#header{
	width:100%;
}
img{
	margin: 0px;
	padding :0px;
	border:0px;
}
#mobilemenu2{
	display: none;
}
#menu{
	margin: 0px;
	padding :0px;
	border:0px;
	background-color:#ED1C24;
	width:100%;
	height:2.76vw;
	text-align: center;
}
.menuDiv { 
	overflow: hidden; 
	display:inline-block;
	width: 60%;
	height:2.80vw;
}
.menuDiv ul{
	width:100%;
}
.menuDiv ul li{
	width: 20%;
}
    
    /* 去掉a标签的下划线 */
    .menuDiv a {
        text-decoration: none;
    }
    
    /* 设置ul和li的样式 */
    .menuDiv ul , .menuDiv li {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
    } 
    
    /* 设置二级菜单绝对定位，并隐藏 */
    .menuDiv > ul > li > ul {
        position: absolute;
		width:12%;
		z-index: 999;
        display: none;	
    }

    /* 设置二级菜单的li的样式 */
    .menuDiv > ul > li > ul > li {
        float: none;
		width:100%;
    }
  
    /* 鼠标放在一级菜单上，显示二级菜单 */
    .menuDiv > ul > li:hover ul {
        display: block;
		padding-top:4px;
    }

    /* 一级菜单 */
    .menuDiv > ul > li > a {
        width: 100%;
        line-height: 2.8vw;
        color: #ffffff;
        background-color:#ED1C24;
        text-align: center;
        display: block;
		font-size:1.1vw;
		border-left: 1px solid #ffffff;
    }
	.menuDiv > ul > li{
	}
    
    /* 在一级菜单中，第一个不设置左边框 */
    .menuDiv > ul > li:first-child > a {
    }

    /* 在一级菜单中，鼠标放上去的样式 */
    .menuDiv > ul > li > a:hover {
        color: #ffffff;
        background-color: #FF7878;
		font-size:1.2vw;
		transition-duration:0.3s;
		-moz-transition-duration: 0.3s; /* Firefox 4 */
		-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
		-o-transition-duration: 0.3s; /* Opera */
    }

    /* 二级菜单 */
    .menuDiv > ul > li > ul > li > a {
        width: 100%;
        line-height: 2vw;
		font-size:1vw;
        color: #ffffff;
        background-color: #ED1C24;
        text-align: center;
        border-top: none;
        display: block;
    }
    
    /* 在二级菜单中，第一个设置顶边框 */
    .menuDiv > ul > li > ul > li:first-child > a {
       	
    }
    
    /* 在二级菜单中，鼠标放上去的样式 */
    .menuDiv > ul > li > ul > li > a:hover {
        color: #ffffff;
        background-color: #FF7878;
		font-size:1.06vw;
		transition-duration:0.3s;
		-moz-transition-duration: 0.3s; /* Firefox 4 */
		-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
		-o-transition-duration: 0.3s; /* Opera */
    }
.menuDiv > ul > li > ul > li:first-child > a{
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px; 
}
.menuDiv > ul > li > ul > li:last-child > a{
	border-bottom-left-radius: 4px; 
	border-bottom-right-radius: 4px; 
}

/*----------mobile menu--------*/

#navshuo{
	display: none;
}
/*-------------------------*/


.image{
	width:100%;
	height:192px;
}

#page1{
	background-color: #F5F5F5;
	width:100%;
	padding-bottom: 100px;
}
#page1 .row,#page1 .container .row .col-lg-4{
}
#page1 .container{
	padding-left: 130px;
	padding-right: 130px;
}
#box1_1{
	text-align: center;
}
#box1_1 div{
	width:100px; 
	margin:20px auto 40px; 
	text-align: center;
}
.box2-4{
	width:100%;
	margin:auto;
	height:424px;
	background-color: #ffffff;
	background-image:url("../images/jian.png");
	background-position: center top;
	background-size: 100% 57%;
	background-repeat:repeat-x;
}
.box2-4_1{
	margin-right: 0px;
}
.box2-4_3{
	margin-left: 0px;
}
#page1 table tr td{
	padding:0px auto;
}
.page1_font1{
	font-size:33px; 
	padding-top:2.0vw; 
}
.font2{
	font-size: 17px;
	color: #FFFFFF;
	padding:6px 18px;
}
.font3{
	font-size:14px;
	color:#333333;
	padding:0px 18px;
	margin-top:32px;
	line-height: 1.3em;
}
.button1-3{
	background-color:#ff5c5c;
	color:#ffffff;
	width:32%;
	height:7.5%;
	font-size:12px;
	border-radius: 6px;
	margin-left:18px;
	cursor:pointer;
}
.button1-3:hover{
	background-color:#24292d;
}
.but1,.but2,.but3{
	position: absolute;
	top:368px;
	left:4%;
}

input{
	outline:none ;
}
.txtcss{
	font-family:"open sans",sans-serif;
	background-color: #222222;
	border-radius: 6px;
	font-size:13px;
	color:#FFFFFF;
	width:100%;
	height:30px;
	margin-bottom: 5px;
	padding-left:6px;
}
textarea.textarea{
	height:120px;
	resize:none;
	padding-top:6px;
	margin-bottom: 3px;
	outline:none ;
}
input.txtcss::-webkit-input-placeholder { /* WebKit browsers */ 
	letter-spacing: 1px;
	color: #999999; 
} 
input.txtcss:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	letter-spacing: 1px;
	color: #999999; 
} 
input.txtcss::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	letter-spacing: 1px;
	color: #999999; 
} 
input.txtcss:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	letter-spacing: 1px;
	color: #999999; 
} 
textarea::-webkit-input-placeholder{
	letter-spacing: 1px;
	color: #999999; 
}
textarea::-moz-placeholder{
	letter-spacing: 1px;
	color: #999999; 
}
textarea:-moz-placeholder{
	letter-spacing: 1px;
	color: #999999; 
}
textarea:-ms-input-placeholder{ 
	letter-spacing: 1px;
	color: #999999; 
}
#form1{
	width:80%;
}
#submit{
	font-family:"open sans",sans-serif;
	font-size:16px;
	padding:4px 8px;
	background-color:#ED1C24;
	color:#FFFFFF;
	border-radius:6px;
	margin-top: 0px;
	float:right;
	cursor: pointer;
}

.flash{width:100%;height:192px;overflow:hidden;position:relative;margin:auto;}

.flash li{position:absolute;left:0;top:0;width:100%;height:192px;}


.titlexian{
	width:9%; 
	height:1px; 
	margin:auto; 
	border:none;
	border-top:1px solid #000000;
	margin-bottom: 20px;
}

/*------------------------------------public--------------------------*/
#gsjj,#cdgm,#xcdp,#bqlc,#cwdy,#ldbq,#azgc,#fwsf,#bzwl,#hszx,#khpy,#khxz,#zsfw,#xpj,#dybz,#page7,#page3,#mnczs,#byzxjw{
	width:60%;
	padding-bottom: 40px;
	margin:auto;
}
.font7{
	font-size: 23px;
	text-align: center;
	padding-top:40px;
	padding-bottom: 10px;
}
.font8{
	color: #333333;
    font-size: 14px;
    text-align: justify;
}

/*-------公司简介------*/
.img2_1box{
	width:100%;
	text-align: center;
	margin-top:30px;
	margin-bottom: 30px;
}
.img2_1box img{
	width:25vw;
	height:13.45vw;
}
.img2_1box p{
    font-size: 14px;
}

/*-------车队规模-------*/
.cdgmvideo{
	width:46%;
	height:16vw;
	margin:auto;
	margin-top:20px;
}
.cdgm_imgbox1{
	text-align: center;
	padding-top:30px;
	padding-bottom: 25px;
}
.cdgm_imgbox1 img{
	width:27.3vw;
}
.cdgm_imgbox2{
	text-align: center;
	margin-bottom: 10px;
}
.cdgm_imgbox2 img{
	width:100%;
}
.cdgm_imgbox3 img{
	width:100%;
}
.cdgm_box1{
	padding-bottom: 30px;
}
.cdgm_box1 .container{
	padding:0px;
}
.cdgm_box1 .container .row .col-lg-3,.cdgm_box1 .container .row .col-lg-6{
	padding:0px 5px;
}

/*-----宣传短片------*/

.xcdptext ul li.xcdp_font1{
	font-size: 16px;
	margin-left: 1.8vw;
}
.videosize{
	width:18vw;
	height:10.2vw;
}

/*--------客户评语----------*/
#khpy{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.khpy_imgbox img{
	width:18vw;
}
#khpy .container .row .col-lg-4{
	margin-bottom: 20px;
}
.khpy_fenye{
	margin-bottom: 20px;
	text-align: center;
}
.khpy_butstyle1,.khpy_butstyle2{
	display:inline-block;
	text-align: center;
	cursor: pointer;
	border:1px solid #666666;
	border-radius: 2px;
}
.khpy_butstyle1{
	width:40px;
	height:20px;
}
.khpy_butstyle2{
	width:20px;
	height:20px;
}
.khpy_butstyle1 p,.khpy_butstyle2 p{
	line-height: 18px;
}
.khpy_butstyle1:hover,.khpy_butstyle2:hover{
	border-color:#ED1C24;
	background-color:#ED1C24;
	color:#ffffff;
}
.khpy_box1,.khpy_box2,.khpy_box3,.khpy_box4{
	display: none;
}

/*------关于东亚-------*/
#box2_1 span p,#box5_1 span p{
	display:inline;
	font-size:20px;
	color:#333333;
	margin:40px;
}
#box2_1 span a,#box5_1 span a{
	text-decoration:none;
}
#box2_1 span p:hover,#box5_1 span p:hover{
	color:#FF5C5C;
	transition-duration:0.4s;
	-moz-transition-duration: 0.4s; /* Firefox 4 */
	-webkit-transition-duration: 0.4s; /* Safari 和 Chrome */
	-o-transition-duration: 0.4s; /* Opera */
}

#box2_1,#box5_1{
	text-align: center;
	margin-top:32px;
}
#box2_3{
	width:33%;
	height:240px;
}
.img2_2{
	width:20.3vw;
	height:18vw;
}

#page2{
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 50px;
}
#page2 .row{
	margin:30px 0px;
}
#page2 .container{
	padding-left: 120px;
	padding-right: 120px;
}
/*--------选择东亚------------*/
#page2_2{
	width:100%;
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 20px;
}
.page2_2text{
	margin-bottom: 0px;
}

/*--------服务范围--------- */
#fwfw{
	width:60%;
	margin:auto;
	padding-bottom: 40px;
}



/*--------服务--------- */
#page3 .container .row{
	margin-left: -30px;
	margin-right: -30px;
}
.box1-6{
	width:100%;
}
.img3{
	width:100%;
}
.font4{
	font-size:18px;
	color:#333333;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom: 20px;
}
.box1-6:hover{
	opacity: 0.8;
	webkit-box-shadow: 0 0 28px rgba(0,0,0, .38);
    -moz-box-shadow: 0 0 28px rgba(0,0,0, .38);
    box-shadow: 0px 0px 58px rgba(0,0,0, .38);
}

/*--------搬迁流程---------*/
.bqlc_imgbox{
	margin-top: 30px;
	text-align: center;
}
.bqlc_imgbox img{
	width:60%;
}
/*---------村屋吊运---------*/
#cwdy .row{
	margin-bottom: 40px;
}
.cwdy_imgbox1{
	text-align: center;
	padding-top: 20px;
}
.cwdy_imgbox1 img{
	width:20vw;
	height:26.66vw;
}
.cwdy_video{
	width:19vw;
	height:12vw;
}

/*---------离岛搬迁--------*/

#ldbq_table table{
	width:50%;
	margin:30px auto;
	border-collapse:collapse;
}
#ldbq_table table td{
	padding: 10px;
	font-size: 16px;
 	border:1px solid black;
}
.ldbq_imgbox1 img{
	width:100%;
}

#ldbq .container .row .col-lg-3{
	padding:0px 5px;
	margin-bottom: 10px;
}
/*---------相片集------------*/
.xpj_imgbox img{
	width:100%;
}
#xpj .container .row .col-lg-4{
	margin-top: 10px;
	padding:0px 5px;
}
.xpj_imgbox:hover{
    opacity: 0.9;
    webkit-box-shadow: 0 0 28px rgba(0,0,0, .38);
    -moz-box-shadow: 0 0 28px rgba(0,0,0, .38);
    box-shadow: 0px 0px 30px rgba(0,0,0, .40);
}
/*---------安装工程---------*/
.azgc_imgbox1{
	text-align: center;
	padding-top:10px;
}
.azgc_imgbox1 img{
	width:100%;
	height:100%;
}
#azgc .container .row .col-lg-4{
	padding:0px 5px;
}

/*--------服务收费---------*/
#fwsf .row{
	margin-top: 40px;
}
.fwsf_imgbox1 img{
	width:100%;
	padding-top: 20px;
}
.fwsf_imgbox1 p{
	font-size: 14px;
	padding: 10px ;
	
}
.fwsf_imgbox2,.fwsf_imgbox3{
	text-align: center;
	margin-top: 20px;
}
.fwsf_imgbox2 img{
	width:50%;
}
.fwsf_imgbox3 img{
	width:90%;
}
/*---------執拾服務----------------*/
.zsfw_font1{
	font-size: 21px;
	text-align: center;
}
.zsfw_font2{
	font-size: 18px;
	text-align: center;
}
.zsfw_font3{
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
#zsfw .container{
	margin: 30px auto;
}
#zsfw .container .row .col-lg-4{
	padding:0px 5px;
}
#zsfw .container img{
	width:100%;
}
#zsfw table{
	width:80%;
	margin:10px auto;
	border-collapse:collapse;
}
#zsfw table td{
	padding: 10px;
	font-size: 15px;
	text-align: center;
 	border:1px solid black;
}
/*----------迷你仓租售----------*/

/*-------夹万------*/
.byzxjw_font1{
	font-size: 18px;
	margin-bottom: 10px;
}
.center_img_box {
	text-align: center;
}
.center_img_box img{
	width:50%;
	margin-top:10px;
	margin-bottom: 10px;
}
.byzxjw_con .container .row .col-lg-3{
	padding-left:5px;
	padding-right:5px;
}
.byzxjw_mini_img{
	width:100%;
	margin-bottom:10px;
}
.byzxjw_con{
	text-align: center;
}
.zxjwvideo{
	width:48%;
	height:17vw;
	margin-top:2vw;
	
}

/*---------包装物料--------*/
#bzwl table{
	width:60%;
	margin:auto;
	margin-bottom: 30px;
}
#bzwl table td{
	width:25%;
	text-align: center;
}
#bzwl .container{
	padding:0px;
}
#bzwl .container .row{
	margin-bottom: 60px;
}
#bzwl_menu .container{
	padding-left: 10px;
	padding-right:10px;
}
#bzwl_menu .container .row .col-lg-3{
	padding-left: 5px;
	padding-right:5px;
}
.bzwl_boxfont{
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}
.bzwl_box{
	margin:auto;
	margin-bottom: 6px;
	border:1px solid #666666;
	border-radius: 4px;
	cursor: pointer;
}
.bzwl_box:hover{
	color:#ffffff;
	background-color: #ED1B24;
	border-color:#ED1B24 !important;
}

.bzwl_font1{
	font-size: 14px;
}
.bzwl_font2{
	font-size: 14px;
	text-align: justify;
}
.bzwl_font3{
	font-size: 14px;
	
}
.bzwl_video{
	margin: auto;
	width:30vw;
	height:16vw;
	margin-bottom: 30px;
}
.bzwl_imgbox1,.bzwl_imgbox2,.bzwl_imgbox3,.bzwl_imgbox4,.bzwl_imgbox5,.bzwl_imgbox6{
	text-align: center;
	margin-top: 20px;
}
.bzwl_imgbox1 img{
	width:100%;
}
.bzwl_imgbox2 img{
	width:100%;
}
.bzwl_imgbox3 img{
	width:50%;
}
.bzwl_imgbox4 img{
	width:100%;
}
.bzwl_imgbox5 img{
	width:100%;
}
.bzwl_imgbox6 img{
	width:13.5vw;
}

/*----------东亚标准---------*/
.dybz_imgbox img{
	width:100%;
}
#dybz .container .row .col-lg-3{
	padding:0px 5px;
}
.dybz_imgbox{
	margin-bottom: 10px;
}
#page2_2{
	width:60%;
	margin: auto;
}
.page2_2font1{
	font-size:18px;
	margin-bottom: 10px;
}
.page2_2font2{
	font-size:14px;
	text-align: justify;
}
.page2_2text ul{
	margin-top: 30px;
}
.page2_2text ul li{
	font-size: 14px;
	margin: 20px 0px 5px 30px;
	font-weight: bolder;
}
#page2_2 .container{
	max-width: 100%;
	margin-bottom: 50px;
	padding-left: 0px;
	padding-right:0px;
}
#page2_2 .container .row .col-lg-3{
	padding:0px 5px;
}
.box1-8{
	width:100%;
	margin-bottom: 20px;
}
.img4{
	width:100%;
	height:130px;
}
.page2_2font3{
	font-size:15px;
	color:#333333;
	text-align: center;
	padding-top:5px;
}
.page2_2font4{
	font-size:22px;
}

/*---------网上报价--------*/
#wsbj{
	width:60%;
	padding-bottom: 40px;
	margin: auto;
}
.wsbj_font1{
	font-size: 14px;
	color:#666666;
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
}
.wsbj_table1{
	width:80%;
	margin:auto;
	margin-bottom: 30px;
}
.wsbj_table1 td{
	text-align: center;
}
.wsbj_jian{
	width:30px;
	height:30px;
	margin-right:20px;
	border-top:0.5px solid #000000;
	border-right:0.5px solid #000000;
	
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* Internet Explorer */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); /* Opera */
}
.wsbj_box1{
	
}
.wsbj_box1_1{
	display: inline-block;
	width:44px;
	height:44px;
	margin-right: 10px;
	border-radius: 22px;
	/*background-color: #BDBEC0;*/
	background-color: #ED1B24;
}
.wsbj_font2{
	font-size: 30px;
	text-align: center;
	line-height: 44px;
}
.wsbj_font3{
	display: inline;
	font-size: 20px;
	line-height: 44px;
}
.wsbj_font4{
	font-size: 14px;
	color:#666666;
	text-align: center;
	margin-bottom: 10px;
}
.bg_red{
	background-color: #ED1B24;
	border-color:#ED1B24 !important;
}
.bg_gray{
	background-color: #BDBEC0;
}
.bg_gray2{
	background-color: #6D6E72;
}
.bg_white{
	background-color: #ffffff;
}
.fontcol_w{
	color:#ffffff;
}
.fontcol_g1{
	color:#666666;
}
.fontcol_g2{
	color:#999999;
}
.wsbj_table2,.cw_table2{
	width:70%;
	margin:auto;
	margin-bottom: 30px;
}
.wsbj_table2 td,.cw_table2 td{
	width:25%;
}
.wsbj_box2,.srzz_box1,.srzz_box2,.tl_box1,.cw_box1,.cw_box2,.cw_box3{
	width:80%;
	margin:auto;
	border-radius: 6px;
	border:1px solid #aaaaaa;
	cursor: pointer;
}
.wsbj_font5{
	font-size: 14.5px;
	text-align: center;
	line-height: 30px;
}
.wsbj_table3{
	width:100%;
	margin:auto;
	margin-bottom: 30px;
}
.wsbj_table2 td{
	width:20%;
}

.srzz_box,.srzz_step2_box{
	text-align: center;
	margin-bottom: 30px;
}
.step1,.step2,.srzz_box,.srzz_step2_box,.gw_box,.gw_step2_box,.cw_box,.cw_step2_box,.tl_box,.tl_step2_box,
.srzz_y,.cw_nbox,.cw_ybox,.next,.next2{
	display: none;
}
.tl_table,.cw_table1{
	width:50%;
	margin:auto;
	margin-bottom: 30px;
}
.cw_table1 td{
	width:33.33%;
}
.tl_box1,.cw_box2,.cw_box3{
	margin-bottom: 10px;
}

.line{
	position: relative;
	width: 100%;
	height:10px;
	border-top: solid 1px #888888;
}
.line:before{
	position: absolute;
	content: '';
	width: 0; height: 0;
	top: -20px;
	border-style: dashed dashed solid dashed;
	border-width: 10px;
	border-color: transparent transparent #888888 transparent;
}
.line:after{
	position: absolute;
	content: '';
	width: 0; height: 0;
	top: -18px;
	border-style: dashed dashed solid dashed;
	border-width: 10px;
	border-color: transparent transparent #f5f5f5 transparent;
}
.next,.next2,.next3{
	text-align: center;
	margin-bottom: 50px;
}
.next2 p,.next3 p{
	margin-top: 10px;
}
.next2 a,.next3 a{
	color:#999999;
	text-decoration: underline;
}
.next_but1{
	width:15%;
	height:34px;
	font-size: 14.5px;
	border-radius: 6px;
	border:1px solid #aaaaaa;
	cursor: pointer;
}
.next .line:before,.next .line:after,.next2 .line:before,.next2 .line:after,
.next3 .line:before,.next3 .line:after,.wsbj_zhxz .line:before,.wsbj_zhxz .line:after{
	display:none;
}
.line1:before,.line1:after{
	left: 22.5%;
}
.line2:before,.line2:after{
	left: 40%;
}
.line3:before,.line3:after{
	left: 57.5%;
}
.line4:before,.line4:after{
	left: 75%;
}
/*搬遷物品*/
.bqwp_table{
	width:80%;
	margin:auto;
	margin-bottom: 25px;
}
.bqwp_table td{
	text-align: center;
}
.bqwp_font1{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	margin:10px 20px;
	cursor: pointer;
}
#next3{
	width:20%;
	height:36px;
}
.bqwp_kt,.bqwp_cf,.bqwp_zrf,.bqwp_xpyf,.bqwp_sf,.bqwp_ymj,.bqwp_zwf{
	display: none;
}
.kt_line:before,.kt_line:after{
	left: 13.4%;
}
.cf_line:before,.cf_line:after{
	left: 23.4%;
}
.zrf_line:before,.zrf_line:after{
	left: 34.4%;
}
.xpyf_line:before,.xpyf_line:after{
	left: 47.4%;
}
.sf_line:before,.sf_line:after{
	left: 59.4%;
}
.ymj_line:before,.ymj_line:after{
	left: 70.4%;
}
.zwf_line:before,.zwf_line:after{
	left: 82.4%;
}

.res_yuan{
	width:30px;
	height:30px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	border-radius: 15px;
	background-color: #ED1B24;
}
.res_yuanfont{
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
.wsbj_zhxz{
	text-align: center;
}
.box_gxq,.box_mxq{
	display: inline-block;
	font-size: 16px;
	padding:20px 30px;
	margin:0px 20px;
	margin-bottom: 10px;
	border:1px solid #888888;
	border-radius: 10px;
	cursor: pointer;
}
.box_gxq:hover,.box_mxq:hover{
	color: #ffffff;
	background-color: #ED1B24;
	border-color: #ED1B24;
}
/*---------网上预订--------*/
#page5_2{
	width:60%;
	text-align: center;
	margin:auto;
	background-color: #f5f5f5;
	padding-bottom: 50px;
}
#box5_2{
	margin:auto;
}
#form5_2{
	margin-top:40px;
	margin-bottom: 50px;
}
#form5_2 .ydtxt{
	width:100%;
	height:auto;
	color:#333333;
	font-size: 1.1vw;
    padding: 0.3vw;
    padding-left: 1vw;
	background-color:#f5f5f5;
}
#date1,#date2{
	margin:auto;
}
input.ydtxt::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    input[type="number"]{
        -moz-appearance: textfield;
    }
#submit5_2{
	width:8vw;
	height:2.4vw;
	border-radius: 4px;
	background-color: #ED1C24;
	color:#ffffff;
	font-size:1.1vw;
	cursor: pointer;
}
/*
#submit5_2:hover{
	background-color:#24292d;
	transition-duration:0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s; 
	-o-transition-duration: 0.4s; 
}
*/
input::-webkit-input-placeholder{
	color:#b3b3b3;
}
input::-moz-placeholder{
	color:#b3b3b3;
}
input:-moz-placeholder{
	color:#b3b3b3;
}
input:-ms-input-placeholder { 
	color:#b3b3b3;
}

.wsbj_byfyfont{
	text-align: center;
	font-size: 20px;
	margin-top: 50px;
}
/*--------订单查询-----------*/
#page6_1{
	width:100%;
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 100px;
}
#box6_11{
	width:100%;
	margin:auto;
	text-align: center;
}
.font6_11{
	font-size: 22px;
	color:#ff5c5c;
	font-weight: bolder;
	margin:30px auto;
}
#form6_1{
	font-size: 18px;
}
#form6_1 input{
	border:solid 1px #919191;
	padding-left:4px;
	width: 30%;
    height: 40px;
	background-color: #eeeeee;
}
input#submit6_1{
	width:130px;
	height:46px;	
	background-color:#ff5c5c;
	color:#ffffff;
	outline: none;
	border:0px;
	margin:30px auto;
	border-radius: 4px;
	cursor:pointer;
}
input#submit6_1:hover{
	background-color:#24292d;
	transition-duration:0.4s;
	-moz-transition-duration: 0.4s; /* Firefox 4 */
	-webkit-transition-duration: 0.4s; /* Safari 和 Chrome */
	-o-transition-duration: 0.4s; /* Opera */
}

/*————————客户须知—————————*/
.khxz_but{
	width:100%;
	margin:auto;
	text-align: center;
	margin-bottom: 20px;
}
.khxz_but1,.khxz_but2{
	display: inline-block;
	cursor: pointer;
	width:110px;
	height:26px;
	border-radius: 4px;
	border:1px solid #999999;
	margin:0px 20px;
}
#khxz a{
	text-decoration:none;
}
.khxz_but1 p,.khxz_but2 p{
	font-size: 13px;
	line-height: 23px;
	text-align: center;
}
.khxz_but1:hover,.khxz_but2:hover,#khxz a:hover{
	background-color: #ED1B24;
	border-color: #ED1B24;
	color:#ffffff;
}
#khxz ol{
	margin-left: 20px;
}
#khxz ol li{
	font-size:14px;
}
#khxz table{
	width:80%;
	margin:auto;
	margin-top: 20px;
}
/*————————回收纸箱—————————*/
.hszx_font1{
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
}
.hszx_font2{
	text-align: center;
}
#hszx table{
	width:60%;
	margin:auto;
	margin-top: 20px;
}
#hszx table td{
	text-align: center;
}
#hszx .txt{
	
	width:70%;
	border:1px solid #ED1C24;
	margin:2px 0px;
	font-size: 15px;
	padding-left: 4px;
	background-color:#f5f5f5;
}
#hszx label{
	margin-bottom: 0px;
}
#hszx .hszx_radio{
	float: left;
	margin-top:2px;
	cursor: pointer;
}
.hszx_but{
	font-size: 13px;
	padding:3px 20px;
	margin:8px 6px;
	border-radius:5px;
	border:1px solid #ED1C24;
	background-color:#f5f5f5;
	cursor: pointer;
}
.hszx_but:hover{
	background-color:#ED1C24;
	color:#ffffff;
}

#hszx .xuan-group input{display:none;opacity:0;}
#hszx .xuan-group input[type=checkbox]+label, .xuan-group input[type=radio]+label {
	line-height: 1;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*cursor: pointer;*/
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin:2px;
}
 #hszx .xuan-group input[type=checkbox]+label:before, .xuan-group input[type=radio]+label:before {
	line-height: 20px;
	display: inline-block;
	width: 1.1vw;
	height: 1.1vw;
	content: '';
	color: #fff;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	border-radius: 50%;
}
#hszx .xuan-group input[type=checkbox]:checked+label:before,.xuan-group input[type=radio]:checked+label:before{
	content:' ';
	background:#ED1C24 2px 1px no-repeat;
	background-size:80% 80%;
}


/*--------联系我们--------*/

#page7 .container .row{
	margin-right: -30px;
    margin-left: -30px;
}
#box7_1{
	width:100%;
	padding-top: 40px;
}
#box7_2{
	padding:0px 0px 20px 0px;
}
#contactbox{
	margin-top: 10px;
}
.foot1{
	width:100%;
	text-align: left; 
	margin:10px auto;
}
.font5{
	font-size:22px;
	color:#000000;
	margin-left:20%;
}
.font6 {
	font-size: 15px;
	color: #24292D;
	line-height: 1.4em;
}
.font6_9{
	display: inline-block; 
	float: left; 
	padding-top:0.4vw;
}
#contact_whatsapp{
	width:3.35vw;
	height:2.5vw
}
.gmaps iframe{
	width:375px;
	height:250px; 
}
#mobile_menu{
	display: none;
}

/*-------footer------*/
#footer{
	width:100%;
	background-color: #151316;
	padding:2.1vw;
	text-align: center;
}
.footer_font{
	display: inline-block;
	color: #ffffff;
	font-size: 0.86vw;
	font-family: "Microsoft YaHei";
}


#mobile_icon{
	display: none;
	position:fixed; 
	top:70vh; 
	right:5px;
	z-index: 800;
}
.m_icon_size{
	display: block;
	width:30px;
	margin-bottom: 10px;
}


.active{
	display: block;
}

.bx_box{
	width:80%;
	margin:3vw auto;
}
.bx1,.bx2{
	width:49%;
	display: inline-block;
	border-bottom:1px solid #ED9397;
}
.bx2{
	float: right;
	border:1px solid #ED1C24;
}
.bx_title{
	font-size: 1.12vw;
	color:#ffffff;
	background-color:#ED1C24;
	text-align: center;
	padding:0.6vw 0px;
}
.bx_td{
	width:100%;
	padding:0.3vw 0.6vw;
}
.bx_left,.bx_right{
	display: inline-block;
	font-size: 1.11vw;
}
.bx_right{
	float:right;
}
.font_color_white{
	color:#ffffff;
}
.bg_color_1red{
	background-color:#ED5F65;
	border-bottom: 1px solid #ED9397;
}
.bg_color_2red{
	background-color:#ED9397;
}
.bx2_font{
	font-size: 1.11vw;
	color:#ED1C24;
}


/*-----------------1.2------------*/
/*-----mobile底部浮動-----*/
#mobile_down{
	display: none !important;
}
/*----搜尋報價單-----*/
.sxbjd_table{
	width:56%;
	margin:auto;
	border-collapse:collapse;
	text-align: left;
	margin-bottom: 30px;
}

.sxbjd_table td{
	border:0.15vw solid #ED1C24;
}

.sxbjd_but{
	width:8vw;
	height:2.4vw;
	border-radius: 4px;
	background-color: #ED1C24;
	color:#ffffff;
	font-size:1.1vw;
	cursor: pointer;
}
.sxbjd_til{
	font-size: 1.4vw;
	margin:1vw auto;
	text-align: center;
}

.bjd_tab{
	width:100%;
	margin:auto;
	border-collapse:collapse;
	text-align: left;
	margin-bottom: 30px;
}
.bjd_tab td,.bjd_tab th{
	border:0.1vw solid #ED1C24;
	padding:0.3vw;
	font-size: 0.9vw;
}
.tab_title{
	font-size: 1.4vw;
	color:#ED1C24;
	margin-bottom: 0.6vw;
}
.result{
	display: none;
}
.bjd_tab td.excel_img{
}
.excel_img img{
	width:2vw;
	margin:0px 1.6vw;
}


/*--------客戶使用須知------*/
.khsyxz_box{
	width:100%;
	text-align: justify;
	margin-bottom: 2vw;
}
.khsyxz_box p{
	margin-bottom: 0.3vw;
}
.khsyxz_but1{
	text-decoration: none;
	display: inline-block;
	padding:0.3vw 1.5vw;
	font-size: 1.2vw;
	border:1px solid #ED1C24;
	background-color:#ED1C24;
	color:#ffffff;
	border-radius: 0.5vw;
	margin:0px 2vw;
}
.khsyxz_but1:hover{
	text-decoration: none;
	color:#ffffff;
}

/*----------1.9------------*/

.fkfs_tab{
	margin-bottom: 2vw;
}
.fkfs_tab tr{
	padding-bottom: 15vw;
	height:200px;
	border-bottom: 6px solid #ED1C24;
}
tr.fkfs_tr1{
	height:130px;
}
.fkfs_font0{
	font-size: 1.8vw;
	    padding-top: 40px;
    padding-bottom: 10px;
}
.fkfs_font1{
	font-weight: bold;
	text-align: left;
}
.fkfs_font2{
	text-align: left;
}

.fkfs_img1{
	display: block;
	margin:2vw 0px;
	width:15em;
}
.fkfs_img2{
	display: block;
	width:8em;
}
.fkfs_td3_f{
	line-height: 6em;
}
.fkfs_img3{
	position: relative;
	top:-21px;
	left:-32px;
	width:8em;
}
.fkfs_td1{
	width:24%;
}
.fkfs_td2{
	width:36%;
	text-align: left;
}
.fkfs_td3{
	width:40%;
}

.fkfs_box2_left,.fkfs_box2_right{
	display: inline-block;
	float:left;
}
.fkfs_box2_left{
	margin-right:1vw;
}
.fkfs_img4{
	width:17px;
}
.fkfs_f{
	display: inline-block;
	width:7vw;
}
.fkfs_box2{
	margin-bottom: 6vw;
}

#mnczs .container{
	padding:10px;
}
#mnczs .container .row .col-lg-3,#mnczs .container .row .col-lg-6{
	padding-left:5px;
	padding-right:5px;
}
.mnc_img{
	width:100%;
	margin-bottom: 10px;
}

#hszx .pszx_tab td{
	width:50%;
}
#hszx .pszx_txt{
	width:90%;
}

/*----0628------*/
.addvideo_0628{
	margin-top:30px;
	
}
.addvideo_0628 iframe{
    width: 35vw;
    height: 23vw;
} 
/*----------------*/

/*--------0715--------*/
.bantl_img{
	display: block;
	width:80%;
	margin:auto;
	margin-bottom:15px;
}

.add_home_share{
	display: none;
	position: absolute;
	top:3.8vw;right:23.3%;
	background-color: rgba(255,255,255,0.5);
	padding:0.5vw 0.8vw;
	border-radius: 0.2vw;
}
.add_home_share img{
	width:1.4vw;
	margin-right:0.4vw;
}
.add_home_share p{
	font-size: 1vw;
	padding-bottom: 0.3vw;
	cursor: pointer;
}
.add_home_share a{
	text-decoration: none;
	color:#333;
}

.font1206{
	position: relative;
	top:-5px;
	margin-bottom:10px;
	font-size: 13px;
}

/* ---19.12.18--- */
.bzxjq_imgbox{
	position: relative;
	display: flex;
	justify-content: space-between;
	width:100%;
	margin:1vw 0;
}
.bzxjq_img{
	width:24%;
    height: 18.8vw;
	overflow: hidden;
}
.bzxjq_img img{
	width:100%;
}
.bzxjq_img video{
	width:100%;
	height:100%;
}
/* 20200122 */
.jiawan0122{
	position: relative;
	width:100%;
	margin:2vw 0;
}
.jiawan0122 img{
	width: 100%;
	margin-bottom:1vw;
}

/* ----20200807---- */
.payme_a{
	position: relative;
	text-align: left;
	top:-10px;
}


/* ---20200814--- */
.final_box{
	position: relative;
}
.load{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1000;
}
.load_content{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0.8;
	font-size: 14px;
	text-align: center;
}
.load_content img{
	width:40px;
	-webkit-transform: rotate(360deg);
	animation: rotation 0.8s linear infinite;
	-moz-animation: rotation 0.8s linear infinite;
	-webkit-animation: rotation 0.8s linear infinite;
	-o-animation: rotation 0.8s linear infinite;
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

.mo_share,.add_home_share{
	display: none;
}
.wsbj_table{
	position: relative;
}

p.jiu_client{
	color: #ED1C24 !important;
}

/* --- 0928 --- */
img.download_ico{
	width:auto;
	height:2.2vw;
}
#header{
	padding-top: 2rem !important;
}


















/*-----mobile-----*/
@media screen and (max-width: 991px) {
	#mobile_down{
		display: none;
	}
	#header{
		padding-top: 0rem !important;
	}
	#top1 {
		background-position: 95%!important;
	}
	.imgtopgroupbtns{
		padding-right: 0;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		position: fixed;
		right: 2.5rem;
		top: 8rem;
		z-index: 899;
	}
	.imgtopgroupbtns a{
		margin: 0.3rem;
	}
	.imgtopgroupbtns img{
		width: 4rem;
	}
	/* 20200831 */
	.f1>ul>li{
		display: none;
	}
	/* 20200122 */
	.jiawan0122 p{
		font-size: 13px;
	}
	
/*----0628------*/
.addvideo_0628{
	margin-top:20px;
	
}
.addvideo_0628 iframe{
	width:100%;
	height: 230px;
}
/*----------------*/
	
	.bx_box{
		width:100%;
		margin:15px 0px;
	}
	.bx1,.bx2{
		width:100%;
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	.bx_title {
		font-size: 16px;
		padding: 5px 0px;
	}
	.bx_left, .bx_right {
		font-size: 14px;
	}
	.bx_td {
		padding: 5px 6px;
	}
	.bx2_font {
		font-size: 14px;
	}
	
	/*----------mobile menu--------*/
	
	#mobile_icon{
		width: 58px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.pagetop{
		display: none;
	}
	#menu{
		display: none;
	}
	.img4 {
		width: 100%;
		height: 190px;
	}
		#mobile_menu{
		display: block;
	}
	#navshuo{
		display: block;
		width:100%;
		height: 60px;
		background-color: #ffffff;	
	}
	#mobile_top1 img{
		width: 128px;
    	height: 38px;
	}
	#mobile_top2 p{
		width:45%;
		font-size: 17px;
		margin-left: 15px;
		line-height: 60px;
		color: #ED1C24;
	}
	#mobile_top3 img{
		width:6vmin;
		height:6vmin;
		margin-right:15px;
	}
	#close{
		position: absolute;
		top:30px;
		right:30px;
	}
	#close img{
		width:5vmin;
		height:5vmin;
	}
	.righticoimg{
		width:30px;
		height:30px;
	}
	#navshuo a{
		text-decoration: none;
	}
	
	.xiajiao{
		width:30px;
		height:30px;
		display: inline-block;
		background-image: url("../images/xiajiao.png");
		background-repeat: no-repeat;
		background-position: 20% 90%;
    	background-size: 26% 16%;
	}
	.zhuanfontbox{
		display: none;
		width:55px;
		height:auto;
		position: absolute;
		top:45px;
		left:2px;
		background-color: #fff;
	}
	.zhuanfontbox p{
		font-size: 17px;
		line-height: 30px;
		padding-left: 14px;
		
	}
	/*-------手机首图-------*/
	#top1{
		height: 70vw;
		background-position: 32%;
	}
	#imgtopimg1 {
		position: absolute;
		margin:0px;
		width: 60vw;
		top: 150px;
		left: 10px;
	}
	#imgtopimg2 {
		position: absolute;
		margin:0px;
		width: 60vw;
		top: 230px;
		left: 20px;
	}
/*-------------------------*/
	
	#page1 .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	#page2 .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#box1_1 div {
		margin: 30px auto 0px;
	}
	.page1_font1 {
    	font-size: 23px;
    	padding-top: 50px;
	}

	.image{
		width:100%;
		height:240px;
	}
	.box2-4{
		margin: 40px auto;
		width:100%;
		height:630px;
		background-size:100% 48%;
	}
	.image,.flash,.flash li{
		height:240px;
	}
	.button1-3 {
		width: 135px;
		height: 40px;
	}
	.button1-3{
		background-color:#ff5c5c;
		color:#ffffff;
		width:28%;
		height:6%;
		font-size:20px;
		border-radius: 6px;
		margin-left:18px;
		cursor:pointer;
	}
	.but1, .but2, .but3 {
		top: 580px;
		left: 9%;
	}
	.font2{
		font-size:24px;
		padding: 0px 30px;
		padding-top:4px;
	}
	.font3{
		font-size: 1.6em;
		color: #333333;
		padding: 0px 35px;
		margin-top: 50px;
		line-height: 1.5em;
	}
	
	.foot1{
		width:100%;
		margin:0px;
	}
	
	#form1{
		width:100%;
	}
	.txtcss{
		border-radius: 6px;
		font-size:20px;
		color:#FFFFFF;
		width:100%;
		height:40px;
		margin-bottom: 6px;
		padding-left:6px;
	}
	textarea.textarea{
		height:130px;
		resize:none;
		padding-top:10px;
		margin-bottom: 5px;
	}
	#submit{
		font-size:20px;
		padding:10px 50px;
		border-radius:6px;
		margin-left: 650px;
	}

/*----------------------public--------------------*/
#gsjj,#cdgm,#xcdp,#bqlc,#cwdy,#ldbq,#azgc,#fwsf,#bzwl,#fwfw,#khpy,#zsfw,#khxz,
	#dybz,#hszx,#page7,#page3,#mnczs,#xpj,#byzxjw{
	width:92%;
	padding-bottom: 40px;
	margin:auto;
}
.titlexian {
    width: 17%;
}
#gsjj .container,#cdgm .container{
	padding-left: 0px;
	padding-right: 0px;
}
	.cdgm_box1 .container .row{
		padding-left: 5px;
		padding-right: 5px;
	}
#gsjj .container .row .col-6,#cdgm .container .row .col-6{
	padding-left: 5px;
	padding-right: 5px;
}
.font8 {
    font-size: 16px;
}	
/*-------公司简介------*/
.img2_1box img{
	width:90vw;
	height:48.39vw;
}
	
/*-------车队规模--------*/
.cdgmvideo {
    width: 73%;
    height: 180px;
    margin: auto;
    margin-top: 20px;
}
.cdgm_font1 {
    margin-bottom: 10px;
}
	.cdgm_box1{
		padding:0px;
	}
.cdgm_imgbox1 img{
    width: 80%;
	height:auto;
	}
.cdgm_imgbox2 img ,.cdgm_imgbox3 img{
		width:100%;
		height:auto;
} 
/*-----宣传短片------*/

.videosize{
	width: 80vw;
	height: 47vw;
	margin:auto;
	margin-bottom: 20px;
}
.xcdptext ul li.xcdp_font1 {
    margin-left: 20px;
}
/*---------客户评语-------*/
.khpy_imgbox img {
    width:100%;
}
/*--------搬迁流程---------*/
.bqlc_imgbox img {
    width: 100%;
}
/*---------村屋吊运---------*/
.cwdy_imgbox1 img{
	width:35vw;
	height:50vw;
}
.cwdy_video{
	width:100%;
	height:50vw;
	margin-bottom: 10px;
}
/*---------离岛搬迁--------*/
#ldbq_table table{
	width:100%;
}
/*---------相片集------------*/
.xpj_imgbox img{
	width:100%;
}
#xpj .container {
	padding-left: 0px;
	padding-right: 0px;
}
/*--------服务收费----------*/
.fwsf_imgbox1{
	text-align: center;
}
.fwsf_imgbox2 img,.fwsf_imgbox1 img {
    width: 80%;
}
.fwsf_imgbox3 img {
    width: 100%;
}
	/*---------執拾服務----------------*/
	.zsfw_font1 {
		font-size: 19px;
	}
	#zsfw table {
		width: 100%;
	}
	
/*----------夹万-------------*/
.center_img_box img {
    width: 100%;
    margin: 20px auto;
}	
.byzxjw_con .container .row .col-6 
	,.byzxjw_con .container .row .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.byzxjw_mini_img {
    margin-bottom: 10px;
}
.zxjwvideo {
    width: 97%;
    height: 200px;
    margin-top: 20px;
}
	
/*---------包装物料--------*/
#bzwl_menu .container{
	padding-left: 15px;
	padding-right:15px;
}
#bzwl .container .row {
    margin-bottom: 40px;
	margin-left:-5px;
	margin-right:-5px;
}
	#bzwl .container .row .col-lg-6,#bzwl .container .row .col-6,#bzwl .container .row .col-4{
		padding-left:5px;
		padding-right:5px;
	}	
.bzwl_font1{
	margin-bottom: 10px;
}
.bzwl_video{
	text-align: center;
	width:90%;
	height:auto;
}
.bzwl_boxfont {
    font-size: 13.5px;
}
.bzwl_font1,.bzwl_font2 {
    font-size: 16px;
    text-align: justify;
}
.bzwl_imgbox1,.bzwl_imgbox2,.bzwl_imgbox3,.bzwl_imgbox4,.bzwl_imgbox5,.bzwl_imgbox6{
	text-align: center;
	margin-top: 10px;
}
.bzwl_imgbox1 img{
	width:100%;
	height:auto;
}
.bzwl_imgbox2 img{
	width:100%;
	height:auto;
}
.bzwl_imgbox3 img{
	width:80%;
	height:auto;
}
.bzwl_imgbox4 img{
	width:100%;
	height:auto;
}
.bzwl_imgbox5 img{
	width:100%;
	height:auto;
}
.bzwl_imgbox6 img{
	width:100%;
	height:auto;
}

/*----------关于东亚-------*/
	#box2_1 span p{
		display:inline;
		font-size:26px;
		color:#333333;
		margin:40px;
	}
	.img2_2{
		width:100%;
		height:auto;
		margin-bottom: 10px;
	}
	#page2 .row{
		margin:40px 0px;
	}
	#page2 .container{
		margin-top:40px;
		margin-bottom:70px;
	}
	#page2 .row .col-lg-4,#page2 .row .col-sm-12{
		padding:0px 0px;
	}
	.page2_2text ul li {
		font-size: 17px;
	}
	
	
	/*---------服务范围--------*/
	#page3 .container{
		margin-top:30px;
		margin-bottom:50px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.img3{
		width:100%;
	}
	.font4{
		font-size:22px;
	}
	.box1-6 {
		width: 100%;
	}
	/*--------东亚标准-------*/
	#dybz .col-6{
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.dybz_imgbox{
		margin-bottom: 10px;
	}
	
	/*---------网上报价--------*/
	#wsbj{
		width:92%;
		padding-bottom: 40px;
		margin:auto;
	}
	.wsbj_table1 {
    	width: 100%;
	}
	.wsbj_box1_1 {
		width: 30px;
		height: 30px;
		margin-right: 2px;
		border-radius: 15px;
	}
	.wsbj_font2 {
		font-size: 20px;
		line-height: 30px;
	}
	.wsbj_font3 {
		font-size: 15px;
		line-height: 30px;
	}
	.wsbj_jian {
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
	.wsbj_table2, .cw_table2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.tl_table, .cw_table1 {
		width: 90%;
	}
	.next_but1 {
		width: 25%;
	}
	.bqwp_table {
		width: 100%;
		margin-bottom: 10px;
	}
	.bqwp_font1 {
		font-size: 14px;
		letter-spacing: 0px;
		margin: 10px 0px;
	}
	#wsbj .container {
    	width: 100%;
	}
	.res_imgbox {
		height: 100px;
	}
	#next3 {
		width: 40%;
	}
	.wsbj_box2, .srzz_box1, .srzz_box2, .tl_box1, .cw_box1, .cw_box2, .cw_box3 {
		width: 90%;
	}
	.line1:before, .line1:after {
			left: 9.5%;
	}
	.line3:before, .line3:after {
		left: 59.5%;
	}
	.line4:before, .line4:after {
		left: 84.5%;
	}
	.line2:before, .line2:after {
		left: 34.5%;
	}
	.kt_line:before, .kt_line:after {
		left: 2.4%;
	}
	.cf_line:before, .cf_line:after {
		left: 12.4%;
	}
	.zrf_line:before, .zrf_line:after {
		left: 25.4%;
	}
	.xpyf_line:before, .xpyf_line:after {
		left: 44.4%;
	}
	.ymj_line:before, .ymj_line:after {
		left: 73%;
	}
	.zwf_line:before, .zwf_line:after {
		left: 88.4%;
	}
	.box_gxq, .box_mxq {
		padding: 10px 20px;
		 margin: 0px; 
		margin-bottom: 10px;
	}
	/*-----------客户须知--------*/
	#khxz table{
		width:100%;
	}
	/*-------预约上门-------*/
	#page5_2{
		width:92%;
	}
	#box5_2{
		margin:auto;
		width:90%;
	}
	#form5_2{
		margin-top:30px;
		margin-bottom: 50px;
	}
	#form5_2 p{
		margin:6px auto;
	}
	#form5_2 .ydtxt{
		width:100%;
		height:36px;
		color:#333333;
		font-size: 16px;
		padding-left:6px;
	}
	#date1,#date2{
		margin:auto;
	}
	#submit5_2{
		width:130px;
		height:40px;
		border-radius: 4px;
		background-color:#ED1C24;
		color:#ffffff;
		font-size:18px;
		cursor: pointer;
	}
	/*-----回收纸箱------*/
	#hszx table{
		width:100%;
	}
	#box6_41 ol{
		margin-left:6%;
	}
	#box6_42 {
		width: 100%;
		height: 160px;
	}
	#box6_42 button {
		width: 80px;
		height: 30px;
		font-size: 20px;
		border-radius: 4px;
		margin: 20px 20px;
	}
	#hszx table td {
		width: 50%;
	}
	#hszx .txt {
		width: 90%;
	}
	
	/*------查阅账单-----*/
	#box6_11 {
		width:80%;
		margin-bottom: 100px;
	}
	.font6_11 {
		font-size: 26px;
		margin: 30px auto;
	}
	#form6_1 input {
		padding-left: 4px;
		width:90%;
		height:36px;
	}
	input#submit6_1 {
		width: 130px;
		height: 46px;
		margin: 30px auto;
	}
	
	/*-------联系我们-------*/
	#page7 .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.foot1 {
		margin: 20px auto;
	}
	#box7_2 {
		padding: 0px 0px 20px 0px;
	}
	.font5 {
		font-size: 22px;
		margin-left: 15px;
	}
	.font6 {
		font-size: 15px;
	}
	.font6_9{
		padding-top:6px;
	}
	#contact_whatsapp {
		width: 40px;
		height: 30px;
	}
	.gmaps iframe{
		width:100%;
		height:250px; 
	}
	#contactbox {
		margin-top: 50px;
	}
	/*-------footer------*/
	#footer{
		padding:10px;
		margin-bottom: 40px;
	}
	.footer_font{
		display: inline-block;
		font-size: 9px;
		font-family: "Microsoft YaHei";
	}
	.container{
		padding:0px;
	}
	.row{
		margin-left:-5px;
		margin-right:-5px;
	}
	.col-lg-3,.col-6{
		padding-left:5px;
		padding-right:5px;
	}
	
	/*---------------------1.2----------------------*/
	/*-----mobile底部浮動------*/
	#mobile_down{
		position: fixed;
		bottom: 0;
		left:0;
		width:100%;
		height:40px;
		background-color:#ED1C24;
		display: block;
		z-index: 800;
	}
	.down_font{
		font-size: 18px;
		line-height: 40px;
		letter-spacing: 8px;
		color:#ffffff;
		text-align: center;
	}
	.down_img{
		width:10px;
		height:15px;
	}
	/*------搜尋報價單------*/
	.m_hide{
		display: none;
	}
	.sxbjd_table{
		width:100%;
	}
	#form5_2 .ydtxt {
		width: 98%;
		margin-left:1%;
		padding-left:4px;
	}
	.sxbjd_but{
		width:130px;
		height:40px;
		border-radius: 4px;
		background-color:#ED1C24;
		color:#ffffff;
		font-size:18px;
		cursor: pointer;
	}
	.sxbjd_table td{
		border:0.55vw solid #ED1C24;
	}
	.sxbjd_til{
		font-size: 18px;
	}
	.bjd_tab{
		margin-bottom: 30px;
	}
	.bjd_tab td,.bjd_tab th{
		border:0.55vw solid #ED1C24;
		padding:2vw;
		font-size: 12px;
	}
	.tab_title{
		font-size: 18px;
		color:#ED1C24;
		margin-bottom:5px;
	}
	.excel_img{
		text-align: center;
	}
	.excel_img img {
		width: 6vw;
		margin:auto;
	}
	
	/*-------用戶使用須知-------*/
	.khsyxz_box{

		margin-bottom: 20px;
	}
	.khsyxz_box p{
		font-size: 16px;
	}
	.khsyxz_but1 {
		padding: 2px 15px;
		font-size: 16px;
		border-radius: 5px;
		margin: 0px 10px;
	}
	
	
	/*---------------1.9----------------*/
	.fkfs_tab tr{
		height:100px;
	}
	.fkfs_font0 {
		font-size: 23px;
	}
	.fkfs_font1 {
		font-size: 13px;
	}
	.fkfs_font2 {
		font-size: 12px;
	}
	.fkfs_td3_f{
		line-height: 1.5em;
	}
	.fkfs_td1,.fkfs_td2,.fkfs_td3{
		padding-bottom: 10px;
		padding-top:10px;
	}
	.fkfs_td1 {
		width: 20%;
	}
	.fkfs_td3 {
		width: 44%;
	}
	.fkfs_img1 {
		margin: 1vw 0px;
		width: 26vw;
	}
	.fkfs_img2 {
		width: 12vw;
	}
	.fkfs_img3 {
		width: 12vw;
		top:-5vw;
		left:0px;
		margin-left:5vw;
	}
	
	.fkfs_f {
		width: 18vw;
	}
	.fkfs_img4 {
		width: 12px;
	}
	
	#mnczs .container{
		margin-top:20px;
		padding:0px;
	}
	/*-----------------1.17--------------*/
	.mobile_td2{
		position: relative;
	}
	.mobile_td2 img{
		position: absolute;
		left: 0px;
		top: 28px;
	}
	/*--------0715--------*/
	.bantl_img{
		width:100%;
		margin-bottom:10px;
	}
	.mo_share{
		display: none;
		position: absolute;
		top: 60px;
		right: 4.5vw;
		width: 28vw;
		padding: 1vw 2vw;
		background-color: #f5f5f5;
		border-radius: 1vw;
	}
	.mo_share p{
		font-size: 3.5vw;
		margin:2vw auto;
	}
	.mo_share img{
		width:5vw;
		margin-right:1vw;
	}

	/* ---19.12.18--- */
	.bzxjq_imgbox{
		flex-wrap: wrap;
	}
	.bzxjq_img {
		width: 49%;
		height: 247px;
		margin-bottom:8px;
	}


img.download_ico{
	height:auto;
	width:60px;
	display: block;
    margin-bottom: 10px;
}

}
@media screen and (max-width: 376px) {
	.bzxjq_img {
		height: 220px;
	}
}
@media screen and (max-width: 361px) {
	.bzxjq_img {
		height: 210px;
	}
}



/*----------------大屏-----------------*/
@media screen and (min-width: 1570px){
	
.image{
	width:100%;
	height:240px;
}

#page1{
	background-color: #F5F5F5;
	width:100%;
	padding-bottom: 100px;
}
#page1 .container {
    padding-left: 15px;
    padding-right: 15px;
}
#page1 .row{
}
#box1_1{
	text-align: center;
}
#box1_1 div{
	width:100px; 
	margin:30px auto 50px; 
	text-align: center;
}
.box2-4{
	width:100%;
	margin:auto;
	height:530px;
	background-color: #ffffff;
	background-image:url("../images/jian.png");
	background-position: center top;
	background-repeat:repeat-x;
}
#page1 table tr td{
	padding:0px auto;
}
.page1_font1{
	font-size:44px; 
	padding-top:2.0vw; 
}
.font2{
	font-size: 22px;
	color: #FFFFFF;
	padding:10px 18px;
}
.font3{
	font-size:16px;
	color:#333333;
	padding:0px 18px;
	padding-right:19px;
	margin-top:42px;
	line-height: 1.5em;
}
.button1-3{
	background-color:#ff5c5c;
	color:#ffffff;
	width:34%;
	height:8.5%;
	font-size:14px;
	border-radius: 6px;
	margin-left:18px;
	cursor:pointer;
}
.button1-3:hover{
	background-color:#24292d;
}
.but1,.but2,.but3{
	position: absolute;
	top:460px;
	left:4%;
}

input{
	outline:none ;
}
.txtcss{
	font-family:"open sans",sans-serif;
	background-color: #222222;
	border-radius: 6px;
	font-size:18px;
	color:#FFFFFF;
	width:100%;
	height:30px;
	margin-bottom: 5px;
	padding-left:6px;
}
textarea.textarea{
	height:120px;
	resize:none;
	padding-top:6px;
	margin-bottom: 3px;
	outline:none ;
}
#form1{
	width:80%;
}
.flash{width:100%;height:240px;overflow:hidden;position:relative;margin:auto;}

.flash li{position:absolute;left:0;top:0;width:100%;height:240px;}

	
/*-------公司简介-------*/
.font7{
	font-size: 28px;
}
.font8{
	font-size:17.5px;
}
.bzwl_boxfont {
    font-size: 14px;
	line-height: 30px;
}
.bzwl_box {
    width: 90%;
    height: 30px;
    margin: auto;
    margin-bottom: 6px;
    border: 1px solid #666666;
    border-radius: 4px;
    cursor: pointer;
}
.img2_1box p{
    font-size: 17px;
}
.gsjj_font1{
	font-size: 26px;
}
.gsjj_font2{
	font-size: 22px;
}
	
/*-------车队规模------*/
.cdgm_font1{
	font-size: 22px;
}
.cdgm_font2{
	font-size: 22px;
}
	
/*------关于东亚-------*/
#box2_1 span p,#box5_1 span p{
	display:inline;
	font-size:20px;
	color:#333333;
	margin:40px;
}
#box2_1 span a,#box5_1 span a{
	text-decoration:none;
}
#box2_1 span p:hover,#box5_1 span p:hover{
	color:#FF5C5C;
	transition-duration:0.4s;
	-moz-transition-duration: 0.4s; /* Firefox 4 */
	-webkit-transition-duration: 0.4s; /* Safari 和 Chrome */
	-o-transition-duration: 0.4s; /* Opera */
}

#box2_1,#box5_1{
	text-align: center;
	margin-top:32px;
}
#box2_3{
	width:33%;
	height:240px;
}

#page2 .row{
	margin:30px 0px;
}
#page2 .container{
	margin-top:80px;
	margin-bottom:100px;
	padding-left: 15px;
    padding-right: 15px;
}
/*--------选择东亚------------*/

.page2_2font1{
	font-size:22px;
	margin-bottom: 10px;
}
.page2_2font2{
	font-size:22px;
}
.page2_2text ul{
	margin-top: 30px;
}

.xcdptext ul li.xcdp_font1 {
    font-size: 20px;
    margin-left: 1.8vw;
}
.page2_2text ul li{
	font-size: 17px;
	margin: 20px 0px 5px 30px;
	font-weight: bolder;
}
#page2_2 .container{
	max-width: 100%;
	margin-bottom: 50px;
}
#page2_2 .container .row .col-lg-3{
	padding:0px 5px;
}
.box1-8{
	width:100%;
	margin-bottom: 20px;
}
.img4{
	width:100%;
	height:190px;
}
.page2_2font3{
	font-size:18px;
	color:#333333;
	text-align: center;
	padding-top:5px;
}
.page2_2font4{
	font-size:24px;
}

/*--------服务范围--------- */
.font4{
	font-size:22px;
}
/*--------搬迁流程---------*/
.bqlc_font1{
	font-size: 22px;
}
	
/*--------村屋吊运----------*/
.cwdy_font1{
	font-size: 22px;
}

/*---------离岛搬迁--------*/

.ldbq_font1,#ldbq_table table td{
	font-size: 20px;
}
/*--------服务收费----------*/
.fwsf_font1{
	font-size: 22px;
}
.fwsf_imgbox1 p{
	font-size: 20px;
}
/*---------執拾服務----------------*/
.zsfw_font1{
	font-size: 26px;
}
.zsfw_font2,.zsfw_font3{
	font-size: 23px;
}
#zsfw .container img{
	width:100%;
}
#zsfw table{
	width:80%;
}
#zsfw table td{
	font-size: 18px;
}	

/*-------夹万------*/
.byzxjw_font1{
	font-size: 22px;
	margin-bottom: 10px;
}

	
/*--------包装物料---------*/	
.bzwl_font1{
	font-size: 18px;
}
.bzwl_font2{
	font-size: 17.5px;
}

/*---------网上服务--------*/


/*---------网上预订--------*/

/*--------订单查询-----------*/
#form6_1{
	font-size: 20px;
}
#form6_1 input{
	border:solid 2px #919191;
	padding-left:4px;
	width: 26%;
    height: 46px;
}
input#submit6_1{
	width:130px;
	height:46px;	
	border:0px;
}
/*————————客户须知—————————*/
	.khxz_but1, .khxz_but2 {
    width: 136px;
    height: 32px;
}
#khxz ol li {
    font-size: 17.5px;
}
.khxz_but1 p, .khxz_but2 p {
    font-size: 15.5px;
	line-height: 32px;
}
/*————————回收纸箱—————————*/
.font6_41{
	text-align: center;
	font-size: 22px;
	padding-bottom: 20px;
}
#page6_4 ol li{
	font-size:16px;
}
.hszx_but{
	font-size: 15px;
}
#hszx label {
    font-size: 15px;
}

/*--------联系我们--------*/
.font5{
	font-size:28px;
}
.font6 {
	font-size: 19px;
	color: #24292D;
	line-height: 1.4em;
}
.gmaps iframe{
	width:450px;
	height:250px; 
}
/*-----宣传短片------*/
.page2_2text ul li.xcdp_font1{
	font-size: 30px;
}
.xcdp_font2{
	font-size: 20px;
}
	/*---------------1.10------------*/
	.fkfs_td3_f{
		line-height: 5.5em;
	}
	.fkfs_img3 {
		top: -24px;
		left:-3.5vw;
	}
	
	.hszx_font1{
		font-size: 21px;
	}
	
	#khzqmenu{
		right:47.2%;
	}
}

@media screen and (min-width: 1800px){
	.fkfs_img3 {
		top: -24px;
		left:-4.2vw;
	}
	#khzqmenu{
		right:47%;
	}
}


.whatsapp_btn_wrap {
	position: relative;
	display: inline-block;
}

.whatsapp_num_btn {
	position: absolute;
	left: -17rem;
	display: block;
}

.whatsapp_num_btn img {
	width: 15rem !important;
}

.whatsapp_num_btn1 {
	top: 0rem;
	/* right: 115px; */
}

.whatsapp_num_btn2 {
	top: 5.5rem;
	transform: translateY(-50%);
}

.whatsapp_num_btn3 {
	bottom: -2.4rem;
	right: 115px;
	display: none;
}

.whatsapp_num_other_page_btn {
	position: unset;
	display: inline-block;
	transform:unset;
	
}

.whatsapp_num_other_page_btn img{
	width: 11.5rem !important;
}

@media screen and (max-width: 991px) {
	.whatsapp_num_btn {
		left: -8rem;
	}

	.whatsapp_num_btn img {
		width: 8rem !important;
	}

	.whatsapp_num_btn1 {
		top: 0rem;
		/* right: 3rem; */
	}

	.whatsapp_num_btn2 {
		top:3rem;
	}

	.whatsapp_num_btn3 {
		bottom: -1rem;
	}
}