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 {
	color: #001317;
	font-size: 16px;
	font-family: "微软雅黑";
}

a {
    color: #001317;
    text-decoration: none !important;
}
a:hover {
	color: #e60012;
	text-decoration: none !important;
}
em {
	font-style: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
p {
	word-wrap: break-word;
}
input:focus,select:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus {
    outline: none;
}
*::selection {
    color: white;
	background-color: #e60012;
}
*::-moz-selection {
    color: white;
	background-color: #e60012;
}
*::-webkit-selection {
    color: white;
	background-color: #e60012;
}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}




@media only screen and (max-width: 991px) {
	.container {
		padding: 0;
		width: 680px;
	}
    .contactTel {
        display:none;
    }
}



@media only screen and (max-width: 750px) {
	.container {
		width: 340px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		padding: 0;
		width: 940px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1180px;
	}
	/*滚动条样式*/
	::-webkit-scrollbar {/*滚动条整体样式*/
		width: 0px;
		border-radius: 0px;
	}
	::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
		border-radius: 0px;
		background-color: transparent;
	}
	::-webkit-scrollbar-track {/*滚动条里面轨道*/
		background: transparent;
		-webkit-box-shadow: inset 0 0 0px transparent;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		width: 1280px;
	}
}
/*头部公共样式*/
header {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 800;
	position: fixed;
	overflow: hidden;
	background: #014099;
}
header.header-roll {
	background: #014099;
}
header .logo {
	float: left;
	width: 213px;
	height: 61px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 17px 30px 20px -30px;
}
.logo img {
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	position: absolute;
}
.logo img:nth-of-type(1),header.header-roll .logo img:nth-of-type(1) {
	opacity: 0;
}
.logo img:nth-of-type(2),header.header-roll .logo img:nth-of-type(2) {
	opacity: 1;
}
.header-right {
	margin: 26px 0;

}
	
		
.header-contact, header.header-roll .header-contact {
	float: left;
	width: 142px;
	height: 42px;
	color: #014099;
	display: block;
	font-size: 18px;
	overflow: hidden;
	line-height: 37px;
	border-radius: 3px;
	text-align: center;
	background: #FFFFFF;
	transition: all 0.3s;
	border: 2px solid #FFFFFF;
}
.header-search {
	float: left;
	width: 36px;
	height: 36px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	margin: 3px 30px;
	overflow: hidden;
	line-height: 32px;
	text-align: center;
	position: relative;
	border-radius: 18px;
	transition: all 0.3s;
	/*border: 2px solid #FFFFFF;*/
}
.header-icon {
	float: left;
	margin: 3px 0;
	cursor: pointer;
	overflow: hidden;
}
.header-icon strong,header.header-roll .header-icon strong {
	float: right;
	display: block;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
}
.header-icon ul {
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: relative;
	margin: 6px 24px 6px 0;
}
.header-icon ul li {
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	background: #FFFFFF;
}
.header-icon ul li:nth-of-type(1) {
	margin: -10px 0 0 -12px;
}
.header-icon ul li:nth-of-type(2) {
	margin: -1px 0 0 -12px;
}
.header-icon ul li:nth-of-type(3) {
	margin: 8px 0 0 -12px;
}
.header-menu {
	top: 0px;
	opacity: 0;
	width: 69%;
	right: -69%;
	height: 100%;
	z-index: 900;
	position: fixed;
	overflow-x: hidden;
	visibility: visible;
	background: #013988;
	padding: 100px 55px 100px 70px;
}
.header-menu .menu-x {
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}
.header-menu .menu-x:before,.header-menu .menu-x:after {
	top: 50%;
	left: 50%;
	content: '';
	width: 30px;
	height: 2px;
	display: block;
	overflow: hidden;
	position: absolute;
	background: #FFFFFF;
	margin: -1px 0 0 -15px;
	transform: rotate(45deg);
}
.header-menu .menu-x:after {
	transform: rotate(-45deg);
}
.header-menu ul,.header-menu ul li {
	width: 100%;
	font-size: 40px;
	padding: 0 0 1px;
	overflow: hidden;
	line-height: 90px;
	position: relative;
	transition: all 0.3s;
}
.header-menu ul li strong {
	font-family: arial;
}
.header-menu ul li:after {
	right: 0px;
	width: 30%;
	height: 1px;
	bottom: 0px;
	content: '';
	display: block;
	overflow: hidden;
	transition: all 1s;
	position: absolute;
	background: transparent;
}
.header-menu ul li a {
	color: #FFFFFF;
}
.header-menu .menu-icon {
	width: 100%;
	margin: 40px 0 0;
	overflow: hidden;
	line-height: 28px;
}
.header-menu .menu-icon a {
	float: left;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	display: block;
	font-size: 30px;
	overflow: hidden;
	margin-right: 25px;
}
.header-menu ul li:nth-of-type(8),.header-menu ul li:nth-of-type(9) {
	font-size: 26px;
	line-height: 43px;
}
.header-menu ul li:nth-of-type(8) a,.header-menu ul li:nth-of-type(9) a {
	color: #898989;
}
.header-menu ul li:nth-of-type(8):hover:after,.header-menu ul li:nth-of-type(9):hover:after {
	background: transparent;
}
.header-menu ul li:hover {
	font-weight: bold;
}
.header-menu ul li:hover:after {
	width: 100%;
	background: #e60012;
}
.header-menu .menu-icon a:hover,.header-menu ul li:nth-of-type(8):hover a,.header-menu ul li:nth-of-type(9):hover a {
	color: #e60012;
	font-weight: normal;
}
.search-content {
	top: 0px;
	opacity: 0;
	width: 50%;
	right: -60%;
	height: 100%;
	z-index: 800;
	position: fixed;
	overflow: hidden;
	visibility: visible;
	background: #eeeeee;
	padding: 100px 70px;
}
.search-content .search-x {
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}
.search-content .search-x:before,.search-content .search-x:after {
	top: 50%;
	left: 50%;
	content: '';
	width: 30px;
	height: 4px;
	display: block;
	overflow: hidden;
	position: absolute;
	background: #aaaaaa;
	margin: -2px 0 0 -15px;
	transform: rotate(45deg);
}
.search-content .search-x:after {
	transform: rotate(-45deg);
}
.search-content h3 {
	font-size: 36px;
	margin: 0 0 20px;
	line-height: 40px;
	font-weight: bold;
}
.search-input {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.search-input input {
	width: 100%;
	height: 70px;
	display: block;
	padding: 0 25px;
	font-size: 22px;
	overflow: hidden;
	border-radius: 5px;
	border: 2px solid #e3e3e3;
}
.search-input span {
	top: 17px;
	right: 25px;
	color: #666666;
	font-size: 36px;
	position: absolute;
	transition: all 0.3s ease;
}
.search-input span:hover {
	color: #e60012;
}
@media only screen and (max-width: 991px) {
	header .logo {
		margin: 17px 20px 20px -20px;
	}
	.header-right {
		margin: 29px 0;
	}
	.header-search {
		border: 2px solid #FFFFFF;
	}
	.header-right .header-search .search-text {
		display: none;
	}
	.header-right .pc_nav {
		display: none;
	}
	.header-menu {
		width: 100%;
		right: -100%;
		padding: 100px 50px;
	}
	.search-content {
		width: 100%;
		right: -100%;
	}
	.header-contact{
		margin-right:28px;
	}
	.header-right-contact{
		float:left;
	}
	.containerheader {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}

@media only screen and (max-width: 750px) {
	header .logo {
		width: 140px;
		height: 40px;
	/*	margin: 15px 10px 15px -5px;*/
	}
	.header-right {
		margin: 21px 0 15px 90px;
	}
	.header-contact,header.header-roll .header-contact {
		width: 100px;
		height: 34px;
		display: none;
		font-size: 14px;
		line-height: 30px;
	}
	.header-search {
		width: 30px;
		height: 30px;
		font-size: 16px;
		margin: 2px 15px;
		line-height: 25px;
		border-radius: 15px;
	}
	.header-icon {
		margin: 5px 0;
	}
	.header-icon strong,header.header-roll .header-icon strong {
		font-size: 20px;
		line-height: 24px;
	}
	.header-icon ul {
		margin: 0 10px 0 0;
	}
	.header-menu {
		padding: 60px 25px;
	}
	.header-menu .menu-x,.search-content .search-x {
		top: 15px;
		right: 15px;
	}
	.header-menu ul li {
		font-size: 28px;
		line-height: 45px;
	}
	.header-menu ul li:nth-of-type(8),.header-menu ul li:nth-of-type(9) {
		font-size: 20px;
		line-height: 35px;
	}
	.header-menu .menu-icon {
		margin: 20px 0 0;
	}
	.search-content {
		padding: 100px 25px;
	}
	.search-content .search-x:before,.search-content .search-x:after {
		height: 2px;
		margin: -1px 0 0 -15px;
	}
	.search-content h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.search-input input {
		height: 50px;
		padding: 0 15px;
		font-size: 16px;
	}
	.search-input span {
		top: 13px;
		right: 15px;
		font-size: 24px;
	}
}
@media only screen and (min-width: 1200px){
    .header-right .pc_nav {
        display: flex;
        justify-content: space-between;
        width: 58%;
    }
}

@media only screen and (min-width: 992px) {
	header .logo {
		width: 175px;
		height: 50px;
		margin: 13px 10px 13px -10px;
	}
	.header-right {
		margin: 20px 0;
	}

	.header-right {
		display: flex;
		justify-content: space-between;
		margin: 30px 0;
		align-items: center;
	}

	.header-right .pc_nav {
		display: flex;
		justify-content: space-between;
		width: 50%;
	}

	.header-right .pc_nav li a {
		font-size:12px;
		color: #ffffff;
	}
	.header-contact,header.header-roll .header-contact {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 32px;
	}
	.header-search {
		width: 60px;
		height: 30px;
		font-size: 14px;
		margin: 3px 20px;
		line-height: 30px;
		border-radius: 14px;
	}
	.header-icon {
		margin: 3px 0;
		display:none;
	}
	.header-icon strong,header.header-roll .header-icon strong {
		font-size: 22px;
		line-height: 30px;
	}
	.header-icon ul {
		width: 24px;
		height: 24px;
		margin: 3px 15px 3px 0;
	}
	.header-icon ul li {
		width: 24px;
		height: 2px;
	}
	.header-icon ul li:nth-of-type(1) {
		margin: -10px 0 0 -12px;
	}
	.header-icon ul li:nth-of-type(2) {
		margin: -1px 0 0 -12px;
	}
	.header-icon ul li:nth-of-type(3) {
		margin: 8px 0 0 -12px;
	}
	.header-contact:hover,header.header-roll .header-contact:hover {
		color: #FFFFFF;
		font-weight: bold;
		background: transparent;
	}
	.header-menu {
		padding: 80px 30px 80px 50px;
	}
	.header-menu ul li {
		font-size: 32px;
		line-height: 70px;
	}
	.header-menu .menu-icon {
		margin: 30px 0 0;
	}
	.header-menu ul li:first-of-type {
		display: none;
	}
	.search-content {
		width: 60%;
	}
}
@media only screen and (min-width: 1200px) {
	header .logo {
		width: 192px;
		height: 55px;
		margin: 15px 20px 15px -20px;
	}
	.header-right {
		margin: 34px 0;
	}
	.header-contact,header.header-roll .header-contact {
		width: 138px;
		height: 38px;
		font-size: 16px;
		line-height: 34px;
	}
	.header-search {
		width: 60px;
		height: 32px;
		font-size: 16px;
		margin: 3px 25px;
		line-height: 32px;
		border-radius: 16px;
	}
	.header-right .pc_nav li a {
		font-size: 16px;
		color: #ffffff;
	}
	.header-icon strong,header.header-roll .header-icon strong {
		font-size: 24px;
		line-height: 32px;
	}
	.header-icon ul {
		margin: 4px 20px 4px 0;
	}
	.header-menu {
		padding: 90px 40px 90px 60px;
	}
	.header-menu ul li {
		font-size: 36px;
		line-height: 80px;
	}
	.header-menu ul li:nth-of-type(8),.header-menu ul li:nth-of-type(9) {
		font-size: 24px;
		line-height: 40px;
	}
	.header-menu .menu-icon {
		margin: 35px 0 0;
	}
	.search-content {
		width: 50%;
	}
}
@media only screen and (min-width: 1400px) {
	header .logo {
		width: 213px;
		height: 61px;
		margin: 17px 30px 17px -30px;
	}
	.header-right {
		margin:38px  0;
	}
	.header-contact,header.header-roll .header-contact {
		width: 142px;
		height: 42px;
		font-size: 18px;
		line-height: 37px;
	}
	.header-search {
		width: 70px;
		height: 36px;
		font-size: 18px;
		margin: 3px 30px;
		line-height: 36px;
		border-radius: 18px;
	}
	.header-icon strong,header.header-roll .header-icon strong {
		font-size: 26px;
		line-height: 34px;
	}
	.header-icon ul {
		margin: 6px 24px 6px 0;
	}
	.header-menu {
		padding: 100px 55px 100px 70px;
	}
	.header-menu ul li {
		font-size: 40px;
		line-height: 90px;
	}
	.header-menu ul li:nth-of-type(8),.header-menu ul li:nth-of-type(9) {
		font-size: 26px;
		line-height: 43px;
	}
	.header-menu .menu-icon {
		margin: 40px 0 0;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
}
.footer-top {
	width: 100%;
	height: 290px;
	overflow: hidden;
	background: #FFFFFF url(../img/footer.jpg) no-repeat;
	background-position: bottom center;
	background-size:cover;
}
.footer-top .footer-num {
	float: right;
	width: 120px;
	height: 115px;
	padding: 10px;
	color: #FFFFFF;
	overflow: hidden;
	margin: 65px 0 0;
	background: #e60012;
}
.footer-top .footer-num h4 {
	margin: 5px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.footer-top .footer-num h1 {
	font-size: 56px;
	line-height: 60px;
}
.footer-top .footer-num h1 strong {
	font-family: arial;
}
.footer-top .footer-txt {
	float: right;
	text-align: right;
	margin: 125px 50px 0;
}
.footer-top .footer-txt h4 {
	color: #b5b5b6;
	font-size: 22px;
	line-height: 25px;
    font-weight: bold;
    font-style: italic;
    font-family: "arial black";
}
.footer-top .footer-txt h3 {
	color: #e60012;
	font-size: 32px;
	line-height: 35px;
    font-weight: bold;
    font-style: italic;
    font-family: "arial black";
}
.footer-bottom {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #022455;
	padding: 110px 0 40px;
}
.footer-bottom h3 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
}
.footer-bottom h4 {
	font-size: 16px;
	margin: 20px 0 0;
	line-height: 20px;
}
.footer-bottom h4 a {
	color: #014099;
	margin: 0 10px;
}
.footer-bottom .footer-icon {
	width: 100%;
	margin: 50px 0;
	font-size: 36px;
	overflow: hidden;
	line-height: 36px;
}
.footer-bottom .footer-icon a {
	margin: 0 8px;
	color: #FFFFFF;
	display: inline-block;
}
.footer-bottom p {
	color: #014099;
	font-size: 14px;
	line-height: 20px;
}
.footer-bottom p a {
	color: #014099;
}
.footer-bottom .footer-icon a:hover,.footer-bottom p a:hover,.footer-bottom h4 a:hover {
	color: #e60012;
	text-decoration: underline !important;
}
.footer-bottom p br {
	display: none;
}
@media only screen and (max-width: 991px) {
	.footer-top {
		background-position: 35% 100%;
	}
	.footer-top .footer-txt {
		margin: 65px 40px 0;
	}
	.footer-bottom {
		padding: 80px 0 40px;
	}
}
@media only screen and (max-width: 750px) {
	.footer-top {
		height: 230px;
		background-position: 35% 100%;
		background-size: 1000px;
	}
	.footer-top .footer-num {
		width: 80px;
		height: 80px;
		padding: 10px;
		margin: 100px 0 0;
	}
	.footer-top .footer-num h4 {
		margin: 0 0 2px;
		font-size: 14px;
		line-height: 18px;
	}
	.footer-top .footer-num h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.footer-top .footer-txt {
		margin: 40px -80px 0 0;
	}
	.footer-top .footer-txt h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.footer-top .footer-txt h3 {
		font-size: 24px;
		line-height: 25px;
	}
	.footer-bottom {
		padding: 40px 0 20px;
	}
	.footer-bottom h3 {
		font-size: 18px;
    	line-height: 25px;
	}
	.footer-bottom h4 {
	    font-size: 14px;
	    margin: 10px 0 0;
	}
	.footer-bottom h4 a {
		margin: 0 5px;
	}
	.footer-bottom .footer-icon {
		margin: 30px 0;
		font-size: 28px;
    	line-height: 30px;
	}
	.footer-bottom .footer-icon a {
		margin: 0 5px;
	}
	.footer-bottom p {
	    font-size: 12px;
	    line-height: 18px;
	}
	.footer-bottom p br {
		display: block;
	}
}
@media only screen and (min-width: 1400px) {
	.footer-top .container {
		width: 1125px;
	}
}
/*顶部部分的公共样式*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img {
	left: 50%;
	width: 1920px;
	display: block;
	position: relative;
	margin-left: -960px;
}
.banner-txt {
	width: 100%;
	height: 244px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	background-image: url(../img/index2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-txt h2 {
	left: 50%;
	z-index: 1;
	top: -186px;
	width: 240px;
	font-size: 38px;
	overflow: hidden;
	font-weight: bold;
	line-height: 50px;
	border-radius: 3px;
	position: absolute;
	background: #014099;
	margin-left: -120px;
}
.banner-txt:after {
	left: 50%;
	top: -36px;
	width: 2px;
	content: '';
	height: 72px;
	display: block;
	overflow: hidden;
	position: absolute;
	background: #FFFFFF;
}
.banner-txt p {
	font-size: 38px;
	margin: 70px 0 0;
	line-height: 46px;
}
@media only screen and (max-width: 991px) {
	.banner-txt p {
	    font-size: 30px;
	    margin: 75px 0 0;
	    line-height: 40px;
	}
	.banner-txt p br {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.banner img {
		width: 1000px;
		margin-left: -500px;
	}
	.banner-txt {
		height: 220px;
		background-size: auto 100%;
	}
	.banner-txt h2 {
		top: -120px;
		width: 180px;
		font-size: 28px;
		line-height: 40px;
		margin-left: -90px;
	}
	.banner-txt:after {
		top: -20px;
		height: 40px;
	}
	.banner-txt p {
		font-size: 24px;
		margin: 40px 0 0;
		line-height: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.banner img {
		width: 1400px;
		margin-left: -700px;
	}
	.banner-txt {
		height: 215px;
	}
	.banner-txt h2 {
		top: -140px;
		width: 200px;
		font-size: 34px;
		line-height: 46px;
		margin-left: -100px;
	}
	.banner-txt:after {
		top: -25px;
		height: 50px;
	}
	.banner-txt p {
		font-size: 34px;
		margin: 50px 0 0;
		line-height: 42px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner img {
		width: 1600px;
		margin-left: -800px;
	}
	.banner-txt {
		height: 230px;
	}
	.banner-txt h2 {
		top: -160px;
		width: 220px;
		font-size: 36px;
		line-height: 48px;
		margin-left: -110px;
	}
	.banner-txt:after {
		top: -30px;
		height: 60px;
	}
	.banner-txt p {
		font-size: 36px;
		margin: 60px 0 0;
		line-height: 44px;
	}
}
@media only screen and (min-width: 1400px) {
	.banner img {
		width: 1920px;
		margin-left: -960px;
	}
	.banner-txt {
		height: 244px;
	}
	.banner-txt h2 {
		top: -186px;
		width: 240px;
		font-size: 38px;
		line-height: 50px;
		margin-left: -120px;
	}
	.banner-txt:after {
		top: -36px;
		height: 72px;
	}
	.banner-txt p {
		font-size: 38px;
		margin: 70px 0 0;
		line-height: 46px;
	}
}
@media only screen and (min-width: 1921px) {
	.banner img {
		left: 0px;
		width: 100%;
		margin-left: 0px;
	}
}