@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 12px;
	line-height: 22px;
	font-family: "Microsoft YaHei";
	min-width: 1200px;
}
ul {
	padding-left: 0;
}
ul, li {
	list-style: none;
	margin-bottom: 0;
}
img {
	border: none;
	display: inline-block;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
i {
	font-style: normal;
}
dl, dd, p {
	margin-bottom: 0;
}
input, textarea, select {
	outline: none;
	font-family: "Microsoft YaHei";
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	list-style: none;
	margin-bottom: 0;
}
.clear {
	clear: both;
}

/*美化滚动条*/

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
 background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
 width:6px;
 height:9px;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
 background-color:#dddddd;
 background-clip:padding-box;
 min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
 background-color:#bbb;
}
.top_butt {
	display: none;
}
.container-fluid:after {
	content: "";
	display: block;
	clear: both;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
header {
	background: #ffffff;
	padding: 16px 0;
}
.logo {
	display: inline-block;
}
.header_div {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header_search {
	width: 328px;
	height: 40px;
	background: #F5F5F7;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 8px;
}
.header_search form {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header_search_input {
	width: 80%;
	height: 40px;
	border: none;
	background: none;
	padding: 0 15px;
	color: #b6b6b6;
	font-size: 14px;
}
.header_search_submit {
	width: 19.9%;
	height: 40px;
	background: none;
	border: none;
	text-align: center;
}
.header_search_submit i {
	font-weight: 600;
	color: #BFBFBF;
}
.header_nav {
	width: 100%;
	height: 50px;
	background: #D7000F;
}
.main_m {
	width: 1200px;
	margin: auto;
}
/*导航*/
.head_nav {
	width: 100%;
}
.head_nav ul {
	width: 100%;
	display: flow-root;
}
.head_nav ul li {
	width: 14%;
	float: left;
	text-align: center;
	position: relative;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.head_nav ul li .navA {
	height: 50px;
	position: relative;
	line-height: 50px;
}
.head_nav ul li .navA a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.head_nav ul li .navA span {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}
.head_nav ul li.on {
	background: #7A0402;
}
.head_nav ul li.on .navA a {
	color: #ffffff;
}
.head_nav ul li.on .navA:after {
	content: "";
	width: 100%;
	opacity: 1;
}
.head_nav ul li:hover {
	background: #7A0402;
}
.head_nav ul li:hover .navA a, .head_nav ul li:hover .navA span {
	color: #ffffff;
}
.head_nav ul li .top_down {
	display: none;
}
.head_nav ul li .navTwo {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	background: #7A0402;
	z-index: 9;
	box-shadow: 0 0 5px #aaa;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.head_nav ul li .navTwo dd {
	margin-bottom: auto;
	height: 40px;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
.head_nav ul li .navTwo a {
	font-size: 14px !important;
	line-height: 40px !important;
	color: #fff;
	display: block;
}
.head_nav ul li .navTwo dd:hover {
	background: #D7000F;
}
.head_nav ul li:hover .navTwo {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
/*banner*/

.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.banner:after {
	content: "";
	display: block;
	clear: both;
}
.swiper_banner {
	float: left;
	width: 100%;
	height: 592px;
	position: relative;
	overflow: hidden;
}
.swiper_banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-size: cover !important;
}
.swiper_banner .swiper-pagination {
	bottom: 20px !important;
}
.swiper_banner .swiper-pagination span {
	width: 16px;
	height: 16px;
	opacity: 1;
	margin: 0 15px !important;
}
.swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #4f9ef8 !important;
}
.swiper_banner .swiper-button-next {
	right: 10%;
}
.swiper_banner .swiper-button-prev {
	left: 10%;
}
.swiper_banner .swiper-button-next:after, .swiper_banner .swiper-button-prev:after {
	color: #ffffff;
}
.index_a {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #ffffff;
}
.index_a .main_m {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.index_a_left {
	width: 530px;
}
.index_title {
	position: relative;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: solid 1px #CCCCCC;
}
.index_title span {
	display: block;
	position: relative;
}
.index_title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 95px;
	height: 4px;
	background: #D8000F;
}
.index_title_en {
	font-size: 22px;
	line-height: 24px;
	color: #cbab77;
	margin-top: 10px;
	text-transform: uppercase;
}
.index_title_cn {
	font-size: 24px;
	line-height: 24px;
	color: #d7000f;
	margin-top: 10px;
}
.index_ms {
	width: 100%;
	padding: 30px 0;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.index_link a {
	color: #c7a46a;
	font-size: 14px;
	width: 130px;
	height: 38px;
	border: solid 1px #c7a46a;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
}
.index_b {
	height: 512px;
	overflow: hidden;
	background: url(../images/img_bj.jpg) top center no-repeat;
	padding-top: 65px;
	background-size: cover !important;
}
.index_b .main_m {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.index_a_right {
	width: 583px;
}
.index_a_right img {
	width: 100%;
}
.index_b_right {
	width: 583px;
	margin-top: 65px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.index_b_right img {
	height: fit-content;
}
.hySwiper .swiper-slide img {
	width: 100%;
}
.index_c {
	background: #ffffff;
	padding-bottom: 90px;
}
.index_c_hx {
	width: 100%;
	height: 2px;
	background: #D8000F;
}
.index_c_div {
	width: 100%;
	margin-top: 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.index_c_left {
	width: 795px;
}
.index_c_t {
	width: 100%;
	background: #D7000F;
	padding: 5px;
	display: flex;
}
.index_c_t span {
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
}
.index_c_ms {
	width: 100%;
	font-size: 16px;
	color: #666666;
	padding: 12px 0;
	line-height: 28px;
}
.index_cr_ms {
	height: 226px;
}
.index_c_list {
	width: 100%;
}
.index_c_list dd {
	width: 100%;
	margin-top: 25px;
}
.index_c_bt {
	width: 100%;
	border-bottom: solid 1px #E5D5BB;
}
.index_c_bt span {
	display: inline-block;
	width: 110px;
	height: 30px;
	background: #E5D5BB;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #d7000f;
}
.index_c_p {
	width: 100%;
	font-size: 16px;
	color: #666666;
	padding: 12px 0;
	line-height: 28px;
}
.index_c_right {
	width: 380px;
}
.index_c_rimg {
	width: 100%;
}
.index_c_rimg img {
	width: 100%;
}
/*index_d*/
.index_d {
	background: url("../images/img_bj_2.jpg") top center no-repeat;
	height: 738px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.index_d_title {
	position: relative;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: solid 1px #CCCCCC;
}
.index_d_title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 95px;
	height: 4px;
	background: #D8000F;
}
.index_d_title_l span {
	display: block;
}
.index_d_title_r {
	width: 130px;
	height: 36px;
	border: solid 1px #CBAB78;
	border-radius: 50px;
}
.index_d_title_r a {
	display: block;
	text-align: center;
	line-height: 36px;
	color: #cbab77;
	font-size: 14px;
	width: 100%;
	height: 100%;
}
.index_d_ms {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding: 38px 0;
	margin-top: 30px;
}
.index_d_ico ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_d_ico ul li {
	width: 172px;
	margin: 0 95px;
}
.index_d_ico_tb {
	width: 100%;
}
.index_d_ico_tb img {
	width: 100%;
}
.index_d_ico_span {
	text-align: center;
	font-size: 28px;
	margin-top: 30px;
	color: #d7000f;
}
.index_e {
	padding-top: 58px;
	padding-bottom: 58px;
}
.index_d_list {
	width: 100%;
	margin-top: 42px;
	display: flex;
}
.index_d_list dd {
	position: relative;
	width: 24.8%;
	min-height: 360px;
	padding: 36px 22px;
	background: #FFF7F0;
	margin-right: 0.2%;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.index_d_list dd:hover {
	background: #FEEDD1;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	z-index: 9999;
}
.index_d_list dd:hover .index_d_timelink a {
	background: #D8000F;
}
.index_d_list dd:hover .index_d_timelink a i {
	color: #ffffff;
}
.index_d_num {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.index_d_tbt {
	width: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	font-weight: 600;
	margin-top: 28px;
}
.index_d_mss {
	width: 100%;
	height: 140px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-top: 10px;
}
.index_d_timelink {
	width: 100%;
	margin-top: 22px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.index_d_timelink span {
	font-size: 14px;
	color: #8a8a8a;
}
.index_d_timelink a {
	width: 36px;
	height: 36px;
	background: #E5DED6;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 34px;
	color: #FFF6EF;
}
.index_d_timelink a i {
	font-size: 16px;
}
.index_f {
	padding-top: 35px;
	padding-bottom: 200px;
	background: url("../images/dbbj_1.png") bottom center no-repeat;
}
.index_f_sw {
	position: relative;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
}
.index_f_sw .swiper-button-next {
	right: -50px;
}
.index_f_sw .swiper-button-prev {
	left: -50px;
}
.index_f_sw .swiper-button-next:after, .index_f_sw .swiper-button-prev:after {
	color: #CCAB76;
}
.index_f_hx {
	width: 100%;
	height: 1px;
	background: #CCCCCC;
}
.footer {
	background: #D7000F;
	padding-top: 75px;
	padding-bottom: 60px;
}
.footer_copy {
	background: #CBAB78;
	color: #ffffff;
	font-size: 13px;
	line-height: 24px;
}
.footer {
	width: 100%;
}
.footer .main_m {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_left {
	width: 796px;
}
.footer_bk {
	width: 100%;
}
.footer_left .footer_bk:last-child {
	margin-top: 50px;
}
.footer_bk_title {
	width: 100%;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 20px;
	display: flex;
}
.footer_bk_title span {
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	margin-right: 10px;
	position: relative;
}
.footer_bk_title span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #ffffff;
	left: 0;
	bottom: -22px;
}
.footer_bk_title i {
	font-size: 26px;
	color: rgba(203,171,119,0.4);
	text-transform: uppercase;
}
.footer_bk_link {
	width: 100%;
	margin-top: 16px;
}
.footer_bk_link a {
	font-size: 18px;
	color: #ffffff;
	margin-right: 20px;
	display: inline-block;
}
.footer_bk_link a:hover {
	color: #CBAB78;
}
.footer_bk_add {
	width: 100%;
	padding-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_bk_add li {
	width: 50%;
	font-size: 18px;
	color: #ffffff;
}
.footer_right {
	padding-right: 60px;
}
.footer_right_img {
	width: 240px;
}
.ny_bk {
	padding-bottom: 80px;
	padding-top: 80px;
}
.ny_bk_b {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ny_bk_left {
	width: 792px;
}
.ny_bk_title {
	width: 100%;
	height: 34px;
	background: #D7000F;
	line-height: 34px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 8px;
	font-size: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ny_bk_title a{
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
}
.ny_bk_list {
	width: 100%;
}
.ny_bk_list ul {
	width: 100%;
	margin-top: 23px;
}
.ny_bk_list ul li {
	width: 100%;
	border-bottom: solid 1px #E5D5BB;
	padding: 13px 0;
}
.ny_bk_list ul li {
	padding-left: 20px;
	background: url("../images/xx_h.png") left center no-repeat;
}
.ny_bk_list ul li a {
	display: block;
	font-size: 18px;
	color: #d7000f;
}
.ny_bk_ttop {
	margin-top: 35px;
}
.ny_bk_right {
	width: 380px;
}
.ny_bk_r1 {
	width: 100%;
	margin-top: 18px;
}
.ny_bk_r1 img {
	width: 100%;
}
.ny_bk_sp {
	width: 100%;
	margin-top: 18px;
	cursor: pointer;
}
.ny_bk_sp .ny_bk_sp_fm {
	width: 100%;
}
.ny_bk_sp_ms {
	width: 100%;
	background: url("../images/sp_bf.png") left 10px center no-repeat, #D7000F;
	padding: 5px 10px;
}
.ny_bk_sp_ms span {
	display: inline-block;
	margin-left: 40px;
	font-size: 16px;
	color: #f6e4b9;
	overflow: hidden;
}
.ny_bk_sp_ms img {
	width: 34px;
}
.ny_fm_c {
	background: url("../images/ny_1.jpg") top center no-repeat;
	background-size: cover !important;
	padding-top: 70px;
	padding-bottom: 150px;
}
.ny_wz_title {
	width: 100%;
	border-bottom: solid 1px #CCCCCC;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ny_wz_title a{
	font-size: 14px;
	color: #ffffff;
}
.ny_wz_title span {
	padding-bottom: 22px;
	font-size: 24px;
	color: #d7000f;
	display: inline-block;
	font-weight: bold;
	position: relative;
	padding-right: 10px;
}
.ny_wz_title span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background: #D8000F;
}
.ny_bk_listb {
	width: 100%;
}
.ny_bk_listb ul {
	width: 100%;
	margin-top: 23px;
}
.ny_bk_listb ul li {
	width: 100%;
	border-bottom: solid 1px #BE6547;
	padding: 13px 0;
}
.ny_bk_listb ul li {
	padding-left: 20px;
	background: url("../images/xx_hb.png") left center no-repeat;
}
.ny_bk_listb ul li a {
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.ny_fm_xc {
	padding-top: 90px;
	padding-bottom: 120px;
	background: url(../images/dbbj_1.png) bottom center no-repeat, #ffffff;
}
.ny_wz_xc {
	width: 100%;
	margin-top: 22px;
	padding-bottom: 45px;
	border-bottom: solid 1px #ccc;
}
.mySwiper {
	margin-top: 15px;
}
.mySwiper .swiper-slide img {
	width: 100%;
}
.mySwiper2 .swiper-button-next:after, .mySwiper2 .swiper-button-prev:after {
	color: #CBAD79;
}
.mySwiper2 .swiper-slide img {
	width: 100%;
}
.mySwiper .swiper-slide {
	position: relative;
}
.mySwiper .swiper-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
}
.mySwiper .swiper-slide-thumb-active:after {
	display: none;
}
.ny_nr {
	padding-top: 80px;
	padding-bottom: 200px;
	background: #ededed url("../images/dbbj_1.png") bottom center no-repeat;
}
.ny_nr .main_m {
	background-color: #fff;
}
.ny_nr .ny_pr {
	background: url(../images/dd.jpg) repeat-x bottom center;
	padding: 20px 30px 26px;
	font-size: 15px;
	color: #777;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ny_nr .ny_pr .l_m {
	font-size: 20px;
	font-weight: bold;
	color: #d7000f;
}
.ny_nr .ny_pr a {
	color: #777;
}
.ny_nr .ny_pr a:hover {
	color: #d7000f;
}
.ny_nr .nr_qy {
	width: 100%;
	padding: 30px 30px 60px;
}
.ny_nr .hy_dw ul li {
	width: 25%;
	margin-bottom: 24px;
}
.ny_nr .hy_dw img {
	width: 100%;
	height: auto;
	display: block;
}
.ny_nr .gy_wz {
	font-size: 16px;
	line-height: 30px;
}
.ny_nr .gy_wz h2 {
	border-bottom: 1px solid #E5D5BB;
	margin-bottom: 15px;
}
.ny_nr .gy_wz .span {
	display: inline-block;
	width: 110px;
	height: 30px;
	background: #E5D5BB;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #d7000f;
}
.ny_nr .gy_wz img {
	width: 100%;
	height: auto;
	display: block;
}
.ny_nr .xw_lb {
	padding-bottom: 20px;
}
.ny_nr .xw_lb ul li {
	padding: 15px 100px 15px 15px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.ny_nr .xw_lb ul li:after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #aaa;
	position: absolute;
	top: 27px;
	left: 0;
	content: "";
}
.ny_nr .xw_lb a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	display: block;
}
.ny_nr .xw_lb a:hover {
	color: #d7000f;
}
.ny_nr .xw_lb span {
	position: absolute;
	top: 15px;
	right: 0;
	color: #999;
}
.ny_nr .xw_bt {
	padding: 30px 0;
	margin-bottom: 45px;
	border-bottom: 1px solid #eee;
	text-align: center;
	line-height: 26px;
}
.ny_nr .xw_bt .b_t {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 15px;
}
.ny_nr .xw_bt .x_x .span {
	display: inline-block;
	padding: 0 15px;
	font-size: 15px;
	color: #999;
}
.ny_nr .f_y {
	padding-top: 30px;
	margin-top: 45px;
	border-top: 1px solid #eee;
	font-size: 15px;
	color: #777;
	line-height: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ny_nr .y_y {
	width: 46%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ny_nr .y_y a {
	color: #333;
}
.ny_nr .y_y a:hover {
	color: #d7000f;
}
.yema {
	width: 100%;
	margin-top: 20px;
	font-size: 15px;
	color: #333;
	text-align: center;
}
.yema ul li {
	display: inline-block;
	margin: 0 4px;
}
.yema ul li a {
	min-width: 44px;
	padding: 0 15px;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #333;
	display: block;
}
.yema ul li:hover a {
	border: 1px solid #d7000f;
	background-color: #d7000f;
	color: #fff;
}
.yema ul li.on a {
	border: 1px solid #d7000f;
	background-color: #d7000f;
	color: #fff;
}
.yema input.y_m {
	width: 44px;
	border: 1px solid #ccc;
	font-size: 15px;
	text-align: center;
	line-height: 36px;
	text-align: center;
	color: #333;
	display: inline-block;
	margin: 0 10px;
}
.yema input.q_d {
	width: 60px;
	border: 0;
	border: 1px solid #ccc;
	font-size: 15px;
	text-align: center;
	line-height: 36px;
	text-align: center;
	color: #333;
	display: inline-block;
	margin-left: 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.yema input.q_d:hover {
	background-color: #d7000f;
	border: 1px solid #d7000f;
	color: #fff;
}