@charset "UTF-8";

.t_input {
	height: 32px;
	border-radius: 2px;
	border: solid 1px #e5e5e5;
	margin-left: -1px;
	padding-left: 8px;
	width: 180px;
}

.t_input:focus {
	border: 1px solid #a84f49;
}

.boxshow {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.bgwhite {
	background: #fff;
}

i.iconfont {
	margin-right: 5px;
}

.textleft {
	text-align: left;
}

.t_Jumpcolor {
	overflow: hidden;
}

.paddingbt {
	padding-bottom: 50px;
}

.paddingtop {
	padding-top: 20px;
}

.box {
	clear: both;
	overflow: hidden;
}

.border0 {
	border: 0;
}

.border {
	border: solid 1px #f7f8fa;
}

.t_tophint {
	height: 40px;
	background: #f2f2f2;
	line-height: 39px;
}

.t_tophint .fr a {
	color: #666;
}

.t_tophint .fr span {
	padding: 0 15px;
	color: #cacaca;
}

.t_width {
	width: 1200px;
	margin: 0 auto
}

.t_title {
	font-size: 27px;
	letter-spacing: 3px;
	color: #333;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 20px 0;
	width: 670px;
	height: 76px;
}

.t_title img {
	margin: 0 8px 0 0;
}

.y_head_search {
	float: right;
	width: 490px;
	border: 2px solid #a84f49;
	height: 36px;
	line-height: 36px;
	background: #fff;
	margin-top: 43px;
	position: relative;
	z-index: 20;
}

.y_head_search_select {
	width: 75px;
	height: 36px;
	background: #f6f6f6;
	float: left;
	z-index: 9999999;
}

.y_head_search_select_btn {
	float: left;
	padding-left: 2px;
	cursor: pointer;
	height: 33px;
	overflow: hidden;
}
.y_head_search_select_btn i.iconfont{
	margin-right: 0;
}
.y_head_search_select_txt {
	color: #363636;
	padding-left: 10px;
	float: left;
	line-height: 36px;
	cursor: pointer
}

.y_head_search_select_list {
	width: 76px;
	background: #f6f6f6;
	text-align: center;
	line-height: 2em;
	overflow: hidden;
	position: absolute;
	z-index: 99999999999;
	top: 30px;
	left: 0px;
	cursor: pointer
}

.head_ser_input {
	border: 0px;
	float: left;
	width: 320px;
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
	color: #a9a9a9;
}

.head_ser_btn {
	width: 85px;
	float: left;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-family: '微软雅黑';
	font-size: 16px;
	background: #a84f49;
	border: 0px;
	cursor: pointer;
}

.t_menu {
	background-color: #ffffff;
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
	clear: both;
	position: relative;
	z-index: 10;
	border-top: 1px solid #f7f7f7;
	padding-top: 10px;
}

.t_menu ul {
	position: relative;
}

.t_menu li {
	display: inline-block;
	padding-right: 80px;
	padding-bottom: 5px;
	position: relative;
}

.t_menu li a {
	color: #333;
	text-align: center;
	line-height: 30px;
	display: block;
	border-bottom: 4px solid #FFF;
}

.t_menu li a:hover {
	text-decoration: none;
	color: #a84f49;
	border-bottom: 4px solid #a84f49;
}

.t_menu li a.t_on {
	color: #a84f49;
	border-bottom: 4px solid #a84f49;
}

.t_menu_bor{
	border-bottom: 4px solid #a84f49 !important;
}

.t_menu li dl {
	position: absolute;
	top: 40px;
	left: -37px;
	z-index: 100;
	background: #fff;
	padding: 5px 28px 10px 28px;
}

.t_menu li dl ol {
	line-height: 24px;
}

.t_menu li dl ol a {
	color: #666;
	font-size: 14px;
}

.t_menvspan {
	position: absolute;
	left: 0;
	top: 30px;
	height: 2px;
	background: #a84f49;
	width: 30px;
	opacity: 0;
}

.focusBox {
	position: relative;
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.focusBox .pic {
	position: relative;
	z-index: 0;
}

.focusBox .pic li {
	height: 380px;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.focusBox .hd li {
	margin: 0 5px;
	background: #fff;
	height: 5px;
	overflow: hidden;
	width: 30px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.focusBox .hd .on {
	background: #a84f49;
}

.focusBox .prev,
.focusBox .next {
	width: 60px;
	height: 90px;
	margin: -45px 0 0;
	display: none;
	background: url(/Content/Room2/images/zt_adctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.focusBox .prev {
	left: 0;
}

.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}

.focusBox .prev:hover,
.focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}

.t_comtable {
	text-align: center;
}

.t_comtable thead th {
	height: 48px;
	background: #f2f2f2;
	color: #999;
	font-weight: normal;
}

.t_comtable td {
	height: 48px;
	line-height: 22px;
}

.t_comtable tr:nth-child(odd) {
	background: #fafafa;
}

.t_comtable tr:nth-child(even) {
	background: #fff;
}

.t_comtable tr:hover {
	background: #fff8f8;
}

.t_comcoltl ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}

.t_comcoltl li {
	cursor: pointer;
	line-height: 30px;
	padding: 0 15px;
}

.t_comcoltl li span {
	display: block;
	height: 2px;
	width: 30px;
	margin: 0 auto;
}

.t_comcoltl li.hover {
	color: #a84f49;
}

.t_comcoltl li.hover span {
	display: block;
	height: 2px;
	background: #a84f49;
}

.t_comcont h1.title {
	padding: 30px 0 15px;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.img_pro li {
	width: 212px;
}

.img_pro li>a.img_pro_top {
	width: 204px;
	height: 222px;
}

.usertable .textleft {
	text-align: left;
}

.usertable thead th {
	height: 58px;
	padding: 8px;
	box-sizing: border-box;
}

.usertable tbody tr:hover td {
	background: #fff
}

.usertable tbody tr td {
	border-right: 1px solid #f4f4f4;
}

.usertable tbody tr td:last-child {
	border-right: none;
}


/* 
.t_listzb ul {
    clear: both;
    overflow: hidden;
    margin: 40px 0 0 -12px;
}

.t_listzb li {
    width: 184px;
    float: left;
    margin-left: 12px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    padding: 22px 22px 10px;
    background: #fff;
}

.t_listzb a.t_ingpit {
    width: 184px;
    height: 184px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.t_listzb a.t_ingpit img {
    height: 100%;
}

.t_listzb a.prolisttitle {
    display: block;
    color: #333;
    margin-top: 10px;
}

.t_listzb p {
    font-size: 18px;
    color: #f03a58;
    margin-top: 5px;
}

.t_listzb span.color_gray9 {
    display: block;
} */

.t_commore {
	clear: both;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0 15px;
}

.t_commore a {
	color: #333;
}

.t_commore a:hover {
	text-decoration: none;
}

.t_commore a:hover i {
	position: relative;
	animation: mymove 1s infinite;
	-webkit-animation: mymove 1s infinite;
	/*Safari and Chrome*/
}

.t_baywindow {
	position: fixed;
	display: none;
	top: 200px;
	right: 50%;
	margin-right: -700px;
	background-color: #fefefe;
	border: solid 1px #eee;
	width: 60px;
	background: #fff;
}

.t_baywindow li {
	display: block;
	height: 60px;
	text-align: center;
	line-height: 20px;
}

.t_baywindow li a {
	display: block;
	height: 40px;
	color: #333;
	padding: 10px 0;
}

.t_baywindow li a.color_red,
.t_baywindow li a.color_redgo {
	color: #a84f49;
}

.t_baywindow li a.color_redgo i {
	height: 20px;
	text-align: center;
	margin-left: 5px;
}

.t_comtitle {
	height: 62px;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	padding: 40px 0 10px 0;
}

.t_comtitle span {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url('../images/zt_titlebg.png') no-repeat center;
	margin-top: 10px;
}

.t_comjbxx {
	width: 290px;
	padding: 10px 30px;
	background: #f4f4f4;
}

.t_comjbxx b {
	text-align: center;
	line-height: 50px;
	color: #333;
	display: block;
	margin-bottom: 10px;
}

.t_comjbxx table td {
	line-height: 24px;
	padding: 8px 0;
}

.t_comgsjj {
	padding: 60px 0 30px;
	overflow: hidden;
}

.t_comgsjj p {
	float: left;
	width: 800px;
	line-height: 30px;
	text-indent: 2em;
}

.lxfsbg {
	background: url('../images/zt_contact.png') no-repeat center;
	background-size: cover;
}

.lxfsbg .t_comtitle {
	color: #fff;
}

.lxfsbg .t_comtitle span {
	background: url('../images/zt_titlebgwhite.png') no-repeat center;
}

.lxfsbg .t_commore a {
	color: #fff;
}

.picScroll-left1 {
	overflow: hidden;
	position: relative;
	padding: 15px 0;
}

.picScroll-left1 .hd .prev,
.picScroll-left1 .hd .next {
	display: block;
	width: 29px;
	height: 55px;
	cursor: pointer;
	position: absolute;
	cursor: pointer;
	top: 114px;
	z-index: 99;
}

.picScroll-left1 .hd .prev {
	background: url("../images/zt_left.png") no-repeat center;
	left: 0px;
}

.picScroll-left1 .hd .next {
	background: url("../images/zt_right.png") no-repeat center;
	right: 0px;
}

.picScroll-left1 .bd {
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}

.picScroll-left1 .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left1 .bd ul li {
	float: left;
	background: #fff;
	width: 510px;
	height: 276px;
	margin-right: 84px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #f7f8fa;
}

.t_tcxx dl dt {
	display: block;
	width: 45%;
	float: left;
	line-height: 36px;
	color: #666;
	padding-left: 5%;
}

.t_tcxx dl dt i {
	color: #cfcfcf;
	font-size: 18px;
}

.t_lxrname {
	background: #f4f4f4;
	height: 40px;
	line-height: 24px;
	padding-top: 20px;
	position: relative;
	margin: 40px 0 30px 0;
	padding-left: 115px;
}

.t_lxrname span {
	padding: 0 10px;
}

.t_lxrname i {
	display: block;
	width: 77px;
	height: 77px;
	background: #fff;
	border-radius: 77px;
	left: 30px;
	top: -10px;
	position: absolute;
	font-size: 60px;
	line-height: 77px;
	text-align: center;
	color: #e2e2e2;
}

#bottom {
	width: 100%;
}

.t_bottom {
	background: #383838;
	padding: 20px 0 10px 0;
}

.t_bottom h2 {
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
}

.t_bottom span {
	color: #fff4ef;
	line-height: 60px;
	padding-right: 50px;
}

.t_bottom a {
	color: #fff4ef;
}

.t_bottom a.color999 {
	color: #999;
}

.t_bottom span.fr {
	color: #999;
	padding: 0;
}

.t_bgblk {
	background: #343434;
	padding: 20px 0;
}

.t_bgblk span {
	line-height: 30px;
	color: #999;
}

.picScroll-left1 .t_lxfslist {
	width: 1200px;
}

.picScroll-left1 .t_lxfslist ul {
	margin-bottom: -40px;
}

.picScroll-left1 .t_lxfslist ul li {
	margin: 0 5px 50px 5px;
	position: relative;
}

.picScroll-left1 .t_lxfslist ul li:nth-child(even) {
	float: right;
}

.t_ewmtpimg {
	padding: 10px;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 234px;
}

.t_ewmtpimg img {
	width: 100px;
	height: 100px;
}

.t_dwmap {
	line-height: 30px;
	margin-top: 20px;
	color: #333;
}

.t_dwmap a {
	color: #333;
}

.t_contnr {
	padding: 30px 25px;
	margin: 20px 0;
	overflow: hidden;
}

.t_contnr p {
	line-height: 30px;
	text-indent: 2em;
}

.t_contnr p img {
	max-width: 90%;
	display: block;
	margin: 0 auto;
}

.t_page {
	padding: 38px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
}

.t_page a {
	padding: 6px 10px;
	border: 1px solid #ddd;
	color: #666;
	background: #fff;
}

.t_page a:hover {
	border: 1px solid #a84f49;
	color: #a84f49;
}

.t_pageinput {
	width: 48px;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #ddd;
}

.t_pagebtn {
	width: 54px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	background: #a84f49;
	border: 0;
}

.t_rylist,
.t_buysb {
	padding-bottom: 15px;
}

.t_rylist ul,
.t_buysb ul {
	margin: 0 0 0 -25px;
	padding-bottom: 15px;
}

.t_buysb ul {
	margin: 0 0 0 -14px;
}

.t_buysb li {
	margin-top: 20px;
	margin-left: 14px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	border: 0;
}

.t_rylist li {
	width: 338px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	border: 0;
	margin-top: 20px;
	margin-left: 25px;
	padding: 22px;
}

.t_nointroduction {
	margin-top: 50px;
	overflow: hidden;
	padding-bottom: 20px;
}

.t_nointroduction h2 {
	text-align: center;
	font-weight: normal;
	line-height: 80px;
}

.t_nointroduction ul {
	padding: 0 30px;
	display: flex;
	display: -webkit-flex;
	flex-grow: 3;
	flex-wrap: wrap;
}

.t_nointroduction ul li {
	display: block;
	width: 28%;
	line-height: 40px;
	white-space: nowrap;
}

.t_cpname {
	text-align: center;
	line-height: 30px;
	margin-bottom: 5px;
}

.t_xqcont td {
	height: 27px;
	padding: 5px 0;
}

.bordertop {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 10px;
	overflow: hidden;
}

.j_zbgd {
	width: 810px;
	float: left
}

.t_xqpj {
	overflow: hidden;
	font-size: 18px;
}

.t_xqpj li {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 40px;
	margin: 0 15px;
}

.t_xqpj li.hover {
	color: #a84f49;
	border-bottom: 2px solid #a84f49;
}

.t_ztpj {
	background: #f9f9f9;
	height: 65px;
	margin: 20px 0;
}

.t_cpxqcot img {
	display: block;
	max-width: 98%;
	margin: 5px auto;
}

.t_evaluate li {
	display: block;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #efefef;
}

.t_evaluate li:last-child {
	border: 0;
}

.t_evaluate li .t_cpcomp {
	line-height: 50px;
	padding-left: 10px;
}

.t_evaluate li .t_cpcomp span.color_gray6 {
	padding-left: 30px;
}

.t_evaluate li .t_bghui {
	line-height: 30px;
	padding: 0 10px;
}

.t_prodimg {
	width: 290px;
}

.t_bcproducs {
	width: 830px;
	margin-left: 30px;
}

.t_contlist {
	padding: 20px 20px 0 20px;
	margin: 20px 0
}

.t_shaixuan ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}

.t_shaixuan li {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-right: 20px;
	flex-wrap: nowrap;
	padding-bottom: 20px;
}

.t_shaixuan span {
	padding: 0 5px;
}

.t_shaixuan li select,
.t_shaixuan li input {
	height: 32px;
	border-radius: 2px;
	border: solid 1px #cccccc;
	margin-left: -1px;
}

.t_shaixuan li input {
	width: 183px;
	height: 30px;
	border-radius: 2px;
	border: solid 1px #cccccc;
	margin-left: -1px;
	padding-left: 5px;
}

.t_shaixuan li input.width100 {
	width: 100px;
}

a.t_btonserch {
	width: 50px;
	height: 32px;
	text-align: center;
	background-color: #ff4342;
	margin-left: -1px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

a.t_btonserch i {
	font-size: 16px;
}

a.t_btonserch:hover {
	text-decoration: none;
}

.picScroll-left1 .bd ul li.nofloat {
	float: none;
	margin: 0 auto;
}

.t_nologin {
	text-align: center;
}

.t_nologin i {
	font-size: 60px;
	display: block;
	margin: 55px auto;
}

.t_nologin i.icon-quesheng_chawuxinxizanwuxinxi {
	font-size: 150px;
	margin-bottom: 0px;
}

.nocontent {
	padding-bottom: 114px;
}

.t_lxrphone {
	background: #f7f8fa;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.t_lxrphone span {
	padding: 0 30px;
}

.t_bj_btn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.width200 {
	width: 380px;
}

.width99 {
	margin-top: 20px;
	padding: 0;
}

.t_wxsb {
	width: 1196px;
	overflow: hidden;
	margin: 20px 0 15px;
}

.t_wxsb ul {
	margin: 0;
	padding: 0;
}

.t_wxsb li {
	display: block;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
	padding: 35px;
	margin: 0;
	box-shadow: none;
}

.t_wxsb li:last-child {
	border: 0;
}

.t_wxsb li a.t_ingpit {
	display: block;
	width: 150px;
	height: 150px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.t_wxsb li a.t_ingpit img {
	height: 100%;
}

.t_wxinfo {
	width: 760px;
	padding: 0 20px;
}

.t_wxinfo a.color_gray3 {
	display: block;
	padding-bottom: 8px;
}

.t_wxinfo span {
	line-height: 24px;
	display: block;
	padding-top: 5px;
}

.t_phonebox {
	width: 133px;
	height: 100px;
	border-left: 1px solid #f2f2f2;
	text-align: center;
	padding: 50px 0 0 42px;
}

.t_phonebox a {
	display: block;
	width: 120px;
	height: 34px;
	border: 1px solid #a84f49;
	color: #a84f49;
	line-height: 34px;
	text-align: center;
}

.width99 li:last-child {
	border-bottom: 0;
}

.height40 td {
	height: 50px;
}

.padding120 {
	padding-left: 120px;
}

.t_contimg img {
	max-width: 80%;
}

.t_bcproducs .t_cpname {
	text-align: left;
}

.padding15 {
	padding: 15px 15px 0 15px;
}

.padding15 .img_pro li {
	width: 216px;
}

.padding15 .img_pro li>a.img_pro_top {
	width: 204px;
	height: 216px;
}

.managerFormTable td {
	text-align: left;
	height: 35px;
	padding: 10px 3px;
}

.y_txt_buy {
	width: 100%;
	height: 65px;
	background: #f9f9f9;
	margin: 20px auto 0;
	text-align: center;
	line-height: 65px;
	padding-left: 0px;
	clear: both;
}

.y_txt_buy span {
	display: block;
	float: left;
	padding-left: 30px;
	font-size: 14px
}

.y_txt_buy span.detail_add {
	padding: 16px 0 0;
}

.y_txt_buy span .y_txt_buy span img {
	display: block;
	float: left;
	margin-top: 13px;
}

.y_txt_buy span b {
	font-size: 20px;
	font-weight: normal
}

.com_num {
	width: 147px;
	height: 30px;
	border: 1px solid #d2d2d2;
	background: #fff;
	float: left;
	margin-top: 16px;
}

.com_num .min,
.com_num .add {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 20px;
	cursor: pointer;
}

.com_num .text_box {
	width: 85px;
	border: 0;
	height: 30px;
	float: left;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	text-align: center;
}

.height116 {
	height: 116px;
}

.animate img {
	transition: transform 0.6s;
}

.animate img:hover {
	transform: scale(1.05)
}

@keyframes mymove {
	from {
		left: -5px;
	}

	to {
		left: 5px;
	}
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

	{
	from {
		left: -5px;
	}

	to {
		left: 5px;
	}
}

/* vip展厅 */
.bg_f1 {
	background-color: #f1f1f1;
}

.v_title {
	background-image: url(/Content/Room2/images/vip_sprite.png);
	background-repeat: no-repeat;
	height: 50px;
	margin: 30px 0;
}

.v_title_trade {
	background-position: 0 -69px;
}

.v_title_case {
	background-position: 0 -139px;
}

.v_title_honor {
	background-position: 0 -209px;
}

.v_title_contact {
	background-position: 0 -279px;
}

.v_title_procurement {
	background-position: 0 -442px;
}

.v_title a {
	float: right;
	width: 66px;
	line-height: 32px;
	border-radius: 4px;
	border: solid 1px #9d544d;
	text-align: center;
	color: #9d544d;
	margin-top: 15px;
}

.v_title a i {
	margin-right: 0;
	font-size: 14px;
}

.v_title a:hover {
	background-color: #9d544d;
	color: #fff;
}

.v_about {
	height: 450px;
	position: relative;
	background-color: #fff;
}

.v_about i.top {
	position: absolute;
	width: 370px;
	height: 70px;
	right: 30px;
	top: -30px;
	background: url(/Content/Room2/images/icon_dd.png);
	border-bottom: none;
}

.v_about .v_about_fl {
	float: left;
	width: 770px;
	height: 450px;
}

.v_about .v_about_con {
	float: right;
	width: 364px;
	padding: 75px 33px 116px;
	position: relative;
}

.v_about .v_about_con h1 {
	text-align: right;
	font-size: 20px;
	color: #333;
	padding-bottom: 30px;
}

.v_about .v_about_con p {
	color: #666;
	text-indent: 2em;
	line-height: 200%;
	text-align: justify;
	height: 200px;
}

.v_about .v_about_con::after {
	content: '';
	position: absolute;
	right: 33px;
	bottom: 20px;
	display: block;
	width: 370px;
	height: 75px;
	background: url(/Content/Room2/images/vip_sprite.png) no-repeat 0 -346px;
}

.v_trade {
	width: 110%;
}

.v_trade li {
	margin-right: 14px;
	background-color: #fff;
	width: 226px;
	margin-bottom: 0;
	height: 318px;
	box-sizing: inherit !important;
	padding: 0;
}

.v_trade li p {
	padding: 8px;
}

.v_trade li a.title {
	padding: 2px 8px;
}

.v_trade li>a.img_pro_top {
	width: 226px;
	height: 226px;
}

.v_trade li:hover {
	border: solid 1px #a84f49;
}

.v_trade_table thead th {
	background-color: #fff;
	height: 50px;
}

.v_trade_table tbody tr:nth-child(even) td {
	background: #fff;
}

.v_trade_table tbody tr:nth-child(odd) td {
	background: #f8f8f8;
}

.v_case {
	background-color: #fff;
	padding: 40px 30px;
	overflow: hidden;
}

.v_case_l {
	float: left;
	width: 140px;
	text-align: center;
	position: relative;
}

.v_case_l::after {
	content: '';
	display: block;
	margin: 156px auto 0;
	width: 90px;
	height: 20px;
	background: url(/Content/Room2/images/icon_dd.png);
	border-bottom: none;
}

.v_case_l h1 {
	font-size: 42px;
	line-height: 42px;
	color: #9d544d;
	margin-top: 40px;
}

.v_case_l p {
	margin-top: 30px;
	color: #666;
}

.v_case_r {
	float: left;
	position: relative;
}

.v_case_r .bd li {
	float: left;
	width: 290px;
	background-color: #f7f7f7;
	margin-left: 40px;
}

.v_case_r .bd li a.img {
	display: block;
	overflow: hidden;
	width: 290px;
	height: 330px;
}

.v_case_r .bd li a.title {
	display: block;
	padding: 20px;
	color: #333;
	height: 35px;
}

.v_case_r .hd {
	position: absolute;
	top: 250px;
	left: -124px;
}

.v_case_r .hd a {
	padding: 10px;
}

.v_case_r .hd a i {
	color: #9d544d;
	font-size: 28px;
	cursor: pointer;
}

.v_case_list .bd li {
	margin: 50px 0 0 70px;
}

.bg_honor {
	background: url(/Content/Room2/images/zz_bg.png) no-repeat 50% 75px !important;
	/*background-size: 100% !important;*/
}

.v_honor {
	padding-top: 290px;
	overflow: hidden;
	width: 110%;
}

.v_honor li {
	float: left;
	width: 285px;
	box-sizing: border-box;
	padding: 5px;
	height: 244px;
	margin-right: 20px;
	overflow: hidden;
	background-color: white;
}

.v_honor_list {
	padding-top: 0;
	padding-bottom: 40px;
}

.v_honor_list li {
	margin: 40px 35px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.bg_contact {
	background: url(/Content/Room2/images/user_contact_bg.png) no-repeat 50% 110px !important;
	background-size: cover !important;
}

.v_contact {
	padding: 70px 0 50px;
	overflow: hidden;
}

.v_contact_map {
	float: left;
	width: 600px;
	height: 332px;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	border: solid 4px #ffffff;
}

.v_contact_con {
	float: right;
	width: 510px;
	height: 338px;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #e1e1e1;
}

.v_contact_con .person {
	background-color: #f4f4f4;
	padding: 30px;
	overflow: hidden;
}

.v_contact_con .person i {
	float: left;
	width: 76px;
	height: 76px;
	line-height: 76px;
	border-radius: 50%;
	background-color: #ffffff;
	text-align: center;
	color: #e2e2e2;
	font-size: 50px;
}

.v_contact_con .person p {
	float: left;
	font-size: 22px;
	color: #333;
	margin: 24px 10px;
}

.v_contact_con ul {
	padding: 30px 40px;
	overflow: hidden;
}

.v_contact_con ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
	color: #666;
}

.v_contact_con .t_tcxx {
	padding: 25px 15px 0;
}

.my-map {
	margin: 0 auto;
	width: 576px;
	height: 332px;
}

.my-map .icon {
	background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
	height: 31px;
	width: 28px;
}

.my-map .icon-cir-red {
	background-position: -11px -5px;
}

.amap-container {
	height: 100%;
}

.inquiry_list {
	padding: 10px 30px 0;
	overflow: hidden;
}

.inquiry_list li {
	border: solid 1px #e4e4e4;
	padding: 20px;
	background-color: #f6f6f6;
	color: #333;
	overflow: hidden;
	margin-top: 20px;
}

.inquiry_list li .border_top {
	border-top: 1px solid #e4e4e4;
}

.inquiry_add .w100 {
	width: 93px;
}

.inquiry_add .textArea {
	width: 400px;
}

.video-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #000;
	z-index: 9999;
}

.video-wrap video {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.video-controls-bg {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index: -1;
}

.video-controls {
	position: absolute;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding-top: 5px;
	left: 0;
	bottom: 0;
	z-index: 3;
	transition: all ease .4s;
}

.loading-line {
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, .6);
	width: 100%;
	height: 4px;
	left: 0;
}

.loading-line em {
	position: relative;
	display: block;
	width: 1%;
	height: 4px;
	background: #a84f49;
}

.loading-line span {
	display: block;
	position: absolute;
	left: 1%;
	margin-left: -6px;
	width: 10px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	background: #FFFFFF;
	cursor: pointer;
}

.video-btn {
	width: 55px;
	height: 46px;
	background-image: url(/Content/Room2/images/play.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 18px;
	cursor: pointer;
	display: inline-block;
}

.play {
	background-image: url(/Content/Room2/images/pause.png) !important;
}

.pause {
	background-image: url(/Content/Room2/images/play.png) !important;
}

.video-time {
	display: inline-block;
	line-height: 45px;
	color: #FFFFFF;
	vertical-align: top;
}

.video-fullscreen {
	width: 55px;
	height: 45px;
	background-image: url(/Content/Room2/images/fullscreen.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	cursor: pointer;
	float: right;
}

.video-fullscreen-active {
	position: fixed !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
}
.v_trade_table_h{
	height: 380px;
	overflow: hidden;
}

.like{
	font-size:16px;
	color:#666;
	cursor:pointer;
	text-align: right;
	margin-right: 20px;
}

.supply_label{
	vertical-align: baseline;
	line-height: 27px;
}
.supply_label label{
	width: 65px;
	height: 22px;
	margin-right: 10px;
}
.supply_label span{
	font-size: 12px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #a84f49;
	background: rgba(168,79,73,0.05);
	border: 1px solid #a84f49;
	border-radius: 2px;
	cursor: pointer;
}
.supply_label span:hover{
	background: #a84f49;
	border: 1px solid #a84f49;
	border-radius: 2px;
	color: #fff;
}
.p20_leftright0{
	padding: 20px 0 !important;
}
.supply_details p{
	text-indent: 0em;
	line-height: 25px;
	padding: 15px 0 0px;
}
.supply_product_details p{
	text-indent: 0em;
	line-height: 25px;
}
.supply_product_details{
	position: relative;
	margin: 20px 15px;
}
.supply_product_details img{
	width: 100%;
	opacity: 1;
}
.supply_product_details>div{
	width: 320px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	height: 220px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 7.78px 7.78px 30px 11px rgba(114,36,29,0.13);
}
.supply_authentication_box{
	width: 320px;
	height: 145px;
	padding: 45px 40px;
}
.supply_notlog_box{
	width: 320px;
	height: 115px;
	padding: 60px 40px;
}
/* vip提示图标 */
.supply_product_details .login_ibox{
	width: 78px;
	height: 78px;
	margin: auto;
	background: #f5f5f5;
	border-radius: 50%;
}
.login_ibox i{
	font-size: 44px;
	line-height: 78px;
	margin-left: 4px;
	margin-right: 0;
}
/* 未登录提示图标 */
.supply_product_details .notlog_ibox{
	height: 36px;
	margin: 40px auto auto;
}
/* 非vip登录特有样式 */
.supply_product_details .wrong_vip_ibox {
	width: 30px;
	height: 36px;
	margin: auto;
}
.notlog_ibox i{
	font-size: 48px;
	line-height: 48px;
	margin: 0;
}
.supply_product_details i {
	line-height: 48px;
	margin: 0;
	font-size: 36px;
	vertical-align: middle;
}
.supply_product_details .f15 {
	font-size: 15px;
}
.bordertop_supply{
	margin-top: 35px !important;
	padding-top: 30px !important;
}
.border_radius2{
	border-radius: 2px;
}

.vip_details_anglemark {
	width: 320px;
	height: 185px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(0deg, #fffaf6 0%, #faead4 0%, #ffffff 100%);
	border-radius: 8px;
	box-shadow: 7.78px 7.78px 30px 11px rgba(0, 89, 125, 0.13);
	padding-top: 35px;
}

.vip_details_anglemark .flag {
	position: absolute;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 139px;
	background: linear-gradient(-45deg, #e3b67a 0%, #ead0a8 99%);
	box-shadow: 4.24px 4.24px 13px 6px rgba(132, 69, 27, 0.13);
	color: #84451b;

}

.vip_details_anglemark .flag-left {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -34px;
	top: 21px;
}

.vip_details_anglemark .flag-right {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -18px;
	top: 9px;
}

.box_folding {
	position: absolute;
	width: 340px;
	text-align: center;
	left: -10px;
	right: 0;
	bottom: 35px;
	height: 50px;
	border-radius: 4px 4px 0px 0px;
}

.left_fold {
	position: absolute;
	left: 0px;
	bottom: -10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid;
	border-left: 10px solid transparent;
}

.right_fold {
	position: absolute;
	right: 0px;
	bottom: -10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid;
	border-right: 10px solid transparent;
}

.purchase_background_gray1 {
	background: linear-gradient(-45deg, #e3b67a 0%, #ead0a8 99%);
	box-shadow: 7.78px 7.78px 30px 11px rgba(114, 36, 29, 0.13);
}

.purchase_background_gray2 {
	background: #a84f49;
	box-shadow: 7.78px 7.78px 30px 11px rgba(0, 90, 125, 0.13);
}

.purchase_border_color_gray1 {
	border-top-color: #bc8d4d;
}

.purchase_border_color_gray2 {
	border-top-color: #a84f49;
}
.wrongvip_purchase_lock{
	background: -webkit-linear-gradient(-45deg,#e3b67a 0%, #ead0a8 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}