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
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
/*更改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: 640px;
		padding: 0;
	}
}
@media (max-width: 750px) {
	.container {
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1150px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1300px;
	}
}
@media (min-width: 1700px) {
	.container {
		width: 1620px;
	}
}

/*头部公共样式 star star star*/
header {
	width: 100%;
	height: 95px;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 100;
	padding: 25px 0 0;
	transition: all 0.5s;
}
header.header-roll {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
}
header .logo {
	display: block;
	width: 320px;
	overflow: hidden;
	float: left;
	margin: 1px 0;
	position: relative;
	z-index: 101;
}
header .logo img {
	width: 100%;
}
header .header-menuBox {
	width: auto;
	float: right;
}
header .header-right {
	width: 70px;
	height: 29px;
	line-height: 29px;
	float: right;
	margin: 8px 0;
}
header .header-right a {
	font-size: 14px;
	font-family: arial;
	color: #FFFFFF;
}
header .header-right a:hover {
	color: #e62129;
	font-weight: bold;
}
header .header-search {
	width: 29px;
	height: 29px;
	border-radius: 2px;
	background-color: #e62129;
	float: right;
	position: relative;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
}
header .header-search img {
	width: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -9px;
}
header .header-search input {
	display: block;
	width: 200px;
	height: 39px;
	border: none;
	position: absolute;
	right: 29px;
	top: -5px;
	padding: 0 8px;
	font-size: 14px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	display: none;
	z-index: 10;
}
header .header-search:hover input {
	display: block;
}
header .header-menu {
	width: auto;
	height: 70px;
	float: right;
	text-align: center;
	margin-right: 60px;
}
header .header-menu li {
	width: 72px;
	height: 100%;
	float: left;
	margin-left: 45px;
}
header .header-menu li:first-of-type {
	width: 40px;
	margin: 0;
}
header .header-menu li>a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 42px;
	height: 45px;
	overflow: hidden;
	position: relative;
}
header .header-menu li>a:after {
	content: '';
	display: block;
	width: 0px;
	height: 3px;
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all 0.5s;
}
header .header-menu li .header-menuBg {
	width: 100%;
	height: 47px;
	line-height: 45px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.25);
	position: absolute;
	left: 0;
	top: 95px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	display: none;
}
header.header-roll .header-menu li .header-menuBg {
	background-color: rgba(0,0,0,0.5);
} 
.header-menuBg .header-twoBox {
	width: auto;
	height: 100%;
	position: relative;
	left: 50%;
	margin-left: -95px;
}
.header-menu li:nth-of-type(4) .header-menuBg .header-twoBox {
	margin-left: 120px;
}
.header-menu li:nth-of-type(5) .header-menuBg .header-twoBox {
	margin-left: 240px;
}
.header-menuBg .header-twoBox a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	padding: 0 25px;
	position: relative;
}
.header-menuBg .header-twoBox a:after {
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	background-color: #FFFFFF;
	position: absolute;
	top: 18px;
	right: 0px;
}
.header-menuBg .header-twoBox a:last-of-type:after {
	display: none;
}
.header-menuBg .header-twoBox a:hover {
	color: #e62129;
	font-weight: bold;
}
header .header-menu li.active>a {
	font-weight: bold;
}
header .header-menu li.active>a:after {
	background-color: #e62129;
	left: 0px;
	width: 100%;
}
header .header-icon {
	width: 60px;
	height: 60px;
	background-color: #e62129;
	border-radius: 5px;
	overflow: hidden;
	float: right;
	position: relative;
	top: -4px;
	z-index: 101;
}
.header-icon li {
	width: 36px;
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -18px;
	transition: all 0.5s;
}
.header-icon li:nth-of-type(1) {
	margin: -15px 0 0 -18px;
}
.header-icon li:nth-of-type(2) {
	width: 25px;
	margin: -3px 0 0 -18px;
}
.header-icon li:nth-of-type(3) {
	margin: 9px 0 0 -18px;
}
.header-icon.icon-click li:nth-of-type(1) {
	margin: -3px 0 0 -18px;
	transform: rotate(45deg);
}
.header-icon.icon-click li:nth-of-type(2) {
	opacity: 0;
}
.header-icon.icon-click li:nth-of-type(3) {
	margin: -3px 0 0 -18px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header .logo {
		width: 314px;
		height: 47px;
	}
	header .header-menuBox {
		float: none;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: rgba(0,0,0,0.75);
		position: fixed;
		left: 0;
		top: 0;
		padding: 150px 0 0;
		display: none;
	}
	header .header-right {
		width: 640px;
		height: 60px;
		line-height: 60px;
		overflow: hidden;
		float: none;
		margin: 0 auto;
	}
	header .header-right a {
		font-size: 32px;
	}
	header .header-search {
		width: calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		height: 60px;
	}
	header .header-search img {
		width: 36px;
		left: auto;
		right: 15px;
		margin: -18px 0 0;
	}
	header .header-search input {
		display: block;
		width: calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		height: 60px;
		top: 0;
		right: auto;
		font-size: 20px;
		padding: 0 15px;
		color: #FFFFFF;
		background-color: transparent;
	}
	header .header-search input::-webkit-input-placeholder {
        color: #ffffff;
   	}
    header .header-search input::-moz-input-placeholder {
        color: #ffffff;
    }
    header .header-search input::-ms-input-placeholder {
        color: #ffffff;
    }
    header .header-menu {
    	width: 640px;
    	height: auto;
		overflow: hidden;
		float: none;
		margin: 40px auto 0;
    }
    header .header-menu li {
    	width: 100% !important;
    	margin: 0;
    	text-align: justify;
    }
    header .header-menu li>a {
    	width: auto;
    	font-size: 36px;
    	height: 70px;
    	line-height: 70px;
    	float: left;
    }
    header .header-menu li .header-menuBg {
    	height: auto;
    	position: relative;
    	top: 0;
    }
    .header-menuBg .header-twoBox {
    	width: 100%;
    	left: 0;
    	margin-left: 0;
    }
    .header-menuBg .header-twoBox a {
    	float: none;
    }
    .header-menuBg .header-twoBox a:after {
	    display: none;
	}
}
@media only screen and (max-width: 750px) {
	header {
	    height: 65px;
	    top: 10px;
	    padding: 15px 0 0;
	}
	header .logo {
	    width: 235px;
	    height: 45px;
	}
	header .header-icon {
		width: 45px;
		height: 45px;
		border-radius: 3px;
		top: -5px;
	}
	.header-icon li {
		width: 28px;
		height: 4px;
		border-radius: 2px;
		margin: -2px 0 0 -14px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -11px 0 0 -14px;
	}
	.header-icon li:nth-of-type(2) {
		width: 20px;
		margin: -2px 0 0 -14px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 7px 0 0 -14px;
	}
	.header-icon.icon-click li:nth-of-type(1),.header-icon.icon-click li:nth-of-type(3) {
		margin: -2px 0 0 -14px;
	}
	header .header-menuBox {
		padding: 100px 0 0;
	}
	header .header-right {
		width: 335px;
		height: 40px;
		line-height: 40px;
	}
	header .header-right a {
		font-size: 18px;
	}
	header .header-search {
		width: calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		height: 40px;
	}
	header .header-search img {
		width: 20px;
		right: 8px;
		margin: -10px 0 0;
	}
	header .header-search input {
		width: calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		height: 40px;
		font-size: 14px;
		padding: 0 10px;
	}
    header .header-menu {
    	width: 335px;
		margin: 20px auto 0;
    }
    header .header-menu li>a {
    	font-size: 24px;
    	height: 48px;
    	line-height: 45px;
    }
    header .header-menu li .header-menuBg {
    	padding: 10px 0;
    	line-height: 30px;
    }
}
@media only screen and (min-width: 992px) {
	header .logo img:nth-of-type(2) {
		display: none;
	}
	header.header-roll {
		height: 75px;
		padding: 10px 0 0;
		background-color: rgba(255,255,255,0.8);
		box-shadow: 0px 0px 16px rgba(0,0,0,0.35);
	}
	header.header-roll .logo img:nth-of-type(1) {
		display: none;
	}
	header.header-roll .logo img:nth-of-type(2) {
		display: inline;
	}
	header .header-icon {
		display: none !important;
	}
	header .header-menu {
		margin-right: 20px;
	}
	header .header-menu li {
	    margin-left: 15px;
	}
	header.header-roll .header-menu li>a {
		color: #333333;
	}
	header .header-menu li:hover>a:after {
		background-color: #e62129;
		left: 0px;
		width: 100%;
	}
	header.header-roll .header-menu li .header-menuBg {
		background-color: rgba(255,255,255,0.6);
		top: 75px;
	}
	header.header-roll .header-menuBg .header-twoBox a {
		color: #333333;
	}
	header .header-menu li:hover .header-menuBg {
		display: block;
	}
	header.header-roll .header-right a {
		color: #333333;
	}
	header.header-roll .header-menuBg .header-twoBox a:after {
		background-color: #333333;
	}
}
@media only screen and (min-width: 1200px) {
	header .header-menu {
		margin-right: 0px;
	}
	header .header-menu li {
		margin-left: 25px;
	}
	.header-menuBg .header-twoBox {
		margin-left: -215px;
	}
	.header-menu li:nth-of-type(4) .header-menuBg .header-twoBox {
		margin-left: -50px;
	}
	.header-menu li:nth-of-type(5) .header-menuBg .header-twoBox {
		margin-left: 45px;
	}
}
@media only screen and (min-width: 1400px) {
	header .header-menu li {
		margin-left: 35px;
	}
	.header-menuBg .header-twoBox {
		margin-left: -250px;
	}
	.header-menu li:nth-of-type(4) .header-menuBg .header-twoBox {
		margin-left: -40px;
	}
	.header-menu li:nth-of-type(5) .header-menuBg .header-twoBox {
		margin-left: 80px;
	}
}
@media only screen and (min-width: 1700px) {
	.header-menuBg .header-twoBox {
		margin-left: -95px;
	}
	.header-menu li:nth-of-type(4) .header-menuBg .header-twoBox {
		margin-left: 120px;
	}
	.header-menu li:nth-of-type(5) .header-menuBg .header-twoBox {
		margin-left: 240px;
	}
}
footer {
	width: 100%;
	overflow: hidden;
	background-color: #323232;
	padding: 45px 0 0;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
}
.footer-top .footer-logo {
	width: 330px;
	overflow: hidden;
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
}
.footer-logo h4 {
	font-size: 20px;
	line-height: 25px;
	margin: 40px 0 15px;
}
.footer-top .footer-wx {
	width: 146px;
	overflow: hidden;
	float: right;
	margin: 25px 18px 0 0;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
.footer-wx img {
	width: 100%;
	margin: 0 0 5px;
}
.footer-top .footer-menu {
	width: 560px;
	overflow: hidden;
	float: left;
	margin: 25px 0 0 165px;
}
.footer-top .footer-menu ul {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	margin: 0 0 20px;
}
.footer-top .footer-menu ul li:nth-of-type(1) {
	width: 120px;
	overflow: hidden;
	float: left;
}
.footer-top .footer-menu ul li:nth-of-type(2) {
	width: calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	overflow: hidden;
	float: left;
}
.footer-top .footer-menu ul li:nth-of-type(1) a {
	display: block;
	color: #FFFFFF;
	line-height: 20px;
}
.footer-top .footer-menu ul li:nth-of-type(2) a {
	display: block;
	width: 80px;
	color: #bcbcbc;
	line-height: 20px;
	float: left;
	margin: 0 45px 10px 0;
}
.footer-top .footer-menu ul li:nth-of-type(1) a:hover {
	color: #e62129;
}
.footer-top .footer-menu ul li:nth-of-type(2) a:hover {
	color: #e62129;
}
.footer-bottom {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #464646;
	padding: 20px 0;
	color: #545557;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 20px 0 0;
}
.footer-bottom a {
	color: #545557;
}
.footer-bottom a:hover {
	color: #e62129;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	footer {
	    padding: 55px 0 0;
	}
	.footer-top .footer-logo {
	    width: 100%;
	    float: none;
	    font-size: 28px;
	    line-height: 55px;
	}
	.footer-top .footer-logo img {
		width: 328px;
	}
	.footer-logo h4 {
	    font-size: 36px;
	    line-height: 40px;
	    margin: 70px 0 25px;
	}
	.footer-top .footer-menu {
	    width: 100%;
	    float: none;
	    margin: 90px 0 0;
	}
	.footer-top .footer-menu ul li:nth-of-type(1) {
	    width: 150px;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) {
	    width: calc(100% - 150px);
	    width: -moz-calc(100% - 150px);
	    width: -webkit-calc(100% - 150px);
	}
	.footer-top .footer-menu ul li:nth-of-type(1) a {
	    line-height: 40px;
	    font-size: 26px;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) a {
	    width: 104px;
	    line-height: 40px;
	    font-size: 26px;
	    margin: 0 24px 10px 0;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) a:nth-of-type(4) {
	    margin: 0 0 10px;
	}
	.footer-top .footer-wx {
	    width: 257px;
	    float: none;
	    margin: 40px 0 0;
	    font-size: 24px;
	}
	.footer-bottom {
	    padding: 30px 0;
	    font-size: 24px;
	    line-height: 37px;
	    margin: 75px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	footer {
	    padding: 30px 0 0;
	}
	.footer-top .footer-logo {
	    font-size: 16px;
	    line-height: 25px;
	}
	.footer-top .footer-logo img {
		width: 201px;
	}
	.footer-logo h4 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 30px 0 10px;
	}
	.footer-top .footer-menu {
	    margin: 30px 0 0;
	}
	.footer-top .footer-menu ul {
		margin: 0 0 10px;
	}
	.footer-top .footer-menu ul li:nth-of-type(1) {
	    width: 90px;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) {
	    width: calc(100% - 90px);
	    width: -moz-calc(100% - 90px);
	    width: -webkit-calc(100% - 90px);
	}
	.footer-top .footer-menu ul li:nth-of-type(1) a {
	    line-height: 25px;
	    font-size: 16px;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) a {
	    width: 64px;
	    line-height: 25px;
	    font-size: 16px;
	    margin: 0 26px 5px 0;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) a:nth-of-type(3n) {
	    margin: 0 0 5px;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) a:nth-of-type(4) {
	    margin: 0 26px 5px 0;
	}
	.footer-top .footer-wx {
	    width: 165px;
	    margin: 20px 0 0;
	    font-size: 14px;
	}
	.footer-bottom {
	    padding: 15px 0;
	    font-size: 14px;
	    line-height: 20px;
	    margin: 30px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer-top .footer-wx {
		margin: 25px 0 0;
	}
	.footer-top .footer-menu {
		width: 490px;
	    margin: 25px 0 0;
	}
	.footer-top .footer-menu ul li:nth-of-type(1) {
		width: 95px;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) {
	    width: calc(100% - 95px);
	    width: -moz-calc(100% - 95px);
	    width: -webkit-calc(100% - 95px);
	}
	.footer-top .footer-menu ul li:nth-of-type(2) a {
	    margin: 0 35px 10px 0;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) a:nth-of-type(4) {
	    margin: 0 0 10px;
	}
	.footer-bottom br {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.footer-top .footer-wx {
		margin: 25px 18px 0 0;
	}
	.footer-top .footer-menu {
		width: 560px;
	    margin: 25px 0 0 50px;
	}
	.footer-top .footer-menu ul li:nth-of-type(1) {
		width: 120px;
	}
	.footer-top .footer-menu ul li:nth-of-type(2) {
	    width: calc(100% - 120px);
	    width: -moz-calc(100% - 120px);
	    width: -webkit-calc(100% - 120px);
	}
	.footer-top .footer-menu ul li:nth-of-type(2) a {
	    margin: 0 45px 10px 0;
	}
}
@media only screen and (min-width: 1400px) {
	.footer-top .footer-menu {
	    margin: 25px 0 0 165px;
	}
}
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img {
	width: 100%;
}
.banner h2{
	width: 100%;
	line-height: 140px;
	overflow: hidden;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 50%;
	text-align: center;
	font-size: 70px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top center;
}
@media only screen and (max-width: 991px) {
	.banner img:nth-of-type(1) {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.banner img {
		width: 800px;
		margin-left: -200px;
	}
	.banner h2{
		line-height: 70px;
		font-size: 36px;
		background-size: auto 40px;
	}
}
@media only screen and (min-width: 992px) {
	.banner img:nth-of-type(2) {
		display: none;
	}
}


















/*font*/
@font-face{font-family:"commonfont";src:url('../font/common.woff') format('woff'),url('../font/common.ttf') format('truetype');}
.commonfont{font-family:"commonfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;}


.trs {display: none;}

@media screen and (max-width: 750px) {
/* footer */

.trs {display: block;}

.footer1{width:100%;height:5.9rem;position: fixed!important;bottom: 0;right: 0;z-index: 9999;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.foot1{width:100%;position: fixed;height:5.8rem;bottom:0;left:0;z-index:10;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.foot-relative1{position:relative;width:100%;height:5.8rem;}
.foot1 a{display:block;float:left;width:33%;color:#ffffff}
.foot1 a span{display:block;width:100%;text-align:center;font-size:2.5rem;line-height:4.3rem;}
.foot1 a h3{width:100%;text-align:center;font:0.18rem/0.2rem "microsoft yahei";}
.common-pro-search{width:90%;height:0.533rem;background: #fff;margin:2% auto;}
.common-text{float:left;border:0;background:#fff;width:84.45%;height:0.533rem;text-indent:0.1rem;font:0.16rem/0.533rem "microsoft yahei";border-radius:0;}
.common-submit{float:right;width:15.55%;border:0;font-size:0.36rem;line-height:0.533rem;color:#fff;height:0.533rem;border-radius:0;background:none;background:#333;}
}




/* footer */
