@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 #C7333F;
}

.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: 30px;
	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 #C7333F;
	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_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-size: 16px;
	background: #C7333F;
	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;
}

.t_menu ul {
	position: relative;
}

.t_menu li {
	display: inline-block;
	padding-right: 100px;
	/* padding-bottom: 10px; */
	position: relative;
}

.t_menu li a {
	color: #333;
	text-align: center;
	line-height: 40px;
	display: block;
}

.t_menu li a:hover {
	text-decoration: none;
	color: #C7333F;
}

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

.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: #C7333F;
	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: 50%;
	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: #C7333F;
}

.focusBox .prev,
.focusBox .next {
	width: 60px;
	height: 90px;
	margin: -45px 0 0;
	display: none;
	background: url(../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: #f5f9fe;
}

.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: #C7333F;
}

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

.t_comcont h1.title {
	padding: 30px 0 15px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.img_pro{
	width: 110%;
}
.img_pro li {
	width: 222px;
	margin-right: 22px;
	margin-bottom: 10px;
	height: 300px;
}

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

.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: #C7333F;
}

.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,
.vip_news {
	padding: 60px 0 30px;
	overflow: hidden;
}

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

.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: #999;
	line-height: 60px;
	padding-right: 50px;
}

.t_bottom a {
	color: #999;
}

.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
}

.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 #C7333F;
	color: #C7333F;
}

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

.t_pagebtn {
	width: 54px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	background: #C7333F;
	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;
	width: 33.33%;
}

.t_bcproducs .t_xqcont:last-child td{
	width: 25%;
}

.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: #C7333F;
	border-bottom: 2px solid #C7333F;
}

.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_gray9 {
	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 #C7333F;
	color: #C7333F;
	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 #eaeaea;
	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 #eaeaea;
	border-right: 1px solid #eaeaea;
	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展厅 */
.vip_banner {
	height: 700px;
}

.vip_banner .pic li {
	height: 700px;
}

.vip_about_fr {
	background-color: #222;
	padding: 0;
	width: 350px;
	height: 236px;
}

.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: #e5be59;
}

.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;
}

.vip_news_fl {
	float: left;
	width: 490px;
	background-color: #33373d;
}

.vip_news_fl a.img {
	display: block;
	width: 490px;
	height: 240px;
	overflow: hidden;
}

.vip_news_fl .title_con {
	padding: 30px 25px 40px;
	overflow: hidden;
}

.vip_news_fl .title_con .fl,
.vip_news_fr li p.news_time {
	width: 52px;
	padding-right: 30px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: "arial, helvetica, sans-serif";
}

.vip_news_fl .title_con .fl span,
.vip_news_fr li p.news_time span {
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
}

.vip_news_fl .title_con .fr {
	float: right;
	width: 358px;
}

.vip_news_fl .title_con .fr a,
.vip_news_fr li p.con a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid #444a52;
	margin-bottom: 20px;
}

.vip_news_fl .title_con .fr a:hover,
.vip_news_fr li p.con a:hover {
	color: #999;
}

.vip_news_fl .title_con .fr span,
.vip_news_fr li p.con span {
	display: block;
	color: #999;
	line-height: 22px;
}

.vip_news_fr {
	float: right;
	width: 660px;
	overflow: hidden;
}

.vip_news_fr li {
	overflow: hidden;
	padding-bottom: 68px;
}

.vip_news_fr li:last-child {
	padding-bottom: 0;
}

.vip_news_fr li a.img {
	float: left;
	display: block;
	width: 160px;
	height: 90px;
	overflow: hidden;
	margin-right: 20px;
}

.vip_news_fr li p.con {
	float: left;
	width: 350px;
	margin-right: 48px;
}

.vip_news_fr li p.con a {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.vip_news_fr li p.news_time {
	float: right;
	color: #666;
	padding-top: 10px;
	position: relative;
}

.vip_news_fr li p.news_time::after {
	content: '>';
	font-family: "宋体";
	margin-top: 20px;
	display: block;
}

.vip_index_contact .fr,.vip_index_contact .fl{
	width: 512px;
	padding: 0 20px;
}
.vip_index_contact .fl{
	height: 278px;
}


.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%;
}
.video_info{
	padding: 30px;
}
.video_info video{
	width: 960px;
	height: 560px;
	margin: 30px auto;
	display: block;
}
.video_info h1{
	font-size: 24px;
	color: #333;
	margin: 50px 0 20px;
}
.video_info .video_con{
	font-size: 16px;
	color: #333;
	line-height: 200%;
	padding: 40px 0;
}
.video_info .video_con img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.vip_new_list>li{
	padding: 30px 20px;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}

.vip_new_list li a.img{
	float: left;
	width: 180px;
	height: 110px;
	display: block;
	overflow: hidden;
	margin-right: 25px;
}
.vip_new_list li .new_con{
	float: left;
	width: 948px;
}
.vip_new_list li.no_img .new_con{
	width: 100%;
}
.vip_new_list li .new_con h1{
	overflow: hidden;
}
.vip_new_list li .new_con h1 a{
	float: left;
	width: 80%;
	font-size: 18px;
}
.vip_new_list li .new_con h1 span{
	float: left;
	width: 20%;
	text-align: right;
	color: #999;
}
.vip_new_list li .new_con p{
	margin-top: 20px;
	color: #999;
	line-height: 24px;
}
.vip_new_detail{
	background-color: #fff;
	padding: 30px;
	margin-bottom: 20px;
}

.vip_new_detail h1{
	text-align: center;
	color: #333;
	font-size: 24px;
}
.vip_new_detail>span{
	display: block;
	text-align: center;
	margin: 20px 0;
}
.vip_new_detail .vip_new_detail_con{
	color: #333;
	line-height: 200%;
}
.vip_new_detail .vip_new_detail_con img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
	
.vip_new_detail a.back_top{
	display: block;
	margin-top: 20px;
	color: #C7333F;
	text-align: center;
}

.vip_contact_map {
	margin: 0 auto;
	width: 1104px;
	height: 450px;
}

@media screen and (max-width:1200px){
	.company_head_logo{
		width: 500px;
	}
}
.t_xqcont tr{
	display: flex;
	display: -webkit-flex;
	flex-grow: 3;
	flex-wrap: wrap;
}
.abbreviation_img{
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.detail_goods_title{
	width: 100%;
	font-size: 25px;
	word-wrap: break-word;
	text-indent:0 !important;
	text-align: center;
}
.goods_info a{
	color: #C7333F!important;
}
.goods_info{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.goods_info li{
	margin-right: 100px;
	line-height: 40px;
}
.detail_line{
	height: 2px;
	width: 100%;
	background-color: #eee;
	margin: 20px 0;
}
.u-card {
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
	color: #303133;
	transition: 0.3s;
}
.u-padding-50 {
	padding: 50px !important;
}
.u-descriptions {
	font-size: 14px;
	color: #303133;
	line-height: 200%;
	text-align: justify;
}
.u-descriptions img, .u-descriptions video {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.detail_disclaimer{
	width: 776px;
	height: 152px;
	background-color: #ffffff;
	border: dashed 1px #C7333F;
	padding: 21px;
	margin-top: 40px;
}
.detail_disclaimer h1{
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #C7333F;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail_disclaimer p{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}