@charset "utf-8";
/* Media quires for a responsive layout */

#textDiv{
top: 45%;
}
.titleLine{
	border-bottom: solid 2px #666;
	width:100%;
	display: inline-block;
}
.titlePic{
	width: 100%;
}
.videoDiv{
	width:960px;
	height:450px;
	margin-left: auto;
	margin-right: auto;
}
.videoDiv iframe{
	width:960px;
	height:450px;
}
.regular{
	width: 960px;
    height: 120px;
}
.customer2{
	width: 960px;
    margin: 0px auto;
    z-index: 10;
}
.customer2 .slick-list{
	width: 960px;
}
.customer2 .customerDiv{
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
}
.customer2 a{
    text-decoration: none;
}
.customer2 img{
    width: 100%;
}
#footerMap{
	width:940px;
	margin-right: auto;
	margin-left: auto; 
}
.footerMapClass{
	width:460px;
	float: left;
}
.footerMapClass1{
	margin-right: 20px;
}
#goTopDiv{
	float:left;
	position: fixed;
	top: 110px;
	right: 120px;
	z-index: 999;
}