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: 12px"微软雅黑", "Arial Narrow", HELVETICA;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #cd0200;
	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 {

    outline:
none;

}
/*更改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 (min-width: 300px) {
	.container{
		padding:0 15px;
	}
}
@media (min-width: 768px) {
	.container{
		width: 738px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1250px) {
	.container{
		width: 1200px;
	}
}
/*swiper插件的公共部分样式*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_common{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 110;
}
.line_blue{
	width: 100%;
	height: 5px;
	background-color: #004894;
}
.header_top{
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
	background-color: rgba(255,255,255,0.9);
}
.header_logo{
	height: 100%;
	padding-top: 16px;
}
.header_center{
	text-align: center;
	color: #9fa0a0;
}
.header_center h2{
	font-size: 23.5px;
	margin-top: 29px;
	color: #000;
}
.header_edition{
	font-size: 14px;
	text-align: right;
	padding-right: 70px;
	position: relative;
	line-height: 90px;
}
.header_edition a{
	margin: 0 5px;
}
.header_search{
	line-height: 80px;
	position: absolute;
	right: 10px;
	top: 0;
}
.header_bottom{
	width: 100%;
	overflow: hidden;
}
.header_menu{
	width: 100%;
	height: 65px;
	background-color: rgba(0,0,0,0.65);
	text-align: center;
	font-size:16px;
	line-height: 65px;
	position: relative;
}
.header_menu li{
	position: static;
}
.header_menu li>a{
	display: block;
	color: #fff;
}
.header_menu li:hover>a{
	background-color: #004894;
	font-weight: bold;
}
.header_menu li:hover span{
	border-bottom: 1px solid #FFFFFF;
}
.header_icon{
	display: none;
}
@media only screen and (max-width:991px ) {
	.header_bottom{
		position: fixed;
		left: -100%;
		top: 0;
		transition: all 0.5s;
		z-index: 100;
	}
	.header_menu{
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding: 100px 0 0;
		background-color: rgba(0,0,0,0.85);
	}
	.header_icon{
		width: 35px;
		height: 35px;
		position: absolute;
		right: 10px;
		top: 36px;
		z-index: 130;
		display: block;
	}
	.header_icon span{
		width: 100%;
		height: 3px;
		background-color: #000;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -10px;
	}
	.header_icon span:nth-of-type(2){
		margin-top: -1.5px;
	}
	.header_icon span:nth-of-type(3){
		margin-top: 7px;
	}
}
.header_nav{
	width: 100%;
	overflow: hidden;
	background-color: #e6e6e6;
	position: absolute;
	left: 0;
	display: none;
}
.header_nav .container{
	position: relative;
	z-index: 11;
	text-align: left;
}
.header_navBgw{
	width: 30%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	z-index: 10;
}
.header_navLeft{
	min-height: 284px;
	background-color: #FFFFFF;
	padding: 35px 0;
}
.header_navLeft a{
	line-height: 40px;
	font-size: 14px;
	display: block;
	position: relative;
	transition: padding-left 0.3s;
}
.header_navLeft a span{
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 15px;
	right: 60px;
	background: url(../img/nav_icon.jpg) no-repeat;
	background-position: 0 0;
}
.header_navLeft a:hover{
	color: #e11c00;
	font-weight: bold;
	padding-left: 15px;
}
.header_navLeft a:hover span{
	background-position: 0 -10px;
}
.header_navRight{
	overflow: hidden;
	background-color: #e6e6e6;
	padding: 30px;
}
.header_navRight .header_img{
	width: 370px;
	overflow: hidden;
	float: left;
}
.header_navRight .header_img img{
	width: 100%;
	transition: all 0.5s;
}
.header_navRight .header_img:hover img{
	transform: scale(1.2);
}
.header_navRight .header_text{
	width: calc(100% - 370px);
	float: right;
	padding: 20px 20px 20px 30px;
	line-height: 20px;
	font-size: 12px;
}
.header_text h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
}
.header_text a{
	display: inline-block;
	margin-top: 40px;
	line-height: 18px;
	color: #e11c00;
}
.header_text a:hover{
	border-bottom: 1px solid #e11c00;
}
.banner_common{
	padding-top: 105px;
}
/*头部公共END END END*/
/*公共底部 star star star*/
.footer_common{
	width: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
	padding: 50px 0 0;
}
.footer_left{
	width: 590px;
	overflow: hidden;
	float: left;
}
.footer_logo{
	width: 170px;
	height: 150px;
	line-height: 150px;
	border-right: 1px solid #dedede;
	float: left;
	margin-right: 50px;
}
.footer_contact{
	padding-top: 30px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.footer_contact h4{
	color: #004894;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_right{
	width: 590px;
	overflow: hidden;
	float: right;
}
.footer_menu{
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.footer_menu a{
	display: inline-block;
	width: 128px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #646464;
}
.footer_menu a:last-of-type{
	width: 61px;
}
.footer_menu a:hover{
	color: #004894;
}
.footer_twoMenu{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.footer_twoMenu div{
	width: 132px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 20px;
	float: left;
}
.footer_twoMenu div a{
	display: block;
	color: #a7a7a7;
	transition: all 0.5s;
}
.footer_twoMenu div a:hover{
	color: #004894;
	padding-left: 5px;
	font-weight: bold;
}
.footer_twoMenu div:last-of-type{
	width: 61px;
}
.footer_record{
	margin-top: 35px;
	width: 100%;
	height: 45px;
	background-color: #004894;
	color: #fff;
	line-height: 45px;
}
.footer_record a{
	color: #fff;
}
.footer_record p{
	float: left;
	margin-right: 10px;
}
.footer_record p:last-of-type{
	margin-right: 0;
	float: right;
}
@media (max-width:767px) {
	.footer_common{
		padding: 0;
	}
	.footer_common>.container{
		display: none;
	}
	.footer_record p{
		text-align: center;
		float: none !important;
		margin: 0;
		line-height: 20px;
	}
	.footer_record{
		margin-top: 0px;
		height: auto;
		padding: 20px 0;
	}
}
@media (min-width:768px) {
	.footer_common{
		padding: 0;
	}
	.footer_record{
		margin-top: 0px;
	}
	.footer_common>.container{
		display: none;
	}
}
@media (min-width:992px) {
	.footer_common{
		padding: 50px 0 0;
	}
	.footer_common>.container{
		display: block;
	}
	.footer_left{
		width: 485px;
	}
	.footer_right{
		width: 485px;
	}
	.footer_menu a{
		width: 102px;
	}
	.footer_twoMenu div{
		width: 106px;
	}
	.footer_record{
		margin-top: 35px;
	}
}
@media (min-width:1200px){
	.footer_twoMenu div{
		width: 132px;
	}
	.footer_menu a{
		width: 128px;
	}
	.footer_left{
		width: 590px;
	}
	.footer_right{
		width: 590px;
	}
}
/*公共底部 end end end*/
/*公共页内二级菜单样式 star star star*/
.page_menu{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #ededed;
}
.page_menu .container{
	position: relative;
	height: 100%;
}
.menu_name{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/about_menuBg.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 26px;
	padding: 20px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	letter-spacing: 2px;
}
.page_box{
	float: right;
	height: auto;
}
.page_box h4{
	display: none;
}
.page_nav{
	width: 440px;
	height: 70px;
	position: relative;
	line-height: 70px;
	float: right;
	display: block;
}
.page_nav a{
	display: block;
	font-size: 14px;
	color: #525252;
	width: 126.5px;
	float: left;
}
.page_nav a:hover{
	color: #004894;
	font-weight: bold;
}
.page_nav a.page_now{
	color: #004894;
	font-weight: bold;
}
.page_nav a:last-of-type{
	width: 60px;
}
.border-bottom{
	width: 90px;
	position: absolute;
	height: 3px;
	bottom: 0;
	background-color: #004894;
	margin-left: -15px;
	transition: all 0.5s;
}
@media (max-width:767px) {
	.menu_name{
		display: none;
	}
	.border-bottom{
		display: none;
	}
	.page_box{
		width: calc(100% - 15px);
		position: absolute;
		right: 0;
		top:0;
		z-index: 20;
	}
	.page_box span{
		display: block;
		width: 25px;
		height: 15px;
		border-bottom: 1px solid #004894;
		border-top: 1px solid #004894;
		float: right;
		margin-top: 27.5px;
		margin-right: 15px;
	}
	.page_box span i{
		display: block;
		height: 1px;
		background-color: #004894;
		margin-top: 6px;
	}
	.page_nav{
		width: 100% !important;
		height: auto;
		background-color: #fff;
		box-shadow: 0px 1px 3px #aaa;
		display: none;
	}
	.page_nav a{
		width: 100% !important;
		float: none;
		line-height: 39px;
		padding-left: 15px;
		border-bottom: 1px solid #ccc;
	}
	.page_box h4{
		display: block;
		line-height: 70px;
		color:#004894;
	}
	.page_nav a.page_now{
		color: #525252;
		font-weight: normal;
	}
}
@media only screen and (min-width:768px ) {
	.page_nav{
		display: block;
	}
}
/*公共页内二级菜单样式 end end end end*/