header {
	background-color: #000000;
}

.banner {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 107px;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #ffffff;
	padding-top: 110px;
	padding-bottom: 120px;
}

.main .l,
.main .r {
	width: calc(50%);
}

.main .l {
	box-sizing: border-box;
	padding-right: 55px;
}

.main .l h3.title {
	font-size: 36px;
	color: #c7000b;
	font-weight: 500;
	line-height: 36px;
}

.main .l .content {
	margin-top: 26px;
	margin-bottom: 30px;
}

.main .l .content p {
	font-size: 16px;
	color: #5c5c5c;
	line-height: 32px;
	font-weight: 600;
	text-indent: 2em;
	text-align: justify;
}

.main .l .content p strong {
    font-size: 18px;
    color: #000;
}

.main .l h4 {
	font-size: 30px;
	color: #333333;
	font-weight: 500;
}

.main .l .xijie {
	margin-top: 18px;
}

.main .l .xijie p {
	font-size: 16px;
	color: #5c5c5c;
	line-height: 36px;
	font-weight: 600;
}

.exzoom .exzoom_nav {
	left: 0px;
	height: 180px !important;
}

.exzoom .exzoom_nav .exzoom_nav_inner {
	width: 100% !important;
}

.exzoom .exzoom_nav .exzoom_nav_inner span {
	display: block;
	width: calc((100% - 30px) / 3) !important;
	height: auto !important;
	margin-right: 10px;
	margin-left: 0px !important;
	box-sizing: border-box;
}

.exzoom .exzoom_nav .exzoom_nav_inner span img {
	display: block;
	width: 100%;
	top: 0px !important;
}

.exzoom .exzoom_preview {
	left: auto !important;
	right: 605px;
	height: 400px !important;
}

.exzoom .exzoom_img_box,
.exzoom .exzoom_img_ul_outer {
    height: 400px !important;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
    margin-top: 0px !important;
}

.exzoom .exzoom_zoom_outer {
    top: 0px !important;
}

.main .pic_content p {
    font-size: 16px;
	color: #5c5c5c;
	line-height: 36px;
	font-weight: 600;
	text-align: justify;
}

.main .pic_content p strong {
    font-size: 18px;
    color: #000;
}

.main .pic_content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}