* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333238;
}

a {
	text-decoration: none;
	cursor: pointer;
}

i {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
}

.top-banner {
	width: 100%;
	position: relative;
}

.top-banner img {
	display: block;
	width: 100%;
}

.top-banner .top-djbox {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15%;
}

.top-banner .top-djbox a {
	display: block;
	width: 188px;
	margin: 0 auto;
	line-height: 25px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	background: #ee3a22;
	border-radius: 15px;
	padding: 10px 0;
	font-weight: 600;
	border: 1px solid #EE3A22;
}

.top-banner .top-djbox a:hover {
	color: #EE3A22;
	background: #FFFFFF;
}

.header-youshi {
	width: 1200px;
	height: auto;
	margin: 30px auto;
}

.header-youshi ul {
	width: 1120px;
	height: 60px;
	margin: 0 auto;
}

.header-youshi ul li {
	width: 219px;
	height: 60px;
	float: left;
	border-right: 1px solid #b2b2b2;
	margin-right: 20px;
	cursor: default;
}

.header-youshi ul li:last-child {
	margin-right: 0;
	border-right: 0;
	width: 160px;
}

.header-youshi ul li span {
	display: block;
	width: 50px;
	height: 58px;
	float: left;
	overflow: hidden;
}

.header-youshi ul li span .imgbox {
	width: 50px;
	height: 116px;
	transition: all ease 0.3s;
}

.header-youshi ul li:hover span .imgbox {
	margin-top: -58px;
}

.header-youshi ul li span .imgbox img {
	display: block;
	width: 100%;
	height: auto;
}

.header-youshi ul li .firstp {
	height: 28px;
	line-height: 28px;
	font-size: 25px;
	color: #333238;
	text-align: left;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.header-youshi ul li:hover .firstp {
	color: #EE3A22;
}

.header-youshi ul li p {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #333238;
	text-align: left;
	margin-left: 15px;
	float: left;
}

.section {
	width: 100%;
}

.section .section-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.section1 {
	background: url(../images/bx-9.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 35px;
	position: relative;
}

.section1 .section-box .section1-menu {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.section1 .section-box .section1-menu ul {
	padding: 10px 42px 10px 20px;
	overflow: hidden;
	background: #583117;
	float: left;
}

.section1 .section-box .section1-menu ul li {
	float: left;
	margin-right: 40px;
	cursor: pointer;
	position: relative;
}

.section1 .section-box .section1-menu ul li:nth-child(1) {
	margin-right: 8px;
	cursor: inherit;
}

.section1 .section-box .section1-menu ul li p {
	float: left;
	line-height: 16px;
	font-size: 16px;
	color: #FFFFFF;
}

.section1 .section-box .section1-menu ul li input {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	margin-top: 2.8px;
	margin-right: 10px;
	z-index: 2;
	opacity: 1;
}

.section1 .section-box .section1-menu ul li img {
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 3;
	opacity: 0;
}

.section1 .section-box .section1-menu ul .xz-on input {
	opacity: 0;
	z-index: 3;
}

.section1 .section-box .section1-menu ul .xz-on img {
	opacity: 1;
	z-index: 2;
}

.section1 .section-box .section1-menu .section1-menu-compare {
	width: 130px;
	float: right;
}

.section1 .section-box .section1-menu .section1-menu-compare a {
	display: block;
	width: 128px;
	height: 14px;
	line-height: 14px;
	font-size: 17px;
	color: #FFFFFF;
	background: #ee3a22;
	text-align: center;
	padding: 10px 0;
	border: 1px solid #ee3a22;
}

.section1 .section-box .section1-menu .section1-menu-compare a:hover {
	color: #ee3a22;
	background: #FFFFFF;
}

.section1 .section-box .section1-table {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.section1 .section-box .section1-table table {
	width: 100%;
	border: 1px solid #dedede;
	border-collapse: collapse;
}

.section1 .section-box .section1-table table th {
	border: 1px solid #dedede;
	color: #FFFFFF;
	background: #88654e;
	font-size: 16px;
	font-weight: 100;
	padding: 9px 0;
}

.section1 .section-box .section1-table table td {
	text-align: center;
	border: 1px solid #dedede;
	font-size: 14px;
	background: #fff;
}

.section1 .section-box .section1-table table td p {
	text-align: center;
}

.section1 .section-box .section1-table table tr td:nth-child(1) p {
	color: #583117;
}

.section1 .section-box .section1-table table td ul {
	padding: 10px 18px;
	overflow: hidden;
}

.section1 .section-box .section1-table table td ul li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.section1 .section-box .section1-table table td ul li p {
	width: 100%;
	font-size: 14px;
	text-align: left;
}

.section1 .section-box .section1-table table tr td:nth-child(2) {
	background: #fdefe6;
}

.section1 .section-box .section1-table table td ul li p a {
	display: block;
	width: 100%;
	color: #1d65d4;
	text-decoration: underline;
}

.hide {
	display: none;
}

.section1 .section-box .section1-ljzx {
	width: 100%;
	margin-top: 15px;
}

.section1 .section-box .section1-ljzx a {
	display: block;
	width: 188px;
	margin: 0 auto;
	line-height: 25px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	background: #ee3a22;
	border-radius: 15px;
	padding: 10px 0;
	font-weight: 600;
	border: 1px solid #EE3A22;
}

.section1 .section-box .section1-ljzx a:hover {
	color: #EE3A22;
	background: #fff;
}

.section2 {
	background: #bfa18e;
}

.section2 .section-box .section2-bt {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
}

.section2 .section-box .section2-bt span {
	display: inline-block;
	height: 39px;
	line-height: 39px;
	font-size: 38px;
	color: #3b210f;
}

.section2 .section-box .section2-bt .section2-bt-hxl {
	width: 428px;
	height: 39px;
	float: left;
}

.section2 .section-box .section2-bt .section2-bt-hxl i {
	display: block;
	width: 415px;
	float: left;
	background: #333238;
	height: 1px;
	margin-top: 19px;
}

.section2 .section-box .section2-bt .section2-bt-hxl img {
	display: block;
	width: 13px;
	float: left;
	margin-top: 13px;
}

.section2 .section-box .section2-bt .section2-bt-hxr {
	width: 428px;
	height: 39px;
	float: right;
}

.section2 .section-box .section2-bt .section2-bt-hxr i {
	display: block;
	width: 415px;
	float: right;
	background: #333238;
	height: 1px;
	margin-top: 19px;
}

.section2 .section-box .section2-bt .section2-bt-hxr img {
	display: block;
	width: 13px;
	float: right;
	margin-top: 13px;
}

.section2 .section-box .section2-nr {
	width: 1080px;
	margin: 0 auto;
	margin-top: 45px;
	overflow: hidden;
	margin-bottom: 40px;
}

.section2 .section-box .section2-nr ul {
	width: 100%;
}

.section2 .section-box .section2-nr ul li {
	width: 270px;
	float: left;
	position: relative;
}

.section2 .section-box .section2-nr ul li img {
	display: block;
	width: 100%;
}

.section2 .section-box .section2-nr ul li p {
	width: 100%;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 36px;
}

.zxwd {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.zxwd .zxwd-1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.zxwd .zxwd-1 .wenda-left {
	width: 599px;
	height: auto;
	float: left;
	border-right: 1px solid #7e7d7d;
}

.zxwd .zxwd-1 .wdrt {
	border-right: 0px;
}

.zxwd .zxwd-1 .wenda-left .wenda-title {
	width: 559px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	margin: 0 auto;
	position: relative;
}

.zxwd .zxwd-1 .wenda-left .wenda-title .btl {
	width: 150px;
	height: 16px;
	position: absolute;
	top: 36px;
	left: 10px;
}

.zxwd .zxwd-1 .wenda-left .wenda-title .btl i {
	display: block;
	width: 134px;
	height: 1px;
	background: #343435;
	margin-top: 7.5px;
	float: left;
	position: absolute;
	left: 3px;
}

.zxwd .zxwd-1 .wenda-left .wenda-title .btl img {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
}

.zxwd .zxwd-1 .wenda-left .wenda-title .btr {
	width: 150px;
	height: 16px;
	position: absolute;
	top: 36px;
	right: 10px;
}

.zxwd .zxwd-1 .wenda-left .wenda-title .btr i {
	display: block;
	width: 134px;
	height: 1px;
	background: #343435;
	margin-top: 7.5px;
	float: right;
	position: absolute;
	right: 3px;
}

.zxwd .zxwd-1 .wenda-left .wenda-title .btr img {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}

.zxwd .zxwd-1 .wenda-left .wenda-title h1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 35px;
	color: #343435;
	text-align: center;
	font-weight: 100;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr {
	width: 585px;
	height: auto;
	float: left;
}

.zxwd .zxwd-1 .wenda-left .wdnrt {
	margin-left: 20px;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul {
	width: 100%;
	height: auto;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	cursor: pointer;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li img {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li img:nth-child(2) {
	display: none;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li a {
	display: block;
	width: 100%;
	height: auto;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li a span {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 2px;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li a span img {
	display: block;
	width: 100%;
	height: auto;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li .wdnrd {
	height: 20px;
	line-height: 20px;
	font-size: 17px;
	margin-left: 10px;
	text-align: left;
	float: left;
	color: #000;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li .wdnrd .htp {
	display: block;
	width: 23px;
	height: auto;
	float: right;
	margin-top: -6px;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li .wdnrd .htp img {
	display: block;
	width: 100%;
	height: auto;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li .wdnrd:hover {
	color: rgb(29, 101, 212) !important;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li .wdnrs {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	background: #f1f1f1;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li .wdnrs div {
	display: none;
	height: auto;
	line-height: 25px;
	font-size: 14px;
	text-align: left;
	margin: 8px 10px 10px 10px;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li .wdnrs div p {
	color: #343435;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li a i {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 17px;
	margin-left: 10px;
	text-align: left;
	float: left;
	color: #838383;
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li a i:hover {
	color: rgb(255, 0, 0);
}

.zxwd .zxwd-1 .wenda-left .wenda-nr ul li a p {
	height: 20px;
	line-height: 20px;
	font-size: 17px;
	text-align: left;
	float: right;
	margin-right: 25px;
	color: #838383;
}

.zxwd .zxwd-1 .wenda-left .ckgd {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 25px;
}

.zxwd .zxwd-1 .wenda-left .ckgd a {
	display: block;
	width: 98px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	background: #ee3a22;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	border: 1px solid #ee3a22;
}

.zxwd .zxwd-1 .wenda-left .ckgd a:hover {
	background: #fff;
	color: #ee3a22;
}
.fwys {
	width: 100%;
	float: left;
	position: relative;
}

.fwys img {
	display: block;
	width: 100%;
}

.fwys .fwdjzx {
	width: 100%;
	position: absolute;
	top: 65%;
}

.fwys .fwdjzx a {
	display: block;
	width: 15%;
	height: 55px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 30px;
	color: #fff;
	background-color: rgba(224, 54, 33, 1);
	border: 1px solid #e03621;
	text-align: center;
	border-radius: 60px;
}

.fwys .fwdjzx a:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #e03621;
}

.fwys .fwljzx {
	width: 100%;
	position: absolute;
	bottom: 3%;
}

.fwys .fwljzx a {
	display: block;
	width: 110px;
	margin: 0 auto;
}

.fwys .fwljzx a img {
	display: block;
	width: 100%;
}
.menu-right {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -200px;
    z-index: 2017;
    width: 135px;
    height: 400px;
}
.clearfix {
    zoom: 1;
}
.menu-right li {
    float: left;
    margin-bottom: 13px;
    height: 32px;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 3px;
    color: #fff;
    background: #ee3a22;
    border: 2px solid #ee3a22;
}
.menu-right li.on {
    color: #ee3a22;
    background: #ffffff;
}
.menu-right li a {
    width: 100%;
    float: left;
    text-decoration: none;
    color: #FFFFFF;
}
.menu-right li.on a {
	color: #ee3a22;
}
