@charset "utf-8";

/* CSS Document */
* {
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "SimSun", "SimHei", "STSong", "STFangsong", "Hiragino Sans GB";
}

body {
	font: 14px "Microsoft YaHei", "SimSun", "SimHei", "STSong", "STFangsong", "Hiragino Sans GB";
	color: #313131;
	background-color: #fff;
	min-width: 1260px;
}

input,
textarea,
select,
button {
	outline: none;
	font: 14px "Microsoft YaHei", "SimSun", "SimHei", "STSong", "STFangsong", "Hiragino Sans GB";
	color: #313131;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 1000px #474747 inset !important;
	-webkit-text-fill-color: #fff !important;
	background-color: #474747 !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}

textarea {
	resize: none
}

img {
	border-style: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-image: none;
}

a {
	color: #5e6d8f;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #004080;
}

input:focus,
textarea:focus {
	outline: none;
}

.clear {
	clear: both;
}

*:focus {
	outline: none;
}

/*Index*/
.wrap {
	width: 1200px;
	margin: 0 auto;
}

.headerMain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding: 10px 0;
	z-index: 99999;
	background-color: rgba(30, 54, 111, .15);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
}

.headerMain.mbg {
	
	background-color: rgba(61, 104, 156, 0.95);
	/* background-color: rgba(255, 255, 255, 0.95); */
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
}

.header {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	display: flex;
}
.logo img {
	display: inline-block;
	height: 66px;
}
.sysnameText{
	line-height: 66px;
	font-size: 30px;
	color: white;
}
.navigation li {
	float: left;
	padding: 0 20px;
}

.navigation li a {
	display: inline-block;
	line-height: 36px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.navigation li a:hover {
	color: #fff;
}

.navigation li a.current {
	border-bottom: 3px #fff solid;
	color: #fff;
}

.headerMain.mbg .navigation li a {
	/* color: rgba(49, 49, 49, 0.6); */
}


.headerMain.mbg .navigation li a:hover {
	/* color: #313131; */
}

.headerMain.mbg .navigation li a.current {
	/* color: #313131;
	border-bottom: 3px #313131 solid; */
}


.headerTip {
	position: absolute;
	right: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
}

.headerTip .alink {
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
}

.headerTip .alink:hover {
	color: #fff;
}

.headerTip .line {
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	margin: 0 5px;
}

.headerTip .category {
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
	margin-left: 10px;
}

.headerTip .category .iconfont {
	font-size: 20px;
}

.headerTip .category:hover {
	color: #fff;
}

.headerMain.mbg .headerTip .alink,
.headerMain.mbg .headerTip .line,
.headerMain.mbg .headerTip .category {
	color: rgba(49, 49, 49, 0.6);
}


.headerMain.mbg .headerTip .alink:hover,
.headerMain.mbg .headerTip .category:hover {
	color: #313131;
}


.bannerMain {
	clear: both;
	width: 100%;
	float: left;
	position: relative;
}

.sw {
	width: 100%;
	float: left;
	height:50%;
	position: relative;
}

.sw img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px !important;
	font-weight: bold;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
}

.arrow.prev {
	left: 20px;
}

.arrow.next {
	right: 20px;
}

.arrow:hover {
	color: rgba(255, 255, 255, 0.8);
}

.sw .swiper-pagination-bullet {
	background-color: #fff;
}

.sw .swiper-pagination-bullet-active {
	background-color: #FF6565 !important;
}

.cityInfo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -36%);
	z-index: 9999;
	width: 36%;
	user-select: none;
	pointer-events: none;
}

.cityInfo .cityImg {
	display: block;
	width: 80%;
	padding-left:10% ;
}

.cityInfo .login {
	display: block;
	margin-top: 40px;
	height: 80px;
	text-align: center;
	pointer-events: auto;
}

.cityInfo .login img {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.main {
	clear: both;
	width: 100%;
	float: left;
	padding: 50px 0;
}

.titleMain {
	display: flex;
	justify-content: center;
	align-items: center;
}

.title {
	position: relative;
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40%;
	height: 1px;
	background-color: #58AEED;
	z-index: 0;
}

.title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40%;
	height: 1px;
	background-color: #58AEED;
	z-index: 0;
}

.title dl {
	padding: 10px 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.title dl dt {
	color: #006DCB;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 30px;
}

.title dl dd {
	color: rgba(0, 109, 203, 0.6);
	font-size: 12px;
	font-weight: normal;
}

.newsBox {
	clear: both;
	padding: 40px 0 0;
	width: 100%;
	float: left;
}

.newsPhotos {
	width: 640px;
	float: left;
}

.newsPhotos .swiper-container {
	width: 100%;
}

.newsPhotos .swiper-container a {
	display: block;
	position: relative;
}

.newsPhotos .swiper-container a img {
	display: inline-block;
	width: 100%;
	height: 350px;
	vertical-align: top;
}

.newsPhotos .swiper-pagination {
	position: absolute;
	z-index: 100;
	left: auto !important;
	right: 10px !important;
	bottom: 8px !important;
	width: auto !important;
}

.sw2 .swiper-pagination-bullet {
	background: #fff !important;
	opacity: .8;
}

.sw2 .swiper-pagination-bullet-active {
	background-color: #FF6565 !important;
}

.newsGroup {
	width: 520px;
	float: right;
}

.newsItems {
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.newsTitle {
	width: 100%;
	float: left;
	position: relative;
}

.newsTitle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #ED0C0C;
	z-index: -1;
}

.newsTitle.blue::before {
	background-color: #006DCB;
}

.newsTitle h3 {
	float: left;
	padding: 0px 26px;
	height: 30px;
	line-height: 30px;
	background-color: #ED0C0C;
	font-weight: bold;
	border-radius: 15px;
	color: #fff;
	font-size: 16px;
}

.newsTitle.blue h3 {
	background-color: #006DCB;
}

.newsCon {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 10px;
}

.newsTop {
	cursor: pointer;
	padding: 0 26px;
}

.newsTop dt {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ED0C0C;
	font-size: 16px;
	font-weight: bold;
}


.newsTop dd {
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.newsTop .newsTitle{
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1F1F1F;
	font-size: 15px; 
}
.newsTop .newsTitle span{
	font-weight: bolder;
}

.newsTop dd.tips {
	height: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
}

.newsTop dd.tips .date {
	display: flex;
	padding-right: 40px;
	align-items: center;
}

.newsTop dd.tips .date .iconfont {
	font-size: 16px;
	margin-right: 3px;
}

.newsTop dd.tips a {
	color: #ED0C0C;
}

.newsList li {
	color: #758ba0;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	cursor: default;
	padding-right: 100px;
}


.newsList li:last-child {
	border-bottom: none;
}

.newsList li span.iconfont {
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #006DCB;
}

.newsList li span.date {
	position: absolute;
	display: inline-block;
	top: 0px;
	right: 0px;
	width: 100px;
	line-height: 30px;
	font-size: 12px;
	text-align: right;
}

.newsList li a {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 14px;
}

.newsList li a:hover {
	color: #006DCB;
}

.main.gray {
	background-color: #F8F8FB;
}


.title.gray::before {
	background-color: #6C6C6C !important;
}


.title.gray::after {
	background-color: #6C6C6C !important;
}

.title.gray dl {
	background-color: transparent;
}


.title.gray dl dt {
	color: #272727;
}

.title.gray dl dd {
	color: rgba(39, 39, 39, 0.6);
}


.appBox {
	clear: both;
	padding: 40px 0 0;
	width: 100%;
	float: left;
}

.appList {
	display: flex;
	justify-content: space-around;
}

.appItem {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.appItem img {
	display: inline-block;
	width: 156px;
	vertical-align: top;
	margin-bottom: 10px;
	transition:all 0.3s ease;
}
.appItem:hover  img{
	transform-origin: 50% 100%; /* 保持底部不动 */
	transform:scale(1.3);
	
}

.appItem dl dt {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.appItem dl dd {
	text-align: center;
	font-size: 14px;
}


.main.bgd {
	background: url(../images/customer_bg.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}

.title.white dl dt {
	color: #fff;
}

.title.white dl dd {
	color: rgba(255, 255, 255, 0.6);
}

.customerBox {
	clear: both;
	padding: 40px 0 0;
	width: 100%;
	float: left;
}

.customerProcess {
	display: flex;
	justify-content: center;
}

.customerImg {
	display: inline-block;
	width: 440px;
	vertical-align: top;
	margin-right: 20px;
}

.kefuImg {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	margin-left: 20px;
}
.customerInfo {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.customerItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 400px;
}

.telName {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 15px;
	background-color: #FF3939;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.telSp {
	font-size: 20px;
	display: inline-block;
	color: #fff;
}
.telNo {
	font-size: 28px;
	display: inline-block;
	color: #fff;
}

.customerLink {
	display: inline-block;
	padding: 10px 20px;
	line-height: 26px;
	width: 140px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	border-radius: 2px;
	border: 2px #58AEED solid;
	color: #006DCB;
}

.noticeBox {
	display: flex;
	justify-content: space-between;
}

.noticeItem {
	width: 560px;
}


.noticeItem .title {
	width: 98%;
}

.noticeItem .title::before {
	width: 35%;
}

.noticeItem .title::after {
	width: 35%;
}

.noticeList {
	padding-top: 10px;
}


.noticeList .newsList li span.iconfont {
	height: 38px;
	line-height: 38px;
}


.noticeList .newsList li span.date {
	line-height: 38px;
}

.noticeList .newsList li a {
	height: 38px;
	line-height: 38px;
}

.aboutUsBox {
	clear: both;
	padding: 40px 0 0;
	width: 100%;
	float: left;
}

.aboutUsInfo {
	display: flex;
	justify-content: center;
}

.aboutUsImg {
	display: inline-block;
	width: 360px;
	vertical-align: top;
	margin-right: 20px;
}

.customerInfo {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.aboutUscenter{
	display: inline-block;
	width: 50px;
}
.aboutUs {
	width: 360px;
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.aboutUs h2 {
	color: #032837;
	font-weight: bold;
	font-size: 16px;
}

.aboutUs p {
	line-height: 30px;
	font-size: 14px;
	color: #868686;
}

.aboutUs a {
	display: inline-block;
	padding: 10px 20px;
	width: 120px;
	text-align: center;
	border: 1px #032837 solid;
	background-color: transparent;
	color: #083749;
	transition: all 0.3s;
}

.aboutUs a:hover {
	background-color: #032837;
	color: #fff;
}

.footerMain {
	clear: both;
	width: 100%;
	float: left;
	padding: 30px 0;
	background: #006DCB url(../images/footer.png) no-repeat center center;
	background-size: cover;
}

.footer img {
	display: inline-block;
	width: 180px;
	vertical-align: top;
}

.footer dl {
	padding: 10px 0 0 0;
}


.footer dl dd {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}

.footer dl dd span {
	display: inline-block;
	margin-right: 5px;
}

.bannerImg {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	user-select: none;
}

.pageName {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	letter-spacing:15px;
	/* -webkit-box-reflect: below 4px -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)),  to(rgba(255,255,255,0.9))); */
		-webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent) , to(rgba(250, 250, 250, 0.4)));

}

.main.subPage {
	padding: 0 0 50px;
	background: #0054AE;
	background: -webkit-linear-gradient(to bottom, #0054AE, #fff);
	background: linear-gradient(to bottom, #0054AE, #fff);
}

.crumbBox {
	clear: both;
	width: 100%;
	float: left;
	padding: 20px 0px;
}

.crumb li {
	float: left;
	padding-right: 5px;
	height: 30px;
	display: flex;
	align-items: center;
}

.crumb li span.text {
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.crumb li span.iconfont {
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}


.crumb li a {
	display: inline-block;
	color: #fff;
}

.crumb li a:hover {
	text-decoration: underline;
}


.trendsTitle ,.trendsTitleDetail{
	clear: both;
	padding: 10px 20px;
	background-color: #fff;
}

.trendsTitleDetail h2{
	text-align: center;
	padding-left: 16px;
	position: relative;
	line-height: 40px;
	color: #1F1F1F;
	font-weight: bold;
	font-size: 20px;
}

.trendsTitle h2 {
	padding-left: 16px;
	position: relative;
	line-height: 30px;
	color: #006DCB;
	font-weight: bold;
	font-size: 18px;
}

.trendsTitle h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 18px;
	background-color: #006DCB;
}

.trendsCon {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 20px;
}

.trendsList li .item {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 20px 30px;
	border-bottom: 1px #58AEED dashed;
}
.trendsList li .itemgywm {
	display: flex;
	justify-content: space-between;
	 
	padding: 20px 30px;
border-bottom: 1px #cfcfcf dashed;     background-color: transparent;
}
.trendsList li .item .itemImg {
/*	flex: 0 0 180px;*/
}

.trendsList li .item .itemImg img {
	display: inline-block;
	width: 100%;
	visibility: top;
}

.itemDesc {
	flex: 1 1 auto;
	width: 0;
}

.itemDesc .newsTop {
	padding: 0 30px 0 25px;
}

.itemDesc .newsTop dt {
	color: #1F1F1F;
}

.pageBox {
	clear: both;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

#page li {
	display: inline-block;
	min-width: 30px;
	height: 28px;
	cursor: pointer;
	color: #666;
	font-size: 13px;
	line-height: 28px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	border-radius: 2px;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.xl-nextPage,
.xl-prevPage {
	width: 60px;
	color: #006DCB;
	height: 28px;
}

#page li.xl-disabled {
	opacity: .5;
	cursor: no-drop;
}

#page li.xl-disabled:hover {
	background-color: #f9f9f9 !important;
	border: 1px solid #dce0e0 !important;
	color: #666 !important;
}

#page li.xl-active {
	background-color: #006DCB;
	border-color: #006DCB;
	color: #FFF
}

#page li:hover {
	background-color: #006DCB !important;
	border-color: #006DCB;
	color: #FFF
}

#page li.xl-jumpText {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	opacity: 1;
}

#page li.xl-jumpText:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
	padding: 0 5px;
}

#xlJumpNum {
	width: 30px;
	margin: 0 3px;
	background-color: #fff;
	border: 1px #dce0e0 solid;
	font-size: 13px;
	padding: 2px 5px;
	line-height: 20px;
}


@media screen and (max-width:1380px) {
	.headerTip {
		display: none;
	}
}

.news-content{
	background-color: #fff;
}
.news-content-date{
	clear: both;
	background-color: #fff;
	width: 100%;
	padding-top: 20px;
	color: #333;
	text-align: center;
}


.news-content-div{
	clear: both;
	width: 100%;
	background-color: #FFF;
}

.article-content {
	padding: 20px 40px;
}

.article-content p {
	/* text-indent: 2em !important; */
	line-height: 30px !important;
	padding: 10px 10px !important;
}

.article-content p,.article-content span,.article-content a{
	color: #3E3E3E !important; 
	font-size: 14px !important;
	font-family: 宋体, SimSun !important;
	background-color: transparent !important;
}


.article-content p img {
	padding: 10px 0px !important;
	text-align: center !important;
}

.article-content p img {
	display: inline-block;
	text-indent: 0 !important;
	max-width: 100%;
}

.box {
	clear: both;
	width: 100%;
	float: left;
}
.map-box {
	padding: 30px 0px 30px;
}

.map {
	clear: both;
	width: 100%;
	height:100%;
}



/*subpage*/

.application-box {
	clear: both;
	width: 100%;
	float: left;
	padding: 30px 0px 30px;
}

.application {
	width: 100%;
	float: left;
}

.application-title {
	font-size: 28px;
	color: #335d92;
	line-height: 50px;
	padding-bottom: 20px;
	border-bottom: 2px #335d92 solid;
	text-align: center;
}

.application-list {
	width: 100%;
	float: left;
	padding: 10px 0px;
}

.application-list li {
	width: 547px;
	padding: 10px;
	float: left;
}

.application-item {
	width: 525px;
	float: left;
	border: 1px #d0d0d0 solid;
	background-color: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
	padding: 20px 10px;
}

.application-link {
	float: left;
	width: 92px;
	padding: 32px 10px 0px;
}

.application-link a {
	display: block;
	float: left;
}

.application-link a p.link-icon {
	width: 80px;
	height: 80px;
	padding: 4px;
	border: 2px #2b578e solid;
	border-radius: 50%;
	transition: all .3s;
}

.application-link a p.link-icon span {
	display: inline-block;
	width: 80px;
	height: 80px;
	transition: all .3s;
}

.application-link a p.link-icon span.icon1 {
	background: url(../images/icons.png) no-repeat 0 -800px;
}

.application-link a:hover p.link-icon span.icon1 {
	background: url(../images/icons.png) no-repeat 0 -880px;
}

.application-link a p.link-icon span.icon2 {
	background: url(../images/icons.png) no-repeat 0 -480px;
}

.application-link a:hover p.link-icon span.icon2 {
	background: url(../images/icons.png) no-repeat 0 -560px;
}

.application-link a p.link-icon span.icon3 {
	background: url(../images/icons.png) no-repeat 0 -1440px;
}

.application-link a:hover p.link-icon span.icon3 {
	background: url(../images/icons.png) no-repeat 0 -1520px;
}

.application-link a p.link-icon span.icon4 {
	background: url(../images/icons.png) no-repeat 0 -1760px;
}

.application-link a:hover p.link-icon span.icon4 {
	background: url(../images/icons.png) no-repeat 0 -1840px;
}

.application-link a p.link-icon span.icon5 {
	background: url(../images/icons.png) no-repeat 0 -1280px;
}

.application-link a:hover p.link-icon span.icon5 {
	background: url(../images/icons.png) no-repeat 0 -1360px;
}

.application-link a p.link-icon span.icon6 {
	background: url(../images/icons.png) no-repeat 0 -1920px;
}

.application-link a:hover p.link-icon span.icon6 {
	background: url(../images/icons.png) no-repeat 0 -2000px;
}

.application-link a p.link-icon span.icon7 {
	background: url(../images/icons.png) no-repeat 0 -1120px;
}

.application-link a:hover p.link-icon span.icon7 {
	background: url(../images/icons.png) no-repeat 0 -1200px;
}

.application-link a p.link-icon span.icon9 {
	background: url(../images/icons.png) no-repeat 0 -960px;
}

.application-link a:hover p.link-icon span.icon9 {
	background: url(../images/icons.png) no-repeat 0 -1040px;
}

.application-link a p.link-icon span.icon10 {
	background: url(../images/icons.png) no-repeat 0 -1600px;
}

.application-link a:hover p.link-icon span.icon10 {
	background: url(../images/icons.png) no-repeat 0 -1680px;
}

.application-link a p.link-icon span.icon12 {
	background: url(../images/icons.png) no-repeat 0 -320px;
}

.application-link a:hover p.link-icon span.icon12 {
	background: url(../images/icons.png) no-repeat 0 -400px;
}

.application-link a p.link-text {
	height: 28px;
	line-height: 28px;
	background-color: #2b578e;
	border-radius: 16px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	transition: all .3s;
}

.application-link a:hover p.link-icon {
	border-color: #eb1717;
}

.application-link a:hover p.link-text {
	background-color: #eb1717;
}

.application-desc {
	float: left;
	width: 400px;
	padding-left: 13px;
}

.application-desc dl dt {
	line-height: 28px;
	padding-bottom: 4px;
	color: #2b578e;
	font-size: 14px;
	font-weight: bold;
}

.application-desc dl dt a {
	color: #2b578e;
	font-size: 14px;
	font-weight: bold;
}

.application-desc dl dd {
	height: 140px;
	line-height: 28px;
	color: #888;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
/*2020-04-21 add*/

.desc-link {
	clear: both;
	display: block;
	line-height: 36px;
	font-size: 14px;
	color: #eb1717;
	float: right;
	padding: 0px 20px;
	cursor: pointer;
}

.desc-box {
	padding: 15px 20px;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	text-indent: 2em;
}

.layui-layer-title {
	font-weight: bold !important;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #2b578e !important;
	background-color: #2b578e !important;
}





.map-box2 {
	margin: 30px ;
	border: 1px solid #ababab;
	clear: both;
	width: 55%;
	float: left;
}

.aboutUsBox2 {
	border: 1px solid #ababab;
	clear: both;
	margin: 0px auto;
	padding: 0;
	width: 70%;
}

.aboutUsInfo2 {
	display: flex;
	justify-content: center;
}

.aboutUsImg2 {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-right: 20px;
}

.customerInfo2 {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
 
.aboutUs2 {
	border-top: 1px dashed #BFBFBF;
	border-bottom: 1px dashed #BFBFBF;
	width: 45%;
	margin: 30px 20px;
 
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.aboutUs2 h2 {
	color: #032837;
	font-family: Source Han Sans CN-Bold;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	font-size: 24px;
}

.aboutUs2 p {
	width: 60%;
	margin: 0px auto;
	line-height: 30px;
	font-size: 14px;
	color: #868686;
}

.aboutUs2 a {
	display: inline-block;
	padding: 10px 20px;
	width: 120px;
	text-align: center;
	border: 1px #032837 solid;
	background-color: transparent;
	color: #083749;
	transition: all 0.3s;
}

.aboutUs2 a:hover {
	background-color: #032837;
	color: #fff;
}

.about-main {
	padding: 40px 0px 50px;
}
.about-infos {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
}

.about-nav {
	width: 230px;
	padding: 10px 0px;
	padding-left: 14px;
	float: left;
}

.about-content {
	width: 820px;
	min-height: 500px;
	float: right;
	padding: 20px 0px;
	padding-right: 30px;
}

.an-list li {
	clear: both;
	width: 100%;
	float: left;
	padding: 15px 0px;
}

.an-list li a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding-right: 50px;
	padding-left: 20px;
	position: relative;
	font-size: 20px;
	color: #111;
}

.an-list li a:hover {
	color: #2e5c9a;
}

.an-list li a.current {
	background-color: #2e5c9a;
	color: #fff;
}

.an-list li a span.iconfont {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	line-height: 60px;
	font-size: 22px;
	color: #cbcccd;
}

.an-list li a.current span.iconfont {
	display: inline-block
}
.text-info {
	float: left;
	width: 100%;
	line-height: 50px;
	color: #474747;
	font-size: 20px;
}

.text-info p {
	line-height: 50px;
	color: #474747;
	font-size: 20px;
}

.map-box {
	padding: 0px 0px 30px;
}

.contactus {
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.contactus dt,
.contactus dd.addr {
	font-family: "Microsoft YaHei", "SimSun", "SimHei", "STSong", "STFangsong", "Hiragino Sans GB" !important;
	color: #313131;
	font-size: 17px;
	text-align: center;
	line-height: 36px;
}

.contactus dd.pho {
	font-family: "Microsoft YaHei", "SimSun", "SimHei", "STSong", "STFangsong", "Hiragino Sans GB" !important;
	color: #313131;
	font-size: 17px;
	text-align: center;
	line-height: 36px;
}

 

.text-index {
	text-indent: 2em;
}

.text-info p.show-img {
	padding: 10px 0px;
	text-align: left;
}

.text-info p.show-img img {
	display: inline-block;
	vertical-align: top;
}

.video-box {
	clear: both;
	width: 100%;
	text-align: center;
	float: left;
	padding: 20px 0px;
}

.video-box p {
	display: inline-block;
	cursor: pointer;
	position: relative;
	background-color: #000;
}

.video-box p img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.video-box p .iconfont {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 50px;
}

.display-none{
	display: none !important;
}

.foottext{
	width: 60px;
	text-align: justify;
    text-align-last: justify; /* 确保最后一行也两端对齐 */

}

.zizhiImgDiv{
	 
        flex: 0 0 calc(33.333% - 20px); /* 每个子元素占据1/3的宽度，减去间距 */
		padding: 20px;
		background-color: #f0f0f0;
		border: 1px solid #ccc;
		box-sizing: border-box; /* 确保内边距和边框包含在宽度内 */
    
}

	/*产品 列表图 */
ul#detail {
	width:100%; text-align:left; overflow:hidden;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	/* justify-content: space-between;
	-webkit-justify-content: space-between; */
	align-items:cetner;
	-webkit-align-items:center;
	}
ul#detail li { 
	float:left; width:30%; text-align:center; height:auto; margin:10px;
	box-shadow:0 4px 8px 0 rgba(0,0,0,.2); 
	/* padding:4px;  */
	border:1px solid #efefef;
}
	
ul#detail li:hover{border: 1px solid #D5D5D5;}

ul#detail li img{ display:block; width:260px; height:170px;}
ul#detail li span {width:260px; overflow:hidden;}
ul#detail li span a{ display:block; width:260px; height:36px; line-height:36px; font-size:12px; text-align:center; background-color:#acacac; color:#fff; text-decoration:none;}
ul#detail li span a:hover{ background-color:#656565; color:#fff;}


.text-center{
	text-align: center;
}
.map_title{
    /*color: #374552;
    font-size: 36px;*/
    color: #323232;
    font-size: 30px;
    padding-bottom: 30px;
	
    padding-top: 30px;
}

.map_btm{
	display: flex;
    justify-content: center; /* 水平居中对齐 */
    list-style-type: none; /* 去掉默认的列表样式 */
	/* display: block; */
	font-size: 0;border-top: #ddd solid 2px !important;padding-bottom: 30px; }
.map_btm li{
    width: 25%;
    float: left;
    text-align: center;
    height: 100px;
    line-height: 30px;
    padding: 25px 0 10px 0;
}
.map_btm .small_title{
    font-size: 22px;
    color:#333;
    position: relative;
    line-height: 40px;
}
.map_btm .small_title span{
    display: none;width: 10px;height: 10px;
    background: #4a9f8c;

}
.map_btm .small_desc{
    font-size: 14px;
    color: #444;
}
.gywmimg img{
width:100%;
}


.company-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 20px;
}
.company-card {
	width: 28%;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px;
	overflow:hidden;
	text-align: center;
}
.card-img-div {
    width: 100%;
	height: 180px;
	overflow:hidden;
}
.company-card img {
    width: 100%;
	height: 100%;
	object-fit:cover;
}
.company-card h2 {
	margin-top: 10px;
}
.card-text-div {
	width: 100%;
	height: 50px;
}
.company-card p {
	text-align: left;
	padding: 5px
}

.company-card:hover img{
	transform: scale(1.2);
	transition:all 1s ease;
}
.company-card:hover .card-text-div{
	background: #006DCB; 
	color: #fff
}


/* 首页四个优势*/
#advantage_box {width:100%;margin:0 auto;background-color:#0058A3; }
.adv_box {width:1200px; }
ul#adv_box {width:1200px; height:600px;}
ul#adv_box li { float:left; width:575px; height:180px; background-color:#fff; margin-right:50px; margin-top:40px; padding:30px 0;
cursor: pointer;transition: all 0.4s;
}
.adv_box_leftpic { float:left; 
	width:140px; height:180px;
  display: flex;
  justify-content: right; 
  align-items: center;     /* 垂直居中 */
}
.adv_box_righttxt { float:right; 
	width:410px;height:180px; font-size:16px; color:#666; text-align:left; line-height:26px;
	padding-right:20px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.fontbod{
font-weight:bold;
}
.adv_box_righttxt span { display:block; font-size:22px;line-height:46px; color:#666; font-weight:bold;}
.adv_box_righttxt span b{line-height:40px; color:#0058A3; font-weight:bold;}
.adv_box_righttxt a { font-size:14px;line-height:20px;color:#666; text-align:left;}
.adv_box_righttxt a:hover { /*color:#0058A3;*/ }

ul#adv_box li:hover{ background-color:#F4F4F4; transform: scale(1.1);opacity:1;}

.duration-300 {
    transition-duration: 300ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 102 204 / var(--tw-bg-opacity, 1));
}
.rounded-button {
    border-radius: 4px;
}

.whitespace-nowrap {
    white-space: nowrap;
}

[role=button], button {
    cursor: pointer;
}
.hover\:bg-opacity-90:hover {
	--tw-bg-opacity: 0.9
}
.bordernone{
	border:none;
}
