﻿@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0
}

html, body {
	font-family: "微软雅黑"
}

body, button, input, select, textarea {
	font-size: 12px;
	font-family: "微软雅黑"
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}

address, cite, dfn, em, var {
	font-style: normal
}

code, kbd, pre, samp {
	font-family: couriernew, courier, monospace
}

small {
	font-size: 12px
}

ul, ol {
	list-style: none
}

a {
	text-decoration: none;
	color: #000
}

a:hover {
	text-decoration: none;
	color: #000
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000
}

fieldset, img {
	border: 0;
	max-width: 100%
}

button, input, select, textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfix {
	zoom: 1
}

.container {
	width: 1007px;
	margin: 0 auto
}

.main{
	width:100%;
}

.d-banner{
	width: 100%;
}
.d-banner img{
	width: 100%;
	display: block;
}

.y-jieshao{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
.y-title{
	text-align: center;
}
.y-title h1{
	font-size: 36px;
	color: #000;
	border-bottom: 1px solid #333;
padding-bottom: 40px;
}
.y-title h1::before{
	content: '';
	display: block;
	height: 3px;
	width: 60px;
	position: relative;
	bottom: -89px;
	left: 47%;
	background-color: red;
}
.y-box{
	width: 100%;
	height: 280px;
    margin-top: 50px;
}
.y-box-img{
	float: left;
	width: 50%;
}
.y-box-img img{
	width: 100%;
	display: block;
}
.y-box-txt{
	float: left;
	width: 50%;
	padding-left: 40px;
	padding-top: 34px;
	box-sizing: border-box;
}
.y-box-txt a {
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    background-color: red;
}
.y-box-txt h3{
	font-size: 32px;
}
.y-box-txt p{
	margin-top: 20px;
	text-align: justify;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.y-box-txt p span{color: #e60005;}

.city{margin-top: 30px;}
.city ul li{
	float: left;
	width: 112px;
	margin-bottom: 15px;
	margin-right: 15.8px;
}
.city ul li:nth-child(8),.city ul li:nth-child(16),.city ul li:nth-child(24){margin-right: 0;}
.city li a {
	/*width: 122px;*/
	padding: 10px 4px;
	border: 1px solid #69696d;
	display: block;
	text-align: center;
	color: #000;
	font-size: 15px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in
}

.city li a:hover {
	background: #e60005;
	border: 1px solid #e60005;
	color: #fff
}

.tabulous_active {
	background: #e60005 !important;
	border: 1px solid #e60005 !important;
	color: #fff !important
}

#tabs_container {
	position: relative;
	background: white;
	box-sizing: border-box;
}
.tab_content_title{
	width: 100%;
	height: 45px;
    line-height: 45px;
    background: #eee;
}
.tab_content_title li{
	width: 100%;
	height: 45px;
	margin:0 !important;
}
.tab_content_title li span{
	display: inline-block;
    color: #fff;
    font-size: 20px;
    background: #e60005;
    padding-left: 20px;
    padding-right: 20px;
}

.more{
	margin-top: 38px;
	text-align: center;
}
.more a{
	padding: 10px 20px;
	background-color: #e60005;
	color: #fff;
	font-size: 16px;
}

.tabs_item table {
	width: 100%;
	color: #777;
	margin-bottom: 20px;
}

.tabs_item table thead tr th {
	font-weight: bold;
}

.tabs_item table tr {
	border-bottom: 1px solid #C0C0C0;
}

.tabs_item table th,.tabs_item table td {
	padding: 10px;
        font-size:15px;
}

.tabs_item table td img{width: 100%;}

.tabs_item table td p{text-align: justify;line-height: 2;}

.tabs_item table tr:nth-child(odd) {
	background: #F8F8F8;
}

/*table tr:hover {
	background: #FFF6BF;
}*/

.tabs_item table thead tr,.tabs_item table thead tr:hover {
	background: none !important;
}



.video-box-img{
	width:100%;
	position:relative}
.video-box-img img{
	display:block;
	cursor:pointer;
	width:100%;
	height:100%;
	transition:all .6s;
	-webkit-transition:all .6s;}
.video-box-img .bofang{
	position:absolute;
	left:50%;
	top:50%;
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px}
.video-box-img .bofang img{width:100%;opacity:0.3;}
.video-wrap li p{
	font-size:16px;
	color:#333;
	padding:10px 6px;
	text-align:center}