img {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1310px;
	}
}

body.active {
	overflow: hidden;
}

a.down{
	display:inline-block;
	padding:10px 20px;
	line-height:30px;
	min-width:180px;
	text-align:center;
	background:#003e89;
	color:#fff;
	border-radius:3px;
}
.news-serise ul{
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:25px;
}
.news-serise li{
	float:left;
	margin:15px;
}
.news-serise li a{
	display:block;
	padding:10px 25px;
	background:#f8f8f8;
	line-height:30px;
	text-align:center;
}
.news-serise li a.cur{
	background:#003e89;
	color:#fff;
}
/*导航*/

header {
	position: relative;
	width: 100%;
	height: 63px;
	background: #000;
}

.navbar-brand {
	display: flex;
	padding: 10px 0;
	height: 100%;
	align-items: center;
	justify-content: flex-start;
}

.navbar-brand img {
	height: 80%;
}

.header-center {
	position: relative;
	height: 100%;
}

.header-center .container {
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

.fupad {
	height: 100%;
	margin-right: 20px;
}

.header-left,
.header-right {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.contact_top {
	display: flex;
	color: #fff;
}

.contact_top .topcon_item {
	display: flex;
	margin-right: 20px;
	align-items: center;
}

.contact_top .topcon_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.contact_top .topcon_item em {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.contact_top .topcon_item.topcon_item2 em {
	background: #fff;
	color: #000;
	border-radius: 50%;
}

.contact_top .topcon_item.topcon_item3 em {
	background: #6bc839;
	color: #fff;
	border-radius: 3px;
	margin-right: 0;
}

.contact_top .topcon_item.topcon_item4 em {
	background: #fff;
	color: #000;
	border-radius: 3px;
	margin-right: 0;
}
.contact_top .topcon_item>a{
	position: relative;
	display: inline-block;
}
.contact_top .topcon_item>a>div.hiden_ewm{
	display: none;
	position: absolute;
	z-index:20;
	width: 200px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	left: 50%;
	margin-left: -100px;
	top: calc(100% + 15px);
}
.contact_top .topcon_item>a:hover >div.hiden_ewm{
	display: block;
}
.search.search2 {
	display: none;
}

.search__form {
	display: flex;
	border-radius: 40px;
	width: 300px;
	height: 37px;
	background: #fff;
	overflow: hidden;
	align-items: center;
	padding: 0 5px;
	justify-content: space-between;
	margin-right: 60px;
}

.search__form input {
	height: 100%;
	padding: 0 10px;
	width: calc(100% - 40px);
	outline: 0;
}

.search__form button.search-icon {
	display: flex;
	width: 40px;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #666;
	cursor: pointer;
	outline:0;
	background:#fff;
}

.search__form button.search-icon:hover {
	color: #000;
}

.lang {
	position: relative;
}

.lang_cur {
	display: flex;
	height: 37px;
	color: #fff;
	align-items: center;
	cursor: pointer;
	width: 70px;
}

.lang_cur i {
	margin-left: 10px;
}

.lang_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	background: #fff;
	color: #000;
	border: 1px solid #eaeaea;
	z-index: 99999999999;
}

.lang_box a {
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 5px 0;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}

.lang_box a:hover {
	background: #003e89;
	color: #fff;
}

.lang_box a img {
	margin-right: 8px;
}

.lang:hover .lang_box {
	display: block;
}

.header-nav {
	position: absolute;
	right: 0;
	top: calc(100% + 30px);
	background: #003e89;
	z-index: 10;
}

.header-nav .navbar {
	padding: 0;
}

.header-nav li.nav-item {
	min-width: 130px;
	background: #003e89;
	text-align: center;
	height: 63px;
	font-size: 20px;
}

.header-nav li.nav-item {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.header-nav li.nav-item:last-child {
	border-right: none;
}

.header-nav li.nav-item a.nav-link {
	display: flex;
	padding: 0 20px;
	color: #fff;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.header-nav li.nav-item a.nav-link:hover {
	background: #fff;
	color: #003e89;
}

.header-nav .dropdown-menu {
	background: #003e89;
	min-width: initial;
	left: 50%;
	transform: translateX(-50%);
	border: none;
	margin-top: 0;
	padding: 15px 0;
	border-radius: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.header-nav .dropdown-menu_box {
	position:relative;
	color: #fff;
	text-align: center;
}

.header-nav .dropdown-menu_box a {
	display: block;
	width: 100%;
	line-height: 25px;
	padding: 10px 15px;
	color:#fff;
}

.header-nav .dropdown-menu_box>ul {
	min-width: 130px;
}
.dropdown2 .dropdown-menu_box>ul{
	min-width: 150px;
}
.header-nav .dropdown-menu_box .dropdown-menu_right {
	position:absolute;
	top:-16px;
	left:100%;
	right:initial;
	display:none;
	background: #003e89;
	padding:15px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.header-nav .dropdown-menu_box .dropdown-menu_right a{
	color:#fff;
}
.one_nav .second_pc:hover .dropdown-menu_right{
	display:block;
}
.one_nav .second_pc.cur>a{
	color: #003e89!important;
}
.header-nav .dropdown-menu_box>ul li.cur,
.header-nav .dropdown-menu_box a:hover,
.dropdown:hover a.nav-link {
	background: #fff;
	color: #003e89!important;
	cursor: pointer;
}




/*下拉*/

.header-box .dropdown-menu {
	display: none;
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	border-top: 1px solid #b7bcb1;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.header-box .dropdown-menu ul {
	padding: 0;
}

.header-box .dropdown-menu li {
	min-width: 200px;
	list-style: none;
	border-bottom: 1px solid #eaeaea;
	line-height: 2rem;
}

.header-box .dropdown-menu li:last-child {
	border: none;
}

.header-box .dropdown-menu li a.dropdown-item {
	position: relative;
	color: #3c482b;
	white-space: initial;
	padding: 1rem 0.5rem;
	cursor: pointer;
	z-index: 0;
}

.header-box .dropdown-menu li a.dropdown-item span {
	position: relative;
	z-index: 2;
}

.header-box .dropdown-menu li a.dropdown-item:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #28ae6a;
	transition: all 0.3s;
}

.header-box .dropdown-menu li a.dropdown-item:hover {
	color: #fff;
	background: none;
}

.header-box .dropdown-menu li a.dropdown-item:hover:before {
	right: 0;
	transition: all 0.3s;
}

.dropdown-menu dd {
	margin-bottom: 0;
	line-height: 1.8rem;
}

.dropdown-menu dd a {
	font-size: 0.9rem;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	color: #000;
}

.dropdown-menu dd a:hover {
	opacity: 1;
}

.dropdown-menu .container {
	position: relative;
}


/* 手机端导航栏 */

.mobile_header-box {
	width: 100%;
	height: 60px;
	display: none;
	background: #000;
}

.mobile_header-box .mobile_header-body.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 10000;
}

.mobile_header_list {
	position: relative;
	z-index: 10000;
	border-top: 1px solid #eaeaea;
	height: 100vh;
	z-index: 999999;
	background: #fff;
	    overflow-y: auto;
	    padding-bottom: 100px;
}

.mobile_header_list.active {
	display: block;
}

.mobile_header {
	position: relative;
	z-index: 1100;
	background: #ffffff;
	color: #333333;
	width: 100%;
	transition: all 0.3s;
}

.mobile_header.active {
	position: fixed!important;
	z-index: 1100;
	left: 0px;
	right: 0;
	top: 0px;
	transition: all 0.3s;
}

.mobile_header a {
	color: #333333;
}

.mobile_header_title {
	display: flex;
	height: 60px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	align-items: center;
	justify-content: space-between;
	background: #000;
}

.moblie_title_left img {
	display: inline-block;
	height: 36px;
}

.mobile_header_list {
	display: none;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
}

.mobile_header_list .card {
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea!important;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	padding-left: 20px;
	width: calc(100% - 40px);
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #111;
	margin: 6px 20px 6px 0;
}

.mobile_header_list .btn:focus {
	outline: none;
	box-shadow: none;
}

.mobile_header_list input:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
}

.mobile_header_list input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #fff !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff !important;
}

.mobile_header_list .card h5 img {
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.25rem;
}

.mobile_header_list .card h5 img:nth-child(2) {
	display: none;
}

.mobile_header_list .card h5 {
	line-height:45px;
	font-size: 14px;
	padding-left: 15px;
	color: #333;
	position: relative;
	cursor: pointer;
	width: 90%;
	margin: auto;
}

.mobile_header_list .card h5 .btn {
	float: right;
	margin-top: 0.4rem;
	color: #ffffff;
	margin-right: 3%;
}

.mobile_header_list .card h5::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -0.06rem;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.mobile_header_list .card:last-child h5::after {
	border: 0;
}

.mobile_header_list .card.nodropdown h5::after {
	border-bottom: none;
	border-right: none
}

.mobile_menu_title.active h5::after {
	-webkit-transform: translate3d(0, 0px, 0) rotate(-135deg);
	transform: translate3d(0, 0px, 0) rotate(-135deg);
}

.mobile_header_list .card:first-child h5::after {
	width: 0;
	height: 0;
}

.card-body {
	background: #f8f8f8;
	padding: 15px;
}

.card-body ul {
	margin: auto;
}

.card-body ul li {
	padding: 0 10px;
	margin-bottom: 5px;
	list-style: none;
	background: #fff;
}

.card-body ul li>a {
	display: block;
	width: 100%;
	color: #333;
	line-height: 36px !important;
	
}
.card-body ul li.second>a{
	border-bottom: 1px solid #eaeaea;
}
.card-body ul li.second dl{
	display: flex;
	    flex-wrap: wrap;
	    margin-bottom: 0;
}
.card-body ul li.second dl a{
	display: block;
	width: 100%;
}
.card-body ul li.second dl dd{
	margin:5px 10px;
	width: calc(50% - 20px);
}
.moblie_title_left {
	margin-left: 25px;
}

.moblie_title_right {
	display: none;
	float: right;
	width: 60px;
	margin-left: 20px;
	height: 60px;
	text-align: center;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 68%;
	margin-top: -10px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}

.card .search__form {
	display: flex;
	width: 90%;
	margin: auto;
	height: 50px;
	align-items: center;
	justify-content: space-between;
}

.card .search__form i {
	font-size: 20px;
}


/**/


/*banner*/

#banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.bannerSwiper {
	width: 100%;
	height: 634px;
}

#banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.fixed_tag {
	position: absolute;
	right: 0;
	top: 250px;
	z-index: 9
}

.fixed_tag a {
	display: flex;
	width: 240px;
	height: 56px;
	padding: 0 30px;
	background-color: rgba(2, 5, 23, 0.78);
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #fff;
	margin: 13px 0
}

.fixed_tag a i {
	margin-left: 40px;
	font-weight: 500
}

.fixed_tag a:hover {
	background: #fff;
	color: #333;
}

.banner .count_down {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 20px;
	transform: translate3d(-50%, 0, 0);
	z-index: 1;
}

.banner .count_down>div .count_downcenter {}

.banner .count_down>div .count_downcenter .active-time {
	display: flex;
	box-sizing: border-box;
	flex-direction: row;
}

.banner .count_down .active-time>div {
	position: relative;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width:100px;
	margin: 0 30px;
	text-transform: uppercase;
	color: #fff;
}

.banner .count_down .active-time span.time_prefix {
	font-size:30px;
	font-weight: normal;
	margin-bottom: 0;
	line-height:40px;
}

.banner .count_down .active-time span {
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height:40px;
}

.banner .count_down .active-time>div::before {
	content: '';
	width: 1px;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.banner .count_down .active-time>div:last-child::before {
	display: none
}


/**/

.warppbox {
	width: 100%;
	padding: 60px 0;
}

.title {
	margin-bottom: 40px;
}

.title a:hover {
	color: #28ae6a;
	text-decoration: underline;
}

.title h1 {
	text-align: center;
}

.title h1 span {
	position: relative;
}

.title h1 span:before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 6%;
	right: 6%;
	height: 6px;
	border-radius: 6px;
	background: #003e89;
}

.img_box {
	width: 100%;
	overflow: hidden;
}

.img_box img {
	width: 100%;
	transform: scale(1.0);
	transition: all 0.3s;
}


/**/

.businessSwiper {
	padding: 5px 5px 30px!important;
}

.businessSwiper .swiper-slide:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.businessSwiper .swiper-slide {
	cursor: pointer;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.businessSwiper .swiper-slide .img_box {
	position:relative;
}

.businessSwiper .swiper-slide .text_box {
	padding: 30px;
}

.businessSwiper .swiper-slide .text_box h2 {
	margin-bottom: 20px;
	color:#000;
}

.businessSwiper .swiper-slide .more {
	position:absolute;
	bottom:15px;
	right:15px;
	display: flex;
	width: 120px;
	height: 38px;
	border:1px solid #fff;
	align-items: center;
	justify-content: center;
	color: #fff;
}


/**/

.exhibition {
	display: flex;
}

.exhibition h1 {
	margin-bottom: 40px;
	font-size: 32px;
}

.exhibition p {
	line-height: 40px;
	font-size: 20px;
}

.exhibition .text_box {
	width: 100%;
	max-width: 50%;
}

.exhibition .text_box p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.exhibition .text_box a {
	display: flex;
	margin-top: 20px;
	color: #003e89;
	align-items: center;
	justify-content: flex-start;
}

.exhibition .text_box a:hover {
	text-decoration: underline;
}

.exhibition .text_box a img {
	width: 25px;
	margin-left: 8px;
}

.exhibition .img_box {
	position:relative;
	width: 100%;
	max-width: 50%;
	margin-left: 2%;
	text-align: center;
}
.exhibition .img_box .tb{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:28px;
	display: flex;
	z-index: 2;
	align-items: center;
    justify-content: center;
}
.exhibition .img_box .tb>div{
	width: 70px;
	height: 70px;
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.exhibition .img_box .tb>div i{
	display: inline-block;
	border-left: 7px solid #fff;
	border-top: 7px solid rgba(0,0,0,0);
	border-bottom: 7px solid rgba(0,0,0,0);
}
.exhibition .img_box p {
	font-size: 16px;
	color: #999;
}
.exhibition .img_box:hover p{
	color:#333
}

/**/

.news.warppbox {
	background: #f3f4f8;
}

.index_news_list>div {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.index_news_list>div>a {
	margin-right: 5%;
	max-width:30%;
	border-radius: 10px;
	overflow: hidden;
}

.index_news_list>div>a img {
	width: 100%;
}

.index_news_list>div ul {
	width: calc(80% - 410px);
}

.index_news_list>div li {
	display: flex;
	padding: 15px 0;
	align-items: center;
	justify-content: flex-start;
}

.index_news_list>div li a {
	width: calc(100% - 20px);
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/
}

.index_news_list>div li i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #333;
	margin-right: 10px;
}

.index_news_list>div:nth-child(2n) {
	flex-direction: row-reverse;
}

.index_news_list>div:nth-child(2n)>a {
	margin-right: 0;
	margin-left: 5%;
}

.morenews {
	display: flex;
	margin: 0 auto;
	width: 322px;
	height: 80px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #003e89;
	border-radius: 4px;
	margin-top: 30px;
}

.morenews:hover {
	background: #024ba3;
	color: #fff;
}


/**/

.bannerSwiper2 {
	padding: 0 0 40px!important;
}

.bannerSwiper2 .swiper-pagination-bullet,
.previousSwiper .swiper-pagination-bullet,
.cooperSwiper .swiper-pagination-bullet,
.businessSwiper .swiper-pagination-bullet{
	width: 16px;
	height: 7px;
	border-radius: 7px;
}

.bannerSwiper2 .swiper-pagination-bullet-active,
.previousSwiper .swiper-pagination-bullet-active,
.cooperSwiper .swiper-pagination-bullet-active,
.businessSwiper .swiper-pagination-bullet{
	width: 23px;
	background: #003e89;
}

.bannerSwiper2 a {
	display: block;
	width: 100%;
}


/**/

ul.theme {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
	    justify-content: center;
}

ul.theme li {
	margin: 15px;
	width: calc(50% - 30px);
	border-radius: 10px;
	overflow: hidden;
}

ul.theme a {
	position: relative;
	display: block;
	width: 100%;
}

ul.theme p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}


/**/

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0!important;
}

.previous {
	background: #f3f4f8;
}

.previousSwiper {
	padding: 30px 0 50px!important;
}

.previousSwiper .swiper-slide {

}

.previousSwiper .img_box {
	width: 136px;
	height: 136px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.previousSwiper .text_box {
	text-align: center;
}

.previousSwiper .text_box p {
	margin-top: 15px;
}

.previousSwiper .text_box p:first-child {
	color: #000;
	font-size: 22px;
	font-size: 600;
}

.previousSwiper .text_box p:nth-child(2)
{
	min-height:39px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp:2;
    -webkit-box-orient: vertical;
}
.previousSwiper ul{
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.previousSwiper ul li{
	    display: flex;
    margin: 15px;
    width: calc(16.6666% - 30px);
    flex-direction: column;
    align-items: center;
	padding: 40px 20px;
	border-radius: 15px;
	background: #fff;
}
/**/

.cooperation {
	margin-top: 60px;
}

.cooperSwiper {
	padding-bottom: 40px!important;
}

.cooperSwiper ul {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}

.cooperSwiper li {
	margin: 10px;
	background: #fff;
	width: calc(25% - 20px);
}

.cooperSwiper li .img_box {
	display: flex;
	height: 180px;
	align-items: center;
	justify-content: center;
}

.cooperSwiper li .img_box img {
	max-width: 70%;
	width:initial;
}

.cooperSwiper li p {
	padding: 10px;
	text-align: center;
	background: #f8f9fc;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/**/

footer {
	padding: 50px 0 50px;
	background-color: #1b1b1b;
	color: #fff
}
footer a{
	color: #fff
}
footer .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

footer .left img.logo {
	margin-bottom: 30px
}

footer .left h2 {
	font-size: 24px;
}

footer .left .icons {
	display: flex;
	margin: 10px 0;
	align-items: center
}

footer .left .icons a>img {
	width: 30px;
}
footer .left .icons a:hover{
	color:#fff;
}
footer .left .icons a {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}
footer .left .icons a>div.hiden_ewm{
	display: none;
	position: absolute;
	z-index:20;
	width: 120px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	left: 50%;
	margin-left: -60px;
	top: 100%;
}
footer .left .icons a:hover>div.hiden_ewm{
	display: block;
}
.fatt img {
	width: 24px!important;
}

footer .left p,
footer .left h4 {
	font-size: 14px;
	line-height: 32px
}

footer .center {
	margin-left: 50px
}

footer .center ul li {
	margin-bottom: 20px
}

footer .center ul li a {
	font-size: 14px;
	color: #fff
}

footer .right {
	padding-bottom: 124px;
	width: 50%;
	text-align: right
}

footer .right h2 {
	font-size: 20px;
	margin-bottom: 30px
}

footer .right .icp {
	margin-top: 200px
}

footer .right p {
	font-size: 14px;
	line-height: 32px
}

.footer_bottom {
	margin-top: 20px;
	font-size: 14px;
}


/**/

.main {
	padding: 40px 0;
}
.banner_ny{
	display: flex;
	height: 550px;
    flex-direction: column;
    justify-content: flex-end;
}
.banner_ny .container{
	margin-bottom: 8%;
}
.banner_ny .container h1{
	color: #fff;
	font-weight: bold;
	font-size: 60px;
}
/**/
.dh{
	padding: 15px 0;
	background: #fff;
}
/**/
ul.news_item{
	width: 100%;
}
ul.news_item li{
	margin-bottom: 30px;
}
ul.news_item li:last-child{
	margin-bottom: 0;
}
ul.news_item li a{
	display: flex;
	align-items: flex-start;
}
ul.news_item li a .img_box{
	width:34% ;
	max-width: 460px;
	overflow: hidden;
	margin-right:3%;
	height: calc(100vw / 20 * 3); /* 保持16:9比例 */
}
ul.news_item li a .text_box {
	width:63%;
}
ul.news_item li a .text_box h3{
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

ul.news_item li a .text_box p{
	line-height: 34px;
	font-size: 18px;
	letter-spacing: 2px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

ul.news_item li a .text_box span{
	display:flex;
	align-items: center;
	margin-top: 30px;
	color: #003e89;
}
ul.news_item li a .text_box span img{
	width: 26px;
	margin-left: 8px;
	transition: all 0.3s;
}
ul.news_item li a:hover h3{
	color: #003e89;
}
ul.news_item li a:hover span img{
	margin-left: 14px;
	transition: all 0.3s;
}
.news_banner{
	height: 300px;
}
.news_link {
	margin: 2rem 0;
	border-top: 1px solid #eaeaea;
	padding-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_link i {
	margin-right: 8px;
}

.news_link a {
	margin-right: 10px;
}
.news_view .container>h3 {
	text-align: center;
}

.page_tb {
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_tb a {
	color: #999;
	max-width:40%;
	line-height:25px;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_tb i {
	margin: 0 0.7rem;
}

.page_tb a:hover,
.news_link a.more_cen:hover {
	color: #3c482b;
}

.news_details {
	min-height: 500px;
	line-height: 30px;
}
/**/
.video_main{
	background: #f3f4f8;
}
.video_ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}
.video_ul li{
	margin: 15px;
	width: calc(33.3333% - 30px);
	background: #fff;
}
.video_ul li .text{
	padding: 20px;
}
.video_ul li .text  h4{
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.video_ul li .text p{
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.view_more{
	margin-top: 30px;
	display: flex;
    align-items: center;
    color: #003e89;
}
.view_more img{
	width: 24px;
	margin-left: 8px;
	transition: all 0.3s;
}
.video_ul .view_more{
    justify-content: flex-end;
}
.video_ul li:hover h4{
	color: #003e89;
}
.video_ul li:hover .view_more img{
	transition: all 0.3s;
	margin-left: 14px;
}
.img_box{
	width: 100%;
	overflow: hidden;
	transform: scale(1);
	transition: 0.3s;
}
.video_ul li:hover .img_box img{
	transform: scale(1.05);
	transition: 0.3s;
}
.video_ul .img_box{
	position: relative;
}
.video_ul .img_box .tb{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 2;
	align-items: center;
    justify-content: center;
}
.video_ul .img_box .tb>div{
	width: 70px;
	height: 70px;
	background: rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.video_ul .img_box .tb>div i{
	display: inline-block;
	border-left: 7px solid #fff;
	border-top: 7px solid rgba(0,0,0,0);
	border-bottom: 7px solid rgba(0,0,0,0);
}
/**/
.moment_main .mySwiper2{
	margin-bottom: 10px;
}
.moment_main .mySwiper2 img{
	width: 100%;
}
.moment_main .mySwiper2 .swiper-button-next,
.moment_main .mySwiper2 .swiper-button-prev{
	color: #fff;
	font-size: 45px;
}

/**/
.cooper_main{
	padding: 60px 0;
	background: #f3f4f8;
}
.cooper_ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-top: -4px;
	margin-right: -4px;
}
.cooper_ul li{
	display: flex;
	margin: 4px;
	width: calc(14.22222% - 8px);
	min-height: 80px;
	background: #fff;
	align-items: center;
    justify-content: center;
    padding:15px;
}
/**/
.ny_title{
	display: inline-block;
	border-bottom:3px solid #003E89;
	font-size: 26px;
	padding-bottom: 10px;
	color: #000;
	font-weight: 600;
	margin-bottom: 40px;
}
.Editorial{
	color: #000;
	min-height:500px;
}
.Editorial p{
	font-size: 18px;
	line-height: 36px;
}
.Editorial p em{
	font-weight: bold;
	font-style: normal;
	color: #000;
}
.Editorial h5{
	margin-bottom:30px;
}
/**/
.download_main{
	background: #f3f4f8;
}
.download_ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}
.download_ul li{
	margin: 15px;
	width: calc(50% - 30px);
	background: #fff;
}
.download_ul li a{
	display: flex;
	padding: 20px;
}
.download_ul li .img_box{
	width: 140px;
	margin-right: 20px;
}
.download_ul li .text{
	width: calc(100% - 150px);
}
.download_ul li h4{
	font-size: 20px;
	margin-bottom: 25px;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.download_ul li span{
	display: inline-block;
	padding:5px 20px;
	border: 1px solid #003E89;
	color:#003E89;
	margin-top: 25px;
}
.download_ul li p{
	line-height:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.download_ul li:hover h4{
	color: #003E89;
}
.download_ul li:hover span{
	background: #003E89;
	color: #fff;
}
/**/
.problem li{
	background: #fff;
	margin-bottom: 10px;
	cursor: pointer;
}
.problem li>.text{
	display: flex;
    align-items: center;
    	padding: 15px 20px;
}
.problem li>.text i{
	font-style: normal;
	margin-right: 20px;
}
.problem li>.text h6{
	color: #000;
	margin-bottom: 0;
}
.problem li>.hiden{
	display: none;
	padding: 20px;
	border-top: 1px solid #eaeaea;
	line-height: 30px;
}
.problem li.cur .text i{
	transform: rotate(90deg)
}

@media (max-width:1200px) {
	.previousSwiper ul li{
		
		width:calc(25% - 30px);
	}
	.cooper_ul li{
	width: calc(16.66666% - 8px);
	}	
	ul.news_item li a .text_box p{
		line-height: 30px;
	}
	.fixed_tag {
		top: 150px;
	}
	.fixed_tag a {
		font-size: 14px;
		width: 162px;
		padding: 0 15px;
	}
	.fixed_tag a i {
		margin-left: 20px;
	}
	.index_news_list>div ul {
		width: calc(100% - 410px);
	}
	.cooperSwiper li .img_box {
		min-height: 130px;
	}
	.search__form {
		width: 40px;
		margin-right: 20px;
	}
	.search {
		display: none;
	}

	#banner .swiper-slide {
		background-size: auto 100%!important;
	}
	#banner .bannerSwiper {
		height: 430px;
	}
	.exhibition h1 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.exhibition p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width:991px) {
	ul.news_item li a .img_box{
	height: calc(100vw / 2 * 1); 
	}
	.banner .count_down .active-time span.time_prefix{
		font-size:20px;
	}
	.previousSwiper ul li{
		margin:5px;
		width: calc(33.33333% - 10px);
	}
	.download_ul li{
		width: calc(100% - 30px);
	}
	.cooper_ul li{
	width: calc(20% - 8px);
	}	
	ul.news_item li a .img_box,
	ul.news_item li a .text_box{
		width: 100%;
		max-width: 100%;
	}
	ul.news_item li a .img_box{
		margin-right: 0;
		margin-bottom: 20px;
	}
	ul.news_item li a {
    flex-direction: column;
	}
	.banner_ny {
    height: 400px;
    flex-direction: column;
    justify-content: center;
	}
	.banner_ny .container{
		margin-bottom: 0;
	}
	.banner_ny .container h1{
		font-size: 50px;
	}
	.video_ul li{
		width: calc(50% - 30px);
	}
	footer .left {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	footer{
		padding-bottom: 15px;
	}
	footer .center,
	footer .right {
		display: none;
	}
	footer .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	ul.theme li {
		width: calc(100% - 30px);
	}
	.index_news_list>div ul {
		width: 100%;
	}
	.banner .count_down {
		position: initial;
		width: 100%;
		transform: initial;
		background: #003E89;
	}
	.index_news_list>div {
		display: flex;
		align-items: center;
		margin: 20px 0;
		flex-direction: column;
	}
	.banner .count_down>div .count_downcenter .active-time {
		display: flex;
		box-sizing: border-box;
		flex-direction: row;
		justify-content: center;
	}
	.index_news_list>div>a,
	.index_news_list>div:nth-child(2n)>a {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
		width: 100%;
		max-width:100%;
	}
	.index_news_list>div:nth-child(2n) {
		flex-direction: column!important;
	}
	.exhibition {
		display: flex;
		flex-direction: column-reverse;
	}
	.exhibition .img_box,
	.exhibition .text_box {
		width: 100%;
		max-width: initial;
		margin-left: 0;
	}
	.exhibition .img_box {
		margin-bottom: 15px;
	}
	header {
		display: none;
	}
	.mobile_header-box {
		display: block;
	}
	.moblie_title_right {
		display: block;
	}
	.footer-main-nav {
		display: none;
	}
	.footer-contact>div,
	.footer-contact ul li img {
		width: 100%;
		max-width: 100%;
	}
	.footer-contact .foot-nav-title {
		text-align: center;
	}
	body {
		line-height: 1.2rem;
	}
	.bottom_foot .p1 a {
		display: block;
	}
	.bottom_foot .container {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	#banner .bannerSwiper {
		height: 330px;
	}
	.morenews {
		margin-top: 0;
	}
}

@media (max-width:768px) {
	.banner .count_down{
		padding-left:0;
		padding-right:0
	}
	.previousSwiper ul li{
		width: calc(50% - 10px);
	}
	.page_tb {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
	}
	.page_tb a{
		width:100%;
		max-width:100%;
	}
	.download_ul li a {
    flex-direction: column;
	}
	.download_ul li .img_box {
    width: 100%;
    margin-right:0px;
    margin-bottom: 20px;
	}
	.download_ul li .text{
		width: 100%;
	}
	.cooper_ul li{
	width: calc(25% - 8px);
	}	
	.main {
	padding: 20px 0;
	}
	.banner_ny {
    height: 300px;
	}
	.banner_ny .container h1{
		font-size: 30px;
	}
	.video_ul li{
		width: calc(100% - 30px);
	}
	.cooperSwiper li {
		width: calc(33.3333% - 20px);
	}
	.index_news_list>div li {
		padding: 5px 0;
	}
	.businessSwiper .swiper-slide .text_box h2 {
		font-size: 22px;
	}
	.index_news_list>div li i {
		width: 5px;
		height: 5px;
	}
	.exhibition h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.exhibition .text_info {
		-webkit-line-clamp: 7;
		line-clamp: 7;
	}
	.exhibition p {
		font-size: 14px;
	}
	.bannerSwiper2 {
		padding-bottom: 20px!important;
	}
	.title h1 span {
		font-size: 26px;
	}
	.moblie_title_right {
		margin-left: 5px;
	}
	#banner .bannerSwiper {
		height: 254px;
	}
	.menuicon {
		margin-top: -12px;
	}
	.banner .count_down .active-time>div {
		margin: 0 15px;
	}
	.banner .count_down .active-time>div::before {
		right: -15px;
	}
	.banner .count_down .active-time span {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.banner .count_down .active-time>div,
	.banner .count_down .active-time span.time_prefix {
		font-size:16px;
	}
	.fixed_tag {
		position:fixed;
		z-index:5;
		top: initial;
		right:0;
		left:0;
		bottom: 0px;
		display:flex;
		align-items: center;
		justify-content: flex-start;
		border-top:1px solid #aaa;
	}
	footer{
		padding-bottom:80px;
	}
	.fixed_tag a{
		width:100%;
		margin:0;
		background-color: rgb(0,62,137);
		padding:0;
		justify-content: space-around;
		border-right:1px solid #aaa;
	}
	.fixed_tag a:last-child{
		border-right:0
	}
	.warppbox {
		padding: 30px 0;
	}
	.warppbox {
		padding: 30px 0;
	}
	.banner .count_down>div .count_downcenter .active-time {
		flex-wrap: wrap;
	}
	.banner .count_down .active-time>div {
		width: calc(25% - 30px);
	}
	.banner .count_down .active-time>div:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.banner .count_down .active-time>div:first-child br {
		display: none;
	}
	.banner .count_down .active-time>div:first-child:before {
		display: none;
	}
}

@media (max-width:568px) {
	.cooper_ul li{
	width: calc(50% - 8px);
	}	
	.cooperSwiper li {
		width: calc(50% - 20px);
	}
	#banner .bannerSwiper {
		height: 150px;
	}
	.moblie_title_left img {
		height: 26px;
	}
}