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: #003187;
	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: #e60012;
    color: white;
}

*::-moz-selection {
	background-color: #e60012;
    color: white;
}

*::-webkit-selection {
	background-color: #e60012;
    color: white;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.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 only screen and (max-width: 991px) {
	.container {
		width: 620px;
		padding: 0;
	}
}
@media only screen and (max-width: 700px) {
	.container {
		width: 330px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media only screen and (min-width: 1300px) {
	.container {
		width: 1200px;
	}
}

/*头部样式*/
header {
	width: 100%;
	height: 85px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.2);
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
}
header .logo {
	display: block;
	width: 120px;
	height: 31px;
	overflow: hidden;
	float: left;
	margin: 27px 0 0;
}
header .logo img {
	width: 100%;
}
header .header-menu {
	width: 760px;
	height: 30px;
	float: left;
	margin: 30px 0 0 95px;
}
.header-menu a {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 60px;
	position: relative;
	text-align: center;
}
.header-menu a:first-of-type {
	width: 34px;
	margin-left: 0px;
}
.header-menu a:after {
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transition: all 0.5s;
}
.header-menu a.active:after {
	background-color: #e60012;
	width: 100%;
	left: 0px;
}
.header-menu a:hover:after {
	background-color: #e60012;
	width: 100%;
	left: 0px;
}
header .header-right {
	width: 90px;
	height: 30px;
	overflow: hidden;
	float: right;
	margin: 28px 0 0;
}
header .header-right .search-icon {
	width: 25px;
	height: 30px;
	line-height: 28px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
header .header-right .search-icon img {
 	width: 100%;
}
header .header-right a {
	display: block;
	width: 30px;
	height: 30px;
	color: #e60012;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #FFFFFF;
	float: right;
}
header .header-search {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.header-search input {
	display: block;
	width: calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	height: 45px;
	overflow: hidden;
	float: left;
	border: 2px solid #7a899b;
	border-radius: 6px 0 0 6px;
	background-color: transparent;
	padding-left: 15px;
	margin: 20px 0;
	font-size: 16px;
	color: #FFFFFF;
}
.header-search button {
	display: block;
	width: 130px;
	height: 45px;
	border: none;
	margin: 20px 0;
	float: left;
	border: 2px solid #7a899b;
	font-size: 16px;
	transition: all 0.5s;
}
.header-search button:last-of-type {
	border-radius: 0px 6px 6px 0px;
}
.header-search button:hover {
	border-color: #e60012;
	background-color: #e60012;
	color: #FFFFFF;
}
header .header-icon {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 40px 0 0;
	float: right;
	position: relative;
}
.header-icon li {
	width: 60px;
	height: 8px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
}
.header-icon li:nth-of-type(1) {
	margin: -19px 0 0 -30px;
}
.header-icon li:nth-of-type(2) {
	margin: -4px 0 0 -30px;
}
.header-icon li:nth-of-type(3) {
	width: 40px;
	margin: 11px 0 0 -30px;
}
.header-click .header-icon li:nth-of-type(1) {
	margin: -4px 0 0 -30px;
	transform: rotate(45deg);
}
.header-click .header-icon li:nth-of-type(2) {
	opacity: 0;
}
.header-click .header-icon li:nth-of-type(3) {
	width: 60px;
	margin: -4px 0 0 -30px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header {
		height: 138px;
		transition: all 0.5s;
	}
	header.header-click {
		background-color: rgba(0,0,0,0.8);
	}
	header .logo {
		width: 197px;
		height: 55px;
		margin: 43px 0 0;
	}
	header .logo img:nth-of-type(2) {
		display: none;
	}
	header .header-right {
		width: 130px;
		height: 50px;
		margin: 44px 30px 0 0;
	}
	header .header-right .search-icon {
		width: 32px;
		height: 50px;
		line-height: 48px;
		margin: 0 15px;
	}
	header .header-right a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	header .header-menu {
		width: 100%;
		height: calc(100% - 138px);
		height: -moz-calc(100% - 138px);
		height: -webkit-calc(100% - 138px);
		padding: 30px 0 0;
		overflow: hidden;
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		left: 0px;
		top: 138px;
		margin: 0;
		display: none;
	}
	header .header-menu a {
		width: 620px;
		height: 80px;
		line-height: 80px;
		font-size: 36px;
		float: none;
		margin: 0 auto;
		text-align: justify;
	}
	.header-menu a:first-of-type {
		width: 620px;
		margin: 0 auto;
	}
	.header-menu a.active:after {
		display: none;
	}
	.header-search input {
		width: calc(100% - 260px);
		width: -moz-calc(100% - 260px);
		width: -webkit-calc(100% - 260px);
		height: 57px;
		border-radius: 6px 0 0 6px;
		padding-left: 15px;
		margin: 40px 0;
		font-size: 20px;
	}
	.header-search button {
		width: 130px;
		height: 57px;
		margin: 40px 0;
		font-size: 20px;
	}
}
@media only screen and (max-width: 700px) {
	header {
		height: 70px;
	}
	header .logo {
		width: 120px;
		height: 33px;
		margin: 19px 0 0;
	}
	header .header-icon {
		width: 30px;
		height: 30px;
		margin: 20px 0 0;
	}
	.header-icon li {
		width: 30px;
		height: 4px;
		border-radius: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -11px 0 0 -15px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -2px 0 0 -15px;
	}
	.header-icon li:nth-of-type(3) {
		width: 20px;
		margin: 7px 0 0 -15px;
	}
	.header-click .header-icon li:nth-of-type(1),.header-click .header-icon li:nth-of-type(3) {
		width: 30px;
		margin: -2px 0 0 -15px;
	}
	header .header-right {
		width: 75px;
		height: 30px;
		margin: 20px 20px 0 0;
	}
	header .header-right .search-icon {
		width: 20px;
		height: 30px;
		line-height: 28px;
		margin: 0 10px;
	}
	header .header-right a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	header .header-menu {
		height: calc(100% - 70px);
		height: -moz-calc(100% - 70px);
		height: -webkit-calc(100% - 70px);
		padding: 15px 0 0;
		top: 70px;
	}
	header .header-menu a {
		width: 330px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.header-menu a:first-of-type {
		width: 330px;
	}
	.header-search input {
		width: calc(100% - 130px);
		width: -moz-calc(100% - 130px);
		width: -webkit-calc(100% - 130px);
		height: 36px;
		border-radius: 4px 0 0 4px;
		padding-left: 10px;
		margin: 17px 0;
		font-size: 14px;
		border-width: 1px;
	}
	.header-search button {
		width: 65px;
		height: 36px;
		margin: 17px 0;
		font-size: 14px;
		border-width: 1px;
	}
}
@media only screen and (min-width: 992px) {
	header .logo img:nth-of-type(2),header .header-icon {
		display: none;
	}
	header .header-menu {
		width: 645px;
	}
	.header-menu a {
		margin-left: 40px;
	}
}
@media only screen and (min-width: 1300px) {
	header .header-menu {
		width: 760px;
	}
	.header-menu a {
		margin-left: 60px;
	}
}
@media only screen and (min-width: 1921px) {
	
}
footer {
	width: 100%;
	overflow: hidden;
	background-color: #2d3845;
	padding: 55px 0 0;
}
footer .footer-top {
	width: 100%;
	padding: 0 0 75px;
	overflow: hidden;
	border-bottom: 1px solid #3d4855;
}
footer .footer-menu {
	width: 510px;
	overflow: hidden;
	float: left;
}
footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #adbbcc;
	line-height: 25px;
	margin: 0 0 20px;
}
footer .footer-menu ul {
	width: 100%;
	overflow: hidden;
}
footer .footer-menu ul li {
	width: 60px;
	overflow: hidden;
	float: left;
	margin-right: 75px;
}
footer .footer-menu ul li:nth-of-type(2) {
	width: 110px;
	margin-right: 70px;
}
footer .footer-menu ul li:last-of-type {
	margin-right: 0;
}
footer .footer-menu ul li p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 0 0 10px;
}
footer .footer-menu ul li a {
	color: #7a899b;
	font-size: 14px;
}
footer .footer-menu ul li a:hover {
	color: #e60012;
}
footer .footer-wx {
	width: 115px;
	overflow: hidden;
	float: left;
	margin-left: 160px;
}
.footer-wx img {
	width: 100%;
}
footer .footer-contact {
	width: 230px;
	overflow: hidden;
	float: right;
	font-size: 18px;
	color: #7a899b;
	text-align: right;
}
footer .footer-contact a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 43px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #7a899b;
	border-radius: 5px;
	color: #7a899b;
	font-size: 16px;
	transition: all 0.5s;
}
footer .footer-contact>img {
	margin: 10px 0 30px;
}
footer .footer-contact a img {
	margin-right: 20px;
}
footer .footer-contact a:hover {
	background-color: #e60012;
	border-color: #e60012;
	color: #FFFFFF;
}
footer .footer-contact a img:nth-of-type(2) {
	display: none;
}
footer .footer-contact a:hover img:nth-of-type(1) {
	display: none;
}
footer .footer-contact a:hover img:nth-of-type(2) {
	display: inline;
}
footer .footer-bottom {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.footer-bottom .footer-copy {
	width: 490px;
	overflow: hidden;
	float: left;
	color: #7a899b;
	line-height: 20px;
}
.footer-bottom .footer-copy a {
	color: #7a899b;
}
.footer-bottom .footer-copy a:hover {
	color: #e60012;
}
.footer-bottom .footer-up {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #768596;
	text-align: center;
	line-height: 42px;
	float: right;
	cursor: pointer;
}
@media only screen and (max-width: 991px) {
	footer {
	    padding: 120px 0 0;
	}
	footer .footer-top {
		padding: 0 0 55px;
	}
	footer .footer-top h4 {
	    font-size: 39px;
	    line-height: 45px;
	    margin: 0 0 50px;
	}
	footer .footer-menu {
	    width: 100%;
	    float: none;
	}
	footer .footer-menu ul li:nth-of-type(2n+1) {
		width: 280px;
		margin: 0 0 50px;
	}
	footer .footer-menu ul li:nth-of-type(2n) {
		width: 340px;
		margin: 0 0 50px;
	}
	footer .footer-menu ul li p {
	    height: 75px;
	    line-height: 75px;
	    margin: 0;
	}
	footer .footer-menu ul li a {
		font-size: 34px;
	}
	footer .footer-wx {
	    width: 210px;
	    margin: 0;
	}
	footer .footer-wx h4 {
		margin: 0 0 35px;
	}
	footer .footer-contact {
		width: 330px;
		font-size: 26px;
		margin: 75px 0 0;
	}
	footer .footer-contact a {
		height: 65px;
		line-height: 63px;
		font-size: 23px;
	}
	footer .footer-contact>img {
		width: 328px;
		margin: 10px 0 40px;
	}
	footer .footer-contact a img {
		width: 34px;
		margin-right: 35px;
	}
	footer .footer-bottom {
	    padding: 15px 0 45px;
	}
	.footer-bottom .footer-up {
		display: none;
	}
	.footer-bottom .footer-copy {
	    width: 100%;
	    float: none;
	    font-size: 24px;
	    line-height: 40px;
	}
}
@media only screen and (max-width: 700px) {
	footer {
	    padding: 45px 0 0;
	}
	footer .footer-top {
		padding: 0 0 30px;
	}
	footer .footer-top h4 {
	    font-size: 20px;
	    line-height: 24px;
	    margin: 0 0 25px;
	}
	footer .footer-menu ul li:nth-of-type(2n+1) {
		width: 140px;
		margin: 0 0 25px;
	}
	footer .footer-menu ul li:nth-of-type(2n) {
		width: 170px;
		margin: 0 0 25px;
	}
	footer .footer-menu ul li p {
	    height: 30px;
	    line-height: 30px;
	}
	footer .footer-menu ul li a {
		font-size: 17px;
	}
	footer .footer-wx {
	    width: 115px;
	}
	footer .footer-wx h4 {
		margin: 0 0 18px;
	}
	footer .footer-contact {
		width: 175px;
		font-size: 14px;
		line-height: 25px;
		margin: 38px 0 0;
	}
	footer .footer-contact a {
		height: 37px;
		line-height: 35px;
		font-size: 14px;
	}
	footer .footer-contact>img {
		width: 175px;
		margin: 5px 0 20px;
	}
	footer .footer-contact a img {
		width: 17px;
		margin-right: 18px;
	}
	footer .footer-bottom {
	    padding: 10px 0 25px;
	}
	.footer-bottom .footer-copy {
	    font-size: 14px;
	    line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-menu ul li {
		margin-right: 55px;
	}
	footer .footer-menu ul li:nth-of-type(2) {
		margin-right: 50px;
	}
	footer .footer-wx {
	    margin-left: 25px;
	}
	.footer-bottom .footer-copy br {
		display: none;
	}
}
@media only screen and (min-width: 1300px) {
	footer .footer-menu ul li {
		margin-right: 75px;
	}
	footer .footer-menu ul li:nth-of-type(2) {
		margin-right: 70px;
	}
	footer .footer-wx {
	    margin-left: 160px;
	}
}
/*公共顶部图片*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img {
	width: 100%;
}
.banner .banner-txt {
	width: 100%;
	font-size: 30px;
	line-height: 35px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 300px;
	z-index: 2;
	color: #000000;
	font-weight: lighter;
}
.banner-txt h2 {
	font-size: 42px;
	line-height: 50px;
	margin: 0 0 10px;
	font-weight: normal;
}
@media only screen and (max-width: 991px) {
	.banner img:nth-of-type(1) {
		display: none;
	}
	.banner .banner-txt {
		top: 340px;
	}
}
@media only screen and (max-width: 700px) {
	.banner .banner-txt {
		font-size: 16px;
		line-height: 20px;
		top: 155px;
	}
	.banner-txt h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 5px;
	}
}
@media only screen and (min-width: 992px) {
	.banner img:nth-of-type(2) {
		display: none;
	}
	.banner .banner-txt {
		top: 200px;
	}
}
@media only screen and (min-width: 1300px) {
	.banner .banner-txt {
		top: 300px;
	}
}