* {
	margin: 0;
	padding: 0;
	/* font-family: "å¾®è½¯é›…é»‘", "SimSun", "Microsoft YaHei"; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:focus {
	outline: none;
}

a {
	color: #001529;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #de0f17;
}
ul,ol,li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
input {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
}
html,
body {
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.l {
	float: left;
}

.r {
	float: right;
}

.clear {
	clear: both;
}
#index {
	display: flex;
	flex-direction: column;
}
.container {
	width: 1400px;
	margin: 0 auto;
}
.header {
	/*background-color: #197dbb !important;*/
	box-shadow: 0 3px 46px 0 rgba(168, 148, 148, 0.2);
	width: 100%;
	position: relative;
	top: 0;
	height: 120px;
	z-index: 99;
	background: #197dbb url("../image/hb.png") no-repeat center ;
	background-size: cover;
}
.header .container{
	display: flex;
	align-items: center;
	height: 120px;
	justify-content: space-between;
}
.header .logo img{
	max-height: 110px;
	max-width:540px;
	-fx-max-width: 540px;
	object-fit: cover;
}
.header .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 84px;
}
.header .bar {
	display: none;
	margin-top: -5px;
	/* position: relative;
  z-index: 1; */
}
.header .bar .icon-bar{
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px 0;
	border-radius: 1px;
	background: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.header .baractive .icon-bar:nth-of-type(1) {
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .baractive .icon-bar:nth-of-type(2) {
	opacity: 0;
}
.header .baractive .icon-bar:nth-of-type(3) {
	top: -7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header-text ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-text ul li a {
	line-height: 14px;
	font-size: 14px;
	margin-left: 12px;
	padding-left: 13px;
	border-left: 1px #ccc solid;
	color: #fff;
	display: inline-block;
}
.header-text ul li:first-child a{
	border: 0;
}
.header-text ul li a:hover {
	color: #fff;
}
#searchForm {
	margin-left: 12px;
}
#searchForm a {
	border-left: 0;
	padding: 0;
	margin: 0;
}
.search-input{
	background: transparent;
	/*border-bottom: 1px #fff solid;*/
	transition: linear 0.5s;
	/*max-width: 0;*/
	color: #fff;
}
.search-input::placeholder{
	color: #fff;
}
#searchForm a img {
	width: 18px;
	vertical-align: -3px;
}
.header .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .nav ul {
	display: flex;
}
.header .nav ul li{
	position: relative;
	/* padding: 10px 0 20px 0; */
}
.header .nav ul li a{
	color: #fff;
	position: relative;
	display: block;
	font-size: 18px;
	padding: 0 15px;
	margin-left: 20px;
	text-align: center;
	transition: .2s ease-in;
	font-weight: bold;
}
.header .nav ul li a:hover {
}
.header .nav ul li span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px #fff solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transition: 0.3s all;
	position: absolute;
	top: 15px;
	right: 0;
}
.header .nav ul li:hover .nav-menu {
	max-height: 500px;
}
.header .nav ul li .nav-menu{
	max-height: 0;
	overflow: hidden;
	position: absolute;
	background: #fff;
	width: 134px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	left: 50%;
	margin-left: 12px;
	transform: translate(-50%, 10px);
	-webkit-transition: max-height linear .5s;
	-moz-transition: max-height linear .5s;
	transition: max-height linear .5s;
	z-index: 999;
}
.header .nav ul li .nav-menu .items a{
	line-height: 36px;
	margin: 0;
	color: rgba(0, 0, 0, 0.65);
	padding: 4px 10px;
	font-size: 15px;
	font-weight: normal;
}
.header .nav ul li .nav-menu .items:first-child a{
	border-top: #de0f17 solid 4px;
}
.header .nav ul li .nav-menu .items a:hover{
	color: #de0f17;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.header .nav ul li .nav-menu .items a::after {
	content: none;
}

.footer {
	background: #135c8a;
}
.footer .container {
	padding: 15px 0 10px 0;
}

.footer .container .info {
	height: 120px;
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .container .info .logo {
	width: 30%;
}
.footer .container .info .logo img {
	max-width: 88%;
	max-height: 79px;
	object-fit: cover;
}

.footer .container .info .left {
	width: 55%;
	flex: 1;
}

.footer .container .info .left .p-a {
	color: white;
}

.footer .container .info .right {
	width: 15%;
	display: flex;
}

.footer .title {
	margin-bottom: 20px;
}
.footer .link {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.footer .link .select {
	height: 36px;
	line-height: 36px;
	width: 305px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	padding: 0 30px;
	appearance:none;
	position: relative;
}
.footer .link .select:hover {
	cursor: pointer;
}
.footer .link .select img {
	float: right;
	margin-top: 13px;
	transition: linear 0.3s;
}
.footer .link .select.check img {
	transform: rotateZ(180deg);
}
.footer .link .select .option{
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	border-radius: 2px;
}
.footer .link .select .option ul li {
	padding: 0 30px;
}
.footer .link .select .option ul li a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer .left {
	flex: 1;
}
.footer .left p {
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}
.footer .left p img {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}
/*.footer .text-info {*/
/*	color: #fff;*/
/*	font-size: 18px;*/
/*	line-height: 42px;*/
/*	border-bottom: 1px #fff solid;*/
/*	width: 320px;*/
/*}*/
.footer hr {
	background: #fff;
	height: 1px;
	width: 100%;
}

.footer .code-box {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.code-box img{
	width: 95px;
	height: 95px;
	display: block;
}
.code-box:not(:first-child) {
	margin-left: 20px;
}
.copy-right {
	background-color: #972415;
	text-align: center;
}
.copy-right .container {
	padding: 10px 0;
	justify-content: center;
}
.copy-right span,
.copy-right a {
	color: #fff;
	font-size: 14px;
}
.copy-right span {
	margin: 0 10px;
}
.copy-right img {
	margin-right: 6px;
	vertical-align: -4px;
}
.mobile-nav,
.mobile-nav-hide{
	display: none;
}
#back-to-top{
	position:fixed;
	display:none;
	bottom:100px;
	right:20px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(0,0,0,0.3);
	text-align: center;
	color: #666;
}
#back-to-top:hover {
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
#back-to-top img {
	display: block;
	margin: 7px auto;
	height: 28px;
	width: 28px;
}

/*************适配样式******************/
@media screen and (max-width: 1450px){
}
@media screen and (max-width: 1420px){
	.container {
		width: 100%;
		padding: 0 20px;
	}
	.footer .container {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 1366px){
	.footer .link .select {
		flex: 1;
		margin-right: 30px;
	}
	.footer .link .select:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 1330px){
	.header .nav ul li a {
		margin-left: 25px;
		font-size: 16px;
	}
	.header .nav ul li .nav-menu{
		margin-left: 10px;
	}
}
@media screen and (max-width: 1200px){
	.header {
		padding: 12px 16px;
		height: 60px;
		position: fixed;
	}
	#index {
		padding-top: 60px;
	}
	.header .logo img {
		height: 45px;
	}
	.header .right {
		display: none;
	}
	.header .bar {
		display: block;
		position: absolute;
		top: 22px;
		right: 16px;
	}
	.model-head,
	.header .bar.active .icon-bar {
		display: block;
	}
	.header .nav-bg {
		height: 0;
		background: none;
	}
	.header .mobile-nav {
		flex-basis: 100%;
		background: #f8f9f9;
		position: absolute;
		top: 60px;
		z-index: 999;
		left: 0;
		text-align: center;
		width: 100%;
		padding-bottom: 20px;
	}
	.header .mobile-nav.active{
		display: block;
	}
	.header .mobile-nav-hide {
		content: '';
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.3);
		position: absolute;
		left: 0;
		top: 60px;
		display: none;
	}
	.header .mobile-nav ul li {
		padding: 0;
		position: relative;
		text-align: left;
	}
	.header .mobile-nav ul li:last-child {
		border: 0;
	}
	.header .mobile-nav ul li span {
		width: 17px;
		height: 48px;
		top: 0;
		right: 18px;
		background-size: cover;
		position: absolute;
		display: flex;
		align-items: center;
	}
	.header .mobile-nav ul li span img{
		height: 11px;
		transition: linear 0.5s;
	}
	.header .mobile-nav ul li span.check img{
		transform: rotateX(180deg);
	}
	.header .mobile-nav ul li a {
		color: #1f222e;
		text-align: left;
		line-height: 48px;
		font-size: 15px;
		margin-left: 0;
		padding-left: 16px;
		font-weight: bold;
	}
	.header .mobile-nav ul li a:hover {
		background:none;
		color: #0590db;
	}
	.header .mobile-nav ul {
		display: block;
	}
	.header .mobile-nav ul li .nav-menu {
		position: inherit;
		left: 0;
		margin: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		background: #f5f5f8;
		border-top: 1px #ddd solid;
		transition: max-height linear .5s;
	}
	.header .mobile-nav ul li .nav-menu.on {
		max-height: 600px;
	}
	.header .mobile-nav ul li .nav-menu .items a {
		padding-left: 25px;
		color: #666;
		font-size: 14px;
		font-weight: normal;
		display: inline-block;
		width: 60%;
	}
	#search{
		height: 35px;
		background-color: #ffffff;
		box-shadow: 0px 0px 11px 0px  rgba(158, 83, 74, 0.19);
		border-radius: 18px;
		margin: 15px 17px 5px 17px;
		position: relative;
		padding: 0 12px;
	}
	#search a{
		width: 29px;
		height: 29px;
		background-color: #de0f17;;
		position: absolute;
		right:4px;
		border-radius: 100%;
		top: 3px;
	}
	.search-input {
		max-width: 100% !important;
		width: 100%;
		height: 100%;
		color: #1f222e;
	}
	.search-input::placeholder{
		color: #acadb0;
	}
	#search a img {
		vertical-align: middle;
	}
	.footer .link {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.footer .link .select {
		flex: auto;
		width: 37%;
		margin-right: 11px;
		margin-bottom: 10px;
		background-position: 93% center;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 15px;
	}
	.footer .link .select:nth-child(even){
		margin-right: 0px;
	}
	.footer .link .select img {
		margin-top: 10px;
	}
	.footer .link .select .option {
		top: 30px;
	}
	.footer .link .select .option ul li {
		padding: 0 15px;
	}
	.footer .text-info {
		font-size: 16px;
		width: 100%;
	}
	.footer .info {
		display: block;
		padding-left: 25px;
	}
	.copy-right span{
		opacity: 0.6;
		font-size: 12px;
		display: block;
		line-height: 20px;
	}
	.copy-right a {
		font-size: 12px;
	}
	.code-box img {
		width: 60px;
		height: 60px;
		margin:  0 auto;
	}
	.footer .left p {
		line-height: 20px;
		margin-top: 8px;
	}
	.footer .left p img {
		margin-left: -28px;
	}
	.footer .right {
		margin-top: 15px;
	}
	.footer .container {
		padding: 20px;
	}
}
/*@media screen and (max-width: 1160px){*/
/*	#index {*/
/*		width: 1200px;*/
/*	}*/
/*	.container, .header {*/
/*		width: 1200px;*/
/*	}*/
/*}*/

