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 {
	width: auto;
	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;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
}

.header_logo {
	height: 100%;
}

.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;
}

.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: 10px;
	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: #004894;
}

.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: #1052a1;
	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;
	line-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;
	}
}

.page-nav-wrap {
	display: flex;
	flex-wrap: wrap;
	align-self: start;
}

.page-nav-center {
	justify-content: center;
}

.page-nav-wrap .item {
	width: 162px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #f2f2f2;
	color: #333333;
	margin-right: 11px;
	margin-bottom: 11px;
}

.page-nav-wrap .item a:hover {
	color: #1052a1;
}

@media (min-width: 1250px) {
	.page-nav-wrap .item:nth-child(7n) {
		margin-right: 0;
	}
}

.page-nav-wrap .active {
	background-color: #1052a1;
}

.page-nav-wrap .active a {
	color: #fff;
}

.page-nav-wrap .active a:hover {
	color: #fff;
}

.img-list-wrap {
	margin-bottom: 40px;
}

.img-row-wrap .item {
	padding: 10px;
	box-sizing: border-box;
}


.img-row-wrap .item .picture-wrap {
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	padding: 25px;
	box-sizing: border-box;
	cursor: pointer;
}

.img-row-wrap .item .picture-wrap img {
	max-width: 100%;
}

.img-row-wrap .item .picture-wrap p {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.img-row-wrap .item .picture-wrap p .txt {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	flex: 1;
}

.img-row-wrap .item .picture-wrap p .more {
	display: inline-block;
	background-color: #004894;
	color: #fff;
	font-size: 16px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.product-list-wrap .item {
	border: 1px solid #e5e5e5;
	user-select: none;
	margin-bottom: 20px;
}

.product-list-wrap .item:hover {
	border-color: #1052a1;
}

.product-list-wrap .item .product-img {
	width: 290px;
	height: 290px;
	text-align: center;
	float: left;
}

.product-list-wrap .product-img img {
	max-width: 100%;
	height: 100%;
}

.product-list-wrap .item .product-info {
	width: calc(100% - 290px);
	padding: 20px 20px 10px 20px;
	color: #a5a5a5;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

.product-list-wrap .item .product-info h4 {
	font-size: 28px;
	color: #1052a1;
	margin-bottom: 14px;
}

.product-list-wrap .item .product-info .params {
	font-size: 14px;
	color: #666666;
	padding: 17px 27px;
	border: 1px dotted #e5e5e5;
}

.product-list-wrap .item .product-info .params li {
	list-style: square;
	margin: 5px 0;
}


.product-list-wrap .item .product-info .more a {
	display: block;
	width: 130px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 40px;
	color: #666666;
	margin-top: 10px;
}

.product-list-wrap .item:hover .product-info .more a {
	border-color: #1052a1;
	color: #fff;
	background-color: #1052a1;
}

@media only screen and (max-width: 768px) {
	.product-list-wrap .item .product-img {
		width: 100%;
		float: none;
	}

	.product-list-wrap .item .product-info {
		width: 100%;
		float: none;
	}
}

.index_product_type {
	padding: 62px 0;
	overflow: hidden;
}

.index_product_type .swiper-slide {
	display: block;
}

.index_product_type .title_common {
	margin-bottom: 37px;
}

.index_product_type .img {
	height: 285px;
	display: block;
	border: 1px solid #e5e5e5;
}

.index_product_type .img img {
	max-width: 100%;
	height: 100%;
}


.index_product_type .info {
	background-color: #f4f4f4;
	padding: 25px 18px;
	text-align: left;
}

.index_product_type .info .name {
	font-size: 18px;
	color: #1052a1;
	padding-bottom: 7px;
	border-bottom: 1px solid #e6e6e6;
}

.index_product_type .info .en-name {
	font-size: 12px;
	color: #666;
	padding-top: 7px;
}

.index_product_type .info .icon {
	text-align: right;
}

.index_product_type .info .icon img {
	max-width: 100%;
}

.index_product_type .swiper-father-wrap {
	position: relative;
}

.index_product_type .swiper-father-wrap .swiper-button-prev,
.index_product_type .swiper-father-wrap .swiper-button-next {
	width: 79px;
	height: 79px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
	opacity: 0.8;
	font-size: 19px;
	color: #b5b5b5;
	border-radius: 50%;
	text-align: center;
	line-height: 79px;
}

.index_product_type .swiper-father-wrap .swiper-button-prev {
	left: -100px;
}

.index_product_type .swiper-father-wrap .swiper-button-next {
	right: -100px;
}

@media only screen and (max-width: 768px) {}

.index-about {
	padding-top: 86px;
}

.index-about .about-title {
	margin-bottom: 45px;
	text-align: center;
	color: #fff;
}

.index-about .about-title h1 {
	font-size: 36px;
	line-height: 55px;
}

.index-about .about-title p {
	font-size: 12px;
}

.index-about .counter-item {
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

.index-about .counter-item h3 {
	font-size: 43px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
	line-height: normal;
}

.index-about .counter-item h3 span {
	font-size: 12px;
}

.index-about .counter-item p {
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
}

.index-about .inner-container {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.index-about .inner-container .featured-block {
	padding: 0px;
	float: left;
	position: relative;
}

.index-about .inner-container .featured-block .inner-box {
	position: relative;
	min-height: 378px;
}

.index-about .inner-container .featured-block:nth-child(2) {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.index-about .inner-container .featured-block .inner-box:before {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	height: 5px;
	width: 60px;
	background-color: #555555;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.index-about .inner-container .featured-block .inner-box:hover::before {
	background-color: #f8952c;
	width: 100%;
}

.index-about .inner-container .featured-block .inner-box a {
	font-size: 12px;
	color: #333;
}

.index-about .inner-container .featured-block .inner-box img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.index-about .inner-container .featured-block .inner-box .bottom {
	padding: 30px 18px;
}

.index-about .inner-container .featured-block .inner-box .bottom .title {
	color: #065099;
	font-size: 14px;
	margin-bottom: 5px;
}

.product-detail-wrap {
	padding: 20px 0;
}

.product-detail-wrap .cover {
	text-align: center;
	margin: 0 auto;
}

.product-detail-wrap .cover img {
	max-width: 100%;
	border: solid 1px #1052a1;
}

.product-detail-wrap .product-info {
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	padding: 20px 100px;
}

.product-detail-wrap .product-info h4 {
	text-align: center;
	font-size: 28px;
	color: #1052a1;
}

.product-detail-wrap .product-info .params {
	margin: 0 auto;
	padding: 17px 24px;
	border: 1px dashed #e5e5e5;
	margin-top: 20px;
}

.product-detail-wrap .product-info .params li {
	line-height: 20px;
}

.product-detail-wrap .product-info .product-button {
	text-align: center;
	padding-top: 20px;
}

.product-detail-wrap .product-info .product-button a {
	display: inline-block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #666666;
	font-size: 12px;
	border: solid 1px #e5e5e5;
	margin: 10px;
}

.product-detail-wrap .product-info .product-button a:hover {
	background-color: #1052a1;
	color: #fff;
	background-color: #1052a1;
}

.product-detail-wrap .product-detail {
	margin-top: 20px;
	padding: 30px 100px;
	border: 1px solid #e5e5e5;
}

.product-detail-wrap .product-detail h4 {
	font-size: 28px;
	color: #1052a1;
	margin-bottom: 20px;
	text-align: center;
}

.product-detail-wrap .product-detail .content {
	padding: 40px;
	border: 1px dashed #e5e5e5;
}

@media only screen and (max-width: 768px) {
	.product-detail-wrap .product-info {
		padding: 20px;
	}

	.product-detail-wrap .product-detail {
		padding: 30px 20px;
	}
}

/*公共页内二级菜单样式 end end end end*/