* {
	padding: 0;
	margin: 0;
}

.logo {
	display: flex;
	align-items: center;
}

.swiper-container {
	width: 100%;
	height: 90vh;
}

.swiper-slide img {
	width: 100%;
	display: block;
	height: 100%;
}

.nav_wrap {
	position: fixed;
	background: rgba(0, 43, 90, 0.9);
	z-index: 999;
	top: 0;
	width: 100%;
	color: #fff;
	height: 160px;
	overflow: hidden;
	transition: all ease 0.5s;
}

.logo_wrap {
	padding: 20px 0;
	width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
	position: relative;
	display: flex;
	align-items: center;
}

.logo_title {
	font-size: 26px;
	font-weight: bolder;
}

.logo_bottom {
	font-size: 10px;
}

.logo_txt {
	margin-left: 10px;
}

.search {
	position: absolute;
	right: 0;
}

.sear_in {
	/* background: ; */
	position: relative;
}

.sear_in img {
	position: absolute;
	right: 10px;
	top: 5px;
}

.inp {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 10px 10px;
	width: 10vw;
	color: #fff;
	transition: all ease 0.5;
	padding-right: 50px;
}

.inp:focus {
	border: 1px solid #ffbb1a;
}

.nav_list {

	width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
	position: relative;
	display: flex;
	align-items: center;
}

.messages {
	width: 1200px;
	margin: auto;
	padding: 20px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: 40px;
	margin-bottom: 40px;
}

.messages {
	display: flex;
}

.m_l {
	/* width: 100px; */
	font-size: 20px;
	font-weight: bold;
	color: #004ea2;
	vertical-align: middle;
	align-items: center;
	display: flex;
}

.m_c {
	width: calc(100% - 150px);
	float: right;
	margin-left: 20px;
	color: #666666;
	height: 30px;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
}

.list_about {
	padding: 0 25px;
	font-size: 18px;
	float: left;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	padding: 20px 25px;
}

.list_about a {
	transition: all ease 0.5s;
}

.list_about a:hover {
	color: #ffbb1a;
}

.li_active {
	position: relative;
}

.li_active::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 3px;
	border-radius: 5px;
	background-color: #fff;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
}

.list_about dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
	/* padding: 10px 0; */
	overflow: hidden;
}

dd a {
	display: block;
	font-size: 18px;
}

.list_about dd a {
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}

.list_about a {
	color: #fff;
	text-decoration: none;
}

.list_scroll a {
	color: #333;
}

.list_scroll a:hover {
	color: #0056b3;
}

.list_scroll::after {
	background-color: #004ea2 !important;
}

.center_news {
	display: flex;
	width: 1200px;
	margin: auto;
	margin-bottom: 60px;
	margin-top: 30px;
}

.cn_left,
.cn_right {
	width: 50%;
}

.cn_left {
	margin-right: 20px;
}

.news_title {
	font-size: 22px;
	font-weight: bold;
	color: #004ea2;
	border-bottom: 1px solid #dddddd;
	position: relative;
	height: 45px;
	line-height: 45px;
}

.more {
	position: absolute;
	right: 0px;
	cursor: pointer;
	top: 0px;
	font-size: 16px;
	font-weight: normal;
}

.more a {
	color: #004ea2;
	text-decoration: none;
}

.news_title::after {
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 90px;
	background-color: #004ea2;
	content: "";
	left: 0;
}

.news_wrap a {
	display: block;
	text-decoration: none;
	color: #000;
}

.news_list {
	display: flex;
	align-items: center;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
}

.news_list:hover {
	color: #004ea2;
}

.news_left {
	font-size: 18px;
	text-align: left;
	width: 70%;
	margin-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_right {
	width: 30%;
	text-align: right;
	font-size: 16px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.us {
	background-image: url("../images/bger.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	padding: 80px 0;
}

.us_content {
	width: 1200px;
	margin: auto;
}

.us_title {
	font-size: 28px;
	font-weight: bold;
	color: #004ea2;
	width: 100%;
	text-align: center;
	/* height: 40px;
	line-height: 40px; */
	position: relative;

}

.us_titlemin {
	color: #b9b9b9;
	font-size: 22px;
	width: 100%;
	text-align: center;
	font-weight: normal;
}

.us_about {
	margin-top: 50px;
	line-height: 35px;
	font-size: 18px;
	margin-bottom: 40px;
}

.us_more {
	color: #999;
	text-align: center;
}

.us_more a {
	text-decoration: none;
	color: #666666;
	padding: 10px 25px;
	border-radius: 25px;
	border: 1px solid #666666;
	transition: all .5s ease;
}

.us_more a:hover {
	color: #004ea2;
	padding: 10px 25px;
	border-radius: 25px;
	border: 1px solid #004ea2;
	background-color: #004ea2;
	color: #fff;
}

.us_bottom {
	display: flex;
	margin-top: 40px;
}

.us_blist {
	width: 33.33333%;
	text-align: center;
}

.us_btitle {
	font-size: 40px;
	font-weight: bold;
	color: #004ea2;
}

.us_btitlemin {
	font-size: 16px;
	font-weight: normal;
	margin-left: 5px;
}

.us_babout {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.case {
	display: flex;
	align-items: center;
}

.case_list {
	width: 25%;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.case_aboout {
	position: absolute;
	font-size: 30px;
	color: #fff;
	width: 100%;
	height: 100%;
	font-weight: bold;
	line-height: 300px;
	background-color: rgba(0, 0, 0, .4);
	top: 0;
	text-align: center;
}

.case_list img {
	width: 100%;
	display: block;
	min-height: 300px;
}

.pro {
	padding: 50px 0;
	width: 1200px;
	margin: auto;
}

.pro_list {
	margin-top: 40px;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 230px 230px;
	grid-gap: 20px;
	overflow: hidden;
}

.pro_list>div:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 3;
}

.pro_list>div:nth-child(2) {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 3;
	grid-column-end: 5;
	overflow: hidden;
}

.pro_list img {
	width: 100%;
	min-height: 260px;
	display: block;
}

.pro_list>div:nth-child(1) img {
	min-height: 540px;
}

.pro_about {
	position: relative;
	overflow: hidden;
}

.pro_show {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 20px;
	top: 100%;
	text-align: center;
	line-height: 260px;
	transition: all .5s ease-in;
}

.link {
	background-color: #f9f9f9;
	/* padding:20px 0; */
}

.link_left {
	font-size: 20px;
	color: #004ea2;
	font-weight: bold;
	width: 100px;
}

.link_right {
	/* 	display: flex; */
	/* float: right; */
}

.link_right ul li {
	float: left;
	/* margin-bottom: 10px; */
	padding: 5px 0;
	list-style-type: none;
}

.clear {
	clear: both;
}

.link_wrap {
	display: flex;
	align-items: center;
}

.link a {
	color: #000;
	text-decoration: none;
	margin: 0 15px;
	font-size: 18px;
}

.link a:hover {
	color: #004EA2;
}

.bottom {
	background: #f2f6ff;
}

.b_wrap {
	width: 1200px;
	margin: auto;
	display: flex;
	padding: 50px 0;
}

.b_title {
	font-size: 24px;
	font-weight: bold;
	color: #004EA2;
	margin-bottom: 30px;
}

.b_left,
.b_right {
	width: 50%;

}

.bspan_l {
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #393939;
}

.bspan_r {
	color: #999;
	line-height: 30px;
}

.call {
	font-size: 34px;
	text-align: right;
	color: #004EA2;
	font-weight: bolder;
	margin-top: 50px;
}

.footer {
	background-color: rgba(0, 43, 90, 0.9);
}

.f_wrap {
	width: 1200px;
	margin: auto;
	text-align: center;
	padding: 30px 0;
}

.f_wrap ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.f_wrap li {
	color: #fff;
	list-style-type: none;
	float: left;
	margin: 0 10px;
}

.f_wrap li a {
	text-decoration: none;
	color: #fff;
}

/* 企业 */
.c_bg {
	/* background-image: url("../images/c.png"); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

/* 企业 */
.default_bk {
	background-image: url("../images/c.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.c_abouter {
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	width: 1200px;
	margin: auto;
	margin-top: 200px;
	min-height: 70vh;
	padding: 20px;
	margin-bottom: 60px;
	box-sizing: border-box;
}

.c_nav {
	width: 210px;
	margin-right: 20px;
}

.cn_wrap {
	border: 1px solid #eeeeee;
	padding: 10px;
	border-radius: 5px;
}

.cn_top {
	font-size: 24px;
	color: #004EA2;
	font-weight: bold;
	height: 45px;
	/* border-bottom: 1px solid #eeeeee; */
}

.cn_about {
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
	cursor: pointer;
}

.cn_active {
	position: relative;
}

.cn_active::after {
	position: absolute;
	left: 0;
	content: "";
	top: 10px;
	height: 30px;
	width: 5px;
	left: -10px;
	background-color: #004EA2;
	border-radius: 5px;
}

.r_title {
	font-size: 30px;
	color: #004EA2;
}

.cw_top {
	position: relative;
}

.c_wraper {
	width: calc(100% - 230px);
}

.c_add {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: center;
}
.c_add div{
	cursor: pointer;
}

.c_adder {
	/* position: absolute; */
	right: 10px;
	top: 10px;
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: center;
}
.c_adder div{
	cursor: pointer;
}

.add_img {
	vertical-align: middle;
	align-items: center;
	display: flex;
}

.add_img img {
	margin-right: 5px;
	width: 20px;
}

.add_img a {
	color: #004EA2;
	text-decoration: none;
}

.cn_about:hover {
	color: #004EA2;
}

.cn_about:last-child {
	border-bottom: 0;
}

.c_add>div {
	margin: 0 5px;
}

.c_adder>div {
	margin: 0 5px;
}

.cw_wrap img {
	max-width: 100%;
}

.cw_wrap table {
	width: 100%;
}

.cw_wrap {
	margin-top: 40px;
	line-height: 1.8;
}

.con_bg {
	background-image: url("../images/dj.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.con_bg .nav_wrap {
	background-color: rgba(68, 0, 0, 0.8) !important;
}

.con_bg .cn_top {
	color: rgba(173, 0, 0, 1.0);
}

.con_bg .cn_active::after {
	background-color: rgba(173, 0, 0, 1.0);
}

.con_bg .r_title {
	color: rgba(173, 0, 0, 1.0);
}

.con_bg .add_img a {
	color: rgba(173, 0, 0, 1.0);
}

.cwl_list {
	display: flex;
}

.cwl_left {
	width: 100px;
	color: #004EA2;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 10px 0;
	margin-right: 20px;

}

.cwl_list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: all .5s ease;
}

.cwl_list:hover {
	box-shadow: 0px 5px 5px #e8e8e8;
}

.cwl_right {
	width: calc(100% - 130px);
	height: 110px;
	overflow: hidden;
}

.cwll_top {
	font-size: 28px;
	font-weight: bold;
}

.cwlr_top {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.cwlr_bottom {
	font-size: 18px;
	line-height: 1.8;
	margin-top: 10px;
	color: #666;
}

.zz {
	/* background-color: #004EA2; */
	color: #004EA2;
	font-size: 16px;
	display: inline-block;
}

.news_bg {
	background-image: url("../images/news.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.cw_title {
	font-size: 24px;
	line-height: 1.8;
	font-weight: bold;
	color: #004EA2;
	text-align: center;
	margin-bottom: 20px;
}

.c_show {
	background-color: #fff;
	border-radius: 5px;
	width: 1200px;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-top: 200px;
	min-height: 70vh;
	padding: 20px 60px;
	margin-bottom: 60px;
	box-sizing: border-box;
}

.fb_time {
	text-align: center;
	color: #999;
	font-size: 16px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
}

.fb_time span {
	margin: 0 10px;
}

.fanye {
	border-top: 1px solid #EEEEEE;
	padding-top: 50px;
	margin-top: 80px;
}

.f_list {
	margin-bottom: 10px;
	
}

.f_list a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.f_list a:hover {
	color: #004EA2;
}

.f_title {
	color: #004EA2;
	margin-right: 10px;
	font-weight: bold;
}


/*滚动条样式*/
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #cacaca;
}

::-webkit-scrollbar-track {
	width: 5px;
}

.data_hide {
	display: none !important;
}

.notData{
	color: #dadada;
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-top: 200px;
}

