﻿* {
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}
html, body {
	font-size: 14px;
	background: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}
body {
	overflow: hidden;
}
img {
	border: 0px;
}
ul, li, p {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
ul, li {
	list-style-type: none;
}
input, button, select, textarea {
	outline: none;
}
textarea {
	resize: none;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.container {
	position: relative;
	width: 1107px;
	margin: 0px auto;
}
.container:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mainTitle {
	color: #e60012;
	font-size: 60px;
	line-height: 72px;
	
	font-weight: 100;
	text-transform:uppercase;
	font-stretch: ultra-condensed;
	width: 100%;
	text-align: center;
}
.mainSub {
	width: 37px;
	height: 2px;
	background: #e60012;
	margin: 30px auto;
}
.mainInfo {
	padding: 10px 0px;
	text-align: center;
	font-size: 30px;
	color: #434343;
	
	border-bottom: 1px solid #bfbfbf;
}
.linkBtn {
	background-image: url(../images/rightIcon.png);
	background-repeat: no-repeat;
	background-size: 36px auto;
	background-position: 254px center;
	width: 308px;
	height: 58px;
	line-height: 58px;
	text-align: left;
	border: 2px solid #e60012;
	color: #e60012;
	margin:0 auto;
	font-size: 22px;
}
.linkBtn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.linkBtn span {
	margin-left: 20px;
}
.linkBtn:hover {
	color: #fff;
	background-color: #e60012;
	background-image: url(../images/rightIconOn.png);
}
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 120px;
	background: #fff;
	z-index: 5;
	border-bottom: 1px solid #949494;
}
.header .logo1 {
	position: absolute;
	top: 18px;
	left: 34px;
	height: 82px;
}
.header .nav {
	display: block !important;
	position: relative;
	width: 826px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	margin: 0px auto;
}
.header .nav li {
	color: #434343;
	font-size: 22px;
	float: left;
	margin: 0px 37px;
}
.header .nav li.on {
	color: #E50012;
}
.header .nav li:hover {
	color: #E50012;
}
.header .navBtn {
	position: absolute;
	top: 50%;
	right: 34px;
	width: 44px;
	height: 37px;
	margin-top: -19px;
	cursor: pointer;
	z-index: 1;
}
.header .navBtn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.list {
	position: fixed;
	top: -800px;
	left: 0px;
	width: 100%;
	height: 654px;
	background: #fff;
	z-index: 6;
	border-bottom: 1px solid #ddd;
}
.list .container {
	width: 1161px;
	padding-top: 65px;
}
.list .left {
	width: 580px;
	float: left;
}
.list .left .redTitle {
	padding: 5px 0px;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid #e60012;
	color: #E50012;
	font-size: 64px;
	
}
.list .left .title {
	color: #444;
	line-height: 68px;
	padding: 14px 0 6px 0;
	margin-bottom: 8px;
	font-family: '微软雅黑';
	font-weight: 100;
	font-size: 55px;
	border-bottom: 1px solid #d3d3d3;
}
.list .left .footTitle {
	heihgt: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #444;
	margin: 24px 0 6px 0;
}
.list .left .footTitle span {
	vertical-align: middle;
}
.list .left .footTitle .titleB {
	font-family: 'FujitsuSansBold';
	font-size: 34px;
	margin-right: 5px;
}
.list .left .info {
	font-size: 18px;
	color: #444;
	line-height: 30px;
}
.list .right {
	width: 520px;
	float: right;
}
.list .right .title {
	font-size: 30px;
	color: #444;
	padding-bottom: 8px;
}
.list .right .line {
	padding: 3px 0;
}
.list .right .line .inputText {
	color: #8D8D8D;
	font-size: 18px;
	border: 0px;
	background: #f3f3f3;
	padding: 0 18px;
	width: 480px;
	height: 53px;
	line-height: 53px;
	margin: 0px;
	font-family: Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}
.list .right .line .textArea {
	color: #8D8D8D;
	font-size: 18px;
	border: 0px;
	background: #f3f3f3;
	padding: 18px;
	width: 480px;
	height: 145px;
	margin: 0px;
	font-family: Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}
.list .right .line .inputBtn {
	width: 515px;
	cursor: pointer;
	height: 50px;
	background: #fff;
	color: #FF0000;
	font-size: 22px;
	border: 2px solid #e50012;
	font-family: Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}
.list .right .line .inputBtn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.list .right .line .inputBtn:hover {
	background: #e50012;
	color: #fff;
}
.list #listCloseBtn {
	position: absolute;
	top: 34px;
	right: 34px;
	cursor: pointer;
}
.contact {
	position: relative;
	padding: 80px 0px;
	border-bottom: 1px solid #949494;
	text-align: center;
}
.contact .mainTitle {
	letter-spacing: 0em;
	margin-bottom:30px;
}
.contact .title {
	font-size: 48px;
	line-height: 48px;
	color: #444;
}
.contact .mainSub {
	width: 85px;
	height: 2px;
}
.contact .info {
	font-size: 22px;
	color: #444;
	line-height: 35px;
}
.footerNav {
	position: relative;
	padding: 30px 0;
}
.footerNav .container {
	width: 1161px;
}
.footerNav .left {
	float: left;
	width: 819px;
	min-height: 300px;
	border-right: 1px solid #949494;
	padding-top: 20px;
	text-align: center;
}
.footerNav .left:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footerNav .left ul {
	display: inline-block;
*display:inline;
*zoom:1;
	float: left;
	margin-right: 65px;
*margin-right:55px;
	vertical-align: top;
}
.footerNav .left li {
	font-size: 16px;
	color: #444;
	line-height: 32px;
}
.footerNav .left li {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.footerNav .left li:hover {
	color: #e70719;
}
.footerNav .left .title {
	height: 63px;
	line-height: 63px;
	font-size: 22px;
	color: #444;
	border-bottom: 2px solid #e50012;
	margin-bottom: 18px;
}
.footerNav .right {
	float: right;
	padding: 30px 0 0 70px;
	width: 270px;
}
.footerNav .right .title {
	font-size: 39px;
	color: #444;
}
.footerNav .right .title span {
	color: #E50012;
}
.footerNav .right .info {
	font-size: 16px;
	color: #444;
	line-height: 25px;
}
.footerNav .right .callTitle {
	font-size: 18px;
	color: #444;
	margin-top: 36px;
}
.footerNav .right .callMun {
	font-family: 'MyriadPro-Cond_0';
	font-size: 38px;
	color: #444;
	font-stretch: condensed;
}
.footer {
	background: #e50012;
	height: 183px;
	color: #fff;
}
.footer .container {
	width: 1161px;
}
.footer .left {
	float: left;
	width: 820px;
}
.footer .left .title {
	font-size: 18px;
	padding-top: 30px;
}
.footer .left .title .titleB {
	font-size: 24px;
	font-weight: bold;

	margin-right: 10px;
}
.footer .left .title span {
	vertical-align: middle;
}
.footer .left .titleEn {

	font-size: 16px;
	padding-bottom: 20px;
}
.footer .left .info {
	font-size: 14px;
	line-height: 20px;
}
.footer .left .info a {
	color: #fff;
}
.footer .right {
	float: right;
	width: 270px;
	padding-top: 35px;
}
.footer .right .title {
	font-size: 18px;
	
}
.footer .right .child {
	cursor: pointer;
	position: relative;
	width: 57px;
	float: left;
	margin: 14px 38px 0 0;
}
.footer .right .child.no {
	margin: 14px 0 0 0;
}
.footer .right .child img {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.footer .right .child img {
	width: 100%;
}
.footer .right .child .childCode {
	display: none;
	background: url("/Public/images/footCodeBg.png") no-repeat left top;
	background-size: 151px 166px;
	position: absolute;
	left: 50%;
	bottom: 68px;
	width: 151px;
	height: 166px;
	margin-left: -75px;
	text-align: center;
}
.footer .right .child .childCode img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 142px;
	height: 142px;
}
.fixed {
	position: fixed;
	bottom: 5%;
	right: 0px;
	width: 60px;
	display: none;
}
.fixed .child {
	position: absolute;
	right: 0px;
	overflow: hidden;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background: #cc0000;
	line-height: 60px;
	margin-top: 1px;
}
.fixed .child {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.fixed .child:hover {
	width: 140px;
	background: #000;
}
.fixed .child img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.fixed .child p {
	position: absolute;
	left: 60px;
	color: #fff;
}
.fixed .fixedQQ {
	bottom: 131px;
}
.fixed .fixedCall {
	bottom: 66px;
}
.fixed .fixedTop {
	position: absolute;
	right: 0px;
	bottom: 196px;
	color: #fff;
	background-color: #cbcbcb;
	cursor: pointer;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	
}
.fixed .fixedTop .fixedTopPointer {
	position: absolute;
	top: -5px;
	left: 28px;
}
.fixed .fixedCode {
	bottom: 0;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background: #cc0000;
	line-height: 60px;
	
}
.fixedCodeInfo {
	display: none;
	position: fixed;
	bottom: 5%;
	right: 70px;
	padding: 0 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.fixedCodeInfo .fixedPointer {
	position: absolute;
	right: -6px;
	bottom: 12px;
}
.tit1{
	font-size:14px;
	color:#e60012;
}
.guanzhu{
	width:100%;
	background:#e60012;
	text-align:left;
	height:80px;
}
.gz{
	width:80%;
	margin:0 auto;	
}
.gz_wz{
	font-size:24px;
	color:#fff;
	line-height:80px;
}
/*animate*/
.wapBtnAn {
	transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
