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: #003187;
    color: white;
}

*::-moz-selection {
	background-color: #003187;
    color: white;
}

*::-webkit-selection {
	background-color: #003187;
    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: 630px;
		padding: 0;
	}
}
@media (max-width: 700px) {
	.container {
		width: 330px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1300px) {
	.container {
		width: 1200px;
	}
}
@media (min-width: 1500px) {
	.container {
		width: 1400px;
	}
}

/*头部公共样式*/
header {
	width: 100%;
	height: 124px;
	padding: 20px 0;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
header .logo {
	display: block;
	width: 195px;
	height: 56px;
	margin: 8px 0;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 2;
}
header .logo img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
header .logo img:nth-of-type(1) {
	opacity: 0;
}
header .header-right {
	width: 675px;
	height: 84px;
	overflow: hidden;
	float: right;
}
.header-right .header-menu {
	width: 565px;
	height: 84px;
	padding: 15px 0;
	overflow: hidden;
	float: left;
}
.header-menu a {
	display: block;
	float: left;
	line-height: 20px;
	padding: 15px 0 0;
	font-size: 15px;
	margin-right: 40px;
	color: #FFFFFF;
	position: relative;
}
.header-menu a:last-of-type {
	margin-right: 0px;
}
.header-menu a:before {
	content: '';
	display: block;
	width: 0px;
	height: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/ma.png);
	background-repeat: no-repeat;
	background-position: top left;
	transition: all 0.5s;
}
.header-right .right-box {
	width: 80px;
	height: 84px;
	background-color: #e62129;
	float: right;
	padding: 15px 10px;
}
.right-box p {
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
}
.right-box p a {
	color: #FFFFFF;
}
.right-box p a.active {
	font-weight: bold;
}
.right-box .right-search {
	width: 100%;
	height: 20px;
	position: relative;
	margin: 10px 0;
}
.right-search img {
	float: right;
	cursor: pointer;
}
.right-search input {
	display: block;
	width: 200px;
	height: 40px;
	border: 1px solid #CDCDCD;
	border-radius: 4px;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	top: -10px;
	right: 30px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.header-icon {
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	float: right;
	margin: 20px 0 0;
}
.header-icon li {
	width: 60px;
	height: 10px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #263c92;
	position: absolute;
	left: 50%;
	top: 50%;
}
.header-icon li:nth-of-type(1) {
	margin: -20px 0 0 -30px;
}
.header-icon li:nth-of-type(2) {
	width: 45px;
	margin: -5px 0 0 -30px;
}
.header-icon li:nth-of-type(3) {
	width: 55px;
	margin: 10px 0 0 -30px;
}
.header-click .header-icon li {
	background-color: #FFFFFF;
}
.header-click .header-icon li:nth-of-type(1) {
	margin: -5px 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: -5px 0 0 -30px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header {
	    height: 166px;
	    padding: 40px 0;
	    overflow: visible;
	    background-color: #FFFFFF;
	    position: absolute;
	    transition: all 0.5s;
	}
	header .logo {
	    width: 300px;
	    height: 86px;
	    margin: 0;
	}
	header .logo img:nth-of-type(1) {
		opacity: 1;
	}
	header .logo img:nth-of-type(2) {
		opacity: 0;
	}
	header.header-roll {
	    height: 126px;
	    padding: 20px 0;
	    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	    position: fixed;
		background-color: #FFFFFF;
	}
	header.header-roll .logo img:nth-of-type(1) {
		opacity: 1;
	}
	header.header-roll .logo img:nth-of-type(2) {
		opacity: 0;
	}
	header.header-roll .header-icon li {
		background-color: #263c92;
	}
	header.header-click .logo img:nth-of-type(1) {
		opacity: 0;
	}
	header.header-click .logo img:nth-of-type(2) {
		opacity: 1;
	}
	header.header-click .header-icon li {
		background-color: #FFFFFF;
	}
	header .header-right {
		width: 100%;
		height: 100%;
		background-color: #263c92;
		overflow: hidden;
		position: fixed;
		left: 0px;
		top: 0px;
		display: none;
		z-index: 1;
		padding: 180px 0 0;
	}
	.header-right .header-menu {
	    width: 600px;
	    height: auto;
	    padding: 0;
	    float: none;
	    margin: 0 auto;
	}
	.header-menu a {
	    float: none;
	    line-height: 45px;
	    padding: 15px 0 0;
	    font-size: 36px;
	    margin: 0 0 15px;
	}
	.header-right .right-box {
	    width: 600px;
	    height: 84px;
	    background-color: transparent;
	    float: none;
	    padding: 15px 0px;
	    margin: 30px auto 0;
	}
	.right-box p {
	    line-height: 30px;
	    font-size: 24px;
	    text-align: justify;
	    margin: 0 0 30px;
	}
	.right-box .right-search {
	    height: 40px;
	}
	.right-search input {
	    width: 550px;
	    height: 60px;
	    border: 1px solid #CDCDCD;
	    border-radius: 4px;
	    padding: 0 15px;
	    right: 50px;
	    font-size: 18px;
	    background-color: transparent;
	    box-shadow: none;
	}
	.right-search img {
	    width: 30px;
	    margin: 5px 0;
	}
	.right-search input::-webkit-input-placeholder{
		/* WebKit browsers */
		color: #ededed;
	}
	.right-search input:-moz-placeholder{
		/* Mozilla Firefox 4 to 18 */
		color: #ededed;
	}
	.right-search input::-moz-placeholder{
		/* Mozilla Firefox 19+ */
		color: #ededed;
	}
	.right-search input:-ms-input-placeholder{
		/* Internet Explorer 10+ */
		color: #ededed;
	}
}
@media only screen and (max-width: 700px) {
	header {
	    height: 92px;
	    padding: 20px 0;
	}
	header.header-roll {
	    height: 72px;
	    padding: 15px 0;
	}
	header .logo {
	    width: 180px;
	    height: 52px;
	    transition: all 0.5s;
	}
	header.header-roll .logo {
		width: 146px;
	    height: 42px;
	}
	.header-icon {
		width: 30px;
		height: 30px;
		margin: 11px 0 0;
	    transition: all 0.5s;
	}
	header.header-roll .header-icon {
		margin: 6px 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) {
		width: 18px;
		margin: -2px 0 0 -15px;
	}
	.header-icon li:nth-of-type(3) {
		width: 24px;
		margin: 7px 0 0 -15px;
	}
	.header-click .header-icon li:nth-of-type(1) {
		margin: -2px 0 0 -15px;
	}
	.header-click .header-icon li:nth-of-type(3) {
		width: 30px;
		margin: -2px 0 0 -15px;
	}
	header .header-right {
		padding: 100px 0 0;
	}
	.header-right .header-menu {
	    width: 320px;
	}
	.header-menu a {
	    line-height: 30px;
	    font-size: 24px;
	    margin: 0 0 5px;
	}
	.header-right .right-box {
	    width: 320px;
	    padding: 0px;
	    margin: 20px auto 0;
	}
	.right-box p {
	    line-height: 25px;
	    font-size: 18px;
	    margin: 0 0 20px;
	}
	.right-box .right-search {
	    height: 20px;
	}
	.right-search input {
	    width: 290px;
	    height: 40px;
	    padding: 0 10px;
	    right: 30px;
	    font-size: 14px;
	}
	.right-search img {
	    width: 20px;
	    margin: 0;
	}
}
@media only screen and (min-width: 992px) {
	.right-search input {
		display: none;
	}
	.right-box .right-search:hover input {
		display: block;
	}
	.header-icon {
		display: none !important;
	}
	header {
		transition: all 0.5s;
	}
	header.header-roll {
		height: 84px;
		padding: 0;
		background-color: rgba(38,60,146,0.95);
		box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	}
	header .logo {
		transition: all 0.5s;
	}
	header.header-roll .logo {
		width: 185px;
		height: 54px;
	    margin: 15px 0;
	}
	header.header-roll .logo img:nth-of-type(1) {
		opacity: 0;
	}
	header.header-roll .logo img:nth-of-type(2) {
		opacity: 1;
	}
	header.header-roll .header-menu a {
		color: #FFFFFF;
	}
	.header-menu a:hover:before {
		width: 30px;
	}
	.header-menu a.active{
		font-weight: bold;
		color: #e62129 !important;
	}
	.header-menu a.active:before{
		width: 30px;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0 37px;
}
.footer-top .footer1 {
	width: 224px;
	overflow: hidden;
	float: left;
}
.footer1 img {
	width: 100%;
}
.footer-top .footer2 {
	width: 352px;
	height: 90px;
	border-right: 1px solid #e5e5e5;
	line-height: 20px;
	float: left;
	color: #999999;
	padding: 5px 0 0;
	margin: 15px 0 0 85px;
}
.footer2 strong {
	color: #6a6a6a;
}
.footer-top .footer3 {
	width: 480px;
	overflow: hidden;
	float: left;
	margin: 25px 0 0 58px;
}
.footer3 li {
	min-width: 70px;
	float: left;
	margin-right: 60px;
}
.footer3 li:last-of-type {
	min-width: 60px;
	margin-right: 0px;
}
.footer3 li h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 5px;
}
.footer3 li p {
	font-size: 12px;
	line-height: 20px;
}
.footer3 li h4 a {
	color: #6a6a6a;
}
.footer3 li p a {
	color: #999999;
}
.footer3 li h4 a:hover,.footer3 li p a:hover {
	color: #e62129;
}
.footer-top .footer4 {
	width: 105px;
	overflow: hidden;
	float: right;
	margin: 5px 0 0;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.footer4 img {
	width: 100%;
	margin: 0 0 5px;
}
footer .footer-bottom {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	padding: 10px 0 20px;
}
footer .footer-bottom p {
	float: left;
}
footer .footer-bottom p:nth-of-type(2) {
	margin: 0 10px;
}
footer .footer-bottom p:last-of-type {
	float: right;
}
footer .footer-bottom a {
	color: #999999;
}
footer .footer-bottom a:hover {
	color: #e62129;
}
@media only screen and (max-width: 991px) {
	footer .footer-top {
		padding: 90px 0 55px;
	}
	.footer-top .footer1 {
	    width: 345px;
	    float: none;
	}
	.footer-top .footer2 {
	    width: 100%;
	    height: auto;
	    font-size: 26px;
	    border-right: none;
	    border-bottom: 1px solid #e5e5e5;
	    line-height: 38px;
	    float: none;
	    padding: 0 0 38px;
	    margin: 60px 0 0;
	}
	.footer-top .footer3 {
	    width: 100%;
	    float: none;
	    margin: 50px 0 0;
	}
	.footer3 li {
	    min-width: 300px;
	    margin: 0 0 65px;
	}
	.footer3 li h4 {
	    font-size: 26px;
	    line-height: 36px;
	    margin: 0 0 10px;
	}
	.footer3 li p {
	    font-size: 24px;
	    line-height: 36px;
	}
	.footer-top .footer4 {
	    width: 195px;
	    float: none;
	    margin: 35px 0 0;
	    font-size: 22px;
	    line-height: 30px;
	}
	footer .footer-bottom {
		font-size: 24px;
		line-height: 35px;
		padding: 30px 0 33px;
	}
	footer .footer-bottom p,footer .footer-bottom p:last-of-type {
		float: none;
	}
	footer .footer-bottom p:nth-of-type(2) {
		margin: 0;
	}
}
@media only screen and (max-width: 700px) {
	footer .footer-top {
		padding: 40px 0 30px;
	}
	.footer-top .footer1 {
	    width: 200px;
	}
	.footer-top .footer2 {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 0 0 20px;
	    margin: 25px 0 0;
	}
	.footer-top .footer3 {
	    margin: 25px 0 0;
	}
	.footer3 li {
	    min-width: 150px;
	    margin: 0 0 20px;
	}
	.footer3 li h4 {
	    font-size: 16px;
	    line-height: 25px;
	    margin: 0 0 5px;
	}
	.footer3 li p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.footer-top .footer4 {
	    width: 104px;
	    margin: 10px 0 0;
	    font-size: 12px;
	    line-height: 20px;
	}
	footer .footer-bottom {
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-top {
		padding: 30px 0 25px;
	}
	.footer-top .footer1 {
		width: 155px;
	}
	.footer-top .footer2 {
		width: 310px;
		height: 90px;
		line-height: 20px;
		padding: 5px 0 0;
		margin: 10px 0 0 30px;
	}
	.footer-top .footer3 {
		width: 336px;
		margin: 17px 0 0 30px;
	}
	.footer3 li {
		min-width: 60px;
		margin-right: 20px;
	}
	.footer-top .footer4 {
		width: 80px;
	}
	.footer-top .footer4 p {
		width: 104px;
		position: relative;
		left: 50%;
		margin-left: -52px;
		line-height: 15px;
		transform: scale(0.8);
	}
}
@media only screen and (min-width: 1300px) {
	footer .footer-top {
		padding: 40px 0 37px;
	}
	.footer-top .footer1 {
		width: 224px;
	}
	.footer-top .footer2 {
		width: 310px;
		margin: 15px 0 0 45px;
	}
	.footer-top .footer3 {
		width: 430px;
		margin: 25px 0 0 45px;
	}
	.footer3 li {
		min-width: 70px;
		margin-right: 40px;
	}
	.footer-top .footer4 {
		width: 105px;
	}
	.footer-top .footer4 p {
		line-height: 20px;
		transform: scale(1);
	}
}
@media only screen and (min-width: 1500px) {
	.footer-top .footer2 {
		width: 352px;
		margin: 15px 0 0 85px;
	}
	.footer-top .footer3 {
		width: 480px;
		margin: 25px 0 0 58px;
	}
	.footer3 li {
		margin-right: 60px;
	}
}
.banner {
	width: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 166px 0 0;
	}
	.banner img:nth-of-type(1) {
		display: none;
	}
	.banner img {
		width: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.banner {
		margin: 92px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.banner img:nth-of-type(2) {
		display: none;
	}
	.banner img {
		width: 1300px;
		position: relative;
		left: 50%;
		margin-left: -650px;
	}
}
@media only screen and (min-width: 1300px) {
	.banner img {
		width: 1500px;
		margin-left: -750px;
	}
}
@media only screen and (min-width: 1500px) {
	.banner img {
		width: 1920px;
		margin-left: -960px;
	}
}
@media only screen and (min-width: 1920px) {
	.banner img {
		width: 100%;
		margin-left: 0px;
		left: 0px;
	}
}