@font-face {
	font-family: 'iconfont';
	src: url('iconfont.eot');
	src: url('iconfont.eot?#iefix') format('embedded-opentype'),
		url('iconfont.woff') format('woff'),
		url('iconfont.ttf') format('truetype'),
		url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont";
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.logo_phone {
	display: none;
}

.scrollview {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.wary_item {
	width: 1200px;
	margin: auto;
}
	.print_phone {
		display: none;
	}
.header {
	position: relative;
	height: 210px;
	z-index: 1;
	background-size: auto 90px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/list_bg.png);
}

.banner {
	position: relative;
	height: 210px;
	z-index: 0;
	margin-top: -22px;
}

.head_t {
	display: flex;
	height: 120px;
	align-items: center;
	justify-content: space-between;
}

.head_t .head_timer span {
	display: inline-block;
	margin: 0 5px;
	padding: 4px;
	color: #fff;
	border-radius: 4px;
	background-color: #cc1923;
}

.head_t .head_login a:hover {
	color: #cc1923;
}

.head_b {
	position: absolute;
	bottom: 0;
	height: 77px;
	width: 1200px;
}

.head_b ul {
	display: flex;
	margin: auto;
	padding: 0;
	height: 100%;
	justify-content: center;
}

.head_b ul li {
	width: 101px;
	height: 100%;
	line-height: 77px;
	text-align: center;
}

.head_b ul li a {
	display: block;
	color: #fff;
	height: 100%;
	transition: all 0.2s;
}

.head_b ul li a.active {
	background-color: #db5174;
}

.head_b ul li a:hover {
	background-color: #db5174;
}

.banner {
	height: auto;
	overflow: hidden;
}

.banner img {
	display: block;
	width: 100%;
}

.box_1 {
	position: relative;
	height: auto;
	overflow: hidden;
}

.box_1 .bix_1_pic {
	display: block;
	margin: 64px auto;
}

.box_1 .bix_1_pic {
	display: block;
	margin: 64px auto;
}

.box_1 .btn {
	position: absolute;
	width: 316px;
	height: 60px;
	color: #fff;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 64px;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	border-radius: 10px;
	background-color: #cc1923;
}

.box_1 .btn:hover {
	background-color: #db5174;
}

.box_1 .box_ewm {
	position: absolute;
	height: 246px;
	width: 224px;
	top: 30px;
	right: 100px;
	background-color: #cc1923;
}

.box_1 .box_ewm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.box_1 .box_ewm .ewm {
	display: block;
	width: 150px;
	margin: 35px auto auto;
}

.box_1 .box_ewm span {
	display: block;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}

.box_2 {
	height: 598px;
	overflow: hidden;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/box2.jpg);
}

.box2_txt {
	display: block;
	margin: auto;
}

.box_2_list {
	margin-top: 62px;
	display: flex;
	justify-content: space-between;
}

.box_2_list .box_2_item {
	width: 288px;
	height: 242px;
	transition: all 0.3s;
	background-color: #fff;
}

.box_2_list .box_2_item:hover {
	transform: scale(0.9);
}

.box_2_list .box_2_item .pic {
	width: 100%;
	height: 90px;
	background-size: cover;
}

.box_2_list .box_2_item .tit {
	width: 100%;
	color: #cc1923;
	font-size: 18px;
	margin-top: 20px;
	padding: 0 20px;
	font-weight: bold;
	box-sizing: border-box;
}

.box_2_list .box_2_item .txt {
	width: 100%;
	color: #959595;
	font-size: 14px;
	padding: 10px 20px;
	line-height: 24px;
	box-sizing: border-box;
}

.box_3 {
	overflow: hidden;
	padding: 70px 0 0;
	background-color: #eee;
}

.box_3 .l {
	float: left;
	width: 472px;
	height: 512px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/box3.png?v=1);
}

.box_3 .l .box_3_l {
	margin-left: 84px;
	margin-top: 375px;
}

.box_3 .l .box_3_l p {
	color: #fff;
	margin: 16px 0;
	font-size: 12px;
}

.box_3 .l .box_3_l p span {
	font-size: 14px;
}

.box_3 .r {
	float: right;
	width: 690px;
	height: auto;
}

.box_3 .r .box_3_sreach {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	border: 1px solid #959595;
}

.box_3 .r .box_3_sreach img {
	display: inline-block;
	margin-left: 20px;
}

.box_3 .r .box_3_sreach input {
	display: inline-block;
	margin-left: 10px;
	width: 500px;
	height: 100%;
	border: none;
	background-color: transparent;
}

.box_3 .r .box_3_sreach span {
	display: inline-block;
	margin-left: 10px;
	width: 104px;
	height: 38px;
	color: #fff;
	cursor: pointer;
	line-height: 38px;
	text-align: center;
	border-radius: 6px;
	background-color: #cc1923;
}

.box_3 .r .box_3_sreach span:hover {
	background-color: #db5174;
}

.box_3 .r .box_3_sreach select {
	border: none;
	margin-left: 20px;
	background-color: transparent;
}

.box_3 .r .box_3_choose {
	display: flex;
	margin: 20px 0;
	align-items: center;
}

.box_3 .r .box_3_choose .jiantou {
	width: 25px;
	height: 25px;
	cursor: pointer;
	line-height: 24px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #959595;
}

.box_3 .r .box_3_choose .jiantou:hover {
	color: #cc1923;
	border: 1px solid #cc1923;
}

.box_3 .r .box_3_choose .time_item {
	margin: 0 12px;
}

.box_3 .r .box_3_choose .time_item span {
	font-weight: bold;
}

.box_3 .r .box_3_choose .data_item {
	margin-left: 20px;
	cursor: pointer;
}

.box_3 .r .box_3_choose .data_item span {
	color: #cc1923;
	font-weight: bold;
}

.box_3 .r .box_3_choose .data_item img {
	display: inline-block;
	margin-left: 10px;
	transition: 0.3s;
}

.box_3 .r .box_3_choose .data_item img.active {
	transform: rotate(-90deg);
}

#data_chose {
	display: none;
	margin-left: 10px;
}

.box_3 .r .box_3_list {
	margin: 30px 0;
	height: 560px;
}

.box_3 .r .box_3_list .box_3_item {
	overflow: hidden;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_l {
	width: 150px;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r {
	width: 530px;
	float: right;
	height: 520px;
	margin-top: 8px;
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #959595;
}

.box_3 .r .box_3_list .scrollview::-webkit-scrollbar {
	width: 3px;
	border-radius: 3px;
	background-color: #616161;
}

.box_3 .r .box_3_list .scrollview::-webkit-scrollbar-thumb {
	background-color: #d2333d;
	border-radius: 3px;
	width: 3px;
}

.box_3 .r .box_3_list .scrollview::-webkit-scrollbar-button {
	display: none;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r .box_3_item_r_time {
	color: #cc1923;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r .box_3_item_r_tit {
	color: #cc1923;
	margin-top: 15px;
	font-weight: bold;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r .box_3_item_r_name {
	color: #362e2b;
	font-size: 14px;
	margin-top: 15px;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r .box_3_item_r_name p {
	margin: 5px auto;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r .box_3_item_r_name p span {
	color: #000;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r .box_3_item_r_btn {
	width: 60px;
	height: 22px;
	cursor: pointer;
	font-size: 14px;
	color: #362e2b;
	margin-top: 20px;
	line-height: 22px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #959595;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r .box_3_item_r_btn:hover {
	border: 1px solid #cc1923;
	background-color: #cc1923;
	color: #fff;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r .box_3_item_r_box {
	margin-top: 30px;
}

.box_3 .r .box_3_list .box_3_item .box_3_item_r .box_3_item_r_box:first-child {
	margin-top: 0;
}

.box_4 {
	height: 405px;
	overflow: hidden;
	background-size: cover;
	background-image: url(../img/box4.jpg);
}

.box_4_sreach {
	display: flex;
	width: 684px;
	height: 48px;
	align-items: center;
	margin: 46px auto auto;
	border: 1px solid #fff;
}

.box_4_sreach img {
	display: inline-block;
	margin-left: 15px;
}

.box_4_sreach input {
	display: inline-block;
	width: 530px;
	height: 100%;
	border: none;
	margin-left: 12px;
	background-color: transparent;
	color: #fff;
}

.box_4_sreach input::placeholder {
	color: #fff;
}

.box_4_sreach span {
	display: inline-block;
	width: 130px;
	height: 100%;
	color: #fff;
	cursor: pointer;
	line-height: 48px;
	text-align: center;
}

.box_4_sreach span:hover {
	background-color: #393dc7;
}

.box_4_list {
	display: flex;
	width: 684px;
	margin: 34px auto auto;
	justify-content: space-between;
}

.box_4_list .box_4_item {
	width: 158px;
	transition: all 0.3s;
}

.box_4_list .box_4_item:hover {
	transform: scale(0.9);
}

.box_4_list .box_4_item .head {
	width: 100%;
	height: 158px;
	background-size: cover;
}

.box_4_list .box_4_item .name {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.box_4_list .box_4_item .txt {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.box_5 {
	padding: 78px 0;
	background-color: #eee;
	box-shadow: inset 0 -10px 20px 2px rgba(0, 0, 0, 0.1);
}

.box_5_guanggao {
	display: block;
	width: 1060px;
	margin: auto;
}

.box_5_list {
	display: flex;
	width: 1060px;
	margin: 40px auto auto;
	justify-content: space-between;
}

.box_5_list .box_5_item {
	width: 324px;
	padding: 6px;
	box-sizing: border-box;
	border: 1px solid #959595;
}

.box_5_list .box_5_item .pic {
	position: relative;
	width: 100%;
	height: 192px;
	background-size: cover;
}

.box_5_list .box_5_item .pic .time {
	display: inline-block;
	font-size: 14px;
	color: #362e2b;
	margin-top: 10px;
	padding: 3px 6px;
	background-color: rgba(255, 255, 255, 0.6);
}

.box_5_list .box_5_item .tit {
	width: 100%;
	color: #362e2b;
	font-size: 14px;
	padding: 10px 6px;
	font-weight: bold;
	box-sizing: border-box;
}

.box_5_list .box_5_item .txt {
	width: 100%;
	color: #362e2b;
	font-size: 14px;
	padding: 0 6px;
	line-height: 22px;
	text-indent: 2em;
	box-sizing: border-box;
}

.box_5_list .box_5_item .more {
	font-size: 14px;
	margin-top: 10px;
	text-align: right;
	margin-bottom: 20px;
}

.box_5_list .box_5_item .more a {
	color: #cc1923;
}

.footer {
	padding: 50px 0;
}

.footer_box {
	width: 1140px;
	display: flex;
	margin: auto;
	justify-content: space-between;
}

.footer_box img {
	display: inline-block;
	width: 330px;
	height: 81px;
	overflow: hidden;
	padding-right: 50px;
	border-right: 2px solid #959595;
}

.footer_box .contact {
	margin-top: 30px;
}

.footer_box .contact .tit {
	font-size: 18px;
	font-weight: bold;
}

.footer_box .contact .list {
	margin-top: 20px;
	font-size: 14px;
}

.footer_box .contact .list span {
	display: block;
	margin-top: 5px;
}

.footer_box .contact textarea {
	width: 410px;
	height: 134px;
	resize: none;
	margin-top: 20px;
	padding: 6px 12px;
	box-sizing: border-box;
	border: 1px solid #959595;
}

.footer_box .contact .btn {
	width: 168px;
	height: 36px;
	color: #fff;
	cursor: pointer;
	font-size: 15.3px;
	margin-top: 20px;
	line-height: 36px;
	text-align: center;
	background-color: #cc1923;
}

.footer_box .contact .btn:hover {
	background-color: #db5174;
}

.logo_box {
	padding: 74px 0 50px;
}

.logo_box .wary_item {
	display: flex;
	padding: 0 44px;
	box-sizing: border-box;
	justify-content: space-between;
}

.logo_box img {}

.bg_box {
	overflow: hidden;
	min-height: 748px;
	background-color: #fdf0eb;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url(../img/bg.jpg);
}

/* 大会日程 */
.richrng_tit {
	display: flex;
	padding: 0 32px;
	margin-top: 30px;
	box-sizing: border-box;
	justify-content: space-between;
	border-bottom: 2px solid #d2333c;
}

.richrng_tit .l {
	color: #d2333c;
	font-size: 18px;
}

.richrng_tit .l b {
	color: #d2333c;
	font-size: 30px;
}

.richrng_tit .r {
	display: flex;
	color: #d2333c;
	font-size: 14px;
	justify-content: end;
}

.richrng_tit .r .richeng_r_txt {
	color: #d3333d;
	height: 46px;
	line-height: 46px;
}

.richrng_tit .r .richeng_r_data {
	width: 104px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.richrng_tit .r .richeng_r_data.active a {
	display: block;
	height: 100%;
	color: #fff;
	background-color: #d2333c;
}

.richrng_list {
	padding: 0 22px;
	margin-top: 50px;
	margin-bottom: 100px;
	box-sizing: border-box;
}

.richrng_item {
	display: flex;
	margin-top: 12px;
}

.richrng_item .scrollview_x {
	width: calc(100% - 120px);
	height: 100%;
	padding-bottom: 3px;
	overflow-x: auto;
	overflow-y: hidden;
}

.richrng_item .scrollview_x::-webkit-scrollbar {
	height: 5px;
	border-radius: 3px;
	background-color: #616161;
}

.richrng_item .scrollview_x::-webkit-scrollbar-thumb {
	background-color: #d2333d;
	border-radius: 3px;
	height: 3px;
}

.richrng_item .scrollview_x::-webkit-scrollbar-button {
	display: none;
}

.richrng_item_scroll {
	display: inline-flex;
}

.richrng_item_a,
.richrng_item_b,
.richrng_item_l {
	margin-left: 12px;
}

.richrng_item .richrng_item_a,
.richrng_item .richrng_item_b {
	display: flex;
	width: 100px;
	height: 130px;
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	background-color: #d2333c;
}

.richrng_item .richrng_item_b {
	width: 150px;
}

.richrng_item .richrng_item_l {
	width: 158px;
	height: 130px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #d2333c;
	cursor: pointer;
}

.richrng_item .richrng_item_l .t {
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background-color: #d2333c;
}

.richrng_item .richrng_item_l .b {
	display: flex;
	height: calc(100% - 40px);
	color: #d2333d;
	font-size: 12px;
	padding: 0 9px;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	background-color: #fff;
}

.richeng_r_item {
	width: 96px;
	height: 25px;
	color: #362e2b;
	cursor: pointer;
	margin-left: 24px;
	line-height: 25px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 16px;
	border: 1px solid #d2333d;
}

.richeng_r_item.active {
	background-color: #d2333d;
}

.richeng_r_item.active a {
	color: #fff;
}

.richeng_r_item:hover {
	color: #fff;
	background-color: #d2333d;
}

.richeng_r_item:hover a {
	color: #fff;
}

.richrng_datil {
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #d2333d;
}

.richrng_datil_t {
	position: relative;
	padding: 38px 0;
	background-color: #d2333c;
}

.richrng_datil_t .line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 107px;
	background-color: #fff;
}

.richrng_datil_t .txt {
	display: inline-block;
	width: 190px;
	font-size: 18px;
	color: #fff;
	margin-left: 290px;
	vertical-align: top;
}

.richrng_datil_t .txt p a {
	color: #fff !important;
}


.richrng_datil_t .txt:last-child {
	margin-left: 200px;
	width: 300px;
}

.richrng_datil_t .txt b {}

.richrng_datil_b_tit {
	display: flex;
	height: 62px;
	overflow: hidden;
	background-color: #fff;
}

.richrng_datil_b_tit p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #d2333d;
	margin: auto;
	flex: 1;
}

.richrng_datil_b_tit p:nth-child(2) {
	flex: 3;
}

.richrng_datil_b_box {}

.richrng_datil_b_box .lst {
	display: flex;
	min-height: 46px;
	padding: 12px 0;
	overflow: hidden;
	background-color: #fdf0eb;
}

.richrng_datil_b_box label,
.jiabin_item .b .b_list p label {
	display: none;
}

.richrng_datil_b_box .lst:nth-child(2n) {
	background-color: #fff;
}

.richrng_datil_b_box .lst p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
	flex: 1;
}

.richrng_datil_b_box .lst p span {
	display: block;
}

.richrng_datil_b_box p:nth-child(2) {
	text-align: left;
	flex: 3;
}

.richrng_datil_b_box .lst p a:hover {
	color: #d2333d;
	text-decoration: underline;
}

.richrng_datil_t .screch {
	width: 300px;
	height: 34px;
	margin: auto;
	display: flex;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #362e2b;
}

.richrng_datil_t .screch input {
	width: 210px;
	height: 100%;
	color: #362e2b;
	font-size: 14px;
	padding: 0 10px;
	border: none;
	box-sizing: border-box;
}

.richrng_datil_t .screch .btn {
	width: calc(100% - 210px);
	height: 100%;
	color: #fff;
	display: flex;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	background-color: #362e2b;
}

.richrng_datil_t .screch .btn:hover {
	background-color: #473c39;
}

.richrng_datil_t .screch .btn span {
	margin-left: 10px;
}

.richrng_datil_t .name_a {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.richrng_datil_t .name_a ul {
	padding-left: 0;
}

.richrng_datil_t .name_a .alltxt,
.richrng_datil_t .name_a ul,
.richrng_datil_t .name_a ul li {
	display: inline-block;
	margin: 2px;
}

.richrng_datil_t .name_a ul li {
	padding: 3px 6px;
	cursor: pointer;
}

.richrng_datil_t .name_a ul li:hover,
.richrng_datil_t .name_a ul li.active {
	background-color: #fff;
	color: #d2333d;
}

.richrng_datil_c {
	color: #d2333c;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	background-color: #fdf0eb;
}

.richrng_datil_b_name {
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: #fff;
}

.richrng_datil_b_name .jiabin_list {
	width: 290px;
	overflow: hidden;
	margin: 0 0 50px 60px;
}

.richrng_datil_b_name .jiabin_list .jiabin_list_l {
	width: 96px;
	height: 96px;
	float: left;
	border-radius: 50%;
	background-size: cover;
	border: 2px solid #cfa972;
	background-position: top center;
}

.richrng_datil_b_name .jiabin_list .jiabin_list_r {
	width: 168px;
	float: right;
}

.richrng_datil_b_name .jiabin_list .jiabin_list_r h3,
.richrng_datil_b_name .jiabin_list .jiabin_list_r p {
	margin: 10px 0;
}

.richrng_datil_b_name .jiabin_list .jiabin_list_r h3 {
	font-size: 18px;
}

.richrng_datil_b_name .jiabin_list .jiabin_list_r p {
	font-size: 14px;
}

.jiabin_topbox {
	width: 290px;
	overflow: hidden;
	margin: auto;
}

.jiabin_topbox .jiabin_list_l {
	width: 96px;
	height: 96px;
	float: left;
	border-radius: 50%;
	background-size: cover;
	border: 2px solid #cfa972;
	background-position: top center;
}

.jiabin_topbox .jiabin_list_r {
	width: 168px;
	float: right;
}

.jiabin_topbox .jiabin_list_r h3,
.jiabin_topbox .jiabin_list_r p {
	margin: 10px 0;
	color: #fff;
}

.jiabin_topbox .jiabin_list_r h3 {
	font-size: 18px;
}

.jiabin_topbox .jiabin_list_r p {
	font-size: 14px;
}

.richrng_datil hr {
	height: 3px;
	border: none;
	margin: auto;
	background-color: #fff;
}

.jiabin_item .t {
	font-size: 24px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	background-color: #d2333d;
}

.jiabin_item .c {
	display: flex;
	background-color: #fff;
}

.jiabin_item .c span {
	flex: 3;
	color: #d2333c;
	font-size: 16px;
	line-height: 54px;
	text-align: center;
}

.jiabin_item .c span:nth-child(1),
.jiabin_item .c span:nth-child(2),
.jiabin_item .c span:nth-child(4) {
	flex: 1;
}

.jiabin_item .b {}

.jiabin_item .b .b_list {}

.jiabin_item .b .b_list .b_list_sup,
.jiabin_item .b .b_list .b_list_sub {
	display: flex;
	min-height: 46px;
	padding: 12px 0;
	overflow: hidden;
	background-color: #fdf0eb;
}

.jiabin_item .b .b_list .b_list_sub {
	background-color: #fff;
}



.jiabin_item .b .b_list:nth-child(2n) {}

.jiabin_item .b .b_list p {
	flex: 3;
	margin: auto;
	color: #362e2b;
	font-size: 14px;
}

.jiabin_item .b .b_list p:nth-child(1),
.jiabin_item .b .b_list p:nth-child(2),
.jiabin_item .b .b_list p:nth-child(4) {
	flex: 1;
	text-align: center;
}

.jiabin_item .b .b_list p:nth-child(3) span {
	padding: 0 8px;
	box-sizing: border-box;
}

.jiabin_item .b .b_list p span {
	display: block;
	text-align: center;
}

.head_phone,
.richeng_r_dataphone {
	display: none;
}

@media (max-width:1200px) {
	.wary_item {
		width: 90%;
	}

	.head_b {
		display: none;
	}

	.head_t {
		display: block;
		height: auto;
		padding: 20px;
		box-sizing: border-box;
	}

	.header {
		height: auto;
		background-image: none;
	}

	.head_timer,
	.head_login {
		margin-top: 10px;
	}

	.head_logo {
		display: block;
		width: 300px;
	}

	.banner {
		margin-top: 0;
	}

	.head_phone {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.head_phone ul {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%;
		margin: auto;
		padding: 0;
		background-color: #fff;
	}

	.head_phone ul li {
		width: 100%;
		height: 9.9%;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #959595;
	}

	.head_phone ul li:last-child {
		border-bottom: none;
	}

	.head_phone .close {
		position: absolute;
		top: 20px;
		right: 20px;
		color: #fff;
		cursor: pointer;
	}

	.head_phone_btn {
		position: absolute;
		top: 50%;
		right: 20px;
		cursor: pointer;
	}

	.head_phone_btn span {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: 5px;
		border-radius: 3px;
		background-color: #d2333d;
	}

	.box_1 .box_ewm {
		right: 20px;
	}

	.box_1 .bix_1_pic {
		width: 100%;
	}

	.box_1 .btn {
		width: 40%;
		bottom: 10%;
	}

	.box_2 {
		height: auto;
		padding-bottom: 90px;
	}

	.box2_txt {
		width: 50%;
	}

	.box_2_list {
		flex-wrap: wrap;
		justify-content: left;
	}

	.box_2_list .box_2_item {
		margin: 10px;
	}

	.box_3 .l {
		float: none;
		margin: auto;
		overflow: hidden;
	}

	.box_3 .r {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.box_3 .r .box_3_sreach input {
		width: 70%;
	}

	.box_3 .r .box_3_list .box_3_item .box_3_item_l {
		width: 100px;
	}

	.box_3 .r .box_3_list .box_3_item .box_3_item_r {
		width: calc(100% - 120px);
	}

	.box_4_sreach {
		width: 90%;
	}

	.box_4_sreach input {
		width: 83%;
	}

	.box_4_sreach span {
		justify-items: right;
	}

	.box_4_list {
		width: 90%;
		flex-wrap: wrap;
		justify-content: left;
	}

	.box_4_list .box_4_item {
		margin: 10px;
	}

	.box_4 {
		height: auto;
		padding-bottom: 50px;
	}

	.box_5_guanggao,
	.box_5_list {
		width: 96%;
	}

	.box_5_list {
		flex-wrap: wrap;
		justify-content: left;
	}

	.box_5_list .box_5_item {
		margin: 10px;
	}

	.footer_box {
		display: block;
		width: 96%;
	}

	.logo_box {
		padding: 20px;
		box-sizing: border-box;
	}

	.logo_box .wary_item {
		display: block;
		padding: 0;
	}

	.logo_box .wary_item img {
		display: block;
		margin-top: 10px;
	}

	.richrng_datil_t {
		padding: 10px 20px;
		box-sizing: border-box;
	}

	.richrng_datil_t .line {
		display: none;
	}

	.richrng_datil_t .txt {
		width: 100%;
		margin: 0;
	}

	.richrng_datil_t .txt:last-child {
		margin-left: 0;
		width: 100%;
	}

	.richrng_datil_b_tit,
	.jiabin_item .c {
		display: none;
	}

	.jiabin_item .b .b_list p label,
	.richrng_datil_b_box label {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		margin-right: 10px;
		font-weight: bold;
		font-size: 16px;
		color: #d2333d;
		width: 60px;
	}

	.jiabin_item .b .b_list .b_list_sup,
	.jiabin_item .b .b_list .b_list_sub,
	.richrng_datil_b_box .lst {
		padding: 20px;
		display: block;
		box-sizing: border-box;
	}

	.jiabin_item .b .b_list .b_list_sup p,
	.jiabin_item .b .b_list .b_list_sub p,
	.richrng_datil_b_box .lst p {
		margin: 10px 0;
		text-align: left;
	}

	.jiabin_item .b .b_list .b_list_sup p span,
	.jiabin_item .b .b_list .b_list_sub p span,
	.richrng_datil_b_box .lst p span {
		display: inline-block;
		text-align: left;
		width: calc(100% - 100px);
	}

	.jiabin_item .b .b_list p:nth-child(3) span {
		padding: 0;
		line-height: 17px;
		margin-left: -3px;
	}
}

@media (max-width:500px) {
	.richrng_item .richrng_item_l .b {
		align-items: start;
		overflow: hidden;
		overflow-y: scroll;
		padding-top: 5px;
	}

	.print_phone {
		display: none;
	}

	.bg_box {

		background-image: url(../img/bg_phone.jpg) !important;
	}

	.phone_dis {
		display: none;
	}

	.logo_phone {
		display: block;
		width: 100%;
	}

	.logo_box {
		display: none !important;
	}

	.box_1 .btn {
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}

	.box2_txt {
		width: 90%;
	}

	.box_2_list {
		margin-top: 20px;
	}

	.box_2_list .box_2_item {
		width: 100%;
	}

	.box_3 {
		padding: 20px 0;
	}

	.box_3 .l {
		width: 330px;
		height: 359px;
	}

	.box_3 .l .box_3_l {
		margin-left: 60px;
		margin-top: 262px;
	}

	.box_3 .l .box_3_l p {
		margin: 6px 0;
	}

	.box_3 .r .box_3_sreach input {
		width: 43%;
	}

	.box_5_list .box_5_item {
		width: 100%;
	}

	.footer_box img {
		border: none;
		padding: 0;
	}

	.footer {
		padding: 20px 0;
	}

	.footer_box .contact textarea {
		width: 100%;
	}

	.logo_box .wary_item img {
		width: 100%;
	}

	.richrng_datil_b_name .jiabin_list {
		width: 100%;
		margin: 10px;
	}

	.richrng_datil_b_name {
		padding: 10px 0;
	}

	.richrng_datil_b_name .jiabin_list .jiabin_list_r {
		width: calc(100% - 120px);
	}

	.richrng_list {
		padding: 20px 0;
		margin: auto;
	}

	.richrng_tit {
		margin-top: 10px;
		padding: 10px;
	}

	.richeng_r_data {
		/* display: none; */
	}

	.richeng_r_dataphone {
		margin-top: 12px;
	}

	.richeng_r_dataphone select {
		border: none;
		color: #d2333d;
		background: #fff;
		border-radius: 15px;
	}

	.richrng_tit .r {
		flex-wrap: wrap;
	}

	.richeng_r_item {
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.richrng_tit .l b {
		font-size: 24px;
	}

	.richrng_datil_t .txt {
		font-size: 14px;
	}

	.richrng_item .richrng_item_b {
		display: none;
	}

	.richrng_item .scrollview_x {
		height: 115px;
		font-size: 12px;
		width: calc(100% - 72px);
	}

	.jiabin_item .b .b_list p {
		font-size: 12px;
	}

	.jiabin_item .b .b_list p label,
	.richrng_datil_b_box label {
		font-size: 14px;
	}

	.richrng_item .richrng_item_a,
	.richrng_item .richrng_item_b {
		width: 60px;
		height: 114px;
		font-size: 13px;
		text-align: center;
	}

	.richrng_item .richrng_item_l .t,
	.richrng_item .richrng_item_l .b {
		font-size: 12px;
	}

	.richrng_item .richrng_item_l .t {
		height: 24px;
		line-height: 24px;
	}

	.richrng_item .richrng_item_l .b {
		height: calc(100% - 24px);
	}

	.richrng_item .richrng_item_l {
		width: 79px;
		height: 112px;
	}

	.richrng_item_a {
		margin-left: 0;
	}

	.richrng_tit {
		padding: 0 10px;
	}

	.richrng_tit .r {
		font-size: 12px;
	}

	.richrng_tit .r .richeng_r_data {
		width: 90px;
		height: 30px;
		line-height: 30px;
	}

	.richrng_tit .r .richeng_r_txt {
		height: 30px;
		line-height: 30px;
	}

	.richrng_datil_c {
		font-size: 20px;
		line-height: 40px;
	}

	.richrng_datil_t {
		position: relative;
	}

	.richrng_datil_t .name_a {
		position: fixed;
		width: 18px;
		top: 100px;
		right: 0px;
		color: #d2333d;
		background-color: #fcf9f4;
	}

	.richrng_datil_t .name_a ul li {
		display: block;
		font-size: 13px;
		padding: 2px;
		margin-top: -1px;
		text-align: center;
	}

	.richrng_datil_t .name_a ul {
		margin: 0;
		padding: 0;
	}

	.richrng_datil_t .name_a ul li:hover,
	.richrng_datil_t .name_a ul li.active {
		background-color: #d2333d;
		color: #fff;
	}
}