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-family: "微软雅黑","Arial";
}
a {
	color: #000000;
	text-decoration: none !important;
}
a:hover {
	color: #b81b22;
	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,button:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus {
    outline: none;
}
*::selection {
	background-color: #b81b22;
    color: white;
}
*::-moz-selection {
	background-color: #b81b22;
    color: white;
}
*::-webkit-selection {
	background-color: #b81b22;
    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: '';
} */
/*滚动条样式*/
::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;
	border-radius: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 4px;
	background-color: #999999;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
	background: #ffffff;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 991px) {
	.container {
		padding: 0;
		width: 665px;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 335px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		padding: 0;
		width: 940px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}
@media only screen and (min-width: 1500px) {
	.container {
		width: 1440px;
	}
}
@media only screen and (min-width: 1700px) {
	.container {
		width: 1660px;
	}
}
/*公共头部样式*/
header {
	top: 15px;
	left: 0px;
	padding: 0;
	width: 100%;
	z-index: 1000;
	color: #ffffff;
	overflow: hidden;
	position: absolute;
}
header .logo {
	float: left;
	width: 180px;
	height: 50px;
	display: block;
	cursor: pointer;
	margin: 7px 0 0;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease;
}
.logo img {
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
}
.logo img:nth-of-type(2) {
	opacity: 0;
}
.logo-w img:nth-of-type(1) {
	opacity: 0;
}
.logo-w img:nth-of-type(2) {
	opacity: 1;
}
.header-menu {
	float: right;
}
.header-menu ul li {
	float: left;
	width: 48px;
	margin: 0 25px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	position: relative;
	padding: 10px 0 15px;
}
.header-menu ul li a {
	color: #ffffff;
}
@media only screen and (max-width: 991px) {
	.header-menu ul li h4>span {
		display: none;
	}
	header {
		top: 40px;
	}
	header .logo {
		z-index: 10;
		width: 218px;
		height: 61px;
		margin: 3px 0 0;
		position: relative;
	}
	.header-icon {
		z-index: 10;
		width: 58px;
		height: 58px;
		float: right;
		margin: 5px 0 0;
		overflow: hidden;
		position: relative;
		background: #0b3190;
		border-radius: 10px;
	}
	.header-icon li {
		top: 50%;
		left: 50%;
		width: 32px;
		height: 4px;
		overflow: hidden;
		position: absolute;
		background: #FFFFFF;
	}
	.header-icon li:nth-of-type(1) {
		margin: -14px 0 0 -16px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -2px 0 0 -16px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 10px 0 0 -16px;
	}
	.header-icon.icon-click li:nth-of-type(1) {
		margin: -2px 0 0 -16px;
		transform: rotate(45deg);
	}
	.header-icon.icon-click li:nth-of-type(2) {
		opacity: 0;
	}
	.header-icon.icon-click li:nth-of-type(3) {
		margin: -2px 0 0 -16px;
		transform: rotate(-45deg);
	}
	header .en {
		z-index: 10;
		float: right;
		display: block;
		color: #FFFFFF;
		font-family: arial;
		position: relative;
		margin: 16px 30px 0 0;
	}
	.en img {
		width: 36px;
		float: left;
		display: block;
		margin-right: 15px;
	}
	.en span {
		float: left;
		display: block;
		font-size: 34px;
		line-height: 36px;
	}
	header .header-menu {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		overflow: hidden;
		background: rgba(0,0,0,0.89);
	}
	.header-menu ul {
		width: 665px;
		overflow: hidden;
		margin: 200px auto;
	}
	.header-menu ul li {
		float: none;
		margin: 0px;
		width: 100%;
		padding: 25px 0;
		text-align: left;
		overflow: hidden;
		line-height: 45px;
		border-bottom: 2px solid rgba(255,255,255,0.8);
	}
	.header-menu ul li a {
		float: left;
		display: block;
	}
	.header-menu ul li em {
		float: left;
		width: 40px;
		height: 44px;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 1px 35px 0 0;
	}
	.header-menu ul li em img {
		top: 0px;
		left: 0px;
		width: 100%;
		display: block;
		position: absolute;
	}
	.header-menu ul li em img:nth-of-type(2) {
		opacity: 0;
	}
	.header-menu ul li a span {
		float: left;
		display: block;
		font-size: 36px;
		line-height: 45px;
	}
	.header-menu ul li.active a {
		color: #0b3190;
	}
	.header-menu ul li.active em img:nth-of-type(1) {
		opacity: 0;
	}
	.header-menu ul li.active em img:nth-of-type(2) {
		opacity: 1;
	}
}
@media only screen and (max-width: 750px) {
	header {
		top: 20px;
	}
	header .logo {
		width: 150px;
		height: 42px;
		margin: 3px 0 0;
	}
	.header-icon {
		width: 40px;
		height: 40px;
		margin: 5px 0 0;
		border-radius: 6px;
	}
	.header-icon li {
		width: 22px;
		height: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -9px 0 0 -11px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -1px 0 0 -11px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 7px 0 0 -11px;
	}
	.header-icon.icon-click li:nth-of-type(1),.header-icon.icon-click li:nth-of-type(3) {
		margin: -1px 0 0 -11px;
	}
	header .en {
		margin: 15px 15px 0 0;
	}
	.en img {
		width: 20px;
		margin-right: 5px;
	}
	.en span {
		font-size: 18px;
		line-height: 20px;
	}
	.header-menu ul {
		width: 335px;
		margin: 100px auto;
	}
	.header-menu ul li {
		padding: 15px 0;
		line-height: 30px;
		border-bottom-width: 1px;
	}
	.header-menu ul li em {
		width: 24px;
		height: 27px;
		margin: 2px 15px 0 0;
	}
	.header-menu ul li a span {
		font-size: 18px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 992px) {
	header .en,.header-icon,.header-menu ul li em {
		display: none;
	}
	.header-menu ul li:after {
		left: 50%;
		width: 0px;
		height: 2px;
		content: '';
		bottom: 13px;
		overflow: hidden;
		position: absolute;
		transition: all 0.5s ease;
		background: rgba(255,255,255,0.8);
	}
	.header-menu ul li.active:after {
		left: 0px;
		content: '';
		width: 100%;
		height: 2px;
		bottom: 13px;
		overflow: hidden;
		position: absolute;
		background: rgba(255,255,255,0.8);
	}
	.header-menu ul li:hover:after {
		left: 0px;
		width: 100%;
	}
}
.img-common {
	width: 100%;
	overflow: hidden;
}
.news {
	left: 50%;
	top: 370px;
	width: 1200px;
	height: 560px;
	display: block;
	overflow: hidden;
	position: absolute;
	margin-left: -600px;
}
@media only screen and (max-width: 991px) {
	.img-common img {
		width: 100%;
	}
	.footer1,.img-common img:nth-of-type(1) {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	footer {
		width: 100%;
		overflow: hidden;
	}
	.img-common img,footer img {
		left: 50%;
		width: 1920px;
		position: relative;
		margin-left: -960px;
	}
	.img-common img:nth-of-type(2) {
		display: none;
	}
}

/* footer部分 */
footer{
	position: relative;
	width: 100%;
}

footer .footer1{
	width: 100%;
	height: 275px;
	background: url(../img/footer-bg.png) no-repeat;
	padding-top: 60px;
	background-size: cover;
}

.footer1 .all{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

@media only screen and (max-width: 1250px){
	.footer1 .all{
		width: 985px;
	}
}

.footer1 .text{
	width: 49%;
	float: left;
	opacity: 0.8;
}

.footer1 .p1{
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 10px;
}

.footer1 .p2{
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}

.footer1 .p2 a{
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	transition: all 0.5s;
}

.footer1 .p2 a:hover{
	color: #114cdd;
	transition: all 0.5s;
}

.footer1 .input{
	width: 51%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.footer1 input{
	width: calc(100% / 3 - 10px);
	height: 30px;
	margin-right: 10px;
	padding-left: 5px;
	background-color: rgba(255,255,255,0);
	border: 0;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}

.footer1 textarea{
	width: 66%;
	height: auto;
	margin-top: 10px;
	padding-left: 5px;
	line-height: 20px;
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: rgba(255,255,255,0);
	color: #fff;
	font-size: 12px;
	min-width: 66%;
    max-width: 66%;
	resize: none;
}

.footer1 input::placeholder,
.footer1 textarea::placeholder{
	color: #ffffff;
}

.footer1 input:focus,
.footer1 textarea:focus{
	border-bottom: 1px solid #0b318f;
}

.footer1 .button{
	width: 100%;
}

.footer1 .submit{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 160px;
	padding: 10px 0;
	background-color: #0b318f;
	border-radius: 20px;
	text-align: center;
	display: block;
	margin-top: 20px;
	transition: all 0.5s;
}

.footer1 .submit:hover{
	color: #0b318f;
	background-color: #fff;
	transition: all 0.5s;
}

footer .footer2{
	width: 100%;
	padding: 15px 10px;
	background-color: #000000;
	display: flex;
}

.footer2 p{
	font-size: 12px;
	color: #fff;
	margin: auto auto;
	text-align: center;
	opacity: 0.8;
}

.footer2 p a{
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	/* opacity: 0.8; */
}

.footer2 p a:hover{
	border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 991px){
	footer .footer2{
		padding: 10px 40px;
	}
}

@media only screen and (max-width: 750px){
	.footer2 p{
		font-size: 12px;
	}

	.footer2 p a{
		font-size: 12px;
	}
}