@charset "utf-8";

/*清除内边距*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
ul,
ol,
li,
pre,
fieldset,
lengend,
input,
textarea,
th,
td,
figure {
	border: none;
	padding: 0;

	margin: 0;

}

/*设置默认字体*/

body,
button,
select,
textarea {

	font: 15px/1.5 'Microsoft YaHei', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
	border: none;
}

html {

	height: 100%;

}

html,
body {
	color: rgba(0, 0, 0, .8);
}

h1 {

	font-size: 52px;

}

h2 {

	font-size: 18px;

}

h3 {

	font-size: 17px;

}

h4 {

	font-size: 16px;

}

h5,
h6 {

	font-size: 14px;

}

address,
cite,
dfn,
em,
var {

	font-style: normal;

}

code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */

small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */



/*重置列表元素*/

ul,
li {

	list-style: none;
	cursor: pointer;
}

/*重置文本格式元素*/

a {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	/* color:rgba(229,126,26,1); */
}

abbr[title],
acronym[title] {
	/* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */

	border-bottom: 1px dotted;

	cursor: help;
}

/*重置表单元素*/

legend {
	color: #000;
}

/* for ie6 */

fieldset,
img {
	border: none;
}

/* img 让链接里的 img 无边框 */

/* 注：optgroup 无法扶正 */

img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: 0;

	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 2s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
}

button,
input,
select,
textarea {

	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
	outline: none;
	border: 0;
	border-color: #2f6ad3;

}

/*重置表格元素*/

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/*重置hr元素*/

hr {

	border: none;

	height: 1px;

}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

/* html { overflow-y: scroll; } */

/*规定html5样式*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
section,
summary {

	display: block;

}

audio,
canvas,
progress,
video {

	display: inline-block;

	vertical-align: baseline;

	*display: inline;

	*zoom: 1;

}

audio:not([controls]) {

	display: none;

	height: 0;

}

/*苹果系统input去除*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 浮动 */
.left {
	float: left;
}

.right {
	float: right;
}

/*清理浮动*/

.clear:before,
.clear:after {

	content: "";

	display: table;

}

.clear:after {
	clear: both;
}

.clear {

	*zoom: 1;
	/*IE/7/6*/

}

/*动画*/

p:hover {
	transition: all 0.3s ease 0s;
}

/* a:hover{ opacity:0.8;transition: all 0.3s ease 0s;} */


.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.btn {
	display: block;
	width: 270px;
	height: 54px;
	color: #000000;
	margin: 60px auto;
	border-radius: 5px;
	text-align: center;
	background: #ffd200;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn p:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.btn p:nth-child(2) {
	font-size: 12px;
}

.btn:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0068b7;
}

.btn:hover,
.btn:active {
	color: #ffffff;
	background: #0068b7;
}

.btn:hover:after,
.btn:active:after {
	width: 100%;
}

.box {
	overflow: hidden;
}

.container_img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

.font_w {
	font-weight: 600;
}

body {
	/**max-width: 750px;**/
	min-width: 1200px;
	margin: 0 auto;
}

.margin_t0 {
	margin-top: 0rem !important;
}

.margin_t10 {
	margin-top: 10px !important;
}

.margin_t20 {
	margin-top: 20px !important;
}

.margin_t30 {
	margin-top: 30px !important;
}

.margin_l10 {
	margin-left: 10px !important;
}

.margin_b30 {
	margin-bottom: 30px !important;
}

.margin_t50 {
	margin-top: 50px !important;
}

.margin_t80 {
	margin-top: 80px !important;
}

.margin_b10 {
	margin-bottom: 10px !important;
}

.margin_b20 {
	margin-bottom: 20px !important;
}

.margin_b50 {
	margin-bottom: 50px !important;
}

.margin_b200 {
	margin-bottom: 200px !important;
}

.padding_t50 {
	padding-top: 50px !important;
}

.container_box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.header_box {
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}
.jykh_box{
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	padding-bottom: 40px;
	overflow: hidden;
}
.jykh{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.jykh h1{
	font-size: 48px;
	color: #010101;
	text-align: center;
	line-height: 60px;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.jykh_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.jykh_nr{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.jykh_nr_t{
	width: 546px;
	height: 444px;
	line-height: 0;
	float: left;
	overflow: hidden;
}
.jykh_nr_r{
	width: 654px;
	float: left;
	margin-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
}
.jykh_nr_r ul li{
	width: 310px;
	height: 120px;
	margin-top: 15px;
	margin-left: 12px;
	float: left;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.jykh_nr_r ul li:nth-child(1){
	background: #ca0006;
}
.jykh_zt{
	width: 310px;
	overflow: hidden;
}
.jykh_zt_t{
	width: 90px;
	border-right: 1px #fff solid;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
}
.jykh_zt_t img{
	width: 74px;
	height: 74px;
}
.jykh_zt_w{
	width: 180px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.jykh_zt_w_z{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
	text-align: left;
}
.jykh_zt_w_jt{
	width: 32px;
	height: 15px;
}
.jykh1_zt_t{
	width: 90px;
	border-right: 1px #b8b8b8 solid;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
}
.jykh1_zt_t img{
	width: 74px;
	height: 74px;
}
.jykh1_zt_w{
	width: 180px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.jykh1_zt_w_z{
	font-size: 18px;
	color: #010101;
	line-height: 30px;
	margin-top: 15px;
	text-align: left;
}
.jykh1_zt_w_jt{
	width: 32px;
	height: 15px;
}
.hxwt_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_14.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 750px;
	overflow: hidden;
}
.hxwt{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.hxwt h1{
	font-size: 48px;
	color: #010101;
	text-align: center;
	line-height: 60px;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.hxwt h1 span{
	font-size: 48px;
	color: #ca0006;
}
.hxwt_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.hxwt_nr{
	width: 1200px;
	margin: 82px auto 0 auto;
	overflow: hidden;
}
.hxwt_nr ul li{
	width: 300px;
	float: left;
	margin-right: 600px;
	margin-bottom: 15px;
	overflow: hidden;
}
.hxwt_nr ul li:nth-child(2n){
	margin-right: 0;
}
.hxwt_nr ul li h1{
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
	color: #ca0006;
	text-align: right;
}
.hxwt_nro{
	font-size: 18px;
	line-height: 30px;
	color: #010101;
	text-align: right;
	margin-top: 10px;
}
.hxwt_nr ul li h2{
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
	color: #ca0006;
	text-align: left;
}
.hxwt_nrt{
	font-size: 18px;
	color: #010101;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
}
.hxsx_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_15.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 480px;
	overflow: hidden;
}
.hxsx{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.hxsx h1{
	font-size: 48px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.hxsx h1 span{
	font-size: 48px;
	line-height: 60px;
	color: #fff100;
}
.hxsx_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.hxsx_nr{
	width: 1200px;
	margin: 60px auto 0 auto;
	overflow: hidden;
}
.hxsx_nr_l{
	width:80px;
	float: left;
	overflow: hidden;
}
.hxsx_nr_l img{
	width: 70px;
}
.hxsx_nr_r{
	width: 1120px;
	float: left;
	overflow: hidden;
}
.hxsx_nr_r ul li{
	width: 260px;
	height: 200px;
	margin-left: 20px;
	float: left;
	background: #fff;
	border: 1px #fff solid;
	box-sizing: border-box;
	padding: 30px 0;
	overflow: hidden;
}
.hxsx_nr_r ul li:nth-child(2n){
	background:none;
}
.hxsx_bt{
	width: 240px;
	font-size:24px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #ca0006;
}
.hxsx_wz{
	width: 240px;
	font-size:18px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto 0 auto;
	color: #585858;
}
.hxsx_bt1{
	width: 240px;
	font-size:24px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff100;
}
.hxsx_wz1{
	width: 240px;
	font-size:18px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto 0 auto;
	color: #fff;
}
.rcpy_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_20.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 563px;
	overflow: hidden;
}
.rcpy{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.rcpy h1{
	font-size: 48px;
	color: #010101;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.rcpy h1 span{
	font-size: 48px;
	line-height: 60px;
	color: #ca0006;
}
.rcpy_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

.szmx_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_21.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 927px;
	overflow: hidden;
}
.szmx{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.szmx h1{
	font-size: 48px;
	color: #010101;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.szmx p{
	width: 1000px;
	font-size: 20px;
	color: #010101;
	line-height: 36px;
	text-align: center;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.szmx h1 span{
	font-size: 48px;
	line-height: 60px;
	color: #ca0006;
}
.szmx_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.szmx_nr{
	width: 1200px;
	margin: 80px auto 0 auto;
	overflow: hidden;
}
.szmx_nr ul li{
	width: 320px;
	height: 200px;
	float: left;
	margin-bottom: 50px;
	margin-right: 560px;
}
.szmx_nr ul li:nth-child(2n){
	margin-right: 0px;
}
.szmx_nr_l{
	width: 120px;
	height: 120px;
	float: left;
	border-radius: 60px;
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 20px;
	background: #ca0006;
}
.szmx_nr_l_wz{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
	margin-top: 27px;
}
.szmx_nr_r{
	width: 150px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	float: left;
	margin-top: 60px;
}
.ssjh_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_22.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 1373px;
	overflow: hidden;
}
.ssjh{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.ssjh h1{
	font-size: 48px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.ssjh p{
	width: 1000px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.ssjh p span{
	font-size: 24px;
	font-weight: 400;
}
.ssjh h1 span{
	font-size: 48px;
	color: #fff100;
}
.ssjh_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.ssjh_nr{
	width: 1200px;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.ssjh_nr ul li{
	width: 277px;
	height: 477px;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
}
.ssjh_nr ul li:nth-child(3){
	margin-right: 309px;
}
.ssjh_nr ul li:nth-child(4){
	margin-left:307px;
}
.ssjh_nr ul li:nth-child(6){
	margin-right: 0px;
}
.ssjh_nr_dbt{
	width: 220px;
	font-size: 30px;
	line-height: 67px;
	color: #ca0006;
	margin-left: 37px;
	font-weight: bold;
}
.ssjh_nr_xbt{
	width: 220px;
	margin-top: 25px;
	margin-left: 57px;
}
.ssjh_nr_xbt h1{
	font-size: 22px;
	line-height: 30px;
	color: #ca0006;
	font-weight: bold;
	margin-top: 10px;
}
.ssjh_nr_xbt p{
	font-size: 16px;
	color: #010101;
	line-height: 24px;
	margin-top: 10px;
}
.bjmx_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_23.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:801px;
	overflow: hidden;
}
.bjmx{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.bjmx h1{
	font-size: 48px;
	color: #010101;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.bjmx h1 span{
	font-size: 48px;
	line-height: 30px;
	color: #ca0006;
}
.bjmx_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.bjmx_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_23.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:801px;
	overflow: hidden;
}
.bjmx{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.bjmx h1{
	font-size: 48px;
	color: #010101;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.bjmx h1 span{
	font-size: 48px;
	line-height: 60px;
	color: #ca0006;
}
.bjmx_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.glmx_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_24.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:683px;
	overflow: hidden;
}
.glmx{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.glmx h1{
	font-size: 48px;
	color: #010101;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.glmx h1 span{
	font-size: 48px;
	line-height: 60px;
	color: #ca0006;
}
.glmx_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.glmx_nr{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.glmx_nr ul li{
	width: 270px;
	float: left;
	margin-top: 110px;
	margin-right: 40px;
	overflow: hidden;
}
.glmx_nr ul li:nth-child(4){
	margin-right: 0;
}
.glmx_nr ul li h1{
	font-size: 30px;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.glmx_nr_wz{
	width: 180px;
	font-size: 20px;
	color: #585858;
	font-weight: bold;
	line-height: 30px;
	margin: 26px auto 0 auto;
	overflow: hidden;
}
.glmx_nr_wz1{
	width: 140px;
	font-size: 20px;
	color: #585858;
	font-weight: bold;
	line-height: 40px;
	margin: 66px auto 0 auto;
	overflow: hidden;
}
.glmx_nr_wz2{
	width: 120px;
	font-size: 20px;
	color: #585858;
	font-weight: bold;
	line-height: 40px;
	margin: 66px auto 0 auto;
	overflow: hidden;
}
.glmx_nr_wz3{
	width: 140px;
	font-size: 20px;
	color: #585858;
	font-weight: bold;
	line-height: 60px;
	margin: 66px auto 0 auto;
	overflow: hidden;
}
.qbcs_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_25.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:478px;
	overflow: hidden;
}
.qbcs{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.qbcs h1{
	font-size: 48px;
	color: #010101;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.qbcs h1 span{
	font-size: 48px;
	line-height: 60px;
	color: #ca0006;
}
.qbcs_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.qbcs_nr{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.qbcs_nr ul li{
	width: 143px;
	float: left;
	margin-top: 110px;
	margin-right: 33px;
	overflow: hidden;
}
.qbcs_nr ul li:nth-child(7){
	margin-left: 1px;
	margin-right: 0px;
}
.qbcs_nr_wz{
	width: 143px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 66px;
}
.qbcs_nr_wz1{
	width: 143px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 54px;
}
.ptjs_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_26.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:641px;
	overflow: hidden;
}
.ptjs{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.ptjs h1{
	font-size: 48px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.ptjs h1 span{
	font-size: 48px;
	color: #fff100;
	line-height: 60px;
}
.ptjs_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.ptjs_nr{
	width: 1200px;
	margin: 110px auto 0 auto;
	overflow: hidden;
}
.ptjs_nr ul li{
	width: 370px;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 460px;
	margin-bottom: 6px;
	overflow: hidden;
}
.ptjs_nr ul li:nth-child(2n){
	margin-right: 0px;
}
.ptjs_nr ul li:nth-child(3){
	color: #585858;
}
.ptjs_nr ul li:nth-child(4){
	color: #585858;
}
.ptjs_nr ul li:nth-child(5){
	margin-top: 20px;
}
.ptjs_nr ul li:nth-child(6){
	margin-top: 20px;
}
.ptjs_nr ul li:nth-child(7){
	color: #585858;
}
.ptjs_nr ul li:nth-child(8){
	color: #585858;
}
.lwmx_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_27.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:714px;
	overflow: hidden;
}
.lwmx{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.lwmx h1{
	font-size: 48px;
	color: #010101;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.lwmx h1 span{
	font-size: 48px;
	line-height: 60px;
	color: #ca0006;
}
.lwmx_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.czjz_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/2_28.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:621px;
	overflow: hidden;
}
.czjz{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.czjz h1{
	font-size: 48px;
	color: #010101;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.czjz h1 span{
	font-size: 48px;
	line-height: 60px;
	color: #ca0006;
}
.czjz_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.czjz_xbt{
	width: 220px;
	height: 50px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	border: 2px #ca0006 solid;
	border-radius: 25px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.czjz_nr{
	width: 1200px;
	margin: 48px auto 0 auto;
	overflow: hidden;
}
.czjz_nr ul li{
	width: 386px;
	font-size: 22px;
	color: #000000;
	text-align: center;
	line-height: 118px;
	float: left;
	margin-right: 21px;
	margin-bottom: 20px;
	overflow: hidden;
}
.czjz_nr ul li:nth-child(3n){
	margin-right: 0px;
}
.czjz_nr ul li:nth-child(1){
	color: #fff;
	font-weight: bold;
}
.czjz_nr ul li:nth-child(6){
	line-height: 40px;
	margin-top: 12px;
}
.fwtd_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_29.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 535px;
	overflow: hidden;
}
.fwtd{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.fwtd h1{
	font-size: 48px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.fwtd_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.fwtd_nr{
	width: 1200px;
	margin: 60px auto 0 auto;
	overflow: hidden;
}
.fwtd_nr_l{
	width:80px;
	float: left;
	overflow: hidden;
}
.fwtd_nr_l img{
	width: 70px;
}
.fwtd_nr_r{
	width: 1120px;
	float: left;
	overflow: hidden;
}
.fwtd_nr_r ul li{
	width: 260px;
	height: 240px;
	margin-left: 20px;
	float: left;
	background: #fff;
	border: 1px #fff solid;
	box-sizing: border-box;
	padding: 30px 0;
	overflow: hidden;
}
.fwtd_nr_r ul li:nth-child(1){
	background:#fff100;
}
.fwtd_bt{
	width: 260px;
	font-size:24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #ca0006;
}
.fwtd_wz{
	width: 220px;
	font-size:18px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto 0 auto;
	color: #000000;
}
.fwtd_bt1{
	width: 260px;
	font-size:24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #ca0006;
}
.fwtd_wz1{
	width: 220px;
	font-size:18px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto 0 auto;
	color: #000000;
}
.fwtd_nrxian{
	width: 80px;
	height: 1px;
	background: #ca0006;
	margin:10px auto;
	overflow: hidden;
}
.fwlc_box{
	width:100%;
	margin: 0 auto;
	background-image: url(../brand/1_34.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:911px;
	overflow: hidden;
}
.fwlc{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.fwlc h1{
	font-size: 48px;
	line-height: 60px;
	color: #010101;
	text-align: center;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.fwlc h1 span{
	font-size: 48px;
	line-height: 60px;
	color: #ca0006;
}
.fwlc_xian{
	width: 115px;
	height: 3px;
	line-height: 0;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

