/* 清楚格式 */

* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

li {
	list-style: none;
}

body {
	background-color: #fafafa;
	font-size: 12px;
	line-height: 1.6;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}


/* video::-webkit-media-controls-enclosure {
    display: none;
} */


/* 设置滚动条的样式 */

::-webkit-scrollbar {
	width: 0px;
	height: 2px;
}


/* 滚动槽 */

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	border-radius: 100px;
	opacity: 0;
}

::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #D8D8D8;
}


/* top区域 */
.menu,
.a_txt {
	display: none;
}

.top {
	width: 100%;
	background-color: #e4ecf9;
	padding: 11px 0px;
	overflow: hidden;
}

.top_wrap {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #6f7883;
	line-height: 14px;
}

.top_left {
	float: left;
}

.top_right {
	float: right;
}

.top_right>a {
	cursor: pointer;
	line-height: 14px;
	color: #6F7883;
}

.top_right>a {
	padding-right: 15px;
	border-right: 1px solid #6F7883;
}

.top_right>a:nth-child(2) {
	padding-left: 15px;
}

.top_right>a:nth-child(3) {
	padding-right: 0;
	padding-left: 15px;
	border-right: none;
}


/* logo区域 */

.logo {
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	position: relative;
}

.logo_wrap {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}


/* logo图片 */

.logo_wrap_left {
	float: left;
	height: 100px;
}

.logo_wrap_left>a>img {
	display: block;
	height: 100px;
}


/* 文字轮播 */

.logo_wrap_words {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	height: 30px;
	width: 500px;
	overflow: hidden;
}

.logo_wrap_words .text-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000%;
}

.logo_wrap_words .text-box p {
	width: 100%;
	line-height: 45px;
	height: 45px;
	font-size: 22px;
	color: #1950a2;
	text-align: center;
	font-weight: bold;
}


/* 搜索框 */

.logo_wrap_search {
	float: right;
	width: 254px;
	height: 42px;
	border-radius: 21px;
	background: #E4ECF9;
	margin-top: 29px;
	overflow: hidden;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	/* box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box; */
}

.logo_wrap_search:hover {
	border: 1px solid #1950a2;
}

.logo_wrap_search>form {
	width: 100%;
	height: 100%;
}

.input {
	float: left;
	width: 190px;
	height: 100%;
	outline: none;
	border: none;
	font-size: 16px;
	color: #6F7883;
	padding-left: 30px;
	padding-right: 10px;
	box-sizing: border-box;
	background-color: transparent;
}

.submit {
	float: right;
	width: 64px;
	height: 100%;
	outline: none;
	border: none;
	box-sizing: border-box;
	background: transparent;
	background-image: url(../img/serach_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 38%;
}


/* 导航栏  #366cbc */

.navigation {
	width: 100%;
	margin: 0 auto;
	height: 70px;
	background-color: #5089de;
}

.navigation_wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.navigation_wrap_list {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.navigation_wrap_list>li {
	padding: 0 30px;
	height: 70px;
	font-size: 20px;
	color: #ffffff;
	line-height: 70px;
	font-weight: bold;
	transition: all 0.4s;
}

.navigation_wrap_list>li:hover {
	height: 74px;
	transform: translateY(-4px);
	background-color: #1a78ca;
	box-shadow: 0 0 12px rgba(2, 13, 22, 0.14);
}

.navigation_wrap_list>li>a {
	color: #ffffff;
}

.banner {
	width: 100%;
	height: 450px;
	margin: 0 auto;
}

.banner>a60 display: block;
width: 100%;
}

.banner>a>img {
	display: block;
}


/* 6大版块 */

.sixBox {
	width: 1200px;
	margin: 20px auto 0px;
}

.sixBox_list {
	width: 100%;
}

.sixBox_list::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.sixBox_list>li {
	float: left;
	width: 380px;
	height: 320px;
	transition: all 0.5s;
}

.sixBox_list>li:hover {
	box-shadow: 0 0 18px rgba(4, 21, 45, 0.52);
	transform: scale(1.05);
}

.sixBox_list>li:nth-child(1) {
	background-color: #57a5ea;
}

.sixBox_list>li:nth-child(2) {
	background-color: #6430cd;
	margin-left: 30px;
}

.sixBox_list>li:nth-child(3) {
	background-color: #eabc2e;
	margin-left: 30px;
}

.sixBox_list>li:nth-child(4) {
	background-color: #f08c34;
	margin-top: 30px;
}

.sixBox_list>li:nth-child(5) {
	background-color: #af3dd5;
	margin-left: 30px;
	margin-top: 30px;
}

.sixBox_list>li:nth-child(6) {
	background-color: #1fcbc5;
	margin-left: 30px;
	margin-top: 30px;
}

.sixBox_list>li>a {
	display: block;
	width: 100%;
	height: 100%;
}

.sixBox_list>li>a>img {
	display: block;
	margin: 0 auto;
	padding-top: 80px;
}

.sixBox_list>li>a>p {
	color: #fae391;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: 500;
	margin-top: 20px;
	text-transform: uppercase;
}

.sixBox_list>li>a>h3 {
	color: #ffffff;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}


/* 首届国家级大院大所产业技术进江西banner */

.middleBanner {
	width: 1200px;
	margin: 40px auto 0px;
	overflow: hidden;
}

.middleBanner:hover>a>img {
	transform: scale(1.08);
}

.middleBanner>a {
	display: block;
	width: 100%;
}

.middleBanner>a>img {
	display: block;
	transition: transform 0.6s;
}


/* 信息版块 */

.message {
	width: 1200px;
	margin: 20px auto 0;
	font-size: 0;
	overflow: hidden
}

.message_list {
	float: left;
	width: 380px;
}

.message_list:nth-child(2) {
	margin-left: 30px;
}

.message_list:nth-child(3) {
	margin-left: 30px;
}

.message_list_title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #0a7cc6;
}

.message_list_title>h4 {
	width: 100px;
	height: 34px;
	color: #efefef;
	background-color: #0a7cc6;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	font-weight: 500;
}

.message_list_title>a {
	display: block;
	color: #1950A2;
	font-size: 14px;
	font-weight: 500;
	line-height: 34px;
	text-align: center;
	transition: all 0.2s;
}

.message_list_title>a:hover {
	color: #eabc2e;
}

.message_list_content {
	width: 100%;
	margin-top: 30px;
}

.message_list_content>li {
	width: 100%;
	height: 30px;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	margin-top: 4px;
	transition: all 1s;
}


/* 鼠标滑过列表后的效果样式 */

.message_list_content>li:hover {
	background: linear-gradient(130deg, rgba(228, 236, 249, 1) 50%, rgba(248, 243, 227, 1));
	box-shadow: 0 0 8px rgba(17, 27, 57, 0.06);
}

.message_list_content>li:hover>a {
	color: #1950A2;
}

.message_list_content>li:hover>a>p {
	padding-left: 10px;
}

.message_list_content>li:hover>a>p::before {
	border-left: 3px solid #1950A2;
}

.message_list_content>li>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #474747;
	box-sizing: border-box;
}

.message_list_content>li>a>p {
	width: 90%;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	transition: all 0.5s;
}

.message_list_content>li>a>p::before {
	display: inline-block;
	content: "";
	width: 0px;
	height: 0px;
	border-left: 3px solid #e9aa31;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	margin-right: 16px;
	margin-bottom: 3px;
	transition: all 0.5s;
}

/* 网上展厅 */
.show_box {
	background: url(../img/backBox.jpg) no-repeat center/auto 100%;
}

.show {
	position: relative;
	width: 1200px;
	margin: 30px auto 0;
	padding: 40px 0;
}

.show_title>img {
	display: block;
	margin: 0 auto;
}

.show .show_item {
	padding: 30px 0;
}

.show_item .img {
	height: 210px;
	margin-bottom: 25px;
	overflow: hidden;
}

.show_item .img img {
	object-fit: cover;
	transition: all 0.5s;
}

.show_item .img:hover img {
	transform: scale(1.1);
}

.show_item h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 16px;
}

.show_item h1 a {
	color: #474747;
}

.show_item h1 a:hover {
	color: #165083;
}

.show_item p {
	color: #777;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.show_item p i {
	font-size: 14px;
	color: #1f4ad6;
}

.show_item .date {
	font-size: 14px;
	line-height: 1;
	color: #aaa;
}

.show_item .date a {
	float: right;
	color: #aaa;
}

.show_item .arrow-btn {
	position: absolute;
	top: 50%;
	z-index: 9;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background-color: #e4e1df;
	color: #474747;
	transition: all 0.5s;
}

.show_item .arrow-btn i {
	font-size: 32px;
}

.show_item .arrow-btn:hover {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.show_item .left-btn {
	left: -80px;
}

.show_item .left-btn i {
	display: inline-block;
	transform: rotate(180deg)
}

.show_item .right-btn {
	right: -80px;
}

.show .more {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #7d7676;
	color: #7d7676;
	border-radius: 4px;
}

.show .more:hover {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* 新闻资讯 */

.news {
	width: 1200px;
	margin: 30px auto 0;
}

.news_title {
	width: 100%;
}

.news_title>img {
	display: block;
	margin: 0 auto;
}

.news_content {
	position: relative;
	width: 100%;
	margin-top: 40px;
	font-size: 0;
	display: flex;
	justify-content: left;
}


/* .news_content_pic{
    display: inline-block;
} */

.news_content_pic>ul>li {
	display: inline-block;
	width: 340px;
}

.news_content_pic>ul>li:nth-child(2) {
	margin-left: 20px;
}

.news_content_pic>ul>li>a {
	display: block;
	width: 100%;
}

.newsPic {
	width: 340px;
	height: 190px;
	overflow: hidden;
}

.newsPic:hover>img {
	transform: scale(1.08);
}

.newsPic>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.newsWords {
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	transition: all 0.5s;
}


/* 鼠标滑过图片新闻出现的效果 */

.news_content_pic>ul>li:hover .newsWords {
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(22, 80, 131, 0.1);
}

.newsWords>h3 {
	width: 90%;
	font-size: 18px;
	color: #525960;
	font-weight: bold;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.5s;
}


/* 鼠标滑过图片新闻出现的效果 */

.news_content_pic>ul>li:hover .newsWords>h3 {
	color: #165083;
}

.newsWords>p {
	width: 100%;
	margin-top: 14px;
	font-size: 14px;
	font-weight: 500;
	color: #6F7883;
	line-height: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsWords_time {
	width: 100%;
	margin-top: 24px;
	overflow: hidden;
}

.newsWords_time>h5 {
	color: #6F7883;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	float: left;
}

.newsWords_time>img {
	float: right;
	margin-top: 6px;
	opacity: 0;
	transform: translateX(-24px);
	transition: all 0.6s;
}


/* 鼠标滑过图片新闻出现的效果 */

.news_content_pic>ul>li:hover .newsWords_time>img {
	opacity: 1;
	transform: translateX(0px);
}

.news_content_words {
	width: 470px;
	margin-left: 30px;
}

.news_content .to-more {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.news_content .to-more a {
	color: #1950A2;
	font-size: 14px;
	font-weight: 500;
}

.news_content .to-more a:hover {
	color: #eabc2e;
}

.news_content_words_list {
	width: 100%;
}

.news_content_words_list>li {
	width: 100%;
	box-sizing: border-box;
	transition: all 0.5s;
}

.news_content_words_list>li>a {
	width: 100%;
	display: flex;
	justify-content: left;
	padding: 10px 0;
}

.news_content_words_list>li:hover {
	background-color: #e4ecf9;
	box-shadow: 0 0 10px rgba(6, 22, 47, 0.2);
}


.news_content_words_list>li:hover .wordsTime {
	border-right: 1px solid #165083;
}

.wordsTime {
	width: 55px;
	height: 45px;
	box-sizing: border-box;
	-weblit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid transparent;
	transition: all 0.8s;
	overflow: hidden;
	padding-right: 5px
}

.wordsTime img {
	width: 100%;
	height: 100%;
}

.news_content_words_list>li:hover .wordsTime>h2 {
	color: #165083;
}

.wordsTime>h2 {
	font-size: 40px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	color: #6F7883;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.news_content_words_list>li:hover .wordsTime>h5 {
	color: #165083;
}

.wordsTime>h5 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	font-weight: 500;
	color: #6F7883;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.news_content_words_list>li:hover .wordsTitle {
	color: #165083;
}

.wordsTitle {
	position: relative;
	width: 90%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 35px;
	color: #525960;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 45px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.wordsTitle::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-image: url(../img/jsjx_icon.png);
	background-repeat: no-repeat;
}

/* 友情链接 */

.link {
	width: 1200px;
	margin: 40px auto 0;
}

.link_title>img {
	display: block;
	margin: 0 auto;
}

.link_content {
	width: 100%;
	margin: 20px auto 0px;
	overflow: hidden;
}

.left_arrow {
	float: left;
	position: relative;
}

.left_arrow>img {
	display: block;
}

.link_pic_wrap {
	position: relative;
	width: 1100px;
	height: 70px;
	float: left;
	overflow: hidden;
}

.link_pic_list {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000%;
	transition: all 0.8s;
}

.link_pic_list>li {
	float: left;
	width: 260px;
	height: 70px;
	margin-right: 20px;
	transition: all 0.8s;
}

.link_pic_list>li:hover {
	background-color: #e4ecf9;
}

.link_pic_list>li>a {
	display: block;
}

.link_pic_list>li>a>img {
	display: block;
	width: 100%;
	height: 100%;
}


.link .link-text {
	width: 100%;
	margin-top: 20px;
}

.link .link-text ul {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.link .link-text li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.link .link-text li:hover {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.link .link-text li a {
	color: #414141;
	font-size: 15px;
}

.right_arrow {
	float: left;
	position: relative;
}

.right_arrow>img {
	display: block;
}

.hidden_arrow {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}

.hidden_arrow:hover {
	opacity: 1;
}


/* 页脚 */

.footer {
	width: 100%;
	background: #165083;
	padding: 30px 0px;
	margin-top: 30px;
	background-image: url(../img/footer_backImage.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 0;
	overflow: hidden;
}

.footer_content {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

.words_bigger {
	overflow: hidden;
}

.words_bigger>li {
	float: left;
}

.words_bigger>li>a {
	display: block;
	color: #FFFFFF;
	margin-right: 50px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}

.content_words>p {
	color: #ddd;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 100;
	text-align: left;
	margin-bottom: 10px;
}

.content_words>p span,
.content_words>p a {
	display: inline-block;
}

.content_words>p a {
	color: #eee;
	font-size: 14px;
	line-height: 14px;
	font-weight: 100;
}

.content_words>p:nth-child(2) {
	/* margin-top: 30px; */
}

.content_pic {
	margin-right: 60px;
}

.wechat {
	display: block;
}

.wechat>img {
	display: block;
}

.wechat>h6 {
	margin-top: 16px;
	font-size: 14px;
	text-align: center;
	color: #ccc;
	font-weight: 100;
}

.sydw_pic>img {
	display: block;
}

/* 登录飘窗 */
.login {
	position: fixed;
	top: 50%;
	left: 2%;
}

.login a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	width: 80px;
	height: 80px;
	background-color: #e4eaf3;
	border: 1px solid #d5ddea;
	transition: all 0.5s;
}

.login a i {
	color: #366cbc;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 8px;
}

.login a span {
	font-size: 12px;
	color: #6f7883;
	line-height: 1;
}

.login a:hover {
	transform: scale(1.1);
}

/* 子页面banner */
.child_banner {
	width: 1200px;
	height: 140px;
	margin: 20px auto 0;
	overflow: hidden;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1px;
}

.child_banner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/child_banner.png);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform-style: inherit;
	transform: translateZ(-1px) scale(2);
	z-index: -1;
}

.child_banner>span {
	display: block;
	width: 10px;
	height: 52px;
	margin-left: 50px;
	margin-top: 30px;
	background-color: #FFFFFF;
}

.child_banner>h4 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 30px;
	margin-left: 20px;
}

/* 关于我们页面内容 */
.chilid_content {
	width: 1200px;
	margin: 30px auto 0;
	overflow: hidden;
}

.chilid_content_category {
	width: 240px;
	float: left;
}

.category_title {
	width: 100%;
	padding: 16px 0px 16px 20px;
	background-color: #366cbc;
	box-sizing: border-box;
	font-size: 0;
}

.category_title>p {
	color: #759dd9;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	font-weight: 100;
}

.category_title>h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	margin-top: 4px;
	text-align: left;
	color: #FFFFFF;
}

.category_list {
	width: 100%;
	height: 360px;
	background: #FFFFFF;
	background-image: url(../img/decoration_pic.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 0;
}

.category_list>a {
	display: block;
	width: 100%;
	padding: 16px 0px 16px 30px;
	box-sizing: border-box;
	background: #f4f6f9;
	border: 1px solid #dee5f0;
	position: relative;
	overflow: hidden;
	background-image: url(../img/blue_box.png);
	background-position: -246px top;
	background-repeat: no-repeat;
	transition: all 0.5s;
}

.category_list>a:hover {
	background-position: 0px top;
}

.category_list>a>p {
	color: #1950a2;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	z-index: 10;
	transition: all 0.5s;
}

.category_list>a:hover>p {
	color: #FFFFFF;
}

.chilid_content_main {
	width: 915px;
	float: right;
}

.page_nav {
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0;
}

.chilid_content .container {
	margin-top: 30px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 15px;
}

.page_nav_name {
	font-size: 20px;
	color: #366cbc;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
}

.page_nav_list {
	display: flex;
	justify-content: left;
	align-items: center;
}

.page_nav_list>li {
	margin: 0px 18px;
}

.page_nav_list>li:hover>a>h5 {
	color: #366cbc;
}

.page_nav_list>li>a {
	display: block;
	overflow: hidden;
}

.page_nav_list>li>a>h5 {
	font-size: 14px;
	line-height: 34px;
	color: #afb8bc;
	font-weight: 100;
	transition: all 0.5s;
}

.nav_img {
	float: left;
	width: 34px;
	height: 34px;
	position: relative;
	margin-right: 10px;
}

.page_nav_list>li:nth-child(1)>a>h5 {
	float: left;
}

#cover {
	display: block;
}

.page_nav_list>li:hover #hid {
	opacity: 1;
}

#hid {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}

.chilid_content_main .page_content {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px 40px;
	margin-top: 30px;
	background-color: #fff;
}

.chilid_content_main .page_content .con {
	width: 100%;
}

.chilid_content_main .page_content .con p,
.chilid_content_main .page_content .con span {
	color: #555;
	font-size: 18px;
}

/* 搜索页样式 */
select,
option {
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff;
	padding-right: .14rem;
}

select::-ms-expand {
	display: none;
}

input {
	border: none;
	outline: none;
}

.chilid_content_main .search-container {
	width: 100%;
}

.chilid_content_main .search-container .search-box {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
}

.chilid_content_main .search-container .search-box form {
	width: 100%;
	overflow: hidden;
}

.search-container .search-box .item {
	float: left;
	height: 30px;
	margin-right: 15px;
}

.search-container .search-box .item span {
	font-size: 14px;
	line-height: 30px;
}

.search-container .search-box .item .search-item {
	display: inline-block;
	width: 150px;
	height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
}

.search-box .item .search-item select,
.search-box .item .search-item input {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 10px;
}

.search-container .search-box .btn-box {
	float: right;
	width: 50px;
	height: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.search-container .search-box .btn-box input {
	width: 100%;
	height: 100%;
	background-color: #9a0028;
	color: #efefef;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}



.search-container .search-result {
	width: 100%;
	/* margin-top: 30px; */
	padding: 30px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
}

.search-container .search-result .result-list {
	width: 100%;
}

.search-result .result-list .list-top {
	width: 100%;
	height: 35px;
	background-color: #eee;
	border-bottom: 1px solid #AEAEAE
}

.search-result .result-list .item {
	line-height: 35px;
	font-size: 16px;
	font-weight: 600;
	color: #366cbc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px;
}

.search-result .result-list .item-name {
	float: left;
	width: 50%;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.search-result .result-list .item-type,
.search-result .result-list .item-domain {
	float: left;
	width: 25%;
}

.search-result .result-list ul {
	width: 100%;
}

.search-result .result-list ul li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
}

.search-result .result-list ul li:hover {
	background-color: #efefef;
	transition: .25s ease 0s;
	-wenkit-transition: .25s ease 0s;
	-ms-transition: .25s ease 0s;
	-moz-transition: .25s ease 0s;
}

.search-result .result-list ul li a {
	display: block;
	height: 100%;
}

.search-result .result-list li .item-value {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px;
	line-height: 40px;
	color: #717171;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.search-result .result-list li:hover .item-name {
	color: #b01f28;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-moz-transform: translateX(15px);
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.search-container .search-institute {
	width: 100%;
	padding-top: 30px
}

.search-container .search-institute .result-institute {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px 20px;
	background-color: #fff;
}

.search-container .search-institute .result-institute ul {
	width: 100%;
}

.search-container .search-institute .result-institute li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	overflow: hidden;
}

.search-institute .result-institute li a {
	display: block;
}

.search-institute .result-institute li .result-title {
	font-size: 16px;
	color: #155D93;
	font-weight: 600;
	margin-bottom: 10px;
	width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.search-institute .result-institute li:hover .result-title {
	color: #9a0028;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-moz-transform: translateX(15px);
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}



/* 新闻列表样式 */
.child_news_wrap {
	width: 100%;
}

.child_news_wrap>li {
	width: 100%;
	border-radius: 6px;
	transition: all 0.3s;
}

.child_news_wrap>li:hover {
	box-shadow: 0 0 8px rgba(26, 79, 156, 0.2);
}

.child_news_wrap>li>a {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 5px 0px;
	box-sizing: border-box;
}

.child_news_time {
	padding: 10px 20px;
	color: #afb8bc;
	border-right: 1px solid transparent;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
}

.child_news_wrap>li:hover .child_news_time {
	background-color: #1950A2;
	color: #fff;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.child_news_wrap>li:hover .child_news_time h3 {
	color: #fff;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.child_news_time>h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 4px;
	color: #555;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.child_news_time>h6 {
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

.child_news_words {
	margin-left: 20px;
	width: 76%;
	box-sizing: border-box;
	flex: 1;
}

.child_news_wrap>li:hover .child_news_words>h2 {
	color: #1950A2;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-moz-transform: translateX(15px);
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
}

.child_news_words>h2 {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
}

.child_news_words>p {
	margin-top: 14px;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: #6F7883;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 文章详情页样式 */
.chilid_content .detail-content {
	width: 100%;
	padding: 40px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.chilid_content .detail-content .title {
	text-align: center;
	font-size: 22px;
	color: #203175;
}

.chilid_content .detail-content .info-bar {
	width: 100%;
	height: 35px;
	background-color: #fcf3f3;
	text-align: center;
	margin: 35px 0 50px;
}

.chilid_content .detail-content .info-bar p {
	display: inline-block;
	line-height: 35px;
	margin-right: 75px;
	font-size: 14px;
	color: #474747;
}

.chilid_content .detail-content .content {
	width: 100%;
}

.chilid_content .detail-content .content img {
	max-width: 100%;
}

.chilid_content .detail-content .content p,
.chilid_content .detail-content .content span,
.chilid_content .detail-content .content a {
	font-size: 14px;
	color: #424242;
	font-family: "微软雅黑";
	line-height: 1.75em;
}

.chilid_content .detail-content .pageation {
	width: 100%;
	margin-top: 50px
}

.chilid_content .detail-content .pageation .pre-next {
	font-size: 14px;
	color: #717171;
	width: 45%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 7px
}

.chilid_content .detail-content .pageation .pre-next a {
	font-size: 14px;
	color: #717171;
}

.chilid_content .room-title {
	background-color: #f3f3f3;
	padding: 50px 60px;
}

.room-title .position {
	font-size: 14px;
	color: #aaa;
	line-height: 1;
}

.room-title .position i {
	font-size: 14px;
	color: #ef7e5b;
}

.room-title .position a {
	color: #aaa;
}

.room-title .position span {
	color: #666;
}

.room-title .title {
	padding: 38px 0;
	line-height: 1.2;
	font-size: 30px;
	color: #474747;
}

.room-title .info-bar {
	color: #aaa;
	font-size: 16px;
	line-height: 1;
}

.room-title .info-bar p:first-child {
	margin-bottom: 18px;
}

.room-title .info-bar p label {
	color: #666;
	margin-right: 30px;
}

.room-title .info-bar p span {
	float: right;
}

.room-title .info-bar p span i {
	margin-right: 20px;
}

.chilid_content .room-content {
	background-color: #fff;
	padding-top: 1px;
}

.room-content .detail-tit {
	margin-top: 50px;
	padding-left: 60px;
	font-size: 22px;
	line-height: 1;
	position: relative;
}

.room-content .detail-tit::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 6px;
	background-color: #1950a2;
}

.room-content .content {
	padding: 22px 60px 0;
	font-size: 18px;
	line-height: 30px;
	color: #525252;
}

.room-content .content img {
	max-width: 100%;
}

.room-content .content .images {
	margin-bottom: 50px;
}

.room-content .pageation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 60px;
	border-top: 1px solid #f3f3f3;
}

.room-content .pageation .pre-next {
	font-size: 14px;
	color: #525252;
}
.room-content .pageation .pre-next a{
	color: #525252;
}
.room-content .pageation .pre-next span {
	color: #aaa;
}

.room-content .pageation .pre-next:first-child span {
	margin-right: 20px;
}

.room-content .pageation .pre-next:last-child span {
	margin-left: 20px;
}

.room-content .pageation .return a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40px;
	background-color: #f3f3f3;
	border-radius: 20px;
	font-size: 14px;
	color: #999;
}

.room-content .pageation .return i {
	color: #474747;
	font-size: 18px;
	margin-right: 10px;
}

.view {
	padding: 0 90px;
}

.view .swiper-container img{
	height: 560px;
	display: block;
	width: 100%;
	/* object-fit: cover; */
}
.view .swiper-container p{
	height: 60px;
	line-height: 60px;
	color: #474747;
	font-size: 20px;
	margin-left: 30px;
	padding-left: 5%;
	font-weight: bold;
}
.view .swiper-pagination-fraction{
	width: auto;
	height: 60px;
	line-height: 60px;
	bottom: 0;
	color: #525252;
	background-color: #fff;
}
.view .swiper-pagination-current{
	font-weight: bold;
	color: #f0451d;
	font-size: 20px;
}

.preview {
	padding: 0 80px;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-slide {
	padding: 0 10px;
	width: 20%;
}

.preview .swiper-slide img {
	display: block;
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
	box-sizing: border-box;
}

.preview .arrow {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	z-index: 10;
	border-radius: 4px;
	background-color: #f3f3f3;
	color: #aaa;
	display: flex;
	justify-content: center;
	align-items: center;
}

.preview .arrow :hover {
	color: #f26443;
}

.preview .arrow i {
	font-size: 40px;
}

.preview .arrow-left {
	left: 0;
}

.preview .arrow-left i {
	display: inline-block;
	transform: rotate(180deg);
}

.preview .arrow-right {

	right: 0;
}

.preview .active-nav img {
	border: 2px solid #f06a40;
}

/* 分页样式 */
#page {
	margin-top: 40px;
	text-align: center;
	overflow: hidden;
}

#page .pageinfo {
	float: left;
	font-size: 15px;
	font-size: 14px
}

#page a {
	display: inline-block;
	color: #666;
	margin-left: 20px;
	width: 40px;
	text-align: center;
	border-radius: 3px;
	font-size: 15px;
	min-width: 25px;
}

#page a.curpage {
	background-color: #014a96;
	color: #fff;
}

#page a.listpage:hover {
	background-color: #014a96;
	color: #fff;
}

.pgejump {
	display: none;
}


/* 找服务左侧菜单栏 */
.chilid_content_category .find-service {
	width: 100%;
	background-color: #1262c5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 15px;
}

.chilid_content_category .find-service .service-title {
	width: 100%;
	color: #efefef;
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
}

.chilid_content_category .find-service .service-item {
	width: 100%;
	border-bottom: 1px dashed #fff;
	height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.chilid_content_category .find-service .service-item.active {
	height: 205px;
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.chilid_content_category .find-service .service-item.active p::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
	transform-origin: 10px 2px;
}

.chilid_content_category .find-service .service-item a {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 5px 15px 20px;
}

.chilid_content_category .find-service .service-item a:hover {
	background-color: #366cbc;
}

.chilid_content_category .find-service .service-item p {
	position: relative;
	color: #efefef;
	font-size: 16px;
}

.chilid_content_category .find-service .service-item p::after {
	content: "";
	color: #fff;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	background-image: url("../img/arrow-r.png");
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transition: .4s ease 0s;
	-webkit-transition: .4s ease 0s;
	-ms-transition: .4s ease 0s;
	-moz-transition: .4s ease 0s;
}

.find-service .service-item .sub-menu {
	width: 100%;
}

.find-service .service-item .sub-menu a {
	display: block;
	color: #efefef;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 35px;
	font-size: 15px;
}
