.banner .tool_box {
	width: 1100px;
	height: 60px;
	background: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -550px;
	z-index: 11;
	border-radius: 5px 5px 0 0;
}

.banner .tool_box ul {
	padding: 0 20px;
}

.banner .tool_box li {
	float: left;
	width: 20%;
}

.banner .tool_box img {
	margin-right: 10px;
	margin-top: 15px;
}

.banner .tool_box .cont {
	width: 78%;
}

.banner .tool_box .p1 {
	font-size: 16px;
	color: #fff;
	padding-top: 8px;
	margin-bottom: 2px;
}

.banner .tool_box .p2 {
	color: #fff;
}

.section {
	background: #fafafa;
	padding: 40px 0 20px;
}

.com_title_box {
	margin-bottom: 20px;
}

.com_title_box img {
	margin-right: 5px;
}

.com_title_box .title {
	font-size: 24px;
}
.com_title_box .title_link {
	font-size: 24px;
	color: #666;
}
.yhzx:hover{
	color: #C20000;
}
.com_title_box .line {
	margin: 8px 20px 0;
	width: 1px;
	height: 20px;
	background: #dcdcdc;
}

.com_title_box .tab_title {
	font-size: 24px;
	color: #999;
	cursor: pointer;
	margin-right: 10px;
}

.tab_title_active {
	color: #333 !important;
}

.com_title_box .more {
	color: #999;
	line-height: 26px;
}

.sec_xd .xd_list {
	height: 220px;
	margin-right: 20px;
	background: #fff;
}

.sec_xd .xd_list .content {
	width: 50%;
	height: 100%;
	background: #fff;
	padding: 20px 20px 0 20px;
}

.sec_xd .xd_list .content .p1 {
	font-size: 24px;
	margin-bottom: 15px;
}

.sec_xd .xd_list .content .p2 {
	color: #999;
	margin-bottom: 5px;
}

.sec_xd .xd_list .apply {
	display: inline-block;
	width: 135px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #f03c3c;
	color: #f03c3c;
	border-radius: 3px;
	margin-top: 10px;
	transition: all 0.3s;
}

.sec_xd .xd_list .img_box {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.sec_xd .xd_list .img_box img {
	transition: all 0.5s ease-out;
}

.sec_xd .xd_list:hover {
	box-shadow: 0 0 10px 5px #faeeee;
}

.sec_xd .xd_list:hover .img_box>img {
	transform: scale(1.1);
}

.sec_xd .xd_list:hover .apply {
	background: #f03c3c;
	color: #fff;
}

#owl-xd{
	padding-bottom: 20px;
}
#owl-xd .owl-wrapper-outer{
	padding: 10px 0;
}
#owl-xd>.owl-controls{
    margin-top: 10px;
}
#owl-xd .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#owl-xd .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.sec_area .area_box {
	width: 590px;
	height: 180px;
	position: relative;
	padding: 20px;
}

.area_bg1 {
	background: url(bg2.jpg) top right no-repeat;
	background-size: cover;
}

.area_bg2 {
	background: url(bg3.jpg) top right no-repeat;
	background-size: cover;
}

.sec_area .area_box .title {
	font-size: 30px;
	font-weight: bolg;
	color: #e61e17;
	margin-bottom: 20px;
}

.sec_area .area_box .title span {
	color: #666;
	font-size: 14px;
	margin-left: 10px;
}

.sec_area .area_box .tips {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.sec_area .area_box .apply {
	position: absolute;
	display: block;
	width: 120px;
	line-height: 36px;
	background: #ec1e1e;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	right: 20px;
	bottom: 20px;
	text-align: center;
}

.sec_area .area_box .apply:hover {
	background: -moz-linear-gradient(left, #ff9933, #ff421c);
	background: -webkit-linear-gradient(left, #ff9933, #ff421c);
	background: -o-linear-gradient(left, #ff9933, #ff421c);
	background: -ms-linear-gradient(left, #ff9933, #ff421c);
	background: linear-gradient(to right, #ff9933, #ff421c);
}

.main_news_wrap{
	padding: 20px 0 5px;
	margin-bottom: 60px;
	background: #fff;
}
.wrap_cont{
	display: none;
}
.wrap_tab_on{
	color: #333 !important;
}
.wrap_tab .more{
	display: none;
}
.news_box_part{
	width: 50%;
	float: left;
	padding: 0 20px;
}
.zynews_tab{
	height: 60px;
	padding-top: 16px;
	font-size: 16px;
	border-bottom: 1px solid #f5f5f5;
}
.zynews_tab span{
	font-weight: bold;
}
.zynews_tab a{
	color: #666;
}
.zynews_tab a:hover{
	color: #c20000;
}
.zynews_tab .line {
	float: left;
    margin: 4px 20px 0;
    width: 1px;
    height: 16px;
    background: #dcdcdc;
}
.main_news .news_box {
	float: left;
	width: 590px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.main_news .news_box:nth-child(2n) {
	margin-right: 0;
}

.main_news .news_box .content {
	background: #fff;
	overflow: hidden;
	/* height: 239px; */
}

.main_news .news_box .content:hover {
	box-shadow: 0 0 5px 2px #eee;
}

.main_news .news_box .mar_box {
	height: 160px;
}

.mar_box .mar_part {
	width: 32%;
	margin-right: 2%;
}

.mar_box .mar_part:last-child {
	margin-right: 0;
}

.mar_box .mar_part1 {
	height: 160px;
	background: #fff;
	padding: 20px 20px 0;
}

.mar_box .mar_part2 {
	width: 100%;
	height: 70px;
	background: #fff;
	margin-bottom: 20px;
	display: table;
	table-layout: fixed;
}

.mar_box .mar_part1 .t1 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mar_box .mar_part1 .p1 {
	color: #999;
}

.mar_box .mar_part2 .part_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.mar_box .mar_part2 .part_cell:nth-child(1) {
	width: 30%;
}

.mar_box .mar_part2 .part_cell:nth-child(2) {
	width: 70%;
}

.mar_box .mar_part2 .t1 {
	font-size: 16px;
	padding: 0 10px;
	text-align: left;
}

.mar_box .t1:hover {
	color: #dd314b;
}

.news_tab {
	padding: 0 30px;
	border-bottom: 1px solid #f5f5f5;
}

.news_tab .tab_tit {
	width: 25%;
	height: 59px;
	line-height: 60px;
	float: left;
	text-align: center;
	color: #999999;
	font-size: 16px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	overflow: hidden;
}

.news_tab2 {
	padding: 0 30px;
	border-bottom: 1px solid #f5f5f5;
}

.news_tab2 .tab_tit {
	height: 59px;
	line-height: 60px;
	float: left;
	margin-right: 20px;
	text-align: center;
	color: #999999;
	font-size: 16px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.news_tab2 .tab_tit:last-child {
	margin-right: 0;
}

.tab_tit_on {
	color: #ea1f22 !important;
	border-bottom: 2px solid #ec1e1e !important;
}

.main_news .study_box {
	padding: 0 30px;
}

.main_news .study_box>div {
	width: 260px;
	height: 60px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.main_news .study_box>div img {
	transition: all 0.5s;
}

.main_news .study_box>div:hover img {
	transform: scale(1.1);
}

.main_news .study_box a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	padding: 0 20px;
}

.news_list_tab {
	display: none;
}

.main_news .news_list {
	padding: 0 30px;
}

.main_news .news_list>li {
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0;
	position: relative;
}
.main_news .news_list>li:before{
	width: 4px;
	height: 4px;
	background-color: #999;
	border-radius: 50%;
	display: block;
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -2px;
}
.main_news .news_list>li:last-child {
	border-bottom: 0;
}

.main_news .news_list .title {
	width: 82%;
	transition: all 0.3s;
}

.main_news .news_list .time {
	color: #999;
	margin-right: 5px;
}

.main_news .news_list .jt {
	margin-top: 2px;
	margin-left: 5px;
}

.main_news .news_list .time {
	color: #999;
	margin-right: 5px;
}

.main_news .news_list>li:hover .title {
	color: #c20000;
}

.main_link {
	width: 100%;
	overflow: hidden;
}

#owl-link>.owl-controls{
    margin-top: 20px;
}
#owl-link .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbdada;
    overflow: hidden;
}
#owl-link .owl-controls .owl-page.active span{
    background: #ec1e1e;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.main_link .link_bg {
	display: block;
	height: 160px;
	text-align: center;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.main_link .link_bg img{
	transition: all 0.5s;
}
.main_link .link_bg:hover img{
	transform: scale(1.1);
}

.main_link .link_bg .p1 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 160px;
	color: #fff;
	padding: 0 10px;
}

.main_link .link_bg .p2 {
	font-size: 12px;
	color: #fff;
	font-style: italic;
	transform: scale(0.8);
	letter-spacing: 5px;
}

.sec1 {
	background: #fff;
	padding: 20px 0;
}

.sec1 .tool_list>li {
	display: inline-block;
	width: 16%;
	padding: 20px 0;
	position: relative;
}

.sec1 .tool_list>li:after {
	width: 1px;
	height: 40px;
	background: #ddd;
	float: right;
	content: '';
	margin-top: -60px;
}

.sec1 .tool_list>li:last-child:after {
	opacity: 0;
}

.sec1 .title {
	font-size: 16px;
	color: #282828;
	margin-bottom: 5px;
	transition: all 0.3s;
}

.sec1 .tool_list>li:hover .title {
	color: #c90020;
}

.sec1 .poa_box {
	position: absolute;
	top: 115px;
	width: 100%;
	box-shadow: 0 0 2px 1px #f1eded;
	z-index: 2;
	border-top: 3px solid #ec1e1e;
	display: none;
}

.sec1 .poa_box .poa_list>li {
	position: relative;
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #eee;
	line-height: 50px;
	color: #666;
	background: #fff;
}

.sec1 .poa_box .poa_list>li>a {
	display: block;
}

.sec1 .poa_box .poa_list>li:hover {
	background: #fde9e9;
	
}

.sec1 .poa_box .poa_list>li>a:hover {
	color: #ed2525;
}

.sec1 .poa_box .child_list {
	position: absolute;
	width: 380px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 11;
	display: none;
}
.sec1 .poa_box .child_list>img{
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 10px;
}
.sec1 .poa_box .child_list .cont{
	background: #fff;
	height: 100%;
	margin-left: 20px;
	box-shadow: 0 0 1px 2px #f1eded;
	padding-left: 20px;
}
.sec1 .poa_box .child_list .cont .img_box{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #b7b7b7;
	margin: 20px auto 10px;
	transition: all 0.3s;
}
.sec1 .poa_box .child_list .cont .img_box img{
	display: block;
	width: 100%;
}
.sec1 .poa_box .child_list .tit {
	line-height: 18px;
	font-size: 18px;
	padding-left: 5px;
	border-left: 4px solid #ec1e1e;
	margin-top: 40px;
}
.sec1 .poa_box .child_list .a_box{
	width: 72%;
}
.sec1 .poa_box .child_list a {
	/* display: inline-block; */
	margin: 0 5px;
	float: left;
	margin-right: 10px;
}
.sec1 .poa_box .child_list .cont .text{
	line-height: 14px;
	color: #888;
	transition: all 0.3s;
}
.sec1 .poa_box .child_list a:hover .text {
	color: #ec1e1e;
}
.sec1 .poa_box .child_list a:hover .img_box {
	background: #ec1e1e;
}

.bank_card {
	background: #fafafa;
}

.bank_card .card_list {
	background: #fff;
	padding: 35px 48px;
}

.bank_card .card_list li {
	float: left;
	width: 240px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px 2px #f4f4f4;
	margin-right: 48px;
}

.bank_card .card_list li:last-child {
	margin-right: 0;
}

.bank_card .card_list .img_box {
	height: 93px;
	overflow: hidden;
}

.bank_card .card_list .cont {
	height: 46px;
	padding-left: 20px;
	padding-top: 10px;
}

.bank_card .card_list .cont .s1 {
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	transition: all 0.3s;
}

.bank_card .card_list .cont .s2 {
	color: #7c807f;
}

.bank_card .card_list li:hover .s1 {
	color: #ec1e1e;
}

.sec2 {
	background: #fafafa;
	padding-bottom: 40px;
}

.sec2 .content {
	width: 386px;
	float: left;
	margin-right: 21px;
}

.sec2 .content:last-child {
	margin-right: 0;
}

.sec2 .cont {
	background: url(bg5.jpg) left top no-repeat;
	background-size: cover;
	height: 160px;
	box-shadow: 0 0 5px 2px #F4F4F4;
	padding: 20px;
}

.sec2 .cont ul {
	width: 90%;
	margin: 0 auto;
}

.sec2 .cont li {
	margin-bottom: 10px;
	position: relative;
}
.sec2 .cont li::before{
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 50%;
	display: block;
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -2px;
}

.sec2 .cont li a {
	font-size: 16px;
	transition: all 0.3s;
}

.sec2 .cont li a:hover {
	color: #ec1e1e;
}

.type_box {
	display: none;
	margin-bottom: 20px;
}

.type_list li {
	float: left;
	width: 25%;
	height: 260px;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.3s;
}

.type_list li:hover {
	box-shadow: 0 0 10px 8px #f1f1f1;
	z-index: 1;
	padding-top: 20px;
}

.type_list li:hover .more {
	bottom: 20px;
}

.type_list .img_box {
	width: 100%;
	height: 100px;
	display: table;
	margin-bottom: 10px;
}

.type_list .img_box>div {
	display: table-cell;
	vertical-align: middle;
}

.type_list .p1 {
	font-size: 20px;
	color: #ec1e1e;
	margin-bottom: 10px;
	display: block;
}

.type_list .p2 {
	color: #999;
	display: block;
}

.type_list .more {
	width: 100px;
	line-height: 30px;
	border: 1px solid #dd314b;
	color: #d61533;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -50px;
	bottom: -50px;
	transition: all 0.3s;
}

.type_list .more:hover {
	color: #fff;
	background: #dd314b;
}

.content_part {
	margin-bottom: 20px;
}

.content_part .common_box {
	height: 160px;
	border: 1px solid #eeeeee;
	position: relative;
	background: #fff;
	padding: 0 20px;
}

.content_part .two_box:nth-child(2n) {
	margin-right: 0;
}

.content_part .two_box {
	width: 49%;
	margin-right: 2%;
}

.content_part .two_box .img_bg {
	position: absolute;
	left: 5%;
	top: 15%;
}

.content_part .three_box .img_bg {
	position: absolute;
	right: 20px;
	bottom: 0;
}

.content_part .three_box:nth-child(3n) {
	margin-right: 0;
}

.content_part .three_box {
	width: 32%;
	margin-right: 2%;
}

.content_part .four_box:nth-child(4n) {
	margin-right: 0;
}

.content_part .four_box {
	width: 285px;
	margin-right: 20px;
	padding-top: 20px;
}

.content_part .two_box .infor_box {
	position: relative;
	z-index: 1;
	width: 70%;
	padding-top: 25px;
}

.content_part .three_box .infor_box {
	position: relative;
	z-index: 1;
	padding-top: 25px;
	top: 0;
}

.content_part .infor_title {
	font-size: 24px;
	margin-bottom: 15px;
	height: 35px;
	text-align: left;
}

.content_part .infor_title img {
	float: left;
	margin-right: 5px;
}

.content_part .more {
	padding: 0 10px;
	line-height: 30px;
	border: 1px solid #dcdcdc;
	color: #999999;
	font-size: 16px;
}

.content_part .more:hover {
	background: #dcdcdc;
}

.content_part .infor_tit {
	float: left;
	width: 50%;
	padding-right: 15px;
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
}

.content_part .infor_tit2 {
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
}

.content_part .infor_tit2:hover {
	color: #dd314b;
}

.content_part .infor_tit:hover {
	color: #dd314b;
}

.content_part .infor_tit:hover:before {
	background: #dd314b;
}

.subject_lunbo {
	background: url(bg7.png) no-repeat;
	padding-right: 5%;
	padding-left: 20%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 10px;
}

.subject_lunbo .lb_box {
	height: 100%;
	overflow: hidden;
}

.subject_lunbo .lab {
	width: 20%;
	line-height: 44px;
	background: #ffeccf;
	font-size: 24px;
	text-align: center;
}

.subject_lunbo .title {
	width: 80%;
	background: #fff7ec;
	line-height: 44px;
	color: #666;
	font-size: 16px;
	padding: 0 20px;
}
#owl-sub>.owl-controls{
    margin-top: 10px;
}
#owl-sub .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
}
#owl-sub .owl-controls .owl-page.active span{
	background: #ff9a00;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.sec_perf {
	background: #fafafa;
	padding-top: 40px;
}

.perf_cont {
	background: #fff;
	height: 160px;
	position: relative;
}

.perf_cont .perf_box {
	position: relative;
	z-index: 1;
	width: 70%;
	padding-top: 40px;
}

.perf_cont .img_bg {
	position: absolute;
	left: 5%;
	top: 20%;
}

.perf_cont .perf_box .perf {
	float: left;
	width: 50%;
	padding-right: 15px;
	color: #666;
	font-size: 16px;
	margin-bottom: 10px;
	transition: all 0.3s;
}
/* .perf_cont .perf_box .perf:before {
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #999;
	display: block;
	content: '';
	margin-right: 10px;
	margin-top: 8px;
} */
.perf_cont .perf_box .perf:hover {
	color: #dd314b;
}
/* .perf_cont .perf_box .perf:hover:before {
	background: #dd314b;
} */
.sec_cul {
	background: #fafafa;
}

.sec_cul .container {
	padding: 40px 20px 0;
	background: #fff;
}

.cul_title {
	border-bottom: 4px solid #f5e1e1;
	margin-bottom: 20px;
	color: #b71014;
	font-size: 24px;
	padding-bottom: 10px;
}

.cul_title .more {
	color: #999;
	font-size: 14px;
	margin-top: 6px;
}

.cul_title img {
	margin-right: 10px;
	margin-top: 7px;
}

.sec_cul .cul_cont .cont {
	width: 100%;
}
.sec_cul .cul_cont .img_box {
	width: 100%;
	margin-top: 20px;
}
.sec_cul .cul_cont .img_box img{
	max-width: 100%;
}

.sec_cul .content {
	font-size: 16px;
	line-height: 34px;
	color: #666;
}

.cul_list {
	margin-top: 40px;
	padding-bottom: 40px;
}

.cul_list li {
	width: 280px;
	float: left;
	margin-right: 13px;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	transition: all 0.3s;
}

.cul_list li:last-child {
	margin-right: 0;
}
.cul_list .img_box{
	width: 100%;
	height: 80px;
	background: url(img153.jpg) center no-repeat;
	background-size: cover;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
}
.cul_list .img_box span{
	width: 40px;
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left: -20px;
	bottom: 15px;
	display: block;
	position: absolute;
}
.cul_list .cont {
	height: 170px;
	padding: 20px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
}

.cul_list li:hover {
	box-shadow: 0 0 5px 3px #f5f5f5;
	opacity: 1;
}

.sec_cul2 {
	height: 435px;
	/* padding-top: 100px; */
	background: url(img93.jpg) top center no-repeat;
}
.cul2_tit{
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #b71014;
}
.cul2_tit img{
	margin-right: 5px;
}
.cul_tab {
	width: 17%;
}

.cul_tab>div {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #e41d1d;
	font-size: 18px;
	background: #f5f5f5;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}

.cul_active {
	background: #e41d1d !important;
	color: #fff !important;
}

.cul_main {
	display: none;
	float: right;
	width: 80%;
}

.cul_tabcont {
	height: 300px;
	padding: 0 5%;
	background: #fff;
	box-shadow: 0 0 5px 2px #f7f7f7;
	display: table;
	width: 100%;
}

.cul_tabcont .cul_cell {
	vertical-align: middle;
	display: table-cell;
}

.cul_tabcont .cul_cell .p1 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.cul_tabcont .cul_cell .p2 {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.cul_tab>div img {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -6px;
	display: none;
}

.culact_list{
	padding-bottom: 40px;
}
.culact_list li {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.culact_list li:last-child {
	margin-right: 0;
}

.culact_list .img_box {
	display: block;
	height: 216px;
	overflow: hidden;
	margin-bottom: 10px;
}
.culact_list .img_box img{
	transition: all 0.8s ease;
}
.culact_list li:hover .img_box img{
	transform: scale(1.1) ;
}
.culact_list li:hover .tit1{
	color: #b71014;
}
.culact_list .tit1 {
	font-size: 18px;
	margin-bottom: 5px;
	transition: all 0.5s;
}
.culact_list .video_box {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	height: 300px;
}
.culact_list .video_box .play{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: Alpha(Opacity=0);
	transition: all 0.3s;
	cursor: pointer;
}
.culact_list .video_box .play img{
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
}
.culact_list .video_box:hover .play{
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.culact_list .video_box .title{
	position: absolute;
	width: 100%;
	bottom: 0px;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	background: url(img140.png) center;
	padding: 0 10px;
}

.culact_list .tit2 {
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-height: 24px;
	height: 48px;
}

.phone_infor{
	background: #fafafa;
	/* display: none; */
}
.phone_infor .infor{
	width: 90%;
	height: 40px;
	overflow: hidden;
}
.phone_infor .infor .title{
	line-height: 40px;
	font-size: 16px;
	width: 90%;
}
.phone_infor .infor .title a:hover{
	color: #c20000;
}
.phone_infor .swiper-phone{
	height: 40px !important;
}
.phone_infor .infor img{
	margin-right: 20px;
	margin-top: 10px;
}
.phone_infor .more{
	line-height: 40px;
	color: #999;
	font-size: 14px;
}


.phone_sec1{
	display: none;
}

.ad_phone{
	display: none;
}
.mar_more{
	margin-top: 10px;
}
.mar_more a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 38px;
	margin: 0 auto;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	color: #999;
	border-radius: 50px;
	text-align: center;
	background: #fcfcfc;
	transition: all 0.3s;
}
.mar_more a:hover{
	background: #e9e9e9;
}

.sec_area .area_box_phone {
	display: none;
	padding: 40px;
	margin-bottom: 20px;
}
.sec_area .area_box_phone .tit1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sec_area .area_box_phone .tit2{
	font-size: 20px;
	line-height: 30px;
	color: #666;
	margin-bottom: 20px;
}
.sec_area .area_box_phone .tit3{
	display: inline-block;
	width: 200px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #ec1e1e;
	border-radius: 3px;
}
.swiper-card{
	display: none;
}
.tz_more{
	display: none;
}

.swiper-tab-news{
	display: none;
	height: 60px;
	border-bottom: 1px solid #f5f5f5;
}
.swiper-tab-news .child{
	width: 177px;
	height: 59px;
	line-height: 60px;
	font-size: 24px;
	color: #999;
	text-align: center;
}
.spec_title{
	margin-top: 10px;
}
.fh_ad{
	padding: 20px 0 10px 20px;
	background: #fff;
}
.fh_ad .img_box{
	margin-right: 20px;
	display: block;
	margin-bottom: 10px;
}

.banner .bt_box{
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -600px;
	top: 23%;
}
.bt_box .bt_title1{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #383041;
}
.bt_box .bt_title2{
	color: #504851;
	font-size: 24px;
	margin-bottom: 20px;
}

.phone_list a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	border-bottom: 1px solid #eee;
}
.phone_list a .img1{
	width: 50px;
}
.phone_list a .img1 img{
	float: left;
	margin-top: 18px;
}
.phone_list a .img2{
	margin-top: 20px;
}

.zt_content{
	background: #fff;
	padding: 20px;
}

#impor_zz{
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	filter: Alpha(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	display: none;
}
#impor_popup {
    width: 60%;
    height: 500px;
    position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -30%;
	margin-top: -250px;
    background-color: #fff;
    overflow: hidden;
	z-index: 99999;
	display: none;
}
#impor_popup .title{
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #EC1E1E;
	background-color: #f5f5f5;
	font-size: 16px;
}
#close_impor{
	margin-top: 12px;
	cursor: pointer;
}
#impor_popup .content{
	padding: 15px;
	height: 460px;
	overflow-y: scroll;
}

.dy_zz{
	width: 100%;
	height: 100%;
	z-index: 999999;
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: Alpha(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	display: none;
}
.mainyd{
	width: 1000px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -300px;
	z-index: 999999;
	display: none;
}
#owl-yd .owl-wrapper-outer{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#owl-yd>.owl-controls{
    position: absolute;
    bottom: -35px;
    left: 50%;
}
#owl-yd .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}
#owl-yd .owl-controls .owl-page.active span{
    background: #fff;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#yd_close{
	position: absolute;
	right: 0px;
	top: -50px;
	cursor: pointer;
	transition: all 0.5s;
}
#yd_close:hover{
	transform: rotate(90deg);
}
.ydcont{
	position: relative;
}
.mainyd .ydstep{
	position: absolute;
	width: 128px;
	height: 40px;
	line-height: 40px;
	left: 50%;
	margin-left: -64px;
	bottom: 26px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.poa_owl{
	width: 100%;
	height: 50px;
	left: 0;
	bottom: -50px;
	position: absolute;
}

.pop-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: none;
}
.pop-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 800;
	background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: Alpha(Opacity=80);
	
}
.pop-contain {
    position: absolute;
    z-index: 801;
    left: 50%;
    top: 12%;
    width: 70%;
    margin-left: -35%;
}
.pop-wrap {
    width: 95%;
    height: 100%;
}
.pop-wrap video {
    width: 100%;
}
.pop-close {
    position: absolute;
    right: 0px;
    top: -50px;
    cursor: pointer;
}


@media screen and (max-width: 1320px) {
	.section{
		padding: 20px 0;
	}
	.sec_xd .xd_list .content {
		padding: 10px 10px 0;
		width: 40%;
	}

	.sec_xd .xd_list .content .p1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.sec_xd .xd_list .content .p2 {
		margin-bottom: 2px;
	}

	.main_news .news_box {
		width: 482px;
		margin-right: 16px;
	}

	.spec_news {
		padding: 14px 20px 0;
	}

	.main_news .news_list {
		padding: 5px 20px 0;
	}

	.spec_news .img_box {
		width: 165px;
		margin-right: 10px;
	}

	.spec_news .tit {
		font-size: 16px;
		line-height: 22px;
		max-height: 44px;
	}
	.bank_card .card_list{
		padding: 20px;
	}
	.bank_card .card_list li{
		margin-right: 20px;
		width: 220px;
	}
	.bank_card .card_list .cont{
		padding-left: 10px;
	}
	.bank_card .card_list .cont .s1{
		font-size: 18px;
	}
	.sec_area .area_box{
		width: 480px;
	}
	.sec2 .content{
		width: 316px;
		margin-right: 15px;
	}
	.mar_box .mar_part2 .t1,.mar_box .mar_part1 .t1{
		font-size: 16px;
	}
	.mar_box .mar_part1{
		padding: 10px 10px 0;
	}
	.content_part .four_box{
		margin-right: 10px;
		width: 237px;
	}
	.content_part .four_box{
		padding-top: 10px;
	}
	.content_part .infor_title {
	    font-size: 20px;
	}
	.content_part .infor_tit{
		font-size: 14px;
	}
	.main_news .study_box{
		padding: 0 20px;
	}
	.news_tab2{
		padding: 0 20px;
	}
	.main_news .study_box>div{
		width: 215px;
	}
	.news_tab2 .tab_tit{
		margin-right: 10px;
		font-size: 15px;
	}
	.main_news .news_box{
		margin-bottom: 30px;
	}
	.cul_list li{
		width: 225px;
	}
	.cul_list .cont{
		padding: 10px;
	}
	.culact_list .img_box{
		height: 175px;
	}
	.banner .bt_box{
		margin-left: -500px;
		top: 15%;
	}
	.bt_box .bt_title1{
		font-size: 36px;
	}
	.bt_box .bt_title2{
		font-size: 18px;
	}
	.news_tab{
		padding: 0 20px;
	}
	.main_link .link_bg{
		height: 126px;
	}
	.main_link .link_bg .p1{
		line-height: 126px;
	}
	.culact_list .video_box{
		height: 260px;
	}
	.main_news .news_list .title{
		width: 78%;
	}
	.sec_xd .xd_list .img_box img {
	    /* transform: translate(-20px, 0px); */
	}
	.sec_xd .xd_list .img_box {
	    width: 60%;
	}
}

@media screen and (max-width: 1120px){
	.swiper-tab-news{
		display: block;
	}
	.ad{
		display: none;
	}
	.ad_phone{
		display: block;
	}
	.com_title_box .more{
		font-size: 18px;
	}
	.main_news .news_box{
		margin-right: 0;
		width: 100%;
	}
	.main_news .news_list .time{
		font-size: 20px;
	}
	.main_news .news_list .jt{
		display: none;
	}
	.sec_xd .xd_list .content .p2{
		display: none;
	}
	.sec_xd .xd_list .apply{
		background: #f03c3c;
		color: #fff;
		width: 100px;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
	.sec_xd .xd_list .content{
		padding: 10px;
	}
	.sec_xd .xd_list .content .p1{
		font-size: 20px;
		padding-top: 20px;
		float: left;
		margin-bottom: 0;
		line-height: 40px;
	}
	.news_tab .tab_tit{
		font-size: 24px;
	}
	.main_news .news_list .title{
		float: none;
		width: 100%;
		font-size: 20px;
		padding-bottom: 20px;
	}
	.main_news .news_list .time{
		float: none;
		width: 100%;
	}
	.main_news .news_list{
		padding: 0 20px;
	}
	.com_title_box .more{
		margin-top: 5px;
	}
	.news_tab{
		padding: 0 20px;
	}
	.sec1 .tool_list>li:after{
		display: none;
	}
	.sec1 .tool_list>li{
		width: 32%;
	}
	.sec1 .title{
		font-size: 20px;
		color: #666;
	}
	.phone_sec1{
		display: block;
		padding: 0;
	}
	.bank_card .card_list li:nth-child(2n){
		margin-right: 0;
	}
	.bank_card .card_list li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.bank_card .card_list .img_box{
		height: 130px;
	}
	.bank_card .card_list .cont .s1 {
	    font-size: 20px;
	}
	.bank_card .card_list .cont .s2{
		font-size: 18px;
	}
	.sec_area .area_box {
	    display: none;
	}
	.sec_area .area_box_phone {
	    display: block;
	}
	.sec2 .content{
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.sec2 .cont{
		background-size: cover;
		height: auto;
	}
	.sec2 .cont ul{
		width: 95%;
	}
	.sec2 .cont li{
		margin-bottom: 20px;
	}
	.sec2 .cont li a{
		font-size: 20px;
	}
	.perf_cont .perf_box{
		width: 75%;
		padding-top: 25px;
	}
	.perf_cont .perf_box .perf{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.perf_cont .perf_box .perf:before {
	    margin-top: 10px;
	}
	.perf_cont{
		height: auto;
		overflow: hidden;
		/* min-height: 128px; */
	}
	.mar_box .mar_part2 .t1,.mar_box .mar_part1 .t1{
		font-size: 18px;
	}
	.mar_box .mar_part1 .p1{
		font-size: 16px;
	}
	
	.type_list li{
		width: 50%;
		padding-top: 10px;
		height: 200px;
	}
	.type_list .p1{
		font-size: 22px;
	}
	.type_list .p2{
		font-size: 18px;
	}
	.type_list .more{
		display: none;
	}
	.content_part .two_box .img_bg,.content_part .three_box .img_bg{
		opacity: 0.2;
		filter: Alpha(Opacity=20);
	}
	.content_part .two_box .infor_box{
		width: 100%;
	}
	.content_part .two_box .infor_box,.content_part .three_box .infor_box{
		padding-top: 20px;
	}
	.content_part .infor_tit{
		font-size: 20px;
	}
	.content_part .three_box .infor_tit{
		width: 100%;
	}
	.content_part .three_box{
		height: 200px;
		padding-bottom: 20px;
	}
	.content_part .three_box .img_bg{
		opacity: 0.4;
		filter: Alpha(Opacity=40);
	}
	.subject_lunbo{
		padding-right: 20px;
		padding-left: 180px;
	}
	.content_part .four_box{
		width: 370px;
		margin-bottom: 10px;
	}
	.content_part .four_box:nth-child(2n){
		margin-right: 0;
	}
	.news_tab2 .tab_tit{
		width: 177px;
		font-size: 24px;
	}
	.main_news .study_box>div{
		width: 260px;
		margin: 0 40px;
	}
	.main_news .study_box{
		padding-top: 20px;
	}
	.main_news .study_box a{
		font-size: 22px;
	}
	.main_news .news_box{
		margin-bottom: 20px;
	}
	.spec_title{
		margin-top: 20px;
	}
	.sec_cul .content{
		font-size: 20px;
	}
	.cul_list li{
		width: 348px;
		opacity: 1;
		filter: Alpha(Opacity=100);
		margin-bottom: 20px;
	}
	.cul_list li:nth-child(2n){
		margin-right: 0;
	}
	.cul_list .cont{
		font-size: 20px;
		box-shadow: 0 0 5px 3px #f5f5f5;
	}
	.cul_tab>div{
		font-size: 20px;
	}
	.cul_tabcont .cul_cell .p2{
		font-size: 18px;
	}
	.culact_list .img_box{
		height: 130px;
	}
	.cul_tab{
		width: 100%;
		margin-bottom: 0px;
		margin-top: 0 !important;
	}
	.sec_cul2{
		height: auto;
	}
	.cul_tab>div img{
		display: none !important;
	}
	.cul_tab>div{
		width: 25%;
		height: 40px;
		line-height: 40px;
		float: left;
		font-size: 18px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.cul_main{
		width: 100%;
	}
	.cul_tabcont{
		height: auto;
		display: block;
		padding: 20px 10px;
	}
	.cul_tabcont .cul_cell .p1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.cul_tabcont .cul_cell .p2{
		font-size: 18px;
	}
	.main_news .news_list>li:before{
		display: none;
	}
	.main_news .news_box .content{
		box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	}
	.sec_xd .xd_list{
		height: auto;
	}
	.sec_xd .xd_list .img_box img {
	    transform: translate(0px, 0px);
		display: block;
		width: 100%;
	}
	.sec_xd .xd_list:hover .img_box>img {
	    transform: scale(1);
	}
	.sec_xd .xd_list .content{
	}
	.sec_xd .xd_list .img_box{
		height: auto;
	}
	.culact_list .video_box{
		height: 220px;
	}
	.main_news_wrap{
		margin-bottom: 40px;
	}
	.news_box_part{
		width: 100%;
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.zynews_tab{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 22px;
	}
	#impor_popup{
		width: 80%;
		margin-left: -40%;
	}
	.mainyd{
		width: 98%;
		height: auto;
		margin-left: -49%;
	}
	.pop-contain{
		width: 100%;
		left: 0;
		height: 400px;
		top: 32%;
		margin-left: 0;
	}
}

@media screen and (max-width: 767px){
	.phone_sec1 img{
		width: 30px;
	}
	.phone_infor{
		padding: 0 10px;
	}
	.phone_infor .more{
		font-size: 14px;
	}
	.phone_infor .infor{
		width: 80%;
	}
	.phone_infor .infor .title{
		font-size: 14px;
		width: 88%;
	}
	.phone_infor .infor img{
		margin-top: 10px;
		margin-right: 10px;
	}
	.section{
		padding: 10px;
	}
	.com_title_box img{
		width: 30px;
		margin-right: 0;
	}
	.com_title_box .title,.com_title_box .title_link{
		font-size: 16px;
		line-height: 26px;
	}
	.com_title_box{
		margin-bottom: 10px;
	}
	.news_tab{
		padding: 0;
	}
	.main_news .news_list{
		padding: 0 10px;
	}
	.news_tab .tab_tit{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.main_news .news_list .title{
		font-size: 16px;
		padding-bottom: 5px;
	}
	.main_news .news_list>li{
		padding: 10px 0;
	}
	.sec1 .tool_list>li{
		padding: 10px 0;
	}
	.sec1 .title{
		font-size: 14px;
	}
	.main_news .news_list .time{
		font-size: 12px;
	}
	.main_link .link_bg{
		height: 120px;
		margin-right: 0px;
	}
	.main_link .link_bg .p1{
		font-size: 14px;
		line-height: 120px;
	}
	#owl-xd .owl-controls .owl-page span{
		margin: 0 5px;
		width: 8px;
		height: 8px;
	}
	#owl-xd>.owl-controls {
	    margin-top: 0px;
	}
	
	.sec_xd .xd_list{
		margin-right: 0;
	}
	.sec_xd .xd_list .content .p1 {
	    font-size: 18px;
		line-height: 34px;
	}
	.sec_xd .xd_list .apply {
	    font-size: 16px;
	    height: 34px;
	    line-height: 34px;
	}
	.com_title_box .more {
	    margin-top: 0px;
		font-size: 14px;
	}
	#owl-link>.owl-controls {
	    margin-top: 10px;
	}
	#owl-link .owl-controls .owl-page span {
	    width: 8px;
	    height: 8px;
	    margin: 0 5px;
	}
	#owl-sub>.owl-controls {
	    margin-top: 10px;
	}
	#owl-sub .owl-controls .owl-page span {
	    width: 8px;
	    height: 8px;
	    margin: 0 5px;
	}
	.bank_card{
		padding: 0 10px;
	}
	.bank_card .card_list{
		padding: 0;
		background: transparent;
	}
	.bank_card .card_list .img_box {
	    height: 90px;
	    overflow: hidden;
	}
	.bank_card .card_list .cont .s1 {
	    font-size: 16px;
	}
	.bank_card .card_list .cont .s2 {
	    font-size: 14px;
	}
	.swiper-card{
		height: 136px;
		display: block;
	}
	.card_link{
		margin-right: 20px;
		display: block;
		box-shadow: 0 0 5px 2px #f4f4f4;
	}
	.bank_card .card_list .cont{
		border-bottom: 1px solid #f4f4f4;
	}
	.sec_area .area_box_phone{
		padding: 20px;
	}
	.sec_area .area_box_phone .tit1 {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	.sec_area .area_box_phone .tit2 {
	    font-size: 14px;
	    line-height: 20px;
		margin-bottom: 10px;
	}
	.sec_area .area_box_phone .tit3 {
	    width: 120px;
	    line-height: 34px;
	    font-size: 16px;
	}
	.sec2{
		padding: 10px;
	}
	.sec2 .cont li a {
	    font-size: 16px;
	}
	.sec_perf{
		padding: 20px 10px 0;
	}
	.perf_cont .img_bg{
		opacity: 0.2;
	}
	.perf_cont .perf_box{
		width: 100%;
		padding: 20px 20px 0;
	}
	.perf_cont .perf_box .perf{
		font-size: 15px;
	}
	.perf_cont .perf_box .perf:before {
	    width: 5px;
	    height: 5px;
		margin-right: 5px;
	}
	.main_news .news_box{
		margin-bottom: 20px;
	}
	.main_news .news_box .mar_box{
		height: auto;
	}
	.mar_box .mar_part{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.mar_box .mar_part2{
		width: 49%;
		float: left;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.mar_box .mar_part .mar_part2:nth-child(2n){
		margin-right: 0;
	}
	.mar_box .mar_part2 .t1{
		font-size: 16px;
	}
	.mar_box .mar_part1{
		height: auto;
		padding-bottom: 10px;
	}
	
	.type_list .p1 {
	    font-size: 18px;
	}
	.type_list .p2{
		font-size: 14px;
	}
	.content_part .common_box{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 0 10px;
		height: auto;
	}
	.content_part .two_box .infor_box, .content_part .three_box .infor_box{
		padding-top: 10px;
	}
	.content_part .infor_title{
		font-size: 18px;
	}
	.content_part .infor_tit {
	    font-size: 15px;
	}
	.content_part .three_box{
		padding-bottom: 10px;
	}
	.content_part{
		margin-bottom: 0px;
		display: block !important;
	}
	.content_part .three_box{
		padding-bottom: 10px;
	}
	.com_title_box .tab_title{
		font-size: 18px;
	}
	.subject_lunbo{
		padding-left: 0;
		padding-right: 0;
		padding-top: 110px;
	}
	.subject_lunbo .lab{
		width: 100%;
		font-size: 20px;
		line-height: 40px;
	}
	.subject_lunbo .title{
		width: 100%;
		font-size: 14px;
		padding: 0 10px;
	}
	.content_part .three_box .infor_tit {
	    width: 50%;
	}
	.content_part .four_box{
		padding: 10px;
	}
	.content_part .infor_tit2 {
	    font-size: 15px;
	}
	.main_news .study_box{
		padding: 10px 10px 0;
	}
	.main_news .study_box>div{
		margin: 0;
		width: 48%;
	}
	.main_news .study_box a {
	    font-size: 16px;
	}
	.news_tab2 .tab_tit {
	    font-size: 14px;
		width: 25%;
	}
	.news_tab2{
		padding: 0;
	}
	.swiper-tab-news .child{
		font-size: 14px;
		width: 88px;
	}
	.sec_cul .container{
		padding: 10px !important;
	}
	.cul_title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cul_title img{
		margin-top: 4px;
	}
	.sec_cul .content{
		font-size: 16px;
		line-height: 30px;
	}
	.cul_list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.cul_list .cont{
		padding: 10px;
		font-size: 16px;
		height: auto;
	}
	.cul_list{
		padding-bottom: 0;
		margin-top: 20px;
	}
	.culact_list{
		padding-bottom: 0;
	}
	.culact_list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.culact_list .img_box{
		height: auto;
	}
	.culact_list .tit1 {
	    font-size: 18px;
	}
	.culact_list .tit2 {
	    font-size: 14px;
	}
	.fh_ad{
		padding: 10px;
	}
	.culact_list .video_box{
		height: auto;
	}
	.culact_list .video_box .play{
		opacity: 1;
	}
	.culact_list .video_box .title{
		font-size: 16px;
	}
	.phone_list{
		padding: 0;
	}
	.phone_list a{
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}
	.phone_list a .img1{
		width: 50px;
	}
	.phone_list a .img1 img{
		margin-top: 20px;
	}
	.phone_list a .img2{
		margin-top: 24px;
	}
	.cul_list .img_box{
		font-size: 18px;
		height: 60px;
		line-height: 60px;
	}
	.cul_list .img_box span{
		bottom: 10px;
	}
	.cul2_tit{
		font-size: 18px;
	}
	.cul_tab>div{
		font-size: 16px;
	}
	.cul_tab>.long_cont{
		width: 50%;
	}
	.cul_tabcont .cul_cell .p1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cul_tabcont .cul_cell .p2{
		font-size: 16px;
	}
	.zt_content{
		padding: 10px;
	}
	.main_news_wrap .news_list{
		padding-left: 0 !important;
	}
	.zynews_tab {
	    padding-left: 0px;
	    padding-right: 0px;
	    font-size: 16px;
		height: 50px;
	}
	.zynews_tab .line{
		margin: 4px 15px 0;
	}
	.com_title_box .line{
		margin: 3px 10px 0;
	}
	.fh_ad .img_box{
		margin-right: 0;
	}
	#impor_popup{
		width: 96%;
		margin-left: -48%;
	}
	.mainyd{
		margin-top: 0;
		top: 30%;
	}
	.mainyd .ydstep {
	    width: 80px;
	    height: 26px;
	    line-height: 26px;
	    margin-left: -40px;
	    bottom: 5px;
	    font-size: 12px;
	}
}