﻿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: #e62129;
    color: white;
}

*::-moz-selection {
	background-color: #e62129;
    color: white;
}

*::-webkit-selection {
	background-color: #e62129;
    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 (max-width: 991px) {
	.container {
		width: 660px;
		padding: 0;
	}
}
@media (max-width: 750px) {
	.container {
		width: 330px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1300px) {
	.container {
		width: 1200px;
	}
}
/*头部公共样式*/
header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 100px;
	position: fixed;
	overflow: hidden;
	transition: all 0.5s;
	background-color: #FFFFFF;
	box-shadow: 4px 3px 25px 2px rgba(4,0,0,0.29);
}
header .logo {
	float: left;
	width: 260px;
	height: 25px;
	display: block;
	margin: 39px 0 0;
	overflow: hidden;
	transition: all 0.5s;
}
header .logo>img {
	width: 100%;
}
header .logo>img:nth-of-type(2) {
	display: none;
}
header .header-right {
	float: right;
	width: 695px;
	height: 32px;
	transition: all 0.5s;
	margin: 39px -100px 0 0;
}
header .header-menu {
	float: left;
	width: 585px;
	height: 32px;
}
header .header-menu a {
	float: left;
	width: 65px;
	height: 32px;
	color: #000000;
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-left: 35px;
	position: relative;
}
header .header-menu a:after {
	left: 50%;
	opacity: 0;
	content: '';
	width: 33px;
	height: 3px;
	bottom: -10px;
	display: block;
	position: absolute;
	margin-left: -16.5px;
	transition: all 0.5s;
	background-image: url(../image/menuBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
header .header-menu a:first-of-type {
	width: 33px;
	margin-left: 0px;
}
header .header-menu a:hover:after {
	bottom: 0px;
	opacity: 1;
}
header .header-menu a.active {
	font-weight: bold;
}
header .header-menu a.active:after {
	opacity: 1;
	bottom: 0px;
}
header .header-en {
	width: 65px;
	float: right;
	color: #000000;
	font-size: 16px;
	overflow: hidden;
	text-align: right;
	line-height: 22px;
}
header .header-en a {
	color: #000000;
	font-family: arial;
}
header .header-en a:hover {
	font-weight: bold;
	border-bottom: 2px solid #e62129;
}
header .header-en a.active {
	font-weight: bold;
	color: #e62129;
}
header .header-icon {
	width: 120px;
	height: 48px;
	float: right;
	color: #FFFFFF;
	overflow: hidden;
	margin: 34px 0 0;
	border-radius: 5px;
	background-color: #e62129;
}
.header-icon span {
	float: left;
	width: 82px;
	display: block;
	font-size: 24px;
	overflow: hidden;
	line-height: 48px;
	margin-right: 1px;
	text-align: center;
}
.header-icon ul {
	float: left;
	width: 20px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.header-icon ul li {
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	transition: all 0.5s;
	background-color: #FFFFFF;
}
.header-icon ul li:nth-of-type(1) {
	margin: -9px 0 0 -10px;
}
.header-icon ul li:nth-of-type(2) {
	margin: -1px 0 0 -10px;
}
.header-icon ul li:nth-of-type(3) {
	margin: 7px 0 0 -10px;
}
.header-icon.icon-click ul li:nth-of-type(1) {
	margin: -1px 0 0 -10px;
	transform: rotate(45deg);
}
.header-icon.icon-click ul li:nth-of-type(2) {
	opacity: 0;
}
.header-icon.icon-click ul li:nth-of-type(3) {
	margin: -1px 0 0 -10px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header {
	    height: 115px;
	    overflow: visible;
	}
	header .logo {
	    width: 356px;
	    height: 34px;
	    margin: 41px 0 0;
	}
	header .header-right {
		margin: 0;
		left: 0px;
		top: 115px;
		width: 100%;
		float: none;
		display: none;
		padding: 15px 0;
		position: fixed;
		overflow: hidden;
		transition: all 0s;
		height: -moz-calc(100% - 115px);
		height: -webkit-calc(100% - 115px);
		height: calc(100% - 115px);
		background: #efefef url(../image/footer.jpg) no-repeat top center;
	}
	header .header-en {
		float: none;
		width: 100%;
		font-size: 36px;
		overflow: hidden;
		text-align: left;
		margin: 40px 0 0;
		line-height: 40px;
		text-align: center;
	}
	header .header-menu {
		width: 100%;
		float: none;
		height: auto;
		overflow: hidden;
		margin: 20px auto 0;
	}
	header .header-menu a {
		float: none;
		width: 100%;
		height: 98px;
		font-size: 36px;
		overflow: hidden;
		margin: 0 0 15px;
		line-height: 95px;
		text-align: center;
	}
	header .header-menu a:after {
		left: 0px;
		opacity: 1;
		bottom: 0px;
		width: 100%;
		height: 2px;
		margin-left: 0px;
		background: #ffffff;
	}
	header .header-menu a.active:after {
		background-image: linear-gradient(to right,#e70c1d,#ef750e);
	}
	header .header-menu a:first-of-type {
		width: 100%;
	}
	header .header-menu a:nth-of-type(3) {
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	header {
	    height: 60px;
	}
	header .logo {
	    width: 234px;
	    height: 22px;
	    margin: 19px 0;
	}
	header .header-right {
		top: 60px;
		padding: 10px 0;
		background-size: auto 5px;
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
		height: calc(100% - 60px);
	}
	header .header-en {
		font-size: 18px;
		margin: 20px 0 0;
		line-height: 25px;
	}
	header .header-menu {
	    margin: 10px auto;
	}
	header .header-menu a {
	    height: 57px;
	    margin: 0 0 5px;
		font-size: 22px;
		line-height: 55px;
	}
	header .header-icon {
		width: 62px;
		height: 30px;
		margin: 15px 0 0;
		border-radius: 3px;
	}
	.header-icon span {
		width: 41px;
		font-size: 14px;
		line-height: 30px;
		margin-right: 1px;
	}
	.header-icon ul {
		width: 14px;
		height: 100%;
	}
	.header-icon ul li {
		width: 14px;
		height: 1px;
	}
	.header-icon ul li:nth-of-type(1) {
		margin: -6px 0 0 -7px;
	}
	.header-icon ul li:nth-of-type(2) {
		margin: -1px 0 0 -7px;
	}
	.header-icon ul li:nth-of-type(3) {
		margin: 4px 0 0 -7px;
	}
	.header-icon.icon-click ul li:nth-of-type(1),.header-icon.icon-click ul li:nth-of-type(3) {
		margin: -1px 0 0 -7px;
	}
}
@media only screen and (min-width: 992px) {
	header .header-icon {
		display: none !important;
	}
	header {
		height: 100px;
		background-color: #FFFFFF;
	}
	header.header-roll {
		height: 70px;
	}
	header .logo {
		margin: 39px 0 0;
	}
	header.header-roll .logo {
		margin: 24px 0 0;
	}
	header .header-right {
		width: 565px;
		margin: 39px 0 0;
		display: block !important;
	}
	header.header-roll .header-right {
		margin: 24px 0 0;
	}
	header .header-menu {
		width: 500px;
	}
	header .header-menu a {
		margin-left: 20px;
	}
}
@media only screen and (min-width: 1300px) {
	header .header-right {
		width: 650px;
	}
	header .header-menu {
		width: 550px;
	}
	header .header-menu a {
		margin-left: 35px;
	}
}
@media only screen and (min-width: 1450px) {
	header .header-right {
		margin: 39px -100px 0 0;
	}
	header.header-roll .header-right {
		margin: 24px -100px 0 0;
	}
}
/*公共底部信息*/
footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
	background: #292929 url(../image/footer.jpg) no-repeat top center;
	padding: 65px 0 70px;
}
footer .footer-left {
	width: 305px;
	overflow: hidden;
	float: left;
	font-size: 16px;
	line-height: 25px;
	color: #6e6e6e;
}
footer .footer-left>img {
	margin: 0 0 25px;
}
footer .footer-icon {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0;
}
.footer-icon a {
	display: block;
	float: left;
	margin-right: 25px;
}
footer .footer-right {
	width: 111px;
	overflow: hidden;
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}
.footer-right img {
	width: 100%;
	margin: 25px 0 10px;
}
footer .footer-center {
	width: 600px;
	overflow: hidden;
	float: left;
	margin: 20px 0 0 115px;
}
footer .footer-center li {
	float: left;
	text-align: center;
}
footer .footer-center li:first-of-type {
	width: 77px;
}
footer .footer-center li:last-of-type {
	width: 135px;
}
footer .footer-center li h4 {
	width: 100%;
	font-size: 16px;
	line-height: 38px;
	overflow: hidden;
	border-bottom: 1px solid #3b3b3b;
	margin: 0 0 8px;
	padding-left: 60px;
}
footer .footer-center li h4 a {
	color: #6e6e6e;
}
footer .footer-center li h4 a:hover {
	color: #e62129;
}
footer .footer-center li p {
	width: 100%;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	padding-left: 60px;
}
footer .footer-center li:first-of-type h4,footer .footer-center li:first-of-type p {
	padding-left: 0px;
}
footer .footer-center li p a {
	color: #565656;
}
footer .footer-center li p a:hover {
	color: #e62129;
}
footer .footer-bottom {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	background-color: #e62129;
	padding: 10px 0;
	color: #FFFFFF;
} 
footer .footer-bottom a {
	color: #FFFFFF;
}
footer .footer-bottom span {
	float: right;
}
footer .footer-bottom a:hover {
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	footer .footer-top {
	    padding: 65px 0 100px;
	}
	footer .footer-icon {
		display: none;
	}
	footer .footer-left {
	    width: 100%;
	    float: none;
	    font-size: 24px;
	    line-height: 32px;
	}
	footer .footer-left>img {
		width: 305px;
	}
	footer .footer-center {
		width: 100%;
		margin: 20px 0 0;
	}
	footer .footer-center li {
		height: 195px;
	}
	footer .footer-center li:nth-of-type(3n+1),footer .footer-center li:nth-of-type(3n) {
	    width: 125px;
	    margin: 50px 0 0;
	}
	footer .footer-center li:nth-of-type(3n+2) {
	    width: 190px;
	    margin: 50px 110px 0;
	}
	footer .footer-center li h4 {
	    font-size: 30px;
	    line-height: 35px;
	    margin: 0 0 20px;
	    padding-left: 0px;
	    border-bottom: none;
	}
	footer .footer-center li p {
		font-size: 24px;
	    line-height: 35px;
	    height: 35px;
	    padding-left: 0px;
	}
	footer .footer-right {
	    width: 160px;
	    font-size: 17px;
	    line-height: 25px;
	    margin: -215px 0 0;
	}
	footer .footer-bottom {
	    line-height: 38px;
	    font-size: 24px;
	    padding: 16px 0 13px;
	}
	footer .footer-bottom span {
		display: block;
		float: none;
	}
}
@media only screen and (max-width: 750px) {
	footer .footer-top {
	    padding: 35px 0 50px;
	}
	footer .footer-left {
	    font-size: 15px;
	    line-height: 20px;
	}
	footer .footer-left>img {
		width: 200px;
		margin: 0 0 15px;
	}
	footer .footer-center {
		margin: 10px 0 0;
	}
	footer .footer-center li {
		height: 115px;
	}
	footer .footer-center li:nth-of-type(3n+1),footer .footer-center li:nth-of-type(3n) {
	    width: 75px;
	    margin: 25px 0 0;
	}
	footer .footer-center li:nth-of-type(3n+2) {
	    width: 115px;
	    margin: 25px 32px 0;
	}
	footer .footer-center li h4 {
	    font-size: 18px;
	    line-height: 25px;
	    margin: 0 0 10px;
	}
	footer .footer-center li p {
		font-size: 14px;
	    line-height: 20px;
	    height: 20px;
	}
	footer .footer-right {
	    width: 90px;
	    font-size: 12px;
	    line-height: 15px;
	    margin: -136px 0 0;
	}
	footer .footer-bottom {
	    line-height: 20px;
	    font-size: 13px;
	    padding: 10px 0;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-left>img {
		width: 305px;
	}
	footer .footer-center {
	    width: 490px;
	    margin: 20px 0 0 40px;
	}
	footer .footer-center li:last-of-type {
		width: 95px;
	}
	footer .footer-center li h4,footer .footer-center li p {
		padding-left: 25px;
	}
}
@media only screen and (min-width: 1300px) {
	footer .footer-center {
	    width: 620px;
	    margin: 20px 0 0 95px;
	}
	footer .footer-center li:last-of-type {
		width: 135px;
	}
	footer .footer-center li h4,footer .footer-center li p {
		padding-left: 60px;
	}
}
@media only screen and (min-width: 1921px) {
	footer .footer-top {
		background-size: 100%;
	}
}
/*公共右部菜单*/
.right-common {
	width: 43px;
	height: 182px;
	position: fixed;
	right: 0;
	bottom: 400px;
	z-index: 200;
	display: none;
}
.right-common li {
	width: 43px;
	height: 43px;
	background-color: #e62129;
	margin: 0 0 1px;
	cursor: pointer;
	position: relative;
}
.right-common li:first-of-type {
	height: 49px;
	background: transparent url(../image/topBg.png) no-repeat top center;
	padding: 6px 0 0;
	font-size: 14px;
	line-height: 43px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.right-common li .right-img {
	width: 43px;
	height: 43px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	float: left;
}
.right-common li .right-wx {
	width: 120px;
	height: 140px;
	border-radius: 5px;
	overflow: hidden;
	padding: 5px 0 0;
	background-color: #FFFFFF;
	position: absolute;
	right: 43px;
	bottom: 0px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	display: none;
}
.right-common li.right-chat {
	width: 123px;
	overflow: hidden;
	transition: margin-left 0.5s;
}
.right-common li.right-chat p {
	width: 70px;
	font-size: 14px;
	line-height: 43px;
	color: #FFFFFF;
	text-align: center;
	float: left;
}
.right-common li.right-chat:hover {
	margin-left: -80px;
}
.right-common li:hover .right-wx {
	display: block;
}
@media only screen and (max-width: 750px) {
	.right-common {
		bottom: 100px;
	}
}
/*公共头部样式*/
.banner {
	width: 100%;
	overflow: hidden;
	padding: 0 0 16px;
	position: relative;
}
.banner .banner-img {
	width: 100%;
	overflow: hidden;
}
.banner .banner-bottom {
	width: 1920px;
	height: 117px;
	overflow: hidden;
	background-image: url(../image/bt-com.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -960px;
}
.banner .banner-bottom h2 {
	text-align: left;
	font-size: 36px;
	line-height: 100px;
	height: 100px;
	position: relative;
	color: #FFFFFF;
}
.banner .banner-bottom h2:after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: rgba(255,255,255,0.61) !important;
	position: absolute;
	left: 175px;
	top: 50px;
	margin-left: 0px !important;
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 115px 0 0;
	}
	.banner .banner-img img:nth-of-type(1) {
		display: none;
	}
	.banner .banner-img img {
		width: 100%;
	}
	.banner .banner-bottom {
		width: 992px;
		background-position: -955px 50%;
		margin-left: -496px;
	}
}
@media only screen and (max-width: 750px) {
	.banner {
		margin: 60px 0 0;
		padding: 0 0 8px;
	}
	.banner .banner-bottom {
		width: 800px;
		height: 60px;
		background-position: -345px 50%;
		background-size: auto 100%;
		margin-left: -400px;
	}
	.banner .banner-bottom h2 {
	    font-size: 24px;
	    line-height: 52px;
	    height: 52px;
	}
	.banner .banner-bottom h2:after {
	    width: 50px;
	    height: 1px;
	    left: 110px;
	    top: 26px;
	}
}
@media only screen and (min-width: 992px) {
	.banner .banner-img img:nth-of-type(2) {
		display: none;
	}
	.banner .banner-img img {
		width: 1400px;
		margin-left: -700px;
		position: relative;
		left: 50%;
	}
	.banner .banner-bottom {
		width: 1300px;
		background-position: -650px 50%;
		margin-left: -650px;
	}
}
@media only screen and (min-width: 1300px) {
	.banner .banner-img img {
		width: 1920px;
		margin-left: -960px;
	}
	.banner .banner-bottom {
		width: 1920px;
		background-position: 0px 50%;
		margin-left: -960px;
	}
}
@media only screen and (min-width: 1921px) {
	.banner .banner-img img,.banner .banner-bottom {
		width: 100%;
		margin-left: 0px;
		left: 0px;
	}
}