* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
html {
	width: 100%;
	margin: 0px auto;
	position: relative;
	min-width: 1405px;
	font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	border: none;
	 image-rendering: crisp-edges;
	
	 image-rendering: auto;
	 image-rendering: crisp-edges;
	 image-rendering: pixelated;
	 -ms-interpolation-mode: nearest-neighbor;
	 /* Global values */
	 image-rendering: inherit;
	 image-rendering: initial;
	 image-rendering: unset
}

p {
	margin: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1405 {
	width: 1405px;
	margin: 0px auto;
}

/* 
text Copy Code .header-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
} */

.top-bar {
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	/* margin-bottom: 10px; */
	/* padding-left: 253px; */
	padding: 12px 0px 10px 0px;
}

.logo {
	/* display: flex; */
	/* align-items: center; */
	/* gap: 10px; */
	float: left;
	position: relative;
}

.logo img {
	/* height: 50px; */
	/* width: 220px; */
}

.logo-text h1 {
	color: #c91f37;
	font-size: 24px;
	margin-bottom: 2px;
	position: absolute;
	left: 0px;
}

.logo-text {
	position: relative;
	padding-left: 253px;
}

.logo-text p {
	color: #000000;
	font-size: 15px;
	position: relative;
	top: 20px;
	padding-left: 20px;
	border-left: 1px solid #bbbbbb;
}

.top-links {
	/* display: flex; */
	/* align-items: center; */
	/* gap: 15px; */
	color: #494949;
	font-size: 14px;
	text-align: right;
	float: right;
}
.top-links>span>a:hover{
	color:#ff9724;
}
.dropdown:hover .drop_down {
	display: block;
}

.drop_down li a:hover {
	color: #3664b9;
}

.top-links a {
	color: #333;
	text-decoration: none;
	outline: none;
}

.top-links .dropdown {
	position: relative;
	display: inline-block;
	margin-left: 5px !important;
}

.top-links .dropdown img {
	position: relative;
	top: 4px;
	outline: none;
	width: 15px;
}

.drop_down {
	position: absolute;
	width: 202px;
	text-align: center;
	left: 50%;
	margin-left: -101px;
	background: #f3f3f3;
	z-index: 999;
	display: none;
}

.drop_down li {
	line-height: 30px;
	text-align: center;
	border-bottom: 1px dashed #fff;
}

.drop_down li>a {
	font-size: 14px;
}

.search-bar {
	/* display: flex; */
	align-items: center;
	margin-left: 20px;
	margin-top: 8px;
	position: relative;
}

.search-bar form>input {
	width: 322px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-right: none;
	outline: none;
	font-size: 16px;
}

.search-bar input::placeholder {
	color: #d3d2d2;
}

.search-bar button {
	height: 36px;
	width: 60px;
	background-color: #e50012;
	border: none;
	color: white;
	cursor: pointer;
	position: absolute;
	right: 0px;top:0px;
}

.nav-menu {
	background-color: #034ac2;
	/* padding: 8px 0; */
}

.nav-container {
	/* max-width: 1200px; */
	margin: 0 auto;
	position: relative;
}

.nav-list {
	/* display: flex; */
	/* list-style: none; */
	/* gap: 20px; */
	/* justify-content: center; */
	/* align-items: center; */
	/* justify-content: center; */
}

.nav-list li {
	float: left;
	padding: 8px 12px;
	flex-grow: 1;
}

.nav-list li:first-child {
	padding-left: 0px;
}

.nav-list li:last-child {
	padding-right: 0px;
}

.nav-list li a {
	color: white;
	text-decoration: none;
	font-size: 20px;
	/* padding: 5px 8px; */
}

.nav-list li:hover> a{
	color:#ff9724;
}
.nav-list li:hover .child{
	display:block;
}

.icon {
	position: relative;
	right: 25px;
	top: 19px;
}

.icon a {
	display: inline-block;
	margin: 0px 3px;
	position: relative;
}
.icon span a img{
	width:38px;
}
.footer{
	text-align: center;
background:#e7e7e7;
font-size:16px;
color:#000000;
padding:23px 0px;
}
.footer p{
	margin:6px 0px;
}
.footer p span{
	margin:0px 5px;
}
.icon a>label{
	    position: absolute;
	    top: 48px;
	    z-index: 111;
	    width: 82px;
		left:50%;
		margin-left:-41px;
		display: none;
}
.icon a>label img{
	display: block;
	width:100%;
}


.c10{
	background:#034ac2;
}
.link_a{
	float: left;
	position: relative;
	height: 55px;
}
.link{
	border-bottom: 1px solid #bccfef;
	    margin-bottom: 10px;
}
.link_a>a{
	color:white;
	font-size:20px;
	padding: 16px 15px 8px 15px;
	display: block;
	transition: all 0.2s;
}
.link_a.on>a{
	font-size:24px;
	color:#fae299;
	transition: all 0.2s;
}
.link_a.on>a:before{
	content:"";
	width:16px;
	height:14px;
	background:url(../images/xlm.jpg) no-repeat center center;
	display: block;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -8px;
	z-index: 11;
}
.link_a.on:before{
	content:"";
	display: block;
	width: 46%;
	height: 1px;
	background:#bccfef;
	position: absolute;
	bottom: -1px;
	left: 0px;
	z-index: 1;
}
.link_a.on>a::after{
	content:"";
	display: block;
	width: 46%;
	height: 2px;
	background:#034ac2;
	position: absolute;
	bottom: 1px;
	left: 0px;
}
.link_child{
	height:132px;
	color:white;
	opacity: 0.7;
}
.link_child>a{
	color:white;
	font-size:15px;
	margin: 10px 6px;
}

.link_child>a:hover{
	color:#ff9724;
}
.search-bar button{
	background:#e50012 url(../images/ss.png) no-repeat center center;
}
.search-bar button input{
	display: none;
}
em{
	font-style: normal;
}


.child{
	position: absolute;
	z-index: 111;
	left: 0px;
	right: 0px;
	background: #efefef;
	padding: 10px 10px;
	top: 42px;
	display:none;
}

.child a{
	font-size: 18px !important;
	color: #000 !important;
	margin:8px;
}
.child a:hover{
	color:#034ac2 !important;
} 
@media only screen and (min-width:1200px) and (max-width: 1404px) {
	body {
		zoom: .89
	}

	body,
	html {
		min-width: 1200px;
	}
}

@media only screen and (min-width: 1200px) and (max-width:1274px) {
	body {
		zoom: .8
	}
	body,
	html {
		min-width: 1000px;
	}
}