@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: "微软雅黑" !important;
	background-color: #fff;
	font-size: 14px;
	height: 100%;
}

a,
a:hover {
	text-decoration: none !important;
	outline: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.common_width {
	width: 1200px;
	margin: 0 auto;
}

body ul,
body p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

img {
	border: none;
	outline: none;
}

input {
	outline: none;
	border: 0;
	font-family: "微软雅黑" !important;
	background: none;
}

input[type="button"],
    input[type="submit"],
    input[type="reset"] {
	-webkit-appearance: none;
}
/*清除苹果按钮样式*/
.btn:focus {
	outline: none !important;
}

@font-face {
	font-family: "KabelCBook";
    src: url(KabelC-Book.otf);
}

::-webkit-input-placeholder {
    /* WebKit browsers */
	color: #999;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.2);
}
/*------LESS------*/
.bd_weixin_popup {
	box-sizing: content-box;
	padding: 20px 15px 40px;
}

.header {
	height: 120px;
	background: #b62719;
}

.header .common_width {
	height: 100%;
	/*background: url(../images/header_bg.png) no-repeat 430px 0px;*/
}

.header .common_width .home_logo {
	width: 666px;
	height: 100%;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat center;
}

.header .common_width form {
	width: 260px;
	height: 44px;
	margin-top: 38px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	font-size: 0;
	color: #8d9092;
    background-color:#fff;
}

.header .common_width form input[type='submit'] {
	width: 48px;
	height: 42px;
	float: right;
	background: #B62719 url(../images/search.png) no-repeat center;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.header .common_width form input[type='text'] {
	width: 210px;
	float: left;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	font-size: 14px;
	color: #8d9092;
}

.nav {
	height: 46px;
	line-height: 46px;
	background-color: #8c110c;
}

.nav > ul {
	height: 100%;
	text-align: center;
}

.nav > ul > li {
	height: 100%;
	width: 16.66666667%;
	float: left;
	padding: 12px 0;
	background-color: #8c110c;
	position: relative;
	transition: all 0.2s ease 0.1s;
}

.nav > ul > li > a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	border-right: 1px solid #be3b54;
	transition: all 0.2s ease 0.1s;
}

.nav > ul > li:last-child > a {
	border-right: 1px solid #B62719;
}

.nav > ul > li:hover {
	background-color: #730803;
}

.nav > ul > li:hover > a {
	border-right: 1px solid #900000;
}

.nav > ul > li > ul {
	border-top: 1px solid #75071b;
	position: absolute;
	width: 100%;
	top: 46px;
	left: 0;
	display: none;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #900000;
	z-index: 999;
}

.nav > ul > li > ul li {
	background-color: #900000;
	height: 40px;
	line-height: 40px;
	transition: all 0.2s ease 0.1s;
}

.nav > ul > li > ul li a {
	color: #fff;
	font-size: 14px;
	display: block;
}

.nav > ul > li > ul li:hover {
	background-color: #B62719;
}

.main {
	padding-top: 20px;
}

.main .notice {
	height: 360px;
	margin-bottom: 24px;
}

.main .notice .common_width {
	height: 100%;
}

.main .notice .common_width .fl {
	width: 700px;
	height: 100%;
}

.main .notice .common_width .fl .swiper-container {
	height: 100%;
}

.main .notice .common_width .fl .swiper-container .swiper-slide a {
	display: block;
	height: 100%;
	position: relative;
}

.main .notice .common_width .fl .swiper-container .swiper-slide a p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 46px;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	color: #fff;
	padding-left: 28px;
	padding-right: 110px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main .notice .common_width .fl .swiper-container .swiper-pagination {
	bottom: 0;
	left: auto;
	right: 0;
	font-size: 0;
	padding: 18px 30px;
	width: auto;
}

.main .notice .common_width .fl .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #9b9b99;
	cursor: pointer;
}

.main .notice .common_width .fl .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}

.main .notice .common_width .fr {
	width: 470px;
}

.main .notice .common_width .fr h2 {
	height: 40px;
	border-bottom: 1px solid #B62719;
	line-height: 32px;
	font-size: 20px;
	padding: 0 3px;
	margin: 0 auto;
}

.main .notice .common_width .fr h2 a {
	height: 100%;
	display: block;
	color: #B62719;
}

.main .notice .common_width .fr h2 span {
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.main .notice .common_width .fr ul {
	padding: 0 3px;
}

.main .notice .common_width .fr ul li {
	line-height: 40px;
	height: 40px;
	position: relative;
}

.main .notice .common_width .fr ul li a {
	font-size: 16px;
	color: #3d3d3d;
	height: 100%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 62px;
	transition: all 0.2s ease 0.1s;
}

.main .notice .common_width .fr ul li span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #8d9092;
	transition: all 0.2s ease 0.1s;
}

.main .notice .common_width .fr ul li:hover a,
                        .main .notice .common_width .fr ul li:hover span {
	color: #B62719;
}

.main #subject {
	height: 120px;
	width: 1200px;
	margin: 0 auto;
	display: block;
}

.main .list1 {
	padding-bottom: 50px;
}

.main .list1 h2 {
	text-align: center;
	line-height: 90px;
	padding-top: 8px;
	font-size: 26px;
	margin: 0;
}

.main .list1 h2 a {
	display: block;
	height: 100%;
}

.main .list1 h2 a span {
	padding-left: 35px;
	display: inline-block;
	line-height: 90px;
	font-weight: bold;
	color: #252525;
	background: url(../images/l1.png) no-repeat left center;
	margin-right: -60px;
}

.main .list1 h2 a span.more {
	background: none;
	float: right;
	font-size: 14px;
	padding-right: 8px;
	font-weight: normal;
	color: #B62719;
	margin: 0;
}

.main .list1 .col-md-3 > div {
	height: 200px;
	border: 1px solid #e6e6e6;
	transition: all 0.2s ease 0.1s;
}

.main .list1 .col-md-3 > div a {
	display: block;
	height: 100%;
	padding: 20px 25px;
}

.main .list1 .col-md-3 > div a span.date {
	line-height: 40px;
	color: #B62719;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Arial';
	display: inline-block;
}

.main .list1 .col-md-3 > div a em {
	width: 50px;
	height: 1px;
	background-color: #B62719;
	display: block;
}

.main .list1 .col-md-3 > div a p {
	line-height: 28px;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 22px;
	height: 56px;
	overflow: hidden;
	color: #333;
	transition: all 0.2s ease 0.1s;
}

.main .list1 .col-md-3 > div a span.more {
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #666;
	display: inline-block;
	padding-left: 24px;
	background: url(../images/more.png) no-repeat left center;
	transition: all 0.2s ease 0.1s;
}

.main .list1 .col-md-3 > div:hover {
	border: 1px solid #B62719;
}

.main .list1 .col-md-3 > div:hover p,
                .main .list1 .col-md-3 > div:hover span.more {
	color: #B62719;
}

.main .list2 {
	height: 440px;
	background: #f5f5f5;
        /*background: url(../images/list2_bg.png) no-repeat center;*/
}

.main .list2 h2 {
	text-align: center;
	line-height: 74px;
	padding-top: 16px;
	font-size: 26px;
	margin: 0;
}

.main .list2 h2 a {
	display: block;
	height: 100%;
}

.main .list2 h2 a span {
	padding-left: 35px;
	display: inline-block;
	line-height: 74px;
	font-weight: bold;
	color: #252525;
	background: url(../images/l2.png) no-repeat left center;
	margin-right: -60px;
}

.main .list2 h2 a span.more {
	background: none;
	float: right;
	font-size: 14px;
	padding-right: 8px;
	font-weight: normal;
	color: #B62719;
	margin: 0;
}

.main .list2 .col-md-4 a {
	display: block;
	padding-bottom: 15px;
}

.main .list2 .col-md-4 a .pic {
	height: 240px;
	position: relative;
}

.main .list2 .col-md-4 a .pic span {
	width: 120px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #B62719 url(../images/date.png) no-repeat left 16px center;
	padding-left: 34px;
	font-size: 14px;
	color: #fff;
}

.main .list2 .col-md-4 a p {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #333;
	margin-top: 13px;
	transition: all 0.2s ease 0.1s;
}

.main .list2 .col-md-4:hover p {
	color: #B62719;
}

.main .list3 {
	padding-bottom: 28px;
}

.main .list3 h2 {
	text-align: center;
	line-height: 96px;
	padding-top: 7px;
	font-size: 26px;
	margin: 0;
}

.main .list3 h2 a {
	display: block;
	height: 100%;
}

.main .list3 h2 a span {
	padding-left: 35px;
	display: inline-block;
	line-height: 96px;
	font-weight: bold;
	color: #252525;
}

.main .list3 h2 a span.more {
	background: none;
	float: right;
	font-size: 14px;
	padding-right: 8px;
	font-weight: normal;
	color: #B62719;
	margin: 0;
}

.main .list3 .col-md-12 {
	margin-bottom: 30px;
}
.main .list3 a{
	display:block;
    height:90px;
}

.main .list3 .col-md-4 a {
	height: 90px;
	display: block;
	background-color: #ebebeb;
	border-radius: 7px;
	transition: all 0.2s ease 0.1s;
}

.main .list3 .col-md-12 a > span {
	background-color: #8d9092;
	width: 102px;
	height: 100%;
	line-height: 90px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	transition: all 0.2s ease 0.1s;
}

.main .list3 .col-md-12 a p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	height: 90px;
	padding: 17px 20px 17px 122px;
	transition: all 0.2s ease 0.1s;
}

.main .list3 .col-md-12 a p span {
	max-height: 56px;
	overflow: hidden;
	display: inline-block;
}

.main .list3 .col-md-12:hover > a > span {
	background-color: #B62719;
}

.main .list3 .col-md-12:hover p {
	color: #B62719;
}


.main .list3 ul {
	padding: 0 3px;
}

.main .list3 ul li {
	line-height: 40px;
	height: 40px;
	position: relative;
}

.main .list3 ul li a {
	font-size: 16px;
	color: #3d3d3d;
	height: 100%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 62px;
	transition: all 0.2s ease 0.1s;
}
.main .list3 ul li span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #8d9092;
    transition: all 0.2s ease 0.1s;
}

.main .list4 {
	padding: 5px 0 38px;
}

.main .list4 .col-md-4 {
	height: 122px;
	padding: 5px 0px;
}

.main .list4 .col-md-4 a {
	display: block;
	height: 100%;
}

.main .list4 h2 {
	text-align: center;
	line-height: 90px;
	padding-top: 8px;
	font-size: 26px;
	margin: 0;
}

.main .list4 h2 a {
	display: block;
	height: 100%;
}

.main .list4 h2 a span {
	padding-left: 35px;
	display: inline-block;
	line-height: 90px;
	font-weight: bold;
	color: #252525;
	background: url(../images/l3.png) no-repeat left center;
	margin-right: -60px;
}

.main .list4 h2 a span.more {
	background: none;
	float: right;
	font-size: 14px;
	padding-right: 8px;
	font-weight: normal;
	color: #B62719;
	margin: 0;
}



.main .list5 {
	height: 420px;
	background-color: #f5f5f5;
}

.main .list5 h2 {
	text-align: center;
	line-height: 90px;
	padding-top: 10px;
	font-size: 26px;
}

.main .list5 h2 a {
	display: block;
	height: 100%;
}

.main .list5 h2 a span {
	padding-left: 35px;
	display: inline-block;
	line-height: 90px;
	font-weight: bold;
	color: #252525;
	background: url(../images/video.png) no-repeat left top 35px;
	margin-right: -60px;
}

.main .list5 h2 a span.more {
	background: none;
	float: right;
	font-size: 14px;
	padding-right: 8px;
	font-weight: normal;
	color: #B62719;
	margin: 0;
}

.main .list5 .swiper-slide .pic {
	height: 240px;
}

.main .list5 .swiper-slide .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7) url(../images/play.png) no-repeat center;
	transition: all 0.35s ease 0.1s;
}

.main .list5 .swiper-slide p {
	line-height: 64px;
	font-size: 16px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.2s ease 0.1s;
}

.main .list5 .swiper-slide:hover p {
	color: #B62719;
}

.main .list5 .swiper-slide:hover .pic:before {
	opacity: 1;
}

.main .list5 .swiper-button-prev,
        .main .list5 .swiper-button-next {
	width: 28px;
	height: 50px;
	top: 104px;
	margin-top: 0;
	opacity: 1 !important;
}

.main .list5 .swiper-button-prev {
	left: -78px;
	background: url(../images/left.png) no-repeat center;
}

.main .list5 .swiper-button-next {
	right: -78px;
	background: url(../images/right.png) no-repeat center;
}

.main .list6 {
	height: 420px;
	background-color: #f5f5f5;
}

.main .list6 h2 {
	text-align: center;
	line-height: 90px;
	padding-top: 10px;
	font-size: 26px;
}

.main .list6 h2 a {
	display: block;
	height: 100%;
}

.main .list6 h2 a span {
	padding-left: 35px;
	display: inline-block;
	line-height: 90px;
	font-weight: bold;
	color: #252525;
	background: url(../images/l3.png) no-repeat left center;
	margin-right: -60px;
}

.main .list6 h2 a span.more {
	background: none;
	float: right;
	font-size: 14px;
	padding-right: 8px;
	font-weight: normal;
	color: #B62719;
	margin: 0;
}

.main .list6 .swiper-slide .pic {
	height: 240px;
}

.main .list6 .swiper-slide .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7) url(../images/read.png) no-repeat center;
	transition: all 0.35s ease 0.1s;
}

.main .list6 .swiper-slide p {
	line-height: 64px;
	font-size: 16px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.2s ease 0.1s;
}

.main .list6 .swiper-slide:hover p {
	color: #B62719;
}

.main .list6 .swiper-slide:hover .pic:before {
	opacity: 1;
}

.main .list6 .swiper-button-prev,
        .main .list6 .swiper-button-next {
	width: 28px;
	height: 50px;
	top: 104px;
	margin-top: 0;
	opacity: 1 !important;
}

.main .list6 .swiper-button-prev {
	left: -78px;
	background: url(../images/left.png) no-repeat center;
}

.main .list6 .swiper-button-next {
	right: -78px;
	background: url(../images/right.png) no-repeat center;
}

.footer {
	height: 240px;
}

.footer .info {
	height: 190px;
	background-color: #B62719;
	padding: 25px 0;
}

.footer .info .common_width {
	height: 100%;
}

.footer .info .common_width .fl {
	width: 380px;
	height: 100%;
	border-right: 2px solid #fff;
}

.footer .info .common_width .fl li {
	width: 50%;
	height: 29px;
	line-height: 29px;
	float: left;
}

.footer .info .common_width .fl li a {
	color: #fff;
	padding-left: 6px;
	display: block;
}

.footer .info .common_width .fl h6 {
	line-height: 24px;
	font-size: 14px;
	margin: 0;
	color: #fff;
}

.footer .info .common_width .fr {
	width: 820px;
	height: 100%;
	padding-left: 84px;
	position: relative;
}

.footer .info .common_width .fr h6 {
	line-height: 24px;
	font-size: 14px;
	margin: 0;
	color: #fff;
}

.footer .info .common_width .fr p {
	height: 29px;
	line-height: 29px;
	color: #fff;
	padding-left: 6px;
}
                /*.footer .info .common_width .fr p.phone {
  background: url(../images/phone.png) no-repeat left 6px center;
}
.footer .info .common_width .fr p.zip {
  background: url(../images/zip.png) no-repeat left 6px center;
}
.footer .info .common_width .fr p.email {
  background: url(../images/email.png) no-repeat left 6px center;
}
.footer .info .common_width .fr p.address {
  background: url(../images/address.png) no-repeat left 6px center;
}*/
.footer .info .common_width .fr .qr_code {
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.footer .info .common_width .fr .qr_code div {
	width: 200px;
	height: 100%;
	float: left;
	padding-right: 50px;
}

.footer .info .common_width .fr .qr_code div img {
	display: inline-block;
	margin: 0 15px;
	width: 120px;
}

.footer .info .common_width .fr .qr_code div p {
	padding-left: 0;
	text-align: center;
	color: #fff;
	line-height: 28px;
	height: 28px;
}

.footer .copyright {
	height: 50px;
	line-height: 50px;
	background-color: #B62719;
	color: #fff;
	text-align: center;
}

.footer .copyright a {
	color: #fff;
}

.page .tit {
	height: 250px;
	background: url(../images/paget_bg.png) no-repeat center;
	margin-bottom: 16px;
}

.page .tit .bdsharebuttonbox {
	float: right;
	padding-right: 9px;
}

.page .tit .bdsharebuttonbox a {
	margin: 5px 4px 5px 0;
	padding-left: 16px;
	border-radius: 2px;
	transition: all 0.2s ease 0.1s;
}

.page .tit .bdsharebuttonbox a.bds_weixin {
	background: #999999 url(../images/wechat.png) no-repeat center;
}

.page .tit .bdsharebuttonbox a.bds_weixin:hover {
	background: #B62719 url(../images/wechat.png) no-repeat center;
}

.page .tit .bdsharebuttonbox a.bds_tsina {
	background: #999999 url(../images/sina.png) no-repeat center;
}

.page .tit .bdsharebuttonbox a.bds_tsina:hover {
	background: #B62719 url(../images/sina.png) no-repeat center;
}

.page .tit .bdsharebuttonbox a.bds_sqq {
	background: #999999 url(../images/qq.png) no-repeat center;
}

.page .tit .bdsharebuttonbox a.bds_sqq:hover {
	background: #B62719 url(../images/qq.png) no-repeat center;
}

.page .tit .bdsharebuttonbox a.bds_more {
	background: #999999 url(../images/more_btn.png) no-repeat center;
}

.page .tit .bdsharebuttonbox a.bds_more:hover {
	background: #B62719 url(../images/more_btn.png) no-repeat center;
}

.page h2 {
	height: 60px;
	line-height: 64px;
	border-bottom: 1px solid #B62719;
	color: #333;
	font-size: 24px;
	margin: 0 0 20px;
}

.page h2 .crumbs {
	float: right;
	height: 60px;
	line-height: 64px;
}

.page h2 .crumbs a {
	font-size: 14px;
	color: #999;
	float: left;
	height: 60px;
}

.page h2 .crumbs a span {
	display: inline-block;
	height: 60px;
	padding: 0 5px;
}

.page .video_list {
	padding-bottom: 20px;
}

.page .video_list .col-md-6 {
	height: 180px;
	margin-bottom: 30px;
}

.page .video_list .col-md-6 a {
	display: block;
}

.page .video_list .col-md-6 a .pic {
	width: 280px;
	height: 180px;
	float: left;
}

.page .video_list .col-md-6 a .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7) url(../images/sm_play.png) no-repeat center;
	transition: all 0.35s ease 0.1s;
}

.page .video_list .col-md-6 a .txt {
	height: 180px;
	width: 100%;
	padding-left: 305px;
	padding-right: 40px;
}

.page .video_list .col-md-6 a .txt h5 {
	margin: 0;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
	color: #B62719;
}

.page .video_list .col-md-6 a .txt p {
	font-size: 14px;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
	color: #808080;
}

.page .video_list .col-md-6 a .txt span.date {
	font-size: 14px;
	color: #999;
	display: inline-block;
	line-height: 30px;
}

.page .video_list .col-md-6:nth-child(even) a {
	padding-left: 20px;
}

.page .video_list .col-md-6:nth-child(even) a .txt {
	padding-right: 20px;
}

.page .video_list .col-md-6:hover .pic:before {
	opacity: 1;
}

.page .pic_list {
	padding-bottom: 30px;
}

.page .pic_list .col-md-9 li {
	height: 180px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 19px;
	margin-bottom: 20px;
}

.page .pic_list .col-md-9 li a {
	display: block;
	height: 100%;
}

.page .pic_list .col-md-9 li a .pic {
	width: 240px;
	height: 100%;
	float: left;
}

.page .pic_list .col-md-9 li a .txt {
	width: 100%;
	height: 100%;
	padding-left: 266px;
}

.page .pic_list .col-md-9 li a .txt h5 {
	margin: 0;
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 42px;
}

.page .pic_list .col-md-9 li a .txt p {
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	color: #777;
}

.page .pic_list .col-md-9 li a .txt span {
	display: inline-block;
	margin-top: 3px;
	line-height: 28px;
	color: #B62719;
	padding-left: 21px;
	background: url(../images/date1.png) no-repeat left center;
}

.page .pic_list .col-md-9 .tit {
	height: auto;
	min-height: 78px;
	background: none;
	border-bottom: 1px solid #ebebeb;
}

.page .pic_list .col-md-9 .tit h6 span {
	font-size: 20px;
	color: #B62719;
	padding: 8px 0;
	margin: 0;
	line-height: 28px;
}

.page .pic_list .col-md-9 .tit span {
	display: inline-block;
	height: 34px;
	line-height: 26px;
	font-size: 14px;
	color: #999;
	padding-left: 25px;
}

.page .pic_list .col-md-9 .tit span.date {
	background: url(../images/date2.png) no-repeat left 7px top 7px;
}

.page .pic_list .col-md-3 h3 {
	margin: 0;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #B62719;
}

.page .pic_list .col-md-3 h3 a {
	color: #fff;
}

.page .pic_list .col-md-3 h3 span {
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.page .pic_list .col-md-3 ul {
	padding: 5px 20px;
	background-color: #f5f5f5;
}

.page .pic_list .col-md-3 ul li {
	font-size: 14px;
	color: #B62719;
	line-height: 24px;
	padding: 13px 0;
}

.page .pic_list .col-md-3 ul li a {
	color: #3d3d3d;
	transition: all 0.2s ease 0.1s;
}

.page .pic_list .col-md-3 ul li + li {
	border-top: 1px dashed #eedde0;
}

.page .pic_list .col-md-3 ul li:hover a {
	color: #B62719;
}

.page .normal_page {
	padding-top: 20px;
	padding-bottom: 20px;
}

.page .normal_page .col-md-3 h3 {
	line-height: 50px;
	height: 50px;
	background-color: #B62719;
	color: #fff;
	font-size: 22px;
	margin: 0;
	text-align: center;
}

.page .normal_page .col-md-3 ul {
	padding: 10px 0;
	background-color: #f5f5f5;
}

.page .normal_page .col-md-3 ul li {
	line-height: 50px;
	height: 50px;
}

.page .normal_page .col-md-3 ul li a {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.page .normal_page .col-md-3 ul li + li {
	border-top: 1px solid #ebebeb;
}

.page .normal_page .col-md-3 ul li.active,
            .page .normal_page .col-md-3 ul li:hover {
	background-color: #e0e0e0;
}

.page .normal_page .col-md-3 ul li.active a,
                .page .normal_page .col-md-3 ul li:hover a {
	color: #B62719;
}

.page .normal_page .col-md-9 h2 {
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #B62719;
	font-size: 24px;
	color: #333;
	margin-bottom: 0;
}

.page .normal_page .col-md-9 h2 .crumbs {
	line-height: 49px;
	height: 49px;
}

.page .normal_page .col-md-9 .txt {
	padding-top: 10px;
	padding-bottom: 30px;
}

.page .normal_page .col-md-9 .txt table th {
	border: 1px solid #e6e6e6;
	text-align: center;
	line-height: 44px;
	background-color: #B62719;
	color: #fff;
	font-size: 16px;
}

.page .normal_page .col-md-9 .txt table td {
	padding: 18px 40px;
	border: 1px solid #e6e6e6;
	text-align: center;
	font-size: 16px;
}

.page .normal_page .col-md-9 .txt table td:first-child {
	white-space: nowrap;
}

.page .normal_page .col-md-9 > ul {
	padding-bottom: 15px;
}

.page .normal_page .col-md-9 > ul #wp_news_w700 li {
	height: 50px;
	line-height: 49px;
	font-size: 16px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}

.page .normal_page .col-md-9 > ul #wp_news_w700 li a {
	display: inline-block;
	padding-left: 3px;
	padding-right: 92px;
	color: #4c4c4c;
	width: 100%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.2s ease 0.1s;
}

.page .normal_page .col-md-9 > ul #wp_news_w700 li span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #999;
	padding: 0 5px;
}

.page .normal_page .col-md-9 > ul #wp_news_w700 li:hover a {
	color: #B62719;
}

.page .content {
	line-height: 28px;
	color: #444;
	font-size: 16px;
}

.page .content p {
	margin: 10px 0;
	line-height: 28px !important;
	color: #444 !important;
	font-size: 16px !important;
}

.page .content img {
	max-width: 100%;
}

.page .content p img {
	margin-left: -2em;
}

.page .content span {
	line-height: 28px !important;
	color: #444;
	font-size: 16px !important;
}

.page .content .bdsharebuttonbox {
	padding-right: 9px;
}

.page .content .bdsharebuttonbox a {
	margin: 5px 4px 5px 0;
	padding-left: 24px;
	height: 24px;
	border-radius: 2px;
	transition: all 0.2s ease 0.1s;
}

.page .content .bdsharebuttonbox a.bds_weixin {
	background: #999999 url(../images/wechat2.png) no-repeat center;
}

.page .content .bdsharebuttonbox a.bds_weixin:hover {
	background: #B62719 url(../images/wechat2.png) no-repeat center;
}

.page .content .bdsharebuttonbox a.bds_tsina {
	background: #999999 url(../images/sina2.png) no-repeat center;
}

.page .content .bdsharebuttonbox a.bds_tsina:hover {
	background: #B62719 url(../images/sina2.png) no-repeat center;
}

.page .content .bdsharebuttonbox a.bds_sqq {
	background: #999999 url(../images/qq2.png) no-repeat center;
}

.page .content .bdsharebuttonbox a.bds_sqq:hover {
	background: #B62719 url(../images/qq2.png) no-repeat center;
}

.page .content .bdsharebuttonbox a.bds_more {
	background: #999999 url(../images/more2.png) no-repeat center;
}

.page .content .bdsharebuttonbox a.bds_more:hover {
	background: #B62719 url(../images/more2.png) no-repeat center;
}

.page_nav {
	margin-top: 20px;
}

.page_nav a {
	padding: 0 12px;
	color: #333;
}

.phone_nav {
	display: none;
}

.point_out {
	width: 600px;
	height: 300px;
	background-color: #fff;
	border-radius: 4px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
	text-align: center;
	color: #888;
	z-index: 1002;
	display: none;
}

.point_out a span {
	background-color: #0086f9;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 3px;
	margin: 20px auto 0;
	text-decoration: none;
}

.point_out a {
	width: 185px;
	display: inline-block;
}

.point_out p {
	padding: 0 60px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 16px;
	font-size: 16px;
}

.point_out .close_btn {
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(../images/close.png) no-repeat center;
	cursor: pointer;
}

.masking {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: transparent;
	transition: all 0.5s ease 0.2s;
	z-index: -1;
}

.masking.active {
	background: url(../images/bgbg.png) repeat center;
	z-index: 1001;
}

@media screen and (max-width: 414px) {
	.header .nav_btn {
		float: right;
		width: 50px;
		height: 80px;
		display: block;
		background: url(../images/000.png) no-repeat right center;
	}

	.phone_nav {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
		margin-left: -40%;
		transition: all 0.6s ease 0.2s;
		z-index: 1002;
	}

	.phone_nav.active {
		margin-left: 0;
		display: block !important;
	}

	.phone_nav > .fl {
		background-color: rgba(255, 255, 255, 0.98);
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 46px;
		padding-top: 80px;
		transition: all 0.3s ease 0.2s;
	}

	.phone_nav > .fl > ul > li > a {
		color: #B62719;
		font-size: 0;
		line-height: 46px;
		display: block;
	}

	.phone_nav > .fl > ul > li > a > em {
		font-size: 16px;
		display: inline-block;
		vertical-align: middle;
		font-style: normal;
	}

	.phone_nav > .fl > ul > li > a > span {
		height: 46px;
		width: 16px;
		padding-left: 8px;
		box-sizing: content-box;
		display: inline-block;
		background: url(../images/phone_more.png) no-repeat right center;
		vertical-align: middle;
	}

	.phone_nav > .fl > ul > li > ul {
		display: none;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.phone_nav > .fl > ul > li > ul a {
		color: #B62719;
	}

	.common_width {
		width: 100%;
		padding: 0 15px;
	}

	.header .common_width .home_logo {
		width: 265px;
		background: url(../images/sm_logo.png) no-repeat left center;
	}

	.header {
		height: 80px;
	}

	.nav,
        .header .common_width form {
		display: none;
	}

	.main .notice .common_width {
		padding: 0;
	}

	.main {
		padding: 0;
	}

	.main .notice {
		height: auto;
	}

	.main .notice .common_width .fl {
		height: 210px;
		width: 100%;
		margin-bottom: 20px;
	}

	.main .notice .common_width .fr {
		width: 100%;
		padding: 0 15px;
	}

	.main .notice .common_width .fr ul li a {
		padding-right: 50px;
	}

	.main #subject {
		width: 100%;
		height: 56px;
		background: url(../images/subject.jpg) no-repeat center / cover !important;
	}

	.main .list1 .col-md-3 {
		margin-bottom: 20px;
	}

	.main .list1 {
		padding-bottom: 15px;
	}

	.main .list2 {
		height: auto;
	}

	.main .list4 .col-md-6 {
		height: 80px;
	}

	.main .list4 .col-md-6 + .col-md-6 {
		margin-top: 20px;
	}

	.footer,
    .footer .info {
		height: auto;
	}

	.footer .info .common_width .fl {
		width: 100%;
		border: 0;
	}

	.main .list5 .swiper-button-prev,
    .main .list5 .swiper-button-next {
		display: none;
	}

	.main .list4 {
		padding: 40px 15px 38px;
	}

	.footer .info .common_width .fr .qr_code {
		width: 100%;
		height: auto;
		top: 140px;
		padding-top: 15px;
	}

	.footer .info .common_width .fr {
		width: 100%;
		height: auto;
		padding-left: 0;
		padding-bottom: 150px;
		margin-top: 15px;
	}

	.footer .info .common_width .fr .qr_code div {
		width: 50%;
		padding: 0 8px;
	}

	.footer .copyright {
		height: auto;
		line-height: 24px;
		font-size: 14px;
		padding: 12px 8px;
	}

	.footer .copyright a {
		display: block;
	}

	.page .normal_page .col-md-3 {
		margin-bottom: 20px;
	}

	.page h2 {
		font-size: 16px !important;
		font-weight: bold;
	}

	.page .pic_list .col-md-9 li {
		height: 397px;
	}

	.page .pic_list .col-md-9 li a {
		position: relative;
	}

	.page .pic_list .col-md-9 li a .pic {
		width: 100%;
		height: 230px;
	}

	.page .pic_list .col-md-9 li a .txt {
		padding-left: 0;
		height: auto;
		position: absolute;
		top: 230px;
		left: 0;
	}

	.page .normal_page .col-md-9 .txt table {
		width: 100% !important;
	}

	.page .normal_page .col-md-9 .txt table td {
		padding: 18px 15px;
	}

	.page .pic_list .col-md-9 .tit h6 {
		font-size: 18px;
	}

	.page .content img {
		max-width: 100%;
	}

	.page .pic_list .col-md-3 {
		margin-top: 20px;
	}

	.page .video_list .col-md-6 {
		height: 360px;
	}

	.page .video_list .col-md-6 a {
		position: relative;
	}

	.page .video_list .col-md-6 a .pic {
		width: 100%;
	}

	.page .video_list .col-md-6 a .txt {
		padding: 0;
		position: absolute;
		top: 190px;
		left: 0;
	}

	.page .video_list .col-md-6:nth-child(even) a {
		padding-left: 0;
	}
}

.hight100, #wp_news_w300 {
	height: 100%;
}

.custon_height {
	height: 350px;
}

.wp_paging {
	height: 40px;
	font-size: 16px;
	margin-top: 20px;
}
