* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

table {
	border-collapse: 0;
	border-spacing: 0;
}

ul li {
	display: block;
}

ol ul {
	list-style: none;
}

body {
	font-family: "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", tahoma, arial, simsun, "宋体";
	background: white;
}

html,
body {
	width: 100%;
	min-width: 1200px;
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: inherit;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
}

/*公共样式*/
/* 底部用户信息提交 start*/
#footer-fixed{
	position: fixed;
	width: 100%;
	height: 116px;
	z-index: 30 !important;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
#footer-fixed .left {
	width: 530px;
	float: left;
	margin-top: 25px;
}
#footer-fixed .left p{
	font-size:22px;
	line-height:40px;
	color:#fff;
}
#footer-fixed .left p:last-child{
	color:yellow;
}
#footer-fixed .left img{
	height:116px;
	margin: -20px 0 0 0px;
}
#footer-fixed .right{
	float: left;
	margin-top: 20px;
}
#footer-fixed .right form {
	margin-left:20px;
}
#footer-fixed .right form .form-group {
	float: left;
}
#footer-fixed .right form .form-group label {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 7px;
}
#footer-fixed .right form .form-group input {
	display: block;
	width: 210px;
	margin-right: 26px;
	border: 1px solid #6f6f6f;
	font-size: 16px;
	line-height: 42px;
	color: #000;
	text-indent: 15px;
	margin-bottom: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#footer-fixed .right form .submit-btn {
	display: block;
	margin-top: 32px;
	float: left;
	width: 150px;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #1565c0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*-webkit-box-shadow: 0 8px 0 rgba(1,1,1,0.4);*/
	/*-moz-box-shadow: 0 8px 0 rgba(1,1,1,0.4);*/
	/*box-shadow: 0 8px 0 rgba(1,1,1,0.4);*/
}
/* 底部用户信息提交 end*/

/*适应笔记本屏幕的fixed窗口 start*/
#ft-window {
	position: fixed;
	z-index: 999;
	right: 15px;
	top: 110px;
	height: auto;
}

#ft-window .ad-contact ul {
	width: 51px;
}

#ft-window .ad-contact ul li {
	width: 50px;
	background: #1565c0;
	text-align: center;
	line-height: 22px;
	color: #fff;
	margin-top: 1px;
	border-radius: 5px;
	cursor: pointer;
	padding: 2px 0;
	position: relative;
	font-size: 14px;
}

#ft-window .ad-contact ul li:hover {
	background: #227ace;
}

#ft-window .ad-contact ul li .s-block {
	display: none;
}

#ft-window .ad-contact ul li:hover > .s-block {
	display: block;
}

#ft-window .ad-contact ul li:first-child {
	margin-top: 0;
}

#ft-window .ad-contact ul li .nav-link {
	width: 150px;
	position: absolute;
	top: 0px;
	right: 51px;
	background: #227ace;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0 7px 0;
}

#ft-window .ad-contact ul li .nav-link dd {
	width: 130px;
	margin-left: 10px;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #fff;
	margin-top: 3px;
}

#ft-window .ad-contact ul li .nav-link dd img {
	display: inline-block;
	float: left;
}

#ft-window .ad-contact ul li .nav-link dd span {
	display: inline-block;
	float: left;
	width: 90px;
}

#ft-window .ad-contact ul li .wx-qrcode {
	position: absolute;
	right: 51px;
	top: -35px;
	cursor: default;
}

#ft-window .ad-contact ul li .hot-number {
	position: absolute;
	right: 51px;
	top: -10px;
	width: 150px;
	background: #227ace;
	border-radius: 5px;
	cursor: default;
	padding: 5px 0px;
}

#ft-window .ad-contact ul li .hot-number dd {
	line-height: 30px;
}

/*适应笔记本屏幕的fixed窗口 end*/

/*media屏幕适配 start*/
@media screen and (min-width: 1450px) and (max-width: 1600px) {
	/*导航栏*/

	/*左边悬浮框*/

	/*底部表单*/
	#footer-fixed .vline {
		display: none !important;
	}

	#footer-fixed .form-block {
		width: 1200px !important;
	}

	#footer-fixed .left {
		display: none !important;
	}
}

@media screen and (max-width: 1440px) {
	/*导航栏*/

	/*右边悬浮框*/
	#floatDivBoxs {
		display: none !important;
	}

	#ft-window {
		display: block !important;
	}

	/*底部表单*/
	#footer-fixed .vline {
		display: none !important;
	}

	#footer-fixed .form-block {
		width: 1200px !important;
	}

	#footer-fixed .left {
		display: none !important;
	}
}

/*media屏幕适配 end*/
/*新加坡底部*/
.ygzc9 {
	height: 700px;
}

.ygzc9 .severs_content {
	width: 865px;
	display: flex;
	align-content: center;
	justify-items: center;
	justify-content: space-around;
	margin: auto;
	flex-wrap: wrap;
	padding: 36px 0 70px 0;

}

.ygzc9 .severs_content li {
	width: 205px;
	height: auto;
	margin: 0 20px 10px 20px;
}

.ygzc9 .severs_content img {
	width: 64px;
	margin: 38px auto 30px auto;
}

.ygzc9 .consultation {
	width: 123px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	margin: 22px auto 22px auto;
	display: none;
}

.ygzc9 .severs_content a {
	width: 205px;
	height: 230px;
	display: block
}

.ygzc9 .severs_content a div:nth-child(2) {
	line-height: 16px;
}

.ygzc9 .severs_content a:hover div:nth-child(2) {
	color: #000;
}

.ygzc9 .box-shadow {
	box-shadow: 0px 3px 11px 0px #b8d4e4c2;
}