@charset "UTF-8";

.header .header-top {
	background: #6c6c6c;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px
}

.header .header-top .slogan-en {
	float: left
}

.header .header-top .language {
	float: right;
}

.header .header-top .language .lan-link {
	cursor: pointer
}

.header .header-top .language .lan-link:hover {
	color: #00c3d9
}

.header .header-nav {
	height: 100px
}

.header .header-nav .logo {
	float: left;
	margin: 15px 0 0;
	height: 70px;
	width: auto
}


.header .header-nav .nav-dropdown {
	position: absolute;
	top: 100%;
	left: -15px;
	z-index: 100;
	background-color: #fff;
	border-top: 1px solid #B72F37;
	box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.2);
	display: none
}

.header .header-nav .nav-dropdown .nav-dropdown-item a {
	display: block;
	width: 140px;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #2e2e2e;
	cursor: pointer;
	text-align: center;
}

.header .header-nav .nav-dropdown .nav-dropdown-item a:hover {
	background-color: #CD3333;
	color: #FFFAFA;
	font-family: 微软雅黑;
	font-weight: 500;
	font-size: 17px;
}



.header .header-nav .nav-item {
	position: relative;
	float: left;
	background-color: #fff
}

.header .header-nav .nav-item:hover .nav-dropdown {
	display: table
}

.header .header-nav .nav-item.active .nav-link a,
.header .header-nav .nav-item.active .nav-link span,
.header .header-nav .nav-item:hover .nav-link a,
.header .header-nav .nav-item:hover .nav-link span {
	color: #CD3333
}

.header .header-nav .nav-link {
	position: relative;
	text-decoration: none;
	color: #2e2e2e;
	margin-top: 38px;
	 height: 63px;
	font-weight: 500;
	font-size: 17px;
	cursor: pointer;
}

.header .header-nav .nav-link a,
.header .header-nav .nav-link span {
	display: block;
	padding: 0 15px;
	height: 100%;
	color: #2e2e2e
}

.header .header-nav .icon-search {
	float: right;
	margin: 27px 0 0 20px;
	width: 26px;
	height: 26px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAoCAMAAABKKxPSAAAAe1BMVEUAAAAjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBUjGBX+IK8RAAAAKXRSTlMAvwq5mzoGtT8Qoo58hGhHMi8kH652XkQEpW9lTykbFrGJgltWkqynTSGd+KEAAAFNSURBVDjLrZTbdoIwEEWzDTe5yR0UBa3a9v+/sCxXWyGMXXnoeZuTnUkymUTN5BXuLsg36k95u0jzkHPdvsZ2FU/p3pOpzQWgeuubPv4ACAsJG0Pgkn1HRQ34uZAthLM7M04h+OuMb7AflzOjyTIPHkA1mks4cFha3R4yZWrQMJjpYrVWYyZMoJRK5XNeGD6OkhTDaRaW0ItcC8dZ6EIrcgWk84uFTOS2UC+53IZzIRC5EtJl2IhcAJ/LukQid4DC6AKpf7uK94XhQio1+MoO0eX62ir0qMyEzuqRJcIqMUTGw6khnKx1UzrDvMQXINyuS++ATn/8ze0MgLMGNzGgoyZwg1uiAaf1hV1PCvY85V89dXoBdkHiA6Dvx8dwruEu/wtD5ubl71CmzTrIsgddDUlnA2IJtkCs/hM8ArUteLABb0BuA15plJWmf+YLOWwN2OdhotYAAAAASUVORK5CYII=) 50% no-repeat;
	background-size: 100% 100%;
	cursor: pointer
}

.footer .footer-top {
	background: #000;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff
}

.footer .footer-top .link-title {
	box-sizing: border-box;
	display: inline-block;
	width: 210px;
	padding: 0 60px;
	text-align: left
}

.footer .footer-top .link-split {
	margin: 17px 0
}

.footer .footer-nav {
	padding: 15px 0;
	background: #262626
}

.footer .footer-nav .container {
	text-align: center
}

.footer .footer-nav .nav-list {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 60px;
	width: 210px;
	color: #fff;
	text-align: left;
	vertical-align: top
}

.footer .footer-nav .nav-list .nav-title {
	font-weight: 700;
	margin-bottom: 30px
}

.nav-list {
	font-family: "Adobe 黑体 Std R";
}

.footer .footer-nav .nav-list li {
	position: relative
}

.footer .footer-nav .nav-list .nav-link {
	display: inline-block;
	color: hsla(0, 0%, 100%, .7);
	line-height: 24px;
	font-weight: 300;
	cursor: pointer
}

.footer .footer-nav .nav-list .nav-link:hover {
	color: #03b9d9
}

.footer .footer-nav .nav-list .nav-link:hover img {
	display: block
}

.footer .footer-nav .nav-list .nav-link img {
	position: absolute;
	bottom: 26px;
	left: 0;
	display: none
}

.footer .footer-nav .nav-list .nav-link img:hover {
	display: block
}

.footer .footer-bottom {
	padding-top: 110px;
	line-height: 48px;
	color: #7e8187;
	text-align: center;
	font-size: 12px;
	background: #262626
}

.footer .footer-bottom a {
	color: #7e8187
}

.footer .footer-bottom a:hover {
	color: #03b9d9
}

.footer .footer-bottom .copyright {
	margin-left: 20px
}

.footer .footer-bottom .copyright a {
	margin-left: 10px
}

 

.ant-select-dropdown.df-select-dropdown {
	border: 1px solid #a1a4ad;
	border-radius: 2px
}

.ant-select-dropdown.df-select-dropdown:empty {
	border: none
}

.ant-select-dropdown.df-select-dropdown .ant-select-dropdown-menu-item {
	padding: 0 25px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #565656
}

.ant-select-dropdown.df-select-dropdown .ant-select-dropdown-menu-item:hover {
	background-color: #e4e8f1
}

.ant-select-dropdown.df-select-dropdown .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected {
	background-color: #e4e8f1;
	color: #ff6200;
	font-weight: 700
}

input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none！important;
	pointer-events: none;
	position: absolute;
	right: 0
}



.searchbg {
	width: 132px;
	height: 25px;
	background: url(../../image/searchbg.gif) 0 0 no-repeat;
	padding: 0 10px;
	float: right;
	margin-top: 28px;
	margin-left: 20px;
}

.searchbg input {
	float: left;
}

.searchbtn {
	background: url(../../image/serach.png) right 0 no-repeat;
	width: 18px;
	height: 24px;
	border: 0;
    background-color: red;
    width: 35px;
    height: 30px;
    background-size: 24px;
    margin-top: -30px;
    background-position: right;
    
}

.intext {
	width: 90px;
	border: 0;
	color: #e7e7e7;
	background: none;
	height: 22px;
	line-height: 22px;
	margin-top: 2px;
}

.intext_txt {
	width: 90px;
	border: 0;
	color: black;
	background: none;
	height: 22px;
	line-height: 22px;
	margin-top: 2px;
}

.slider .swiper-slide img {
	height: 580px;
	width: 100%;
}

.swiper-container {
	--swiper-navigation-size: 25px;
	设置按钮大小
}



.news-index {
	width: 1200px;
	height: 512px;
	margin: 48px auto;

}

.left-wrap {
	width: 573px;
	height: 512px;
	background-color: white;
	float: left;
}

.left {
	width: 533px;
	height: 466px;
	margin: 25px 20px;
}

.athzhb_wrap {
	width: 100%;
	height: 309px;
	background-color: rgb(34, 34, 34);
}

.athzhb_content {
	width: 1200px;
	height: 309px;
	margin: 0 auto;
	overflow: hidden;
}

.athzhb_item_first,
.athzhb_item_two,
.athzhb_item_three {
	margin-top: 55px !important;
	float: left;
	margin-right: 105px;
}

.athzhb_item_first h3 {
	font-size: 18px;
	color: rgb(114, 114, 114);
}

.athzhb_item_first h3>i {
	font-style: normal;
	color: rgb(211, 22, 39);
	margin-right: 5px;
	letter-spacing: 3px;
}

.athzhb_item_first p {
	letter-spacing: 3px;
	text-indent: 12px;
	font-size: 14px;
	margin-top: 15px !important;
	color: rgb(62, 62, 62);
}

.athzhb_item_two h3 {
	font-size: 18px;
	color: rgb(114, 114, 114);
}

.athzhb_item_two h3>i {
	font-style: normal;
	color: rgb(211, 22, 39);
	margin-right: 5px;
	letter-spacing: 3px;
}

.athzhb_item_two_items {
	margin-top: 25px !important;
}

.athzhb_item_two_items>li {
	width: 180px;
	height: 54px;
	float: left;
	border-right: 1px solid white !important;
	margin-right: 12px !important;
}

.athzhb_item_two_items>li img {
	width: 155px;
	height: 100%;
}

.athzhb_item_three {
	margin-right: 0 !important;
}

.athzhb_item_three h3 {
	font-size: 18px;
	color: rgb(114, 114, 114);
}

.athzhb_item_three h3>i {
	font-style: normal;
	color: rgb(211, 22, 39);
	margin-right: 5px;
	letter-spacing: 3px;
}

.athzhb_item_three span {
	display: block;
	float: left;
	margin-top: 15px;
	text-align: center;
}

.athzhb_item_three span:nth-of-type(1) {
	margin-right: 40px;
}

.athzhb_item_three span>img {
	width: 89px;
	height: 87px;

} 
 
.footer {
	width: 100%;
	height: 70px;
	background-color: rgb(31, 32, 34);
}

.footer_content {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	line-height: 70px;
	font-size: 14px;
	color: white;
}
.header .header-nav .nav-list {
    float: right;
   /*  width: 900px; */
}
searchbtn{
	background-image: url(${reroot}/static/assets/image/yunmark/serach.png);
}
.nav-link span .img{
	height:20px;
	width:20px;
	vertical-align: middle;
	margin-top:2px;
}