.menuDiv>ul>li:nth-child(3):hover {
	height: 54px;
}

/******************************顶部栏*******************************/
.wrap {
	margin: 0 auto;
	width: 1280px;
}

.wrapper {
	margin: 0 auto;
	width: 1200px;
}

#header {
	height: 52px;
	line-height: 52px;
	width: 100%;
	background: #f9f9f9;
}

#header .welcome {
	margin-left: 40px;
	float: left;
	display: none;
}

#header .wrapper {
	
	font-size: 12px;
	color: #727272;
}

#header .wrapper i {
	margin-right: 8px;
}

#header .right span:nth-of-type(3) a {
	color: #D7000F;
}

.left {
	float: left;
}

.right {
	float: right;
}

.right-afte {
	position: relative;
}

/* .right-afte:hover .right-img{
	display: block;
} */

.right-img {
	position: absolute;
	left: 0;
	z-index: 99;
	display: none;
}

/******************************右侧浮动栏*******************************/
#tool {
	position: fixed;
	right: 40px;
	bottom: 160px;
	border: 1px solid #9a9a9a;
	z-index: 110;
	background: #FFFFFF;
}

#tool div {
	width: 48px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.tool0 {
	border-bottom: 1px solid #9a9a9a;
}

.tool1 {
	border-bottom: 1px solid #9a9a9a;
}

.tool2 {
	border-bottom: 1px solid #9a9a9a;
}

.tool4 {
	border-top: 0;
	position: absolute;
	background: white;
	border: 1px solid #9a9a9a;
	left: -1px;
	/* top: 202px; */
	cursor: pointer;
}

#tool div i {
	color: #575757;
	font-size: 19px;
}

#tool div:hover {
	background: #d7000f;
}

#tool div:hover i {
	color: white;
}

/* #tool div:hover .redTip{
	display: block;
} */

#tool div:hover .redTip2 {
	display: block;
}

#back-to-top {
	display: none;
}

.tool0 .redTip {
	position: absolute;
	top: -1px;
	left: -141px;
	display: none;
}

.tool1 .redTip {
	position: absolute;
	top: 0px;
	left: -157px;
	display: none;
}

.tool2 .redTip {
	position: absolute;
	top: 102px;
	left: -157px;
	display: none;
}

.tool3 .redTip {
	position: absolute;
	top: 153px;
	left: -157px;
	display: none;
}

/*************************banner*****************************************/
#banner {
	min-width: 1200px;
	width: 100%;
	height: 285px;
	background: url(../img/contactUs.jpg) no-repeat center center;
}


/*************************tab*****************************************/
.tab {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 81px;
}

.tab .wrapper .tabBg {
	width: 1242px;
	height: 492px;
	position: relative;
}

.tab .tab_header ul {
	margin: 0 auto;
	padding: 0;
	width: 20%;
	height: 50px;
	display: flex;
	line-height: 50px;
	justify-content: space-between;
}

.tab .tab_header ul li {
	width: 53px;
	list-style: none;
	text-align: center;
	
	font-size: 24px;
	cursor: pointer;
	white-space: nowrap;
}

.tab .tab_content {
	margin-top: 51px;
}

.tab .tab_content .wrapper {
	height: 652px;
	border-bottom: 1px solid #cccccc;
}


.textBox {
	width: 233px;
	min-height: 350px;
	padding: 40px 50px;
	color: #FFFFFF;
	position: relative;
	background-color: rgb(189, 7, 7);
	border-radius: 10px;
}

.textBox h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.textBox p {
	font-size: 12px;
	line-height: 18px;

}

.contactUs-Contact-img {
	width: 70px;
	height: 70xp;
	padding: 2px;
	background-color: white;
	margin-left: 85px;
}

.mark {
	position: absolute;
	left: 31px;
	top: 42px;
}

.markPoint {
	width: 13px;
	height: 16px;
	background-image: url(../img/markPoint.png);
}

.mapPic img {
	position: absolute;
}

.mapPic .map1 {
	width: 858px;
	left: 368px;
	top: 34px;
}

.mapPic .map2 {
	width: 858px;
	left: 368px;
	top: 34px;
}

.mapPic .map3 {
	width: 858px;
	left: 368px;
	top: 34px;
}


.current {
	border-bottom: 4px solid red;
}

.hide {
	display: none;
}

/*************************表单*****************************************/
.c1:after{
	content:"*";
	color:red;
	display: inline-block;
	width: 10px;
}

#form .wrapper form{
	border-top: 1px solid #D6D6D6;
	padding-left:165px;
	padding-top: 90px;
}

#form laber{
	
	font-size: 24px;
}

#form span{
	display: inline-block;
	font-size: 12px;
	margin-bottom: 54px;
}

#form input{
	border-radius: 5px;
	margin-bottom: 42px;
	font-size: 18px;
	outline: none;
	width: 333px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #b4b4b4;
}

#form .name{
	margin-right: 36px;
}

#form .area{
	margin-right: 36px;
}

#form .phone{
	width: 383px;
}

#form .mail{
	width: 383px;
}

textarea{
	font-size: 18px;
	border-radius: 5px;
	min-height: 220px;
	width:818px;
	vertical-align:top;
	margin-bottom: 28px;
	resize:vertical;
	border: solid 1px #b4b4b4;
	outline: none;
}

#form #formSubmit{
	font-size: 24px;
	text-align: center;
	color: white;
	line-height: 61px;
	border-radius: 5px;
	width: 193px;
	height: 61px;
	background: #d7000f;
	border: none;
	outline: none;
	cursor: pointer;
}

#form .form_bot .tips{
	color: #D7000F;
	font-size: 18px;
	margin: 0;
	width: 500px;
	margin-left: 20px;
	margin-bottom: 0;
	/*overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;*/
}

.form_bot{
	margin-left: 58px;
	position:relative;
}

.form_bot img{
	position: absolute;
	left: 576px;
	top: 19px;
}

