* {
	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: 9;
	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: #B1130D;
	-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;
	left: 10px;
	top: 250px;
	height: auto;
}

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

#ft-window .ad-contact ul li {
	width: 50px;
	background: #B1130D;
	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: #FF0000;
}

#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: 120px;
	position: absolute;
	top: 0px;
	left: 51px;
	background: #FF0000;
	text-align: center;
	border-radius: 5px;
	padding:3px 0 7px 0;
}

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

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

#ft-window .ad-contact ul li .hot-number {
	position: absolute;
	left: 51px;
	top: -5px;
	width: 120px;
	background: #FF0000;
	border-radius: 5px;
	cursor: default;
}

#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) {
	/*左边悬浮框*/
	.rightdaohan {
		height: 500px !important;
	}

	.rightdaohandiv1 {
		height: 40px !important;
		line-height: 40px !important;
	}

	.rightdaohanul1 {
		height: 230px !important;
	}

	.rightdaohanul1 li {
		height: 35px !important;
		line-height: 35px !important;
	}

	.rightdaohanp1 {
		margin-top: 10px !important;
	}

	.rightdaohanul2 {
		margin-top: 10px !important;
	}

	/*底部表单*/
	#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) {
	/*导航栏*/
	.container {
		min-width: 1300px !important;
		width: 1300px !important;
	}

	.pull-left {
		width: 1150px !important;
	}

	.navBar li {
		width: 90px !important;
	}

	.navBar li .nav-menu {
		width: 105px !important;
	}
	.navBar .pull-left .last_li {
		width: 160px!important;
	}
	/*左边悬浮框*/
	.rightdaohan {
		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;
}


/*新表单*/

/*表单2.0*/
.form6 {
	height: auto;
	width: 932px;
	margin: auto;
}
.form6 .title-form{font-size: 32px; color: #b1130d;    text-align: center;
	margin-top: 43px;
	line-height: 32px;
	margin-bottom: 23px;}
.form6 .small{font-size: 24px;color: #b1130d;    text-align: center;}
.form6 p {
	text-align: left;
	margin-bottom: 34px;
	font-size: 24px;
	font-weight: bold;
}

.form6 .radio_info {
	float: left;
	width:100%;
}

.form6 .choose .radio {
	position: relative;
	display: inline-block;
	font-weight: bold;
	color: #000;
	padding-left: 25px;
	cursor: pointer;
	font-size: 18px;
	margin-bottom: 25px;
	float: left;
	width: 120px;
	text-align: left;
	line-height: 18px;
}

.form6 .choose .radio input {
	position: absolute;
	left: -9999px;
}

.form6 .choose .radio i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	outline: 0;
	border: 1px solid #d51619;
	background: #ffffff;
	border-radius: 50%;
	transition: border-color .3s;
	-webkit-transition: border-color .3s;
}

.form6 .choose .radio input + i:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #d51619;
	opacity: 0;
	transition: opacity .1s;
	-webkit-transition: opacity .1s;
}

.form6 .choose .radio input:checked + i:after {
	opacity: 1;
}

.form6 .footer-fixed {
	width: 932px;
	margin: auto;
	height: auto;
	box-shadow: 0px -1px 8px 2px #dad7d7;
	border-radius: 20px;
	margin-top: 30px;
}

.form6 .footer-fixed form {
	height:auto;
	width: auto;
	margin: auto;
	padding: 33px 26px 30px 36px;
	background-color: #f5f5f5;
	border-radius: 20px;
}

.form6 .footer-fixed form .form-group {
}

.form6 .footer-fixed form .form-group label {
	display: block;
	font-size: 18px;
	color: #fff;
	float: left;
}

.form6 .footer-fixed form .form-group input {
	display: block;
	width:452px;
	height: 48px;
	border: 1px solid #d2d2d2;
	background: #fff !important;
	font-size: 18px;
	line-height: 18px;
	color: #999999;
	text-indent: 15px;
	border-radius: 50px;
	float: left;

}

.form6 .footer-fixed form .submit-btn {
	display: block;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	width: 230px;
	height: 48px;
	background-color: #d51619;
	-webkit-border-radius: 50px;;
	-moz-border-radius: 50px;;
	border-radius: 50px;
	font-weight: bold;
	margin: auto;
	/*-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);*/
}

.form6 .footer-fixed form .notice {
	clear: both;
	height: 0.68rem
}

.form6 .footer-fixed form .notice div {
	font-size: 0.2rem;
	color: #999999;
	text-align: center;
	line-height: 0.68rem;
}
