@charset "utf-8";
/*reset*/

/* CSS reset for c_b */



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, i, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: none;
}
@font-face {
	font-family: weiruanzhengheiti;/*定义font的名字*/
	src: url('../fonts/weiruanzhengheiti.ttf');/*把下载的字体文件引入进来*/
}
/*定位*/



.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
li {
	list-style: none;
}
 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
/*其他*/



.cur {
	cursor: pointer
}
/*原reset*/



sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	outline: none;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
 *font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	/* font: 12px/1.231 arial, helvetica, clean, sans-serif; */
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	width: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
 *font-size:108%;
	line-height: 100%;
}
/*title*/



h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*清除浮动*/



.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { /*兼容 IE*/
	zoom: 1;
}
/*end reset*/











/* CSS Document */



body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	/* font-size: 14px; */
	font-family: "微软雅黑";
	position: relative;
	min-width: 1200px;
	width: 100%;
}/*网站字体颜色*/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.wrap-header {
	height: 100px;
	background: #f5f5f5;
	padding: 0 40px;
	width: 96%;
	z-index: 9999999;
}
.wrap-header .headerBox {
	font-size: 14px;
	color: #999;
	height: 44px;
	border-bottom: 1px solid #f4f4f4;
	background: #fff;
	position: relative;
	z-index: 3;
}
.wrap-header .headerBox p {
	height: 44px;
	line-height: 44px;
	margin-left: 54px;
}
.wrap-header .headerBox ul {
	margin-right: 54px;
}
.wrap-header .headerBox ul li {
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	border-left: 1px solid #f4f4f4;
	position: relative;
}
.wrap-header .headerBox ul li:last-child {
	padding-right: 0;
}
.wrap-header .headerBox ul li a {
	color: #999;
}
.wrap-header .headerBox ul li b {
	color: #e5001b;
	font-size: 25px;
}
.wrap-header .headerBox ul li span {
	display: none;
}
.wrap-header .headerBox ul li:hover span {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 45px;
	left: 0px;
}
.wrap-header .headerBox ul li:hover span img {
	display: block;
	width: 100px;
	height: 100px;
}
.wrap-header .logo {
	height: 100px;
	position: relative;
	background: #fff;
	z-index: 2;
}
.wrap-header h1 {
	position: absolute;
	left: 45px;
	top: 17px;
}
.wrap-header h1 img {
	display: block;
}
.wrap-header .l_tit {
	width: 170px;
	padding: 33px 0 0 37px;
	position: absolute;
	top: 0px;
	left: 304px;
	height: 67px;
	border-left: 1px solid #eee;
}
.wrap-header .l_tit .p1 {
	font-size: 16px;
	color: #333;
}
.wrap-header .l_tit .p2 {
	font-size: 14px;
	color: #666;
}
.wrap-header .nav {
	position: absolute;
	right: 54px;
	top: 45px;
	height: 55px;
}
.wrap-header .nav ul li {
	float: left;
	padding-left: 27px;
	font-size: 15px;
	position: relative;
	height: 55px;
	background: url(../images/navge.jpg) no-repeat 19px 3px;
}
.cur{
    background: #e5001b;
    color: #fff !important;
}
.wrap-header .nav ul li a {
	color: #333;
	padding: 10px;
}
.wrap-header .nav ul li.cur a, .wrap-header .nav ul li:hover a {
	color: #fff;
	background: #e5001b;
}

.wrap-header .nav .navline {
	position: absolute;
	height: 3px;
	background: #e5001b;
	bottom: 0;
}

@media screen and (max-width:1515px) {
.wrap-header .l_tit {
	display: none;
}
}

@media screen and (max-width:1300px) {
.wrap-header .nav ul li {
	padding-left: 50px;
}
}
/**/
.banner{
}


/*footer*/

.footer {
	width: 100%;
	overflow: hidden;
	background: #000;
	padding: 50px 0;
}
.footer01 {
	width: 110px;
	float: left;
	padding: 0 50px
}
.footer01 .ft01tit {
	font-size: 16px;
	color: #e5001b;
	line-height: 50px;
}
.footer01 a {
	display: block;
	line-height: 28px;
	color: #777;
	font-size: 14px;
}
.ftewm {
	width: 130px;
	float: left;
	padding-top: 20px;
}
.ftewm img {
	width: 130px;
	height: 130px;
	display: block;
}
.ftewm span {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 10px;
}
.footer02 {
	width: 100%;
	background: #111;
	height: 50px;
	left: 50px;
	line-height: 50px;
}
.footer02 .ftfl {
	font-size: 12px;
	color: #545454;
}
.footer02 .ftfl a {
	color: #545454;
	line-height: 50px;
}
.footer02 .ftfr {
	text-align: right;
	font-size: 12px;
}



/*底部表单*/
.finner{width: 0; height: 190px; background: url(../images/finner-form_bg.png) no-repeat center top; position: fixed; right: 0; bottom: 0; z-index: 99999; transition: width .6s,bottom .6s;}
/* .finner-btn{width: 159px; height: 70px; background: url(../images/finner-btnbg.png) no-repeat; position: absolute; right: 0; top: 50px; cursor: pointer; z-index: 1; opacity: 0; visibility: hidden;} */
.finner-btn{width: 159px; height: 70px; background: url(../images/finner-btnbg.png) no-repeat; position: absolute; right: 0; top: 50px; cursor: pointer; z-index: 1; }
.finner-btn span{display: block; width: 25px; height: 22px; background: url(../images/finner-btnb1.png) no-repeat; background-size: 100% 100%; position: absolute; left: 20px; top: 16px; z-index: 2; -webkit-animation: finnerscale .6s ease infinite; animation: finnerscale .6s ease infinite;}
.finner-btn i{display: block; width: 21px; height: 27px; background: url(../images/finner-btnb2.png) no-repeat; background-size: 100% 100%; position: absolute; left: 24px; top: 29px; z-index: 1; -webkit-animation: finnerdscale .6s ease infinite; animation: finnerdscale .6s ease infinite;}
.finner-box{position: relative; height: 190px; display: block;}
.finner-wp{width: 1040px; height: 190px; position: relative; margin: 0 auto;}
.finner-text{position: absolute; left: 828px; top: 100px; font-size: 13px; color: #fff;}
.finner-text b{font-weight: normal; font-size: 14px; color: #ff001e;}
.finner-form{position: absolute; left: 288px; top: 134px;}
.finner-form li{width: 254px; float: left; margin-right: 16px; background: #fff; position: relative;}
.finner-form li.mianji .j-input{width: 188px; padding-right: 50px;}
.finner-form li.mianji span{display: block; height: 40px; line-height: 40px; height: 38px\9; line-height: 38px\9; font-size: 16px; color: #999; position: absolute; right: 14px; top: 0;}
.finner-form li .j-input{display: block; width: 222px; height: 40px; line-height: 40px; height: 38px\9; line-height: 38px\9; padding: 0 16px; background: none; border: 0; font-size: 15px;}
.finner-form li.submit{width: 207px; padding: 0; background: none; margin-right: 0;}
.finner-form li .btn{display: block; width: 100%; height: 40px; line-height: 40px; background: #b60005; font-size: 18px; color: #fff; text-align: center; cursor: pointer; border-radius: 3px; border: 0; outline: 0 none; -webkit-animation: designscale 1s ease infinite; animation: designscale 1s ease infinite;}
.finner-close{width: 19px; height: 18px; background: url(../images/finner-close.png) no-repeat; cursor: pointer; position: absolute; top: 83px; right: -164px;}
.finner-form .sendingd{width: 564px; height: 40px; line-height: 40px; font-size: 15px; color: #fff; text-align: center; position: absolute; left: 0; top: 0; z-index: 10; display: none;}
.finner.open{width: 0;}
.finner.open .finner-btn{opacity: 1; visibility: visible;}
.finner.open .finner-box{display: none;}
.finner.open.close{width: 100%;}
.finner.open.close .finner-btn{opacity: 0; visibility: hidden; transition: opacity .5s;}
.finner.open.close .finner-box{display: block;}
