﻿body {
	min-width: 1200px;
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #333;
	overflow-x: hidden;
}

a {
	color: #333;
}

img {
	border: 0;
}

input,
select,
textarea,
button {
	font-family: "microsoft yahei";
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.oneline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner {
	position: relative;
	width: 19.2rem;
	height: 8.8rem;
}

.banner .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.top {
	position: relative;
	margin: auto;
	width: 12rem;
	padding-top: 0.29rem;
	overflow: hidden;
}

.logo1 {
	margin-top: 0.04rem;
	float: left;
	width: 3.21rem;
}

.logo2 {
	margin-left: 0.46rem;
	float: left;
	width: 1.21rem;
}

.logo1 img,
.logo2 img {
	width: 100%;
}

.banner_content {
	margin: auto;
	position: relative;
	width: 12rem;
	padding-top: 3.93rem;
	text-align: center;
}

.banner_time {
	font-size: 0.36rem;
	font-weight: bold;
	color: #000;
}

.banner_title {
	margin-top: 0.36rem;
	font-size: 0.46rem;
	font-weight: bold;
	color: #fff;
}

.banner_msg {
	margin: 1.1rem 0 0 2.62rem;
	width: 7.8rem;
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.28rem;
	text-align: left;
}

.main {
	margin: auto;
	width: 1200px;
}

.bgint_line {
	margin-top: 27px;
	overflow: hidden;
}

.bgint_left {
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	background: #c81313;
}

.bgint_leftin {
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 100%;
	line-height: 78px;
	text-align: center;
}

.bgint_leftin p {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	vertical-align: middle;
}

.bgint_right {
	float: left;
	width: 1100px;
	height: 100px;
	padding: 13px 18px;
	box-sizing: border-box;
	border: 1px solid #eeeded;
	border-left: 0;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
}

.bgint_right .seemore {
	color: #f60808;
	transition: all 0.15s;
}

.bgint_right .seemore:hover {
	color: #11448f;
}

.common_title {
	margin-top: 70px;
	position: relative;
	font-size: 0;
	text-align: center;
}

.common_title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
	width: 330px;
	height: 1px;
	background: #c81313;
}

.common_title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5px;
	width: 330px;
	height: 1px;
	background: #11448f;
}

.ct_main {
	display: inline-block;
	overflow: hidden;
}

.ctm_left {
	position: relative;
	display: inline-block;
	padding: 0 35px 0 46px;
	color: #c81313;
	border-right: 1px solid #eee;
	vertical-align: middle;
}

.ctm_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #c81313;
}

.ctml_1 {
	margin-top: -10px;
	font-size: 46px;
}

.ctm_right {
	position: relative;
	display: inline-block;
	padding: 0 49px 0 27px;
	vertical-align: middle;
}

.ctm_right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #11448f;
}

.news_box {
	margin-top: 40px;
	padding-bottom: 70px;
	overflow: hidden;
}

.news_left {
	float: left;
	width: 680px;
}

.newsl_type {
	display: block;
	position: relative;
	height: 424px;
}

.newsl_type img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.15s;
}

.newsl_type:hover img {
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
} 

.newsl_type .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 51px;
	padding: 0 180px 0 21px;
	background: rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	line-height: 51px;
}

.newsswiper .swiper-pagination {
	bottom: 19px;
	padding-right: 16px;
	box-sizing: border-box;
	text-align: right;
}

.newsswiper .swiper-pagination-bullet {
	margin: 0 7px !important;
	position: relative;
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 1;
}

.newsswiper .swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #fff;
}

.news_right {
	float: right;
	width: 495px;
}

.newsr_top {
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.newsr_top .seemore {
	color: #f60808;
	transition: all 0.15s;
}

.newsr_top .seemore:hover {
	color: #11448f;
}

.newsr_content {
	padding-top: 11px;
}

.newsr_content a {
	display: block;
	font-size: 15px;
	line-height: 35px;
	transition: all 0.15s;
}

.newsr_content a:hover {
	color: #f60808;
}

.newsr_content a .point {
	font-weight: bold;
}

.seemore_btn {
	margin: auto;
	display: block;
	width: 495px;
	height: 50px;
	border-radius: 2px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	color: #666;
	line-height: 48px;
	text-align: center;
	transition: all 0.15s;
}

.seemore_btn:hover {
	border-color: #f60808;
	color: #f60808;
}

.main2 {
	padding-top: 1px;
	background: #f5f5f5;
}

.main2_in {
	margin: auto;
	width: 1200px;
}

.act_box {
	margin-top: 65px;
	padding-top: 10px;
	padding-bottom: 41px;
	overflow: hidden;
	font-size: 0;
}

.act_left,
.act_right {
	position: relative;
	display: inline-block;
	width: 335px;
	vertical-align: top;
	z-index: 10;
}

.actl_type {
	margin-bottom: 47px;
}

.actlt_left {
	position: relative;
	margin-right: 20px;
	display: inline-block;
	width: 195px;
	min-height: 10px;
	line-height: 34px;
	text-align: right;
	vertical-align: middle;
}

.actlt_right {
	position: relative;
	top: 0;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	vertical-align: middle;
	transition: all 0.15s;
}

.actlt_right img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.actl_type:hover .actlt_right {
	top: -5px;
}

.actl_num {
	position: absolute;
	top: 3px;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #11448f;
	font-size: 20px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.actl_msg {
	font-size: 20px;
	color: #000;
}

.actlt_left .time {
	font-size: 15px;
	color: #11448f;
}

.act_middle {
	position: relative;
	display: inline-block;
	width: 530px;
	height: 454px;
	line-height: 454px;
	text-align: center;
	vertical-align: middle;
}

.act_middle .img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -194px;
	margin-left: -300.5px;
}

.act_middle .msg {
	position: relative;
	display: inline-block;
	font-size: 32px;
	color: #fff;
	line-height: 38px;
	vertical-align: middle;
}

.actr_type {
	margin-bottom: 47px;
}

.actrt_right {
	position: relative;
	margin-left: 20px;
	display: inline-block;
	width: 195px;
	min-height: 10px;
	line-height: 34px;
	vertical-align: middle;
}

.actrt_left {
	position: relative;
	top: 0;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	vertical-align: middle;
	transition: all 0.15s;
}

.actrt_left img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.actr_type:hover .actrt_left {
	top: -5px;
}

.actr_num {
	position: absolute;
	top: 3px;
	right: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #11448f;
	font-size: 20px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.actr_msg {
	font-size: 20px;
	color: #000;
}

.actrt_right .time {
	font-size: 15px;
	color: #11448f;
}

.focus_box {
	margin-top: 40px;
}

.focus_navline {
	height: 70px;
	background: #11448f;
	overflow: hidden;
}

.focus_nav {
	float: left;
	width: 200px;
	height: 70px;
	padding-top: 12px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	transition: all 0.15s;
	cursor: pointer;
}

.focus_nav p:last-of-type {
	margin-top: 5px;
	opacity: 0.6;
}

.focus_nav:hover,
.focus_nav.on {
	background: #c81313;
}

.focus_content {
	margin-top: 10px;
	height: 404px;
	padding-top: 40px;
	box-sizing: border-box;
	background: url(../img/mrjj_bg.jpg) no-repeat;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

.focusc_title {
	display: inline-block;
	position: relative;
	padding: 0 13px;
	font-size: 0;
}

.focusc_title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -337px;
	margin-top: -0.5px;
	width: 337px;
	height: 1px;
	background: url(../img/focusl_border.png) no-repeat;
	background-size: 100%;
}

.focusc_title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -337px;
	margin-top: -0.5px;
	width: 337px;
	height: 1px;
	background: url(../img/focusr_border.png) no-repeat;
	background-size: 100%;
}

.focusc_round {
	margin: 0 7px;
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid #11448f;
	font-size: 30px;
	font-weight: bold;
	color: #11448f;
	line-height: 50px;
}

.focusc_table {
	margin-top: 40px;
	padding: 0 30px;
	height: 235px;
	overflow: auto;
}

.focusc_table table {
	display: none;
	width: 100%;
}

.focusc_table table:first-of-type {
	display: table;
}

.focusc_table td {
	height: 45px;
	border: 1px solid #b5c8e6;
	font-size: 15px;
}

.first_tr {
	background: #fff;
}

.first_tr td {
	font-size: 18px;
	color: #11448f;
}

.cact_box {
	margin-top: 50px;
	overflow: hidden;
}

.cact_type {
	margin-right: 18px;
	float: left;
	width: 388px;
	height: 234px;
	padding-top: 27px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.cact_type:nth-of-type(3n) {
	margin-right: 0;
}

.cact_top {
	height: 32px;
	line-height: 32px;
}

.cact_time {
	display: inline-block;
	height: 32px;
	padding: 0 13px;
	border-radius: 0 32px 32px 0;
	background: #e7ecf4;
	font-size: 15px;
	color: #11448f;
	line-height: 32px;
	text-align: center;
}

.cact_seemore {
	float: right;
	margin-right: 16px;
	font-size: 13px;
	color: #999;
	transition: all 0.15s;
}

.cact_type:hover .cact_seemore {
	color: #f60808;
}

.cact_content {
	padding: 25px 20px;
}

.cact_content .msg {
	margin-top: 21px;
	max-height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.seemore_btn.cact {
	margin-top: 26px;
	width: 388px;
}

.safety_box {
	padding-top: 60px;
	padding-bottom: 82px;
	overflow: hidden;
}

.safety_left {
	float: left;
	width: 842px;
}

.safetyl_top {
	position: relative;
}

.safetyl_top:before {
	content: "";
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 654px;
	height: 1px;
	background: #11448f;
}

.safetyl_top:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 654px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #11448f;
}

.safetyl_top a {
	margin-top: 6px;
	float: right;
	font-size: 15px;
	color: #666;
	transition: all 0.15s;
}

.safetyl_top a:hover {
	color: #11448f;
}

.safetyl_content {
	margin-top: 49px;
	overflow: hidden;
}

.safetyl_content a {
	position: relative;
	top: 0;
	margin-right: 16px;
	float: left;
	width: 270px;
	height: 400px;
	padding: 21px 25px 0 25px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	transition: all 0.15s;
}

.safetyl_content a:hover {
	top: -10px;
}

.safetyl_content a:nth-of-type(3n) {
	margin-right: 0;
}

.safetyl_content a img {
	margin-top: 20px;
	max-width: 210px;
}

.safety_right {
	float: right;
	width: 327px;
}

.safetyr_top {
	position: relative;
}

.safetyr_top:before {
	content: "";
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 102px;
	height: 1px;
	background: #11448f;
}

.safetyr_top:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 102px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #11448f;
}

.safetyr_content {
	margin-top: 49px;
	overflow: hidden;
	height: 400px;
	padding-top: 322px;
	box-sizing: border-box;
	background: url(../img/gjaqf_bg.jpg) no-repeat;
}

.safety_download {
	margin: auto;
	display: block;
	width: 220px;
	height: 50px;
	border-radius: 2px;
	background: #c81313;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	transition: all 0.15s;
}

.safety_download:hover {
	background: #11448f;
}

.video_box {
	margin-top: 48px;
	overflow: hidden;
}

.video_left {
	position: relative;
	float: left;
	width: 600px;
	height: 380px;
	overflow: hidden;
}

.video_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 16px;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	z-index: 10;
}

.video_left img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.15s;
}

.video_left:hover img {
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
}

.video_play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -26px;
	width: 52px;
	height: 52px;
	background: url(../img/play_btn.png) no-repeat;
	background-size: 100%;
	opacity: 0.8;
	z-index: 30;
	transition: all 0.15s;
}

.video_left:hover .video_play {
	opacity: 1;
}

.video_right {
	padding-left: 15px;
	overflow: hidden;
}

.video_type {
	position: relative;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	width: 285px;
	height: 180px;
	overflow: hidden;
}

.video_type:nth-of-type(2n) {
	margin-right: 0;
}

.video_type .video_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	z-index: 10;
}

.video_type img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.15s;
}

.video_type:hover img {
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
}

.video_type:hover .video_play {
	opacity: 1;
}

.tjaq_box {
	position: relative;
}

.tjaq_under {
	height: 80px;
	background: #f5f5f5;
	overflow: hidden;
}

.tjaq_prev {
	float: left;
	width: 60px;
	height: 80px;
	background: url(../img/tjaq_prev.png) no-repeat center;
	transition: all 0.15s;
	cursor: pointer;
}

.tjaq_prev:hover {
	background: url(../img/tjaq_prev_on.png) no-repeat center;
}

.tjaq_prev.swiper-button-disabled,
.tjaq_prev.swiper-button-disabled:hover {
	background: url(../img/tjaq_prev.png) no-repeat center;
	cursor: default;
}

.tjaq_next {
	float: left;
	width: 60px;
	height: 80px;
	background: url(../img/tjaq_next.png) no-repeat center;
	transition: all 0.15s;
	cursor: pointer;
}

.tjaq_next:hover {
	background: url(../img/tjaq_next_on.png) no-repeat center;
}

.tjaq_next.swiper-button-disabled,
.tjaq_next.swiper-button-disabled:hover {
	background: url(../img/tjaq_next.png) no-repeat center;
	cursor: default;
}

.tjaq_name {
	float: left;
	width: 1080px;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
}

.tjaq_rightmenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 117px;
	padding-top: 130px;
	z-index: 60;
}

.tjaq_nav {
	margin-bottom: 11px;
	display: block;
	width: 100px;
	height: 67px;
	border: 2px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.15s;
}

.tjaq_nav.on {
	border-color: #c81313;
}

.tjaq_nav img {
	width: 100%;
	height: 100%;
}

.czqy_box {
	margin-top: 57px;
}

.czqy_type {
	margin-right: 18px;
	margin-bottom: 18px;
	float: left;
	width: 185px;
	height: 110px;
	border: 1px solid #eeeded;
	box-sizing: border-box;
	line-height: 108px;
	text-align: center;
}

.czqy_type:nth-of-type(6n) {
	margin-right: 0;
}

.czqy_type img {
	position: relative;
	top: 0;
	vertical-align: middle;
	transition: all 0.15s;
}

.ovh {
	overflow: hidden;
}

.czqy_type:hover img {
	top: -10px;
}

.czqyswiper .swiper-pagination-bullet {
	position: relative;
	margin: 0 4px !important;
	width: 40px;
	height: 12px;
	background: transparent;
	opacity: 1;
}

.czqyswiper .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background: #e5e5e5;
}

.czqyswiper .swiper-pagination-bullet-active:before {
	background: #11448f;
}

.footer {
	margin-top: 69px;
	height: 100px;
	background: #9d0000;
	overflow: hidden;
}

.footer_main {
	margin: auto;
	width: 1200px;
	height: 100px;
	line-height: 100px;
}

.flogo img {
	vertical-align: middle;
}

.footer_middle {
	margin-left: 115px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	vertical-align: middle;
}

.footer_right {
	margin-left: 160px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	vertical-align: middle;
}