.main {
	width: 1440px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.nav_btn {
	display: none;
}
body {
	padding-top: 100px;
}
.header_out {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s;

	z-index: 999;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.swiper-no-swiping img {
	max-height: 660px;
}

.ts {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head {

	position: relative;
	transition: all 0.3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .logo {
	display: block;
	float: left;
	margin-top: 10px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .logo img {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	float: left;
}
.head .logo .logo_a {
	transition: all 0.35s;
	width: 162px;
	position: absolute;
	top: 0;
	left: 0;
	height: 163px;
}
.head .logo .logo_b {
	margin-top: 8px;
}
.head .nav {
clear:both;
	
}
.head .nav li {
	float: left;
	position: relative;
	margin: 0 10px;
}
.head .nav li>a {
	line-height: 70px;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	display: block;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .nav li>a:hover {
	color: #C2131C;
}
.head .nav li .sub {
	position: absolute;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	top: 110%;
	text-align: center;
	background: #fff;
	box-shadow: 0px 1px 1px 0.26px rgba(0, 0, 0, 0.15);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	white-space: nowrap;
	text-align: center;
	padding: 0 0;
	border-top: 3px solid #c2131c;
}
.head .nav li .sub a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;
	color: #949494;
	min-width: 105px;
	color: #333;
	border-bottom: 1px solid #d2d2d2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .nav li .sub a:last-child {
	border-bottom: none;
}
.head .nav li .sub a:hover {
	background: #ededed;
}
.head .tel {
	float: right;
	margin-top: 20px;
	margin-left: 55px;
	transition: all 0.3s;
}
.head .tel p {
	font-size: 16px;
	margin-bottom: 2px;
}
.head .tel span {
	display: block;
	color: #c2131c;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	font-family: "din";
	letter-spacing: -2px;
}
.banner {
	display: block;
}
.banner img {
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.5;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #c2131c;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
	bottom: 20px;
	font-size: 0;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	opacity: 0;
	transition: all 0.3s;
}
.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	opacity: 1;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c2131c'%2F%3E%3C%2Fsvg%3E");
}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c2131c'%2F%3E%3C%2Fsvg%3E");
}
.tel-two {
	border: 1px solid #C2131C;
	border-radius: 5px;
	text-align: center;
	padding: 4px 6px;
	color: #C2131C;
}
.tel-two a {
	color: #C2131C;
}
.sousou {
	margin: 75px auto 40px auto;
}
.sousou_1 {
	width: 700px;
	height: 60px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	overflow: hidden;
}
.sousou_1 .in1 {
	width: 620px;
	height: 100%;
	border: none;
	padding-left: 30px;
}
.sousou_1 .in2 {
	width: 80px;
	height: 100%;
	border: none;
	background: url(../img/sousuo.png) no-repeat center;
	background-color: #C2131C;
}
.tltle {
	margin-bottom: 30px;
}
.tltle h3 {
	font-size: 30px;
	color: #000000;
	display: inline-block;
}
.tltle a {
	font-size: 14px;
	color: #cd0100;
	margin-top: 10px;
}
.list ul {
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 70px;
}
.list ul li {
	width: 20%;
	float: left;
	padding: 0 15px;
}
.list ul li a {
	display: block;
}
.list ul li {
	margin-bottom: 40px;
	display: block;
}
.list ul li .pic {
	width: 100%;
	height: 265px;
	display: block;
	object-fit: cover;
	overflow: hidden;
}
.list ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.list ul li P {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 13px;
	color: #000000;
	margin-top: 30px;
}
footer {
	height: 70px;
	line-height: 70px;
	background-color: #313131;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.sousou-2 {
	display: none;
}
.sousou-3 {
	width: 400px;
	height: 40px;
	border-radius: 10px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	overflow: hidden;
	margin-top: 15px;
}
.sousou-3 input {
	border: none;
}
.sousou-3 .in11 {
	width: 360px;
	height: 100%;
	padding-left: 20px;
	float: left;
}
.head .tel.on {
	float: right;
	margin-top: 20px;
	margin-left: 12px;
	transition: all 0.3s;
}
.main2 {
	width: 1200px;
	margin: 0 auto;
}
.sousou-3 .in22 {
	width: 40px;
	height: 100%;
	float: left;
	background: url(../img/sousuo.png) no-repeat center;
	background-color: #C2131C;
	background-size: 20px auto;
}
.list_2 .left {
	float: left;
	width: 62%;
	margin-bottom: 40px;
}
.list_2 .rii {
	width: 36%;
	float: right;
	padding: 0 10px;
}
.list_2 .left ul li {
	padding: 25px 0;
	padding-left: 215px;
	padding-right: 34px;
	min-height: 215px;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	margin-bottom: 15px;
}
.list_2 .left ul li img {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 173px;
	height: 173px;
	display: block;
	object-fit: cover;
}
.list_2 .left ul li h3 {
	font-size: 24px;
	color: #000000;
	padding: 14px 0;
	font-weight: bold;
}
.list_2 .left ul li h3:hover {
	color: #CC0000;
}
.list_2 .left ul li p {
	font-size: 18px;
	color: #000000;
	line-height: 25px;
}
.list_2 .left ul li span {
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
	display: block;
}
.rii {
	background-color: #fff;
	border-radius: 10px;
}
.rii .tltle {
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}
.rii .tltle h3 {
	font-weight: bold;
	font-size: 24px;
	color: #cc0000;
}
.rii .tltle a {
	font-size: 15px;
	color: #000000;
	margin-top: 6px;
	display: inline-block;
}
.rii .gengduo {
	padding-top: 60px;
	padding-bottom: 60px;
}
.rii .gengduo a {
	display: block;
	font-size: 18px;
	margin-bottom: 25px;
	color: #000000;
}
.rii .gengduo a:hover {
	color: #CC0000;
}
.un_page {
	padding: 50px 0;
	text-align: center;
}
.un_page a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	border-radius: 5px;
}
.un_page a:hover, .un_page a.hover {
	color: #fff;
	background: #ff7e00;
	border-color: #ff7e00;
}
.un_page .num {
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.fo_con {
	background:#fff;
	margin:40px auto 100px;
	min-height:660px;
	padding:25px 0;
}
.fo_con .tit {
	line-height:50px;
	height:50px;
	font-size:24px;
	color:#6b6c6e;
	border-bottom:2px solid #cd0100;
}
.for_in {
	text-align:center;
	width:670px;
	margin:90px auto 0;
}
.for_in .in {
	margin-bottom:30px;
}
.for_in .in .txt {
	padding-left:105px;
	font-size:14px;
	color:#cd0100;
	margin-top:5px;
	text-align:left;
}
.for_in .in p {
	display:inline-block;
	text-align:right;
	margin-right:10px;
	width:95px;
	color:#6b6c6e;
}

.for_in .in .text {
	height:38px;
	width:560px;
	border:1px solid #bfbfbf;
	border-radius:3px;
}
.for_in .in .text.a1 {
	width:400px;
}
.for_in .in #btnSendCode {
	width:160px;
	height:38px;
	color:#fff;
	border-radius:3px;
	border:1px solid #e29e37;
	float:right;
	background-image: linear-gradient(#fe5151, #cf0504);
}
.fo_btn {
	width:170px;
	height:40px;
	color:#fff;
	border-radius:3px;
	border:1px solid #e29e37;
	background-image: linear-gradient(#fe5151, #cf0504);
	margin-top:40px;
	display:block;
	margin:0 auto;
	cursor:pointer
}
.pass_txt {
	margin-top:10px;
	font-size:14px;
	display:inline-block;
}
.main3 {
	padding:0 120px;
}
.vip_list {
	margin-top:70px;
}
.vip_list li {
	width:32%;
	float:left;
	text-align:center;
	border:1px solid #e5e5e5;
	margin-right:2%;
	padding:30px 0 37px;
}
.vip_list li h4 {
	font-weight:normal;
	font-size:24px;
	color:#666;
}
.vip_list li p {
	color:#999;
	font-size:14px;
}
.vip_list li .txt {
	margin-top:20px;
	color:#999;
	font-size:14px;
}
.vip_list li .txt span {
	color:#cd0100;
	font-size:36px;
}
.vip_list li .btn {
	font-size:16px;
	width:180px;
	line-height:36px;
	color:#fff;
	background:#cd0100;
	margin:0 auto;
	display:inline-block;
}
.vip_list li:nth-child(3n) {
	margin-right:0;
}
.details {
	background:#fff;
	padding:20px;
}
.details_tit {
	text-align:center;
}
.details_tit h3{
	padding:10px 0;
	font-size:20px;
}
.details_tit p {
	color:#666;
}
.details_con {
	margin:20px 0;
	line-height:26px;
	    word-break: break-all;
}
.details_con img{ max-width:100%}
.details_paging p {
	margin-bottom:10px;
}
@media (max-width: 1550px) {
.list ul li {
	width: 25%;
	float: left;
	padding: 0 15px;
}
.list ul li .pic {
	width: 100%;
	height: 365px;
	display: block;
	object-fit: cover;
}
}
 @media (max-width: 1450px) {
.list ul li {
	width: 25%;
	float: left;
	padding: 0 15px;
}
.list ul li .pic {
	width: 100%;
	height: 310px;
	display: block;
	object-fit: cover;
}
}
 @media (min-width: 1031px) {
.nav li:hover>a {
}
.nav li:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header_out.on {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
	height: 60px;
}
.header_out.on .head {
	height: 60px;
}
/* sss */
.header_out.on .head .nav li>a {
	line-height: 60px;
}
.header_out.on .head .tel {
	margin-top: 5px;
}
.header_out.on .head .logo .logo_a {
	height: 0;
}
.header_out.on .head .logo img.logo_b {
	display: block;
	height: 50px;
	margin-top: 5px;
}
.m_nav {
	display: none !important;
}
}
 @media (max-width: 1230px) {
.main {
	width: 992px;
}
.sousou-2 {
	display: block;
}
.sousou-3 {
	display: none;
}
.list ul li .pic {
	height: 225px;
}
.head .nav li>a {
	padding: 0 16px;
}
.head .logo .logo_b {
	margin-top: 10px;
}
.head .logo .logo_b img {
	width: 80px;
}
.head {
	height: 80px;
}
.head .nav li>a {
	line-height: 80px;
}
.header_out {
	height: 80px;
}
body {
	padding-top: 80px;
}
.head .nav li {
	margin: 0 5px;
}
.head .nav li>a {
	padding: 0 10px;
}
.head .tel {
	margin-left: 35px;
	margin-top: 23px;
}
.head .logo .logo_b {
	margin-top: 11px;
}
.header_out.on .head {
	height: 60px;
}
.header_out.on .head .nav li>a {
	line-height: 60px;
}
.header_out.on {
	height: 60px;
}
.header_out.on .head .tel {
	margin-top: 5px;
}
.header_out.on .head .logo img.logo_b {
	display: block;
	height: 50px;
	margin-top: 5px;
}
.header_out.on .head .logo .logo_a {
	height: 0;
}
.list_2 .left,  .list_2 .rii {
	float: none;
	width: 100%;
}
.main2 {
	width: 1030px;
	margin: 0 auto;
}
.main3 {
	padding:0 60px;
}
}
 @media (max-width: 1030px) {
.main2 {
	width: 800px;
	margin: 0 auto;
}
.tel-two {
	border: 1px solid #C2131C;
	border-radius: 5px;
	text-align: center;
	padding: 1px 2px;
	color: #C2131C;
	line-height: 20px !important;
	margin-top: 13px !important;
}
.list ul li .pic {
	height: 170px;
}
.tel-two a {
	font-size: 12px;
}
.head .nav {
	display: none;
}
.main {
	width: 768px;
}
body {
	padding-top: 70px;
}
.header_out {
	height: 70px;
}
.head .tel {
	margin-top: 0;
	margin-left: 0;
	line-height: 50px;
}
.header_out {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
}
.header_out .head {
	height: 70px;
}
.header_out .head .nav li>a {
	line-height: 1.6;
}
.header_out .head .logo {
	margin-top: 13px;
	position: absolute;
	margin-top: 0;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
}
html {
	position: relative;
	transition: all 0.3s;
	left: 0;
}
html.slide_nav {
	left: 450px;
}
.header_out {
	transition: all 0.3s;
	left: 0;
}
.header_out.slide_nav {
	left: 450px;
}
.head .nav {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: block;
	width: 450px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	z-index: 50;
	background: #c2131c;
	margin-left: 0;
	height: 100%;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	left: -450px;
	transition: all 0.3s;
}
.head .nav.on {
	left: 0;
}
.head .nav li {
	display: block;
	float: none;
	border-bottom: 0.6px solid rgba(255, 255, 255, 0.6);
	padding-right: 55px;
}
.head .nav li>a {
	line-height: 1;
	padding: 14px 0;
	font-size: 13px;
}
.head .nav li.has_sub::after {
	content: "";
	display: block;
	position: absolute;
	font-family: Arial;
	width: 40px;
	height: 100%;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	right: 0;
	top: 0;
	background: url(../img/more.png) no-repeat center/20px 20px;
}
.header_out .head .nav li>a {
	line-height: 2;
	color: #fff;
}
.header_out.on .head .nav li>a {
	line-height: 2;
}
.nav_btn {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	z-index: 999;
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #666;
	transition: all 0.3s;
}
.nav_btn span:nth-of-type(1) {
	top: 0;
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -0.5px;
}
.nav_btn span:nth-of-type(3) {
	bottom: 0;
}
.nav_btn.active span {
	background: #333;
}
.nav_btn.active span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg);
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0;
}
.nav_btn.active span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg);
}
.m_nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	top: 0;
	left: 100%;
	background: #c2131c;
	transition: all 0.3s;
	padding: 150px 40px 0;
}
.m_nav .close {
	display: block;
	width: 30px;
	height: 30px;
	top: 80px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	background: url(../img/close.png) no-repeat center/cover;
}
.m_nav .con>a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
.m_nav .sub a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
}
.m_nav.on {
	left: 0;
}
.head .logo .logo_a {
	transition: all 0.35s;
	width: 162px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -81px;
	height: 163px;
}
.header_out.on .head .logo .logo_a {
	height: 163px;
	margin-left: -0px;
}
.main3 {
	padding:0 30px;
}
.vip_list li .btn {
    font-size: 14px;
    width: 120px;
}
.vip_list li .txt span {
    font-size: 26px;
}
.vip_list li h4 {
    font-size: 20px;
}
}
 @media (min-width: 800px) {
.list_2,list_1{ padding-top:90px}
}
 @media (max-width: 800px) {
.header_out.slide_nav {
	left: 180px;
}
html.slide_nav {
	left: 180px;
}
.head .nav {
	width: 180px;
}
.header_out .head .nav li>a {
	line-height: 1.6;
}
.head .nav {
	padding-right: 0;
	padding-left: 0;
}
.head .nav li {
	padding-left: 26px;
}
.header_out .head {
	height: 50px;
}
body {
	padding-top: 50px;
}
.header_out {
	height: 50px;
}
.head .logo .logo_a {
	transition: all 0.35s;
	width: 76px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -33px;
	height: 80px;
}
.header_out.on .head .logo .logo_a {
	width: 76px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -33px;
	height: 0px;
}
.banner .swiper-button-next,  .banner .swiper-button-prev {
	display: none;
}
.header_out.on .head {
	height: 50px;
}
.header_out.on {
	height: 50px;
}
.header_out.on .head .logo img.logo_b {
	display: block;
	margin-top: 0;
	margin-left: 0;
	width: 110px;
	margin-top: 4px;
	height: auto;
}
.header_out.on .head .nav li>a {
	line-height: 1.6;
}
.tel-two {
	border: 1px solid #C2131C;
	border-radius: 5px;
	text-align: center;
	padding: 1px 2px;
	color: #C2131C;
	line-height: 20px !important;
	margin-top: 13px !important;
}
.tel-two a {
	font-size: 12px;
}
.sousou-2 {
	display: block;
}
.sousou_1 {
	width: 100%;
}
.sousou_1 {
	height: 40px;
	margin: 30px auto;
}
.sousou_1 .in1 {
	width: 80%;
}
.sousou_1 .in2 {
	width: 20%;
}
.sousou {
	margin: 0 auto;
}
.list ul li {
	width: 50%;
}
.list ul li P {
	-webkit-line-clamp: 2;
	font-size: 12px;
	margin-top: 15px;
}
footer {
	height: 50px;
	line-height: 50px;
	font-size: 8px;
}
.main2 {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.list_2 .left ul li img {
	position: static;
	margin-bottom: 20px;
	width: 100%;
	height: 250px;
	object-fit: contain;
}
.list_2 .left ul li {
	padding: 15px;
}
.list_2 .left ul li h3 {
	font-size: 18px;
	padding: 6px 0;
}
.list_2 .left ul li p {
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	text-align: justify;
}
.rii .tltle {
	padding: 10px 0;
}
.rii .tltle h3 {
	font-size: 18px;
}
.rii .tltle a {
	font-size: 14px;
	margin-top: 3px;
}
.rii .gengduo {
	padding: 30px 0;
}
.rii .gengduo a {
	font-size: 14px;
	margin-bottom: 10px;
}
.for_in {
    margin-top: 30px;
	width:auto;
    text-align: center;
}
.fo_con .tit {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
}
.for_in .in p {
	width:auto;
	display:block;
	text-align:left;
	margin-bottom:10px;
	font-size:14px;
}
.for_in .in {
    margin-bottom: 10px;
}
.for_in .in .text {
    height: 35px;
    width: 100%;
}
.for_in .in .text.a1 {
    width: 60%;
}
.for_in .in #btnSendCode {
    width: 38%;
	height: 35px;
	font-size:14px;
}
.fo_btn {
	margin-top:30px;
}

.fo_con {
    margin: 40px auto 50px;
    padding: 15px 0 45px;
	min-height:auto;
}
.for_in .in .txt {
	padding:0;
}
.vip_list {
    margin-top: 40px;
}
.vip_list li {
    width:auto;
    float:none;
	margin-bottom:20px;
    margin-right:0;
    padding: 20px 0 27px;
}
.vip_list li .txt {
    margin-top:10px;
}
.details_tit h3 {
    padding: 10px 0;
    font-size:18px;
}
.details_tit p,.details_con,.details_paging{
	font-size:14px;
}
}

.utvb td{ padding:20px }
