


html{
  scroll-behavior: smooth;
}



.addbg1{
	background-color: #eff2f5;
}



.lie {
	width: 100%;
	height: 65px;
	background-color: #da0001;
	text-align: center;
}

.lie img {
	width: 350px;
	height: auto;	
}


.img100 {

}



.img100 img {
	width: auto;
	height: 100%;
}



.img320 {

}



.img320 img {
	width: 200px;
	height: auto;

}

.img-add {
    margin-right: 5px;
    margin-left: 5px;
    width: 58px;
}



.addwd01{
	width: 100%;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
	text-align: center;
}

.addwd01-1{
	font-size: 22px!important;
	color: #252525 !important;

}

.addwd06{
	width: 100%;
	font-size: 24px;
	color: #FFFFFF !important;
	background-color: #ff6a00;
	line-height: 40px;
	margin-bottom: 15px;
	padding-left: 10px;
}

.addwd07{
	text-align: center;
}

.addwd08{
	font-size: 24px;
	color: #f17939 !important;
	line-height: 40px;
	font-weight: bold;
}


.bar {
    width: 80px;
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 30px;
}

.bar img {
	width: 100%;
	height: auto;
}


.video_promotion_area {
    background: #aaaaaa url(../img/hero_bg_2.jpg) center center fixed no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	background-position:0 !important;
}


.video_promotion_area2 {
    background: #aaaaaa url(../img/hero_bg_3.jpg) center center fixed no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	background-position:0 !important;
}

.service-item1 {
    position: relative;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    border-color: #f7f7f7;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFF;
    width: 31.3%;
    float: left;
    margin-bottom: 10px;
}

.ptitle {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #333333;
    background-color: #f2f2f2;
    overflow: hidden;
    text-align: center;
}

.cover100 {
    aspect-ratio: 1;
    overflow: hidden;
}

.cover100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-10 {
    margin-bottom: 30px;
}

.aboutwd01 {
    font-size: 18px;
    line-height: 35px;
    color: #666666;
}


@media screen and (max-width : 600px) {

.bar {
    width: 70px;
    position: fixed;
    z-index: 99;
    right: 5px;
    bottom: 10px;
}

.bar img {
	width: 100%;
	height: auto;
}

.flexslider, .flexslider .slides>li, .slider-height {
    height: 550px;
}

.service-item1 {
    position: relative;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    border-color: #f7f7f7;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFF;
    width: 98%;
    float: left;
    margin-bottom: 10px;
}

}