* {
	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: arial, "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑";
	color: #333
}
body {
	overflow: hidden;
}
img {
	border: 0px;
}
ul, li, p, h1, h2, h3, h4, h5, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal
}
a {
	text-decoration: none;
	color: #333
}
a:hover {
	color: #E50012
}
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;
}
.clear,.clearfix { clear:both;}
.container {
	position: relative;
	width: 1107px;
	margin: 0px auto;
}
.container:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 62px;
	background: #fff;
	z-index: 6;

}
.header .logo1 {
	position: absolute;
	top: 15px;
	left: 34px;
	height: 43px;
}
.header .nav {
	display: block !important;
	position: relative;
	width: 826px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	margin: 0px auto;
}
.header .nav li {
	color: #333;
	font-size: 18px;
	float: left;
	margin: 0px 35px;
	position: relative
}
.header .nav li.on a {
	color: #E50012;
}
.header .nav li:hover {
	color: #E50012;
}
.header .nav ul {
	position: absolute;
	z-index: 1;
	background: #fff;
	width: 185px;
	border: 1px solid #dcdddd;
	border-top: 0;
	top: 62px;
	left: -75px;
	display: none
}
.header .nav ul li {
	font-size: 16px;
	color: #666;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 10px 0;
	float: none;
}
.header .nav li:hover>ul {
	display: block
}
.header .nav li:hover>* {
	color: #e50012
}
.header .navBtn {
	position: absolute;
	top: 50%;
	right: 34px;
	width: 33px;
	height: 28px;
	margin-top: -13px;
	cursor: pointer;
	z-index: 1;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.list {
	position: fixed;
	top: -800px;
	left: 0px;
	width: 100%;
	padding-bottom: 50px;
	background: #fff;
	z-index: 6;
	border-bottom: 1px solid #ddd;
}
.list .container {
	width: 1004px;
	padding-top: 65px;
}
.list .left {
	width: 500px;
	float: left;
}
.list .left .sub {
	width: 100%;
	margin: 18px 0 12px 0;
}
.list .left .redTitle {
	padding: 5px 0px 10px 0;
	line-height: 25px;
	display: block;
	border-bottom: 1px solid #d0121b;
	color: #E50012;
	font-size: 20px;
}
.list .left .title {
	color: #333;
	line-height: 45px;
	padding: 10px 0 10px 0;
	margin-bottom: 8px;
	font-family: 'Noto Sans S Chinese Light', 'NotoSansHans-Light', '微软雅黑';
	font-weight: 100;
	font-size: 36px;
	border-bottom: 1px solid #d0121b;
}
.list .left .footTitle {
	heihgt: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #444;
	margin: 24px 0 6px 0;
}
.list .left .footTitle span {
	vertical-align: middle;
}
.list .left .footTitle .titleB {
	font-family: 'FujitsuSansBold';
	font-size: 26px;
	margin-right: 5px;
}
.list .left .listTitle {
	font-size: 20px;
	line-height: 28px;
	margin-top: 36px;
}
.list .left .info {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px
}

.list .left .infofo{font-size:20px;color:#5f5d5d;line-height:30px;margin-top:20px}
.list .left .infofo span{ color:#e62129; font-size:42px; font-style:italic; font-weight:bold}
.list .left .tel400 {
	color: #666;
	font-size: 16px;
	margin-top: 60px;
}
.list .left .tel400 div.font {
	display: inline-block;
	color: #d0121b;
	font-weight: bold;
	font-size: 32px;
	font-family: Geneva, Arial, Helvetica, sans-serif
}
.list .right {
	width: 450px;
	float: right;
}
.list .right .title {
	font-size: 32px;
	color: #333;
	padding-bottom: 8px;
}
.list .right .title2 {
	color: #666;
	font-size: 16px;
	line-height: 25px;
	padding: 0px 0 10px 0
}
.list .right .line {
	padding: 8px 0;
}
.list .right .line .inputText {
	border: 1px solid #dcdddd;
	color: #999;
	font-size: 15px;
	padding: 0 18px;
	width: 414px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}
.list .right .line .textArea {
	border: 1px solid #dcdddd;
	color: #999;
	font-size: 15px;
	padding: 10px 18px;
	width: 414px;
	height: 124px;
	margin: 0px;
	font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}
.list .right .line .inputBtn {
	width: 450px;
	cursor: pointer;
	height: 50px;
	background: #fff;
	color: #FF0000;
	font-size: 17px;
	border: 2px solid #e50012;
	font-family: "Microsoft YaHei", 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;
}
.fixed {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 45px;
	display: none;
}
.fixed .child {
	position: absolute;
	right: 0px;
	overflow: hidden;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: #000;
	line-height: 45px;
	margin-top: 1px;
}
.fixed .child {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.fixed .child:hover {
	width: 110px;
	background: #000;
}
.fixed .child img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.fixed .child p {
	position: absolute;
	left: 45px;
	color: #fff;
}
.fixed .fixedQQ {
	bottom: 46px;
}
.fixed .fixedCall {
	bottom: 92px;
}
.fixed .fixedCall img {
	width: 20px;
	margin: 11px 0 0 12px
}
.fixed .fixedTop {
	position: absolute;
	right: 0px;
	bottom: 138px;
	color: #fff;
	background-color: #000000;
	cursor: pointer;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-family: "MICROSOFT YAHEI", "Arial Narrow";
}
.fixed .fixedTop p {
	background: url(../images/pointer_circle.png) no-repeat;
	width: 25px;
	height: 25px;
	margin: 10px 0 0 10px;
	background-size: 100%;
	
}
.fixed .fixedTop .fixedTopPointer {
	position: absolute;
	top: -5px;
	left: 18px;
}
.fixed .fixedCode {
	bottom: 0;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: #000000;
	line-height: 45px;
	margin-top: 1px;
}
.fixed .fixedCode img {
	width: 27px;
	margin: 12px 0 0 9px
}
.fixedCodeInfo {
	display: none;
	position: fixed;
	bottom: -6px;
	right: 45px;
	background: #fff;
	width: 133px;
	height: 354px;
background: url(../images/wx.jpg) no-repeat
}
.fixedCodeInfo .fixedCode {
	margin: 6px 0 0 8px;
	height: 119px;
	width: 119px;
}
.fixedCodeInfo .fixedCode2 {
	margin: 66px 0 0 8px;
	width: 119px;
	height: 119px;
}

@media (max-width: 479px) {
.container {
	width: 93.75%;
}
.header {
	height: 45px;
}
.header .container {
	width: 100%;
}
.header .logo1 {
	top: 11px;
	left: 17px;
	height: 20px;
}
.header .nav {
	background: rgba(230,0,18,0.85);
	display: none;
	position: fixed;
	top: 45px;
	right: -125px;
	width: 125px;
	height: auto;
	line-height: normal;
}
.header .nav li {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	margin: 0px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: none;
	color: #fff
}
.header .nav li a {
	color: #fff;
	display: block
}
.header .nav li.on a {
	color: #fff;
	background: rgba(0,0,0,0.6);
	display: block
}
.header .nav li:hover {
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.header .navBtn {
	right: 17px;
	width: 24px;
	height: auto;
	margin-top: -11px;
}
.stance {
	height: 45px;
	background: #00CCCC
}
.list {
	display: none !important;
}
.header .nav li:hover>ul {
	display: none
}
.fixed {
	display: none !important;
}
}

@media (min-width: 480px) and (max-width: 639px) {
.container {
	width: 93.75%;
}
.header {
	height: 45px;
}
.header .container {
	width: 100%;
}
.header .logo1 {
	top: 11px;
	left: 17px;
	height: 20px;
}
.header .nav {
	background: rgba(230,0,18,0.85);
	display: none;
	position: fixed;
	top: 45px;
	right: -125px;
	width: 125px;
	height: auto;
	line-height: normal;
}
.header .nav li {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	margin: 0px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: none;
	color: #fff
}
.header .nav li a {
	color: #fff;
	display: block
}
.header .nav li.on a {
	color: #fff;
	background: rgba(0,0,0,0.6);
	display: block
}
.header .nav li:hover {
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.header .navBtn {
	right: 17px;
	width: 24px;
	height: auto;
	margin-top: -11px;
}
.header .nav li:hover>ul {
	display: none
}
.list {
	display: none !important;
}
.fixed {
	display: none !important;
}
}

@media (min-width: 640px) and (max-width:1023px ) {
.container {
	width: 93.75%;
}
.header {
	height: 45px;
}
.header .container {
	width: 100%;
}
.header .logo1 {
	top: 11px;
	left: 17px;
	height: 30px;
}
.header .nav {
	background: rgba(230,0,18,0.85);
	display: none;
	position: fixed;
	top: 45px;
	right: -125px;
	width: 125px;
	height: auto;
	line-height: normal;
}
.header .nav li {
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	margin: 0px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: none;
}
.header .nav li a {
	color: #fff;
	display: block
}
.header .nav li.on a {
	color: #fff;
	background: rgba(0,0,0,0.6);
	display: block
}
.header .nav li:hover {
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.header .navBtn {
	right: 17px;
	width: 24px;
	height: auto;
	margin-top: -11px;
}
.header .nav li:hover>ul {
	display: none
}
.list {
	display: none !important;
}
.fixed {
	display: none !important;
}
}

@media (min-width: 1024px) and (max-width:1199px ) {
.container {
	width: 796px;
}
.header {
	height: 52px;
}
.header .logo1 {
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}
.header .logo1 {
	transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-transform-origin: center top;
}
.header .logo1 {
	top: 11px;
	left: 13px;
	height: 25px;
}
.header .nav {
	transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-transform-origin: center top;
}
.header .nav {
	width: 660px;
	height: 52px;
	line-height: 52px;
}
.header .nav li {
	font-size: 15px;
	margin: 0 25px;
}
.header .navBtn {
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}
.header .navBtn {
	transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-transform-origin: center top;
}
.header .navBtn {
	transform: scale(0.83);
	-moz-transform: scale(0.83);
	-ms-transform: scale(0.83);
	-o-transform: scale(0.83);
	-webkit-transform: scale(0.83);
}
.header .navBtn {
	width: 33px;
	height: 28px;
	margin-top: -12px;
}
.header .nav ul {
	top: 52px;
}
.header .nav ul li {
	font-size: 14px;
	margin: 5px 0
}
#listCloseBtn {
	transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-transform-origin: center top;
}
#listCloseBtn {
	transform: scale(0.83);
	-moz-transform: scale(0.83);
	-ms-transform: scale(0.83);
	-o-transform: scale(0.83);
	-webkit-transform: scale(0.83);
}
}

@media (min-width: 1200px) and (max-width:1439px ) {
.container {
	width: 796px;
}
.header {
	height: 52px;
}
.header .logo1 {
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-transform-origin: center top;
}
.header .logo1 {
	top: 11px;
	left: 13px;
	height: 25px;
}
.header .nav {
	transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-transform-origin: center top;
}
.header .nav {
	width: 702px;
	height: 52px;
	line-height: 52px;
}
.header .nav li {
	font-size: 15px;
	margin: 0 25px;
}
.header .navBtn {
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}
.header .navBtn {
	transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-transform-origin: center top;
}
.header .navBtn {
	transform: scale(0.83);
	-moz-transform: scale(0.83);
	-ms-transform: scale(0.83);
	-o-transform: scale(0.83);
	-webkit-transform: scale(0.83);
}
.header .navBtn {
	width: 33px;
	height: 28px;
	margin-top: -12px;
	right: 17px
}
.header .nav ul {
	top: 52px;
}
.header .nav ul li {
	font-size: 14px;
	margin: 5px 0
}
#listCloseBtn {
	transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-transform-origin: center top;
}
#listCloseBtn {
	transform: scale(0.83);
	-moz-transform: scale(0.83);
	-ms-transform: scale(0.83);
	-o-transform: scale(0.83);
	-webkit-transform: scale(0.83);
}
}
/*animate*/
.wapBtnAn {
	transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
