body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #d7000f;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
    background-color: #d7000f;
    color: white;
}

*::-moz-selection {
    background-color: #d7000f;
    color: white;
}

*::-webkit-selection {
    background-color: #d7000f;
    color: white
}
/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 991px) {
	.container {
		width: 688px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container {
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1500px;
	}
}
/*头部公共样式 star star star*/
header {
	width: 100%;
	height: 145px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
header .header_content {
	width: 100%;
	height: 100%;
}
header .header_top {
	width: 100%;
	height: 145px;
	padding: 35px 0 30px;
	border-bottom: 1px solid rgba(255,255,255,0.65);
}
.header_top .header_logo {
	display: block;
	width: 166px;
	height: 40px;
	line-height: 39px;
	overflow: hidden;
	float: left;
}
.header_top .header_logo img {
	width: 100%;
}
.header_top .header_right {
	float: right;
	padding: 0 20px 0 0;
	margin: 11px 0 0;
}
.header_top .header_right a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.header_search {
	width: 35px;
	height: 17px;
	line-height: 13px;
	position: relative;
	text-align: center;
	float: left;
	padding: 0 0 0 10px;
	border-left: 1px solid #FFFFFF;
	margin: 0 0 0 10px;
	cursor: pointer;
}
.header_search input {
	width: 200px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 25px;
	top: -5px;
	padding: 0 5px;
	display: none;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	background-color: #FFFFFF;
	z-index: 10;
}
.header_search img {
	width: 16px;
	position: absolute;
	left: 14px;
	top: 0px;
}
.header_search img:nth-of-type(2) {
	display: none;
}
header .headerSm {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.headerSm .logoSm {
	display: block;
	width: 166px;
	height: 50px;
	line-height: 48px;
	float: right;
	margin: 35px 25px 35px 45px;
}
.logoSm img {
	width: 100%;
}
.headerSm .menuIcon {
	width: 120px;
	height: 120px;
	overflow: hidden;
	float: left;
	background: #00398b;
}
.menuIcon ul {
	width: 46px;
	height: 46px;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
}
.menuIcon ul li {
	width: 36px;
	height: 6px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
}
.menuIcon ul li:nth-of-type(1) {
	margin: -17px 0 0 -18px;
}
.menuIcon ul li:nth-of-type(2) {
	margin: -3px 0 0 -18px;
}
.menuIcon ul li:nth-of-type(3) {
	margin: 11px 0 0 -18px;
}
.menuIcon.menuClick ul li:nth-of-type(1) {
	margin: -3px 0 0 -18px;
	transform: rotate(45deg);
}
.menuIcon.menuClick ul li:nth-of-type(2) {
	margin: -3px 0 0 -18px;
	opacity: 0;
}
.menuIcon.menuClick ul li:nth-of-type(3) {
	margin: -3px 0 0 -18px;
	transform: rotate(-45deg);
}
.header_content .header_twoBg {
	width: 100%;
	height: 180px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.18);
	display: none;
}
.header_menu {
	width: 840px;
	height: 50px;
	text-align: center;
	margin: 59px 0 0 70px;
	float: left;
}
.header_menu li {
	width: 70px;
	height: 50px;
	float: left;
	position: relative;
	margin: 0 35px;
}
.header_menu li>a {
	display: block;
	width: 100%;
	font-size: 14px;
	height: 50px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	line-height: 30px;
}
.header_menu li>a span {
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #FFFFFF;
	transition: all 1s;
}
.header_menu li.menuActive>a span {
	width: 100%;
	margin-left: -35px;
}
.header_menu li:hover>a span {
	width: 100%;
	margin-left: -35px;
}
.header_menu li .headerMenu_two {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0;
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
}
.headerMenu_two a {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	text-align: center;
}
.headerMenu_two a:hover {
	color: #e60012;
	font-weight: bold;
} 
@media only screen and (max-width: 991px) {
	header {
		height: 120px;
		position: fixed;
	}
	header .header_content {
		width: 100%;
		height: calc(100% - 119px);
		height: -moz-calc(100% - 119px);
		height: -webkit-calc(100% - 119px);
		position: fixed;
		left: -100%;
		top: 119px;
		z-index: 1;
		background: #00398b;
		transition: left 0.5s linear;
	}
	header .header_top {
	    width: 100%;
	    height: auto;
	    margin: 35px 0 0;
	    border: none;
	}
	header .header_logo {
		display: none !important;
	}
	.header_top .header_right {
	    float: none;
	    padding: 0 80px;
	    margin: 20px 0 0;
	}
	.header_top .header_right a {
		float: none;
		font-size: 24px;
		line-height: 30px;
	}
	.header_search {
	    width: 100%;
	    height: 45px;
	    line-height: 45px;
	    position: relative;
	    float: none;
	    padding: 0;
	    border-left: none;
	    margin: 25px 0;
	}
	.header_search input {
	    width: 350px;
	    height: 45px;
	    line-height: 45px;
	    position: relative;
	    right: 0;
	    top: 0;
	    padding: 0 5px;
	    display: block;
	    font-size: 16px;
	}
	.header_search img {
		width: 29px;
		position: absolute;
		left: 365px;
		top: 8px;
	}
	.header_bottom {
		height: auto;
		overflow: hidden;
	}
	.header_bottom .headerMenu {
		border-bottom: none;
	}
	.header_menu {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0 80px;
		text-align: left;
		margin: 0;
		float: none;
	}
	.header_menu li {
		width: 100%;
		margin: 0;
		height: auto;
		float: none;
	}
	.header_menu li>a {
		display: block;
		width: 120px;
		font-size: 28px;
		/*font-weight: bold;*/
		color: #FFFFFF;
		line-height: 55px;
	}
	.header_menu li>a span {
		display: none;
	}
	.header_menu li .headerMenu_two {
		width: 200px;
		position: relative;
		top: 0;
		padding: 0 20px 10px;
	}
	.headerMenu_two a {
		text-align: left;
	}
	.header_menu li:hover .headerMenu_two {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	header {
		height: 60px;
	}
	header .header_content {
		height: calc(100% - 59px);
		height: -moz-calc(100% - 59px);
		height: -webkit-calc(100% - 59px);
		top: 59px;
	}
	header .header_top {
	    margin: 0;
	}
	.header_top .header_right {
	    padding: 0 0 0 20px;
	}
	.header_top .header_right a {
		font-size: 16px;
		line-height: 20px;
	}
	.header_search {
	    height: 30px;
	    line-height: 30px;
	    margin: 15px 0;
	}
	.header_search input {
	    width: 250px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	}
	.header_search img {
		width: 20px;
		position: absolute;
		left: 265px;
		top: 5px;
	}
	.header_menu {
		padding: 0 20px;
	}
	.header_menu li>a {
		font-size: 22px;
		line-height: 45px;
	}
	.headerSm .logoSm {
		width: 115px;
		height: 50px;
		line-height: 48px;
		margin: 5px 20px 5px 25px;
	}
	.headerSm .menuIcon {
		width: 60px;
		height: 60px;
	}
	.menuIcon ul {
		width: 32px;
		height: 32px;
		margin: -16px 0 0 -16px;
	}
	.menuIcon ul li {
		width: 26px;
		height: 2px;
	}
	.menuIcon ul li:nth-of-type(1) {
		margin: -9px 0 0 -13px;
	}
	.menuIcon ul li:nth-of-type(2) {
		margin: -1px 0 0 -13px;
	}
	.menuIcon ul li:nth-of-type(3) {
		margin: 7px 0 0 -13px;
	}
	.menuIcon.menuClick ul li:nth-of-type(1) {
		margin: -2px 0 0 -13px;
	}
	.menuIcon.menuClick ul li:nth-of-type(2) {
		margin: -2px 0 0 -13px;
		opacity: 0;
	}
	.menuIcon.menuClick ul li:nth-of-type(3) {
		margin: -2px 0 0 -13px;
	}
}
@media only screen and (min-width: 992px) {
	header .headerSm {
		display: none !important;
	}
	header {
		transition: all 0.5s;
	}
	.header_top .header_logo img:nth-of-type(2) {
		display: none;
	}
	.header_search:hover input {
		display: block;
	}
	header .header_menu {
		width: 600px;
		margin: 59px 0 0 40px;
		transition: all 0.5s;
	}
	header .header_menu li {
	    margin: 0 15px;
	}
	header.headerRoll {
		background-color: #FFFFFF;
		height: 70px;
		box-shadow: 0 0 15px rgba(0,0,0,0.25);
	}
	header.headerRoll .header_top .header_logo img:nth-of-type(1) {
		display: none;
	}
	header.headerRoll .header_top .header_logo img:nth-of-type(2) {
		display: block;
	}
	header.headerRoll .header_search img:nth-of-type(1) {
		display: none;
	}
	header.headerRoll .header_search img:nth-of-type(2) {
		display: block;
	}
	header.headerRoll .header_top {
		padding: 15px 0;
		height: 70px;
		transition: all 0.5s;
		border: none;
	}
	header.headerRoll .header_menu {
		margin: 5px 0 0 40px;
	}
	header.headerRoll .header_top .header_right a {
	    color: #000000;
	}
	header.headerRoll .header_search {
		border-left: 1px solid #000000;
	}
	header.headerRoll .header_bottom .headerMenu {
		border-bottom: none;
	}
	header.headerRoll .header_menu li>a {
		color: #333333;
	}
	header.headerRoll .header_menu li>a span {
		background-color: #e60011;
	}
	header.headerRoll .header_content .header_twoBg {
		background-color: rgba(0,0,0,0.18);
	}
}
@media only screen and (min-width: 1200px) {
	header .header_menu {
		width: 720px;
		margin: 59px 0 0 70px;
	}
	header.headerRoll .header_menu {
		margin: 5px 0 0 70px;
	}
	header .header_menu li {
	    margin: 0 25px;
	}
}
@media only screen and (min-width: 1600px) {
	header .header_menu {
		width: 840px;
	}
	header .header_menu li {
	    margin: 0 35px;
	}
}
/*公共底部样式部分*/
footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-color: #ffffff;
}
footer .footer_top {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 25px;
	border-bottom: 2px solid #e1e1e1;
}
.footer_top .footer_logo {
	width: 217px;
	overflow: hidden;
	float: left;
}
.footer_top .footer_menu {
	float: right;
}
.footer_top .footer_menu a {
	display: block;
	float: right;
	color: #666666;
	font-size: 14px;
	margin-left: 60px;
}
.footer_menu a:hover {
	color: #e60011;
	text-decoration: underline !important;
}
footer .footer_bottom {
	width: 100%;
	overflow: hidden;
	padding: 25px 0 27px;
}
.footer_bottom .footer_left {
	float: left;
	line-height: 18px;
	color: #949494;
	padding: 0 0 25px;
	border-bottom: 2px solid #00398b;
}
.footer_bottom .footer_left br {
	display: none;
}
.footer_bottom .footer_left a {
	color: #949494;
}
.footer_bottom .footer_right {
	float: right;
	color: #949494;
}
.footer_bottom .footer_right a {
	color: #949494;
}
.footer_bottom .footer_right a:hover {
	color: #e60011;
	text-decoration: underline !important;
}
.footer_bottom .footer_right span {
	margin-left: 25px;
}
@media only screen and (max-width: 991px) {
	.footer_top .footer_menu {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.footer_bottom .footer_left br {
		display: block;
	}
	footer .footer_top {
	    padding: 20px 0 15px;
	}
	footer .footer_bottom {
	    padding: 10px 0 15px;
	}
	.footer_bottom .footer_left {
	    float: none;
	    padding: 0 0 5px;
	    border-bottom: none;
	}
	.footer_bottom .footer_right {
	    float: none;
	}
}
/*公共顶部图片*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner .banner_menu {
	width: 100%;
	height: 49px;
	overflow: hidden;
	background-color: rgba(0,57,139,0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.banner_menu a {
	display: block;
	width: 205px;
	height: 49px;
	line-height: 49px;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
}
.banner_menu a.menuActive {
	background-color: #e60012;
}
@-moz-keyframes bannerBg {
	from{transform: scale(1.5);}
	to{transform: scale(1);}
}
@-ms-keyframes bannerBg {
	from{transform: scale(1.5);}
	to{transform: scale(1);}
}
@-webkit-keyframes bannerBg {
	from{transform: scale(1.5);}
	to{transform: scale(1);}
}
@keyframes bannerBg {
	from{transform: scale(1.5);}
	to{transform: scale(1);}
}
@media only screen and (max-width: 991px) {
	.banner {
		height: 625px;
		margin: 120px 0 0;
	}
	.banner:before {
		background-size: 100% auto;
		position: absolute;
	}
	.banner_menu a {
		width: 135px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.banner {
		height: 305px;
		margin: 60px 0 0;
		background-size: auto 100%;
	}
}
@media only screen and (min-width: 992px) {
	.banner:before{
		-webkit-animation: bannerBg 5s 0s linear;
		animation: bannerBg 5s 0s linear;
	}
	.banner_menu a {
		width: 165px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner_menu a {
		width: 205px;
	}
}
@media only screen and (min-width: 1921px) {
	.banner:before {
		background-size: 100%;
	}
}