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: 970px;
	}
}
@media (min-width: 1250px) {
	.container {
		width: 1200px;
	}
}
/*头部公共样式 star star star*/
header {
	width: 100%;
	height: 155px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
header .header_top {
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background-color: #d0152d;
	color: #FFFFFF;
}
.header_top p {
	float: left;
}
.header_top .headerR {
	float: right;
}
.headerR .header_search {
	width: 150px;
	height: 31px;
	overflow: hidden;
	border-bottom: 1px solid #FFFFFF;
	line-height: 30px;
	margin: 6px 0;
}
.header_search input {
	width: 130px;
	height: 30px;
	background-color: transparent;
	box-shadow: none;
	border: none;
	color: #FFFFFF;
}
input::-webkit-input-placeholder { 
	color: #FFFFFF; 
}
input:-moz-placeholder{ 
	color: #FFFFFF; 
}
input:-ms-input-placeholder{ 
	color: #FFFFFF; 
}
input:placeholder{ 
	color: #FFFFFF; 
}
.headerR .headerSt {
	display: block;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	margin: 0 25px 0 0;
	float: left;
}
.headerR .headerEn {
	display: block;
	float: left;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	margin: 0 35px 0 0;
}
.headerEn .en {
	width: 20px;
	line-height: 19px;
	height: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 50%;
	float: left;
	margin: 12px 7px 0 0;
}
header .logo {
	display: block;
	width: 95px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 17px;
	margin-left: -47.5px;
}
header .logo img {
	width: 100%;
}
header .header_bottom {
	width: 100%;
	height: 110px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.header_bottom .header_menu {
	width: 1236px;
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
}
.header_menu>li {
	width: 107px;
	float: left;
	margin: 0 30px 0 0;
}
.header_menu>li>a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 108px;
	overflow: hidden;
	color: #000000;
	font-size: 18px;
}
.header_menu>li:nth-of-type(4) {
	margin: 0 200px 0 0;
}
.header_menu>li:last-of-type {
	margin: 0;
}
.header_menu>li:hover>a {
	color: #d0152d;
	font-weight: bold;
	border-bottom: 2px solid #d0152d;
}
.header_menu>li.active>a {
	color: #d0152d;
	font-weight: bold;
	border-bottom: 2px solid #d0152d;
}
.header_menu>li>.headerBg {
	width: 100%;
	overflow: hidden;
	display: none;
	padding: 40px 0 38px;
	background-color: #f9f9f9;
	position: fixed;
	top: 155px;
	left: 0;
}
.headerBg h3 {
	font-size: 22px;
	color: #000000;
	margin: 0 0 10px;
}
.headerBg .hm_left {
	width: 325px;
	overflow: hidden;
	float: left;
}
.hm_left .headerTwo {
	width: 100%;
	overflow: hidden;
}
.headerTwo p {
	height: 41px;
	border-right: 1px solid #e9e9e9;
	float: left;
	position: relative;
}
.headerTwo p:nth-of-type(2n+1) {
	width: 160px;
}
.headerTwo p:nth-of-type(2n) {
	width: 165px;
	padding: 0 0 0 15px;
}
.headerTwo p:nth-of-type(1),.headerTwo p:nth-of-type(2) {
	height: 48px;
	padding-top: 7px;
}
.headerTwo p:nth-last-of-type(1),.headerTwo p:nth-last-of-type(2) {
	height: 48px;
	padding-bottom: 7px;
}
.headerTwo p a {
	display: block;
	width: 130px;
	line-height: 40px;
	border-bottom: 1px dashed #d1d1d1;
	font-size: 16px;
	color: #333333;
}
.headerTwo p:nth-of-type(2n) a {
	padding: 0 0 0 5px;
}
.headerTwo p:hover a {
	color: #d0152d;
}
.headerTwo p:hover:before {
	display: block;
	content: '';
	width: 2px;
	height: 22px;
	background-color: #d0152d;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: -1px;
}
.headerBg .hm_core{
	width: 200px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 35px;
}
.hm_core li {
	width: 100%;
	overflow: hidden;
}
.hm_core h3 {
	margin: 0 0 20px;
}
.hm_core p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.hm_core p a {
	color: #949494;
}
.hm_core p a:hover {
	color: #d0152d;
}
.headerBg .hm_right {
	width: 400px;
	overflow: hidden;
	float: right;
	margin: 0 17px 0 0;
}
.hm_right a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 18px 0;
}
.hm_right a:first-of-type {
	border-bottom: 1px solid #949494;
}
.hm_right a .hm_img {
	width: 110px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	float: left;
}
.hm_img img {
	width: 100%;
	transition: all 1s;
}
.hm_right a .hm_txt {
	width: calc(100% - 125px);
	width: -moz-calc(100% - 125px);
	width: -webkit-calc(100% - 125px);
	overflow: hidden;
	float: left;
	margin: 0 0 0 15px;
}
.hm_txt h4 {
	line-height: 32px;
	color: #333333;
}
.hm_txt p {
	font-size: 12px;
	line-height: 20px;
	color: #949494;
	height: 60px;
	overflow: hidden;
}
.hm_right a:hover .hm_txt h4 {
	color: #d0152d;
} 
.hm_right a:hover .hm_img img {
	transform: scale(1.1);
}
header .headerSm {
	width: 100%;
	overflow: hidden;
	border-top: 15px solid #d0152d;
	background-color: #FFFFFF;
	padding: 23px 0 0;
	height: 150px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.headerSm .logoSm {
	display: block;
	width: 291px;
	overflow: hidden;
	float: left;
}
.logoSm img {
	width: 100%;
}
.headerSm .rightSm {
	width: 155px;
	height: 53px;
	float: right;
	margin: 16px 0;
}
.rightSm .searchSm {
	width: 53px;
	height: 100%;
	float: left;
}
.rightSm .menuIcon {
	width: 62px;
	height: 49px;
	float: right;
	margin: 2px 0;
	background: url(../img/menu.png) no-repeat center center;
	position: relative;
}
.rightSm .menuIcon.menuClick {
	background: #FFFFFF;
}
.menuIcon li {
	width: 100%;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -31px;
	background-color: #d0152d;
	transform: rotate(-45deg);
	display: none;
}
.rightSm .menuIcon.menuClick li {
	display: block;
}
.menuIcon li:nth-of-type(2) {
	transform: rotate(45deg);
}
header .menuSm {
	width: 100%;
	height: calc(100% - 149px);
	height: -moz-calc(100% - 149px);
	height: -webkit-calc(100% - 149px);
	background-color: #efefef;
	overflow: hidden;
	position: fixed;
	left: -100%;
	top: 149px;
	padding: 30px 0 0;
	transition: all 1s;
}
.menuSm li {
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	padding: 0 50px;
}
.menuSm li a {
	color: #000000;
}
.search_content {
	width: 100%;
	height: 54px;
	background-color: #cbcbcb;
	display: none;
}
.search_content input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding: 0 20px;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
@media only screen and (max-width: 991px) {
	header .header_top ,header .header_bottom {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	header {
		height: 86px;
	}
	header .headerSm {
	    border-top: 5px solid #d0152d;
	    background-color: #FFFFFF;
	    padding: 10px 0 0;
	    height: 72px;
	    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.headerSm .logoSm {
	    width: 191px;
	}
	.headerSm .rightSm {
	    width: 65px;
	    height: 40px;
	    margin: 4px 0;
	}
	.rightSm .searchSm {
		width: 24px;
		height: 24px;
		margin: 8px 0;
	}
	.searchSm img {
		width: 100%;
	}
	.rightSm .menuIcon {
		width: 30px;
		height: 30px;
		margin: 5px 0;
		background-size: 100%;
	}
	.menuIcon li {
		height: 4px;
		border-radius: 2px;
		margin: -2px 0 0 -15px;
	}
	header .menuSm {
		height: calc(100% - 71px);
		height: -moz-calc(100% - 71px);
		height: -webkit-calc(100% - 71px);
		top: 71px;
		padding: 20px 0 0;
	}
	.menuSm li {
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		padding: 0 30px;
	}
	.search_content {
		height: 39px;
	}
	.search_content input {
		font-size: 14px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
}
@media only screen and (min-width: 992px) {
	header .search_content {
		display: none !important;
	}
	header .headerSm {
		display: none;
	}
	header .header_bottom {
	    height: 90px;
	}
	.header_bottom .header_menu {
	    width: 1006px;
	    height: 90px;
	}
	header .logo {
	    width: 70px;
	    top: 17px;
	    margin-left: -35px;
	}
	.header_menu>li {
	    margin: 0 10px 0 0;
	}
	.header_menu>li:nth-of-type(4) {
	    margin: 0 90px 0 0;
	}
	.header_menu>li>a {
	    line-height: 88px;
	}
	.header_menu>li>.headerBg {
		top: 135px;
	}
	.headerBg .hm_right {
	    width: 350px;
	    margin: 0;
	}
}
@media only screen and (min-width: 1250px) {
	header .header_bottom {
	    height: 110px;
	}
	.header_bottom .header_menu {
	    width: 1236px;
	    height: 110px;
	}
	header .logo {
	    width: 95px;
	    top: 17px;
	    margin-left: -47.5px;
	}
	.header_menu>li {
	    margin: 0 30px 0 0;
	}
	.header_menu>li:nth-of-type(4) {
	    margin: 0 200px 0 0;
	}
	.header_menu>li>a {
	    line-height: 108px;
	}
	.header_menu>li>.headerBg {
		top: 155px;
	}
	.headerBg .hm_right {
	    width: 400px;
	    margin: 0 17px 0 0;
	}
}
/*公共底部样式部分*/
footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
footer .footer_top {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 50px;
	background-color: #f0f0f0;
}
.footer_top .footer_logo {
	display: block;
	width: 144px;
	margin: -8px 0 0 -6px;
	float: left;
}
.footer_logo img {
	width: 100%;
}
.footer_top .footer_menu {
	width: 500px;
	overflow: hidden;
	float: left;
	margin: 0 65px 0 50px;
}
.footer_menu ul {
	width: 100%;
	overflow: hidden;
}
.footer_menu li:nth-of-type(1) {
	width: 110px;
	overflow: hidden;
	float: left;
}
.footer_menu li:nth-of-type(2) {
	width: 165px;
	overflow: hidden;
	float: left;
}
.footer_menu li:nth-of-type(3) {
	width: 164px;
	overflow: hidden;
	float: left;
}
.footer_menu li:nth-of-type(4) {
	width: 61px;
	overflow: hidden;
	float: left;
}
.footer_menu li h4 {
	padding: 6px 0 20px 5px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px;
}
.footer_menu li h4 a {
	color: #000000;
}
.footer_menu li p {
	width: 100%;
	overflow: hidden;
}
.footer_menu li>a ,.footer_menu li p>a {
	display: block;
	color: #666666;
	line-height: 20px;
	padding: 0 0 0 5px;
	float: left;
}
.footer_menu li>a:hover ,.footer_menu li p>a:hover {
	color: #d0152d;
	text-decoration: underline !important;
}
.footer_top .footer_right {
	width: 460px;
	overflow: hidden;
	float: right;
	margin: 0 -13px 0 0;
}
.footer_top .footer_contact {
	width: 265px;
	overflow: hidden;
	float: left;
	padding: 6px 0 0;
	color: #515151;
	line-height: 20px;
}
.footer_contact h4 {
	color: #333333;
	font-size: 14px;
}
.footer_contact h1 {
	font-size: 32px;
	font-family: arial;
	color: #d0152d;
	margin: 5px 0 0;
}
.footer_top .footer_wx {
	float: right;
	width: 156px;
	text-align: center;
	color: #515151;
}
.footer_wx img {
	margin: 0 0 10px;
}
.footer_bottom {
	width: 100%;
	line-height: 60px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #d0152d;
}
.footer_bottom a {
	color: #FFFFFF;
}
.footer_bottom p {
	float: left;
}
.footer_bottom p:nth-of-type(2) {
	float: right;
}
.footer_bottom p a:hover {
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	footer .footer_top {
	    padding: 60px 0 0;
	}
	.footer_top .container {
		width: 100%;
	}
	.footer_top .footer_logo {
	    margin: 0 auto;
	    float: none;
	}
	.footer_top .footer_right {
   	 	width: 100%;
    	float: none;
     	margin: 50px auto;
	}
	.footer_top .footer_contact {
	   	width: 100%;
	    float: none;
	    padding: 0;
	    text-align: center;
	    font-size: 25px;
	    line-height: 42px;
	}
	.footer_contact h4 {
	    line-height: 36px;
	    font-size: 29px;
	}
	.footer_contact h1 {
	    font-size: 68px;
	    margin: 10px 0;
	}
	.footer_top .footer_wx {
	    float: none;
	    width: 285px;
	    margin: 45px auto 0;
	    font-size: 19px;
	}
	.footer_top .footer_menu {
		width: 100%;
		float: none;
		margin: 0;
		background-color: #FFFFFF;
		padding: 45px 0 50px;
	}
	.footer_menu ul {
		width: 688px;
		overflow: hidden;
		margin: 0 auto;
	}
	.footer_menu li:nth-of-type(1) {
		width: 117px;
	}
	.footer_menu li:nth-of-type(2) {
		width: 270px;
	}
	.footer_menu li:nth-of-type(2) p a:nth-of-type(2n+1){
	    width: 120px;
	}
	.footer_menu li:nth-of-type(3) {
		width: 200px;
	}
	.footer_menu li:nth-of-type(3) p a:nth-of-type(2n+1){
	    width: 80px;
	}
	.footer_menu li:nth-of-type(3) p a:nth-of-type(2n){
	    width: 90px;
	}
	.footer_menu li:nth-of-type(4) {
		width: 101px;
	}
	.footer_menu li h4 {
	    font-size: 20px;
	    margin: 0 0 12px;
	}
	.footer_menu li>a, .footer_menu li p>a {
	    line-height: 25px;
	    font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	footer .footer_top {
	    padding: 35px 0 0;
	}
	.footer_top .footer_right {
	    margin: 20px auto 30px;
	}
	.footer_top .footer_contact {
	    font-size: 14px;
	    line-height: 24px;
	}
	.footer_contact h4 {
	    line-height: 30px;
	    font-size: 20px;
	}
	.footer_contact h1 {
	    font-size: 28px;
	    margin: 5px 0;
	}
	.footer_top .footer_wx {
	    margin: 20px auto 0;
	    width: 205px;
	    font-size: 14px;
	}
	.footer_top .footer_menu {
	    padding: 25px 0 20px;
	}
	.footer_menu ul {
	    width: 335px;
	}
	.footer_menu li:nth-of-type(1) {
		width: 80px;
	}
	.footer_menu li:nth-of-type(2) {
		width: calc(100% - 210px);
		width: -moz-calc(100% - 210px);
		width: -webkit-calc(100% - 210px);
	}
	.footer_menu li:nth-of-type(2) p a {
		width: 55px;
	}
	.footer_menu li:nth-of-type(2) p a:nth-of-type(2n+1) {
		width: 55px;
	}
	.footer_menu li:nth-of-type(2) p a:nth-of-type(1),.footer_menu li:nth-of-type(2) p a:nth-of-type(2),.footer_menu li:nth-of-type(2) p a:nth-of-type(3){
		width: 100%;
	}
	.footer_menu li:nth-of-type(3) {
		width: 130px;
	}
	.footer_menu li:nth-of-type(3) p a:nth-of-type(2n+1) {
		width: 70px;
	}
	.footer_menu li:nth-of-type(3) p a:nth-of-type(2n) {
		width: 60px;
	}
	.footer_menu li:nth-of-type(4) {
	    display: none !important;
	}
	.footer_menu li h4 {
	    font-size: 14px;
	    margin: 0 0 5px;
	    padding: 0 0 10px;
	}
	.footer_menu li>a, .footer_menu li p>a {
	    line-height: 20px;
	    font-size: 12px;
	    padding: 0;
	}
	.footer_bottom {
	    line-height: 20px;
	    padding: 15px 0;
	    text-align: center;
	}
	.footer_bottom p {
		float: none !important;
		width: 260px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 992px) {
	.footer_top .footer_logo {
		width: 138px;
	}
	.footer_top .footer_right {
		width: 430px;
	}
	.footer_top .footer_menu {
	    width: 356px;
	    margin: 0 35px 0 30px;
	}
	.footer_menu li:nth-of-type(1) {
		width: 75px;
	}
	.footer_menu li:nth-of-type(2) {
		width: 95px;
	}
	.footer_menu li:nth-of-type(3) {
		width: 125px;
	}
	.footer_menu li:nth-of-type(3) p a:nth-of-type(2n+1) {
		width: 60px;
	}
}
@media only screen and (min-width: 1250px) {
	.footer_top .footer_logo {
		width: 144px;
	}
	.footer_top .footer_right {
		width: 460px;
	}
	.footer_top .footer_menu {
	    width: 500px;
	    margin: 0 65px 0 50px;
	}
	.footer_menu li:nth-of-type(1) {
		width: 85px;
	}
	.footer_menu li:nth-of-type(2) {
		width: 190px;
	}
	.footer_menu li:nth-of-type(3) {
		width: 164px;
	}
	.footer_menu li:nth-of-type(2) p a:nth-of-type(2n+1) {
		width: 85px;
	}
	.footer_menu li:nth-of-type(3) p a:nth-of-type(2n+1) {
		width: 70px;
	}
}
/*公共顶部图片*/
.banner {
	width: 100%;
	height: 402px;
	overflow: hidden;
	position: relative;
	margin: 155px 0 0;
}
.banner .bannerCom {
	width: 100%;
	height: 375px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}
.banner .bannerTxt {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../img/bannerBg.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 135px 0 0;
	color: #FFFFFF;
	font-size: 14px;
}
.bannerTxt h1 {
	font-family: "arial black";
	font-weight: bold;
	font-size: 72px;
	color: rgba(255,255,255,0.09);
	position: relative;
	margin: 0 0 15px;
}
.bannerTxt h1 span {
	font-family: "微软雅黑";
	font-size: 48px;
	color: #FFFFFF;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: -15px;
}
.bannerTxt p {
	padding: 0 10px;
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 150px 0 0;
		height: 411px;
	}
	.banner .bannerCom {
		background-size: 100%;
	}
	.banner .bannerTxt {
		background-image: url(../img/bannerBgS.png);
		background-position: bottom center;
		background-size: 100%;
		padding: 185px 0 0;
		font-size: 22px;
	}
	.bannerTxt h1 {
		font-size: 54px;
		margin: 0 0 5px;
	}
	.bannerTxt h1 span {
		font-size: 52px;
		left: 5px;
		top: -30px;
	}
	.bannerTxt p {
	    padding: 0 5px;
	}
}
@media only screen and (max-width: 767px) {
	.banner {
		margin: 72px 0 0;
		height: 240px;
	}
	.banner .bannerTxt {
		background-position: top center;
		padding: 100px 0 0;
		font-size: 12px;
	}
	.bannerTxt h1 {
		font-size: 32px;
	}
	.bannerTxt h1 span {
		font-size: 36px;
		top: -25px;
	}
}
@media only screen and (min-width: 992px) {
	.banner {
		margin: 135px 0 0;
	}
}
@media only screen and (min-width: 1250px) {
	.banner {
		margin: 155px 0 0;
	}
}