html,
body {
	padding: 0;
	margin: 0;
	/* font-family: "微软雅黑"; */
	font-family:"Microsoft YaHei";
	font-size: 14px;
	color: #666;
	width: 100%;
	height: 100%;
}

@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('/template/default/fonts/iconfont.ttf?t=1635922021824') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

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

.wrap2 {
	width: 90%;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
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;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #0d34af;
}

img {
	max-width: 100%;
	vertical-align: baseline;
}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


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

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/**导航菜单**/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: none;
	height: 100px;
	transition: all 0.5s;
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}

header.header2 {
	background: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 26px;

}

header .logo img {
	max-height: 100%;
}

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
}


/* header.on-fixed .rightDiv .menu>ul>li>a {
	color: #000;
} */

header .rightDiv {
	float: right;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 20px;
	/*width: 126px;*/
}


header .rightDiv .menu>ul>li>a {
	height: 100px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 18px;
	line-height: 100px;

}


/* header .rightDiv .menu>ul>li:last-child img {
	margin-right: 10px;
}

header .rightDiv .menu>ul>li:last-child>a {
	color: #999;
}
 */

header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #0d34af;
	position: absolute;
	left: 0;
	bottom: 0;
	/* transform: translateX(-50%); */
	transition: .5s;
}

header.nei .rightDiv .menu>ul>li>a::after {
	background: #ff9700;
}

/* header .rightDiv .menu>ul>li>a.now::after, */
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}

header:hover {
	background: rgba(0, 0, 0, 0.5);
}


/* 
header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
	display: block;
	width: 20px;
	height: 2px;
	background: #009a44;
	margin: 0 auto;
	margin-top: 1rem;

	/* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #0d34af;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(/template/default/img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
	text-transform: capitalize;
}

/* header.header2 .rightDiv .menu>ul>li:hover>a {
	border-bottom: 2px #FFFFFF solid;
}
 */
/* header.header2 .rightDiv .menu>ul>li>a.now {
	border-bottom: 2px #FFFFFF solid;
} */

/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
	border-bottom: none;
} */

/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */
body.on-menu header .mbtn {
	background: url(/template/default/img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}


/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

header.index .menu>ul>li:hover>a {
	color: #0d34af;
}

header.nei .menu>ul>li:hover>a {
	color: #fff;
}

/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
/* .menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	 background: url(/template/default/img/xia.png) no-repeat; */
/*} */
.menu ul li {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu>ul>li>ul {
	width: 220px;
	position: absolute;
	top: 100px;
	min-width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9;
	font-size: 14px;
	/* opacity: 0; */
	background: rgba(0, 0, 0, 0.5);
	/* visibility: hidden; */
	display: none;
	transition: all .5s ease 0s;
	background: #fff;
	padding: 5px 0;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}

.menu ul>li:hover>ul {
	display: block !important;

}

.menu ul ul.solutionNav {
	width: 750px;
	display: none;
	padding-left: 30px;
	position: absolute;
}

.menu ul>li:hover>ul.solutionNav {
	display: flex !important;
}

.menu ul ul.solutionNav>li {
	padding: 10px 0;
	width: 45%;
}

.menu ul ul.solutionNav>li:first-child {
	margin-right: 6%;
}

.menu ul ul.solutionNav>li>a {
	border-bottom: 1px #d2d2d2 solid !important;
	padding: 0;
	padding-bottom: 15px;
}



/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	top: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
	position: relative;
	box-shadow: none;
}

.menu ul ul ul .navTxt {
	display: flex;
	justify-content: space-between;
}

.menu ul ul ul .navTxt .nav_wz {
	width: calc(100% - 55px);
}

.menu ul ul ul .navTxt>img {
	width: 40px;
	height: 40px;
}

.menu ul ul ul li a {
	padding: 10px 0;
}

.menu ul ul li:hover ul {
	top: 0;
}


.menu ul ul li:hover>ul {
	margin-left: 0;
}

.menu ul ul li:hover {
	background: #ff9700;
}

.menu ul ul.solutionNav ul li:hover,
.menu ul ul.solutionNav li:hover {
	background: none;
}

.menu ul ul li:hover a,
.menu ul ul li:hover span {
	color: #fff;
}

.menu ul ul.solutionNav li:hover a {
	color: #333;
}

.menu ul ul.solutionNav li ul li:hover .f3 {
	color: #0d34af;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/


.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 16px;
	color: #333;
	/* border-bottom: 1px solid #e5e5e5; */
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 10px 15px;
	text-align: left;
}

.menu ul ul li>a span {
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.3)
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	/* color: #f05a59; */
	border: 0;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.searDiv {
	margin-top: 35px;
	margin-left: 15px;
}

.searDiv form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 157px;
	height: 30px;
	background-color: #ffffff;
	padding: 0 10px;
}

.searDiv form img {
	width: 16px;
}
.searDiv form button {
    width: 16px;
    height: 16px;
    border: none;
}
.searDiv form input {
	width: calc(100% - 20px);
	padding: 0 5px;
	border: 0;
}

footer {
	padding-top: 85px;
	background-color: #333333;
}

footer .wrap>.flex2 {
	align-items: flex-start;
}

.navBt {
	margin-bottom: 10px;
}

.navBott ul li a,
.lxBott ul li {
	display: block;
	padding: 5px 0;
	color: #999999;
}

.ewmDiv img {
	max-width: 175px;
}

.banquan {
	padding: 18px 0;
	border-top: 1px #999999 solid;
	color: #bbbbbb;
}

.banquan a {
	color: #bbbbbb;
}

footer a:hover {
	color: #fff !important;
}

.weizhi a {
	color: #999999;
}

.weizhi a:hover {
	color: #0d34af;
}

.weizhi {
	padding: 10px 0;
}

.erji {
	margin-top: 45px;
	margin-bottom: 40px;
}

.erji .flex2 {
	align-items: initial;
}

.erjiDiv {
	max-width: 70%;
}

.erjiDiv ul {
	display: flex;
	flex-wrap: wrap;
}

.erjiDiv ul li a {
	display: block;
	min-width: 150px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #dadada;
	text-align: center;
	padding: 0 15px;
	line-height: 40px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.erjiDiv ul li a.now,
.erjiDiv ul li a:hover {
	background: #0d34af;
	color: #fff;
	border: 1px solid #0d34af;
}


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

.fenye ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background-color: #ffffff;
	border: solid 1px #bcbcbc;
	margin: 0 5px;
}

.fenye ul li a.last_a {
	width: 100px;
}

.fenye ul li a:hover,
.fenye ul li a.now {
	background: #0d34af;
	color: #fff;
	border: 1px #0d34af solid;
}

.fenye ul li a:hover img {
	filter: brightness(100);
}

.newsDiv1 .newsList .textDiv {
	display: flex;
	justify-content: space-between;
}

.newsDiv1 .newsList .date {
	width: 130px;
	display: flex;
}

.newsDiv1 .newsList .wenzi {
	width: calc(100% - 150px);
	display: flex;
	justify-content: space-between;
}

.newsDiv1 .newsList .wenzi .txt {
	width: calc(100% - 230px);
	padding-top: 5px;
}

.newsDiv1 .newsList .wenzi .imgDiv {
	width: 165px;
	height: 110px;
}

.newsDiv1 .newsList li .textDiv {
	padding: 40px 0;
	border-bottom: 1px #dddddd solid;
}

.newsDiv1 .newsList .date .line {
	width: 40px;
	height: 1px;
	background-color: #b1b1b1;
	margin-top: 20px;
	margin-left: 20px;
}

.shuju {
	padding: 30px 40px;
	background: #f7f7f7;
}

.shuju ul li {
	display: flex;
	align-items: flex-end;
}

.shuju ul li span {
	font-style: italic;
}

.shuju ul li span.wan {
	font-size: 23px;
}

.shuju ul li .f8 {
	margin-bottom: 9px;
	margin-left: 5px;
}

.shuju ul li sup {
	font-size: 34px;
	color: #0f30ab;
	font-style: italic;
}

.shuju ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.caseDiv1 .content .textDiv {
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(4, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
}

.caseDiv1 .content .textDiv .wenzi {
	padding: 25px 15px;
}

.caseDiv1 .content .textDiv .wenzi img {
	margin-top: 30px;
}

.caseDiv1 .col-lg-3 {
	margin-bottom: 40px;
}

.caseDiv1 .fenye {
	margin-bottom: 40px;
}

.zpList .textDiv {
	padding: 20px 30px;
	background-color: #ffffff;
	border: solid 1px #d6d6d6;
}

.zw_name {
	display: flex;
	align-items: center;
}

.zw_name img {
	margin-left: 10px;
}

.xinxi {
	padding-bottom: 15px;
	border-bottom: dashed 1px #d6d6d6;
}

.zw_p {
	width: 100px;
	height: 28px;
	border: solid 1px #d6d6d6;
	text-align: center;
	line-height: 28px;
}

.zpList li {
	margin-bottom: 20px;
}

.zpList li:last-child {
	margin-bottom: 0;
}

.zpList li:hover .textDiv {
	background-color: #f1f1f1;
}

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

.lxUl li {
	width: 50%;
	padding: 25px 0;
	padding-left: 5%;
	display: flex;
	align-items: center;
	justify-content: initial;
}

.lxUl li p {
	width: calc(100% - 80px);
	margin-left: 30px;
}

.mapDiv {
	height: 400px;
	box-shadow: 0px 3px 10px 0px rgba(4, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
}

.nrDiv .textDiv {
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(4, 0, 0, 0.1);
	padding: 25px 30px;
	line-height: 36px;
	min-height: 180px;
	height: 100%;
	transition: all 0.3s;
}

.nrDiv .textDiv ul {
	color: #666;
	margin-top: 5px;
	line-height: 32px;
}

.nrDiv .col-lg-4 {
	margin-bottom: 30px;
}

.company {
	margin-bottom: 120px;
}

.nrDiv {
	margin-top: 65px;
}

.nrDiv .textDiv:hover {
	/* margin-top: -10px; */
	box-shadow: 3px 5px 10px 0px rgba(13, 52, 175, 0.1);
}


.historyUl li {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 25px; */
	position: relative;
	min-height: 200px;
	padding: 30px 0;
	margin-bottom: 10px;
	transition: all 0.5s;
}
.historyUl li:hover{
	box-shadow: 0px 3px 15px 0px rgb(4 0 0 / 20%);
}

.historyUl li:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border: solid 3px #15499a;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 35px;
}

.historyUl li::after {
	content: "";
	height: calc(100% - 90px);
	top: 65px;
	width: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #c6c6c6;
	position: absolute;
}

.historyUl li .year {
	text-align: right;
	width: 46%;
}

.historyUl li .textDiv {
	width: 46%;
	padding-right: 25px;
}

.historyUl li:nth-child(even) {
	flex-direction: row-reverse;
	background-color: #f5f5f5;
}

.historyUl li:nth-child(even) .year {
	text-align: left;
}

.historyUl li:nth-child(even) .textDiv {
	text-align: right;
	padding-left: 25px;
}

.historyUl {
	margin-bottom: 150px;
}

.slDiv img {
	max-width: initial;
}

.bg_gray {
	background: #f5f5f5;
}

.solutionImg .solutionDiv:nth-child(even) {
	background: #f5f5f5;
}

.solutionImg .solutionDiv:last-child {
	padding-bottom: 150px;
}

.aboutDiv1 .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aboutDiv1 .content .flDiv {
	width: 530px;
	height: 350px;
}

.aboutDiv1 .content .flDiv .videoDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutDiv1 .content .flDiv .videoDiv video {
	width: 100%;
	height: 100%;
	background: #000;
}

.aboutDiv1 .content .imgDiv {
	width: 100%;
	height: 100%;
}

.aboutDiv1 .content .textDiv {
	width: calc(100% - 630px);
}

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

.logoDiv {
	width: 300px;
	height: 270px;
	background-color: #0f30ab;
}

.aboutDiv2 .content {
	height: 300px;
}

.aboutDiv2 .content ul {
	width: calc(100% - 300px);
	display: flex;
	align-items: center;
}

.aboutDiv2 .content ul li {
	height: 270px;
	width: 25%;
	background-image: linear-gradient(90deg,
			#ffffff 0%,
			#eeeff3 87%,
			#dcdee7 100%),
		linear-gradient(#f6f6f6,
			#f6f6f6);
	background-blend-mode: normal,
		normal;
	padding: 40px 25px;
	transition: all 0.5s;
	cursor: pointer;
	padding-top: 35px;
}
.lgqs{
	margin-top: -15px;
}

.aboutDiv2 .content ul li .biaoti {
	min-width: 66px;
	height: 66px;
	padding: 0 20px;
	line-height: 66px;
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

.aboutDiv2 .content ul li:hover {
	height: 300px;
}

.aboutDiv2 .content ul li .biaoti:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border: 2px #b7c0e6 solid;
	left: 0;
	top: 0;
	border-right: 0;
	border-bottom: 0;
}

.aboutDiv2 .content ul li .biaoti:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border: 2px #b7c0e6 solid;
	right: 0;
	bottom: 0;
	border-top: 0;
	border-left: 0;
}
.aboutDiv3 .content{
	transition: all 0.5s;
}
.aboutDiv3 .content .flDiv {
	width: 440px;
	padding: 90px 38px;
	background-color: #f1f7ff;
	position: relative;
}
.aboutDiv3 .content:hover{
	margin-top: -30px;
	margin-bottom: 30px;
}

.aboutDiv3 .content .flDiv:before {
	width: 120px;
	height: 10px;
	background-color: #0f30ab;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
}



.titleFl img {
	margin-right: 10px;
	width: 31px;
	height: 40px;
}

.titleFl .mTxt {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.titleFl .en {
	color: #e1e8f7;
	position: absolute;
	z-index: 1;
	bottom: -18px;
}

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

.aboutDiv3 .content .textDiv {
	width: calc(100% - 440px);
}

.titleFl .mTxt {
	justify-content: center;
}

.aboutDiv4 .titleFl .en {
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #e6e6e6;
}

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

.aboutDiv4 .content ul li {
	width: 16.66%;
	display: flex;
	flex-wrap: wrap;
	/* height: 300px; */
}
.aboutDiv4 .content ul li:hover .textDiv{
	height: 160px;
	margin-top: -20px;
}
.aboutDiv4 .content ul li:nth-child(odd):hover .textDiv{
	height: 160px;
	margin-top: 0;
	margin-bottom: -20px;
}

.aboutDiv4 .content ul li .imgDiv,
.aboutDiv4 .content ul li .textDiv {
	width: 100%;
	height: 140px;
}

.aboutDiv4 .content ul li .textDiv {
	padding: 0 25px;
	padding-top: 25px;
	background: #fff;
	line-height: 26px;
	transition: all 0.5s;
}

.aboutDiv4 .content ul li:nth-child(even) {
	flex-direction: column-reverse;
}

.aboutDiv4 .content ul li p.bt span {
	display: block;
	width: 4px;
	height: 15px;
	background-color: #3147b1;
	border-radius: 2px;
	margin-right: 10px;
}

.aboutDiv4 .content ul li p.bt {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.aboutDiv4 {
	padding-bottom: 100px;
}

header.index {
	top: calc(100% - 50px);
	position: absolute;
	transition: all 0s;
}

header.index .logo {
	display: none;
}

header.index .wrap {
	background: #fff;
	border-radius: 5px;
	padding: 0 20px;
}

header.index .menu>ul>li>a {
	color: #333;
}

header.index .menu>ul>li {
	padding: 0 48px;
}

header.index .rightDiv {
	width: 100%;
	float: none;
}

header.index.on-fixed {
	top: 0;
	background: none;
	position: fixed;

}

header.index:hover {
	background: none;
}

header.index.on-fixed .wrap {
	box-shadow: 0px 6px 10px 0px rgba(4, 0, 0, 0.1);
}

header.index .menu>ul {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
}

header.index .menu>ul>li:hover ul {
	display: none !important;
}

header.index .searDiv {
	display: none;
}

.menu ul>li:hover>ul,
header.index .menu ul ul {
	display: none;
}

.indexDiv1 {
	padding: 140px 0;
	background-color: #f5f5f5;
}

.title_inidex {
	width: 236px;
	height: 65px;
	background-color: #0e32ad;
	background: url(/template/default/img/title.png) no-repeat;
	background-size: 100%;
	text-align: center;
	line-height: 65px;
	margin: 0 auto;
}

.indexDiv1 .tabDiv {
	border-radius: 5px;
	overflow: hidden;
}

.indexDiv1 .tabDiv .tabUl {
	width: 280px;
	box-shadow: 0px 6px 10px 0px rgba(4, 0, 0, 0.1);
	background: #fff;
	padding: 15px;
}

.indexDiv1 .tabDiv .tab li {
	display: flex;
	align-items: center;
	padding: 12px 6px;
	margin: 15px 0;
}

.indexDiv1 .tabDiv .tab li:hover p {
	color: #0f31ac;
}

.indexDiv1 .tabDiv .tab li.active:hover p {
	color: #fff;
}

.indexDiv1 .tabDiv .tab li.active {
	background-color: #0f31ac;
	color: #fff;
}

.indexDiv1 .tabDiv .tab li.active img {
	filter: brightness(200);
}

.indexDiv1 .tabDiv .tab li img {
	margin-right: 6px;
}

.tab_title {
	display: flex;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px #c4c4c4 solid;
}

.tab_title img {
	margin-right: 10px;
}

.tabDiv {
	display: flex;
}

.tabDiv #tabCon {
	width: calc(100% - 280px);
}

.tabDiv #tabCon .tab_cell {
	width: 100%;
	height: 100%;
	padding: 30px 35px;
}

.tabConUl li {

	width: 45%;
	padding-right: 5%;
	margin-bottom: 30px;
}

.tabConUl li a {
	display: flex;
	align-items: center;
}

/*.tabConUl li a:hover {
	font-weight: bold;
}*/

.tabConUl li img {
	margin-right: 10px;
}

.tabConUl {
	display: flex;
	flex-wrap: wrap;
}

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

.index_case li {
	margin: 0 10%;
	transition: all 0.5s;
	padding-top: 25px;
	height: 180px;
}

.index_case li img {
	transition: all 0.5s;
}

.index_case li:hover img {
	margin-top: -25px;
}

.indexDiv3 .wrap>ul {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px #d6d6d6 solid;
}

.indexDiv3 .wrap>ul li {
	padding: 0 25px;
	padding-bottom: 25px;
	position: relative;
	margin: 0 33px;
	cursor: pointer;
}

.indexDiv3 .wrap>ul li::after {
	width: 0%;
	height: 3px;
	background-color: #102faa;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	transition: all 0.5s;
	transform: translate(-50%, 0);
}

.indexDiv3 .wrap>ul li.active {
	font-size: 20px;
	color: #102faa;
}

.indexDiv3 .wrap>ul li.active::after,
.indexDiv3 .wrap>ul li:hover::after {
	width: 100%;
}

.indexDiv3 .flDiv {
	width: 50%;
	height: 320px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.indexDiv3 .flDiv .textDiv {
	width: 535px;
	padding-right: 60px;
	padding-bottom: 60px;
}

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

.indexDiv3 .imgBox {
	width: 50%;
	height: 320px;
}

.indexDiv3 .imgBox .imgDiv {
	height: 100%;
}

.indexDiv3 .swiper-button-white {
	width: 19px;
	height: 19px;
	/* background-color: #ffffff; */
	background-size: 40%;
	border-radius: 50%;
	border: 1px #fff solid;
	top: auto;
	bottom: 50px;
}

.indexDiv3 .swiper-button-prev {
	left: 40%;
}

.indexDiv3 .swiper-button-next {
	left: 45%;
	right: auto;
}

.indexDiv3 .swiper-pagination {
	width: auto;
	color: #fff;
	bottom: 50px;
	left: 42%;
}

.indexDiv4 a img {
	transition: all 0.5s;
}

.indexDiv4 a:hover img {
	transform: scale(1.15);
}

.indexDiv4 .swiper-button-black {
	opacity: 0.5;
}

.indexDiv4 .swiper-container {
	width: 85%;
	margin: 0 auto;
	/* padding: 0 50px; */

}

.indexDiv5 .content .flDiv {
	width: 580px;
}

.indexDiv5 .content .flDiv .textDiv .wenzi {
	display: flex;
	padding: 30px 0;
}

.indexDiv5 .content .flDiv:hover .txt .font16{
	font-weight: bold;
}

.indexDiv5 .content .date {
	width: 100px;
	margin-right: 14px;
	margin-top: -3px;
}

.indexDiv5 .content .flDiv .textDiv .txt {
	width: calc(100% - 114px);
}

.indexDiv5 .content .rtList .textDiv {
	display: flex;
	padding: 30px 0;
	justify-content: space-between;
	position: relative;
}

.indexDiv5 .content .rtList .textDiv:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background-color: #ffffff;
	border: solid 1px #15499a;
	border-radius: 50%;
	left: 100px;
	top: 38px;
	z-index: 3;
}

.indexDiv5 .content .rtList .textDiv::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #d2d2d2;
	left: 106px;
	z-index: 2;
	top: 0;
}

.indexDiv5 .content .rtList .textDiv:hover:before {
	border: solid 3px #15499a;
}

.indexDiv5 .content .rtList .textDiv .wenzi {
	width: calc(100% - 135px);
}

.indexDiv5 .content .rtList .textDiv:hover .wenzi .font16 {
	font-weight: bold;
}

.indexDiv5 .content .rtList {
	width: calc(100% - 630px);
}

.bannerIndex .swiper-slide>a>img {
	width: 100%;
}

.fixed_rt {
	position: fixed;
	/*top: 50%;*/
	bottom: 0px;
	right: 10px;
	transform: translate(0, -50%);
	z-index: 9999;
}

.fixed_rt ul li {
	position: relative;
	margin-bottom: 3px;
}

.hideRT {
	position: absolute;
	right: 70px;
	width: 290px;
	background: url(/template/default/img/fixed_bg.jpg) no-repeat center center;
	background-size: cover;
	bottom: 0;
	/* display: none; */
	padding: 40px 20px;
	padding-bottom: 50px;
	display: none;
}

.fixed_rt ul li:hover .hideRT {
	display: block;
}

.showRt {
	width: 68px;
	height: 69px;
	background-color: #f2f5fc;
	border-radius: 10px;
	border: solid 1px #1a51a5;
	text-align: center;
	padding-top: 10px;
}

.showRt p {
	margin-top: -2px;
}

.qrDiv img{
	width: 200px;
}

.telDiv input {
	width: 100%;
	height: 35px;
	border: solid 1px #d2d2d2;
	padding: 0 10px;
}

.telDiv button {
	width: 80px;
	height: 37px;
	background-color: #0f31ac;
	color: #fff;
	border: 0;
}

.videoS .videoDiv {
	position: absolute;
	width: 100%;
	height: 480px;
	background: #000;
}

.videoS .videoDiv video {
	height: 100%;
	width: 100%;
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	header:hover {
		background: rgba(0, 0, 0, 0.9);
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		/* border-top: 1px solid rgba(255, 255, 255, .3) */
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}


	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99;
		/* transform: rotate(45deg); */
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99;
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
		border-top: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px rgba(255, 255, 255, .1) dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {

		margin-left: 0;
	}

	header .logo img {
		max-height: 28px;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 12px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		width: 100%;
		left: 0;
		transform: translate(0, 0);
	}

	header .wrap {
		display: block;
		height: 50px;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: rgba(0, 0, 0, 0.9) !important;
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #fff;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(0, 0, 0, 0.9);
		/* background: #fff; */
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px rgba(255, 255, 255, 0.1) solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #fff;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #fff;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #e32b1f;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #e32b1f;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei {
		margin-top: 50px;
	}

	header.index {
		top: 0;
	}

	header.index .wrap {
		background: none;
		padding: 0;
	}

	header.index .logo,
	header.index .searDiv {
		display: block;
	}

	.searDiv form {
		width: 135px;
	}

	.searDiv {
		margin-top: 11px;
		margin-right: 45px;
	}

	header.index .menu>ul {
		display: block !important;
	}

	header.index .menu ul ul {
		display: block;
	}

	.bannerIndex .swiper-slide>a>img {
		height: 200px;
		object-fit: cover;
	}

	.indexDiv1 {
		padding: 40px 0;
	}

	.title_inidex {
		width: 150px;
		height: 40px;
		line-height: 40px;
	}

	.title_inidex .font36 {
		font-size: 20px;
	}

	.font18 {
		font-size: 14px;
	}

	.indexDiv1 .tabDiv {
		display: block;
	}

	.indexDiv1 .tabDiv .tabUl {
		width: 100%;
		display: block;
	}

	.indexDiv1 .tabDiv .tab li {
		display: flex;
		align-items: center;
		padding: 8px 6px;
		margin: 10px 0;
	}

	.tabDiv #tabCon {
		width: 100%;
	}

	.tabDiv #tabCon .tab_cell {
		background-position: center !important;
	}

	.tabConUl li {
		width: 100%;
		margin-bottom: 15px;
	}

	.indexDiv3 .wrap>ul li {
		padding: 0 10px;
		padding-bottom: 15px;
		position: relative;
		margin: 0 10px;
	}

	.index_case li {
		margin: 0 5%;
	}

	.indexDiv3 .mainDiv {
		display: block;
	}

	.indexDiv3 .flDiv,
	.indexDiv3 .imgBox {
		width: 100%;
		height: 240px;
	}

	.indexDiv3 .flDiv .textDiv {
		width: 90%;
		padding-right: 0;
		margin: 0 auto;
	}

	.indexDiv3 .imgBox {
		height: 200px;
	}

	.indexDiv3 .swiper-pagination,
	.indexDiv3 .swiper-button-white {
		bottom: 230px;
	}

	.indexDiv3 .swiper-button-next {
		left: 58%;
	}

	.indexDiv3 .swiper-pagination {
		left: 47%;
	}

	.indexDiv4 .swiper-button-black {
		width: 40px;
		background-size: 30%;
	}

	.indexDiv5 .content .flDiv,
	.indexDiv5 .content .rtList {
		width: 100%;
	}

	.indexDiv5 .content .rtList .textDiv,
	.indexDiv5 .content .flDiv .textDiv .wenzi {
		padding: 15px 0;
		justify-content: space-between;
		position: relative;
	}

	.indexDiv5 .content .flDiv .textDiv .txt {
		width: calc(100% - 135px);
	}

	.indexDiv5 .content .flDiv .textDiv .wenzi::after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		background: #d2d2d2;
		left: 106px;
		z-index: 2;
		top: 0;
	}

	.indexDiv5 .content .flDiv .textDiv .wenzi::before {
		content: "";
		position: absolute;
		width: 13px;
		height: 13px;
		background-color: #ffffff;
		border: solid 1px #15499a;
		border-radius: 50%;
		left: 100px;
		top: 38px;
		z-index: 3;
	}

	.indexDiv5 .content .date {
		margin-top: 5px;
	}

	.par100 {
		padding: 50px 0;
	}

	.par60 {
		padding: 30px 0;
	}

	footer .wrap>.flex2 {
		display: block;
	}

	footer {
		padding-top: 50px;
	}

	.navBott {
		margin-bottom: 20px;
	}

	.navBott ul {
		display: flex;
		flex-wrap: wrap;
	}

	.navBott ul li {
		margin-right: 15px;
	}

	.lxBott>img {
		height: 35px;
	}

	.ewmDiv {
		margin-top: 30px;
	}

	.ewmDiv img {
		width: 140px;
	}

	.indexDiv4 .swiper-button-next {
		right: -10px;
	}

	.indexDiv4 .swiper-button-prev {
		left: -10px;
	}

	.font16 {
		font-size: 15px;
	}

	.erji .wrap>.flex2 {
		display: block;
	}

	.erjiDiv ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.erjiDiv ul li {
		width: 48%;
	}

	.erjiDiv ul li a {
		width: 100%;
		margin-left: 0;
	}

	.erjiDiv {
		max-width: 100%;
	}

	.weizhi {
		margin-bottom: 15px;
	}

	.erji {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.aboutDiv1 .content {
		display: block;
	}

	.aboutDiv1 .content .flDiv {
		width: 100%;
		height: 240px;
	}


	.aboutDiv1 .content .textDiv {
		width: 100%;
		margin-top: 20px;
	}

	.aboutDiv2 .content {
		display: block;
	}

	.logoDiv {
		width: 100%;
		height: 120px;
	}

	.logoDiv img {
		height: 80px;
	}
	.aboutDiv2 .content{
		height: auto;
	}

	.par90 {
		padding: 45px 0;
	}

	.aboutDiv2 .content ul li {
		width: 100%;
		height: auto;
		padding: 10px 20px;
	}

	.aboutDiv2 .content ul {
		width: 100%;
		display: block;
	}

	.aboutDiv2 .content ul li .textDiv {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.aboutDiv2 .content ul li .textDiv .wenzi {
		width: calc(100% - 100px);
		text-align: left;
		margin-top: 10px;
	}

	.aboutDiv2 .content ul li .biaoti {
		min-width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.aboutDiv2 .content ul li:last-child {
		padding-bottom: 30px;
	}

	.aboutDiv3 .mTxt .font38 {
		font-size: 16px;
	}

	.titleFl img {
		width: 25px;
		height: auto;
	}

	.aboutDiv3 .content .flDiv {
		padding: 40px 15px;
		width: 45%;
	}

	.aboutDiv3 .content .imgDiv {
		width: 55%;
	}

	.aboutDiv3 .content .flDiv .font26 {
		font-size: 14px;
	}

	.aboutDiv4 .content ul {
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.aboutDiv4 .content ul li {
		width: 50%;
	}

	.par80 {
		padding: 40px 0;
	}

	.aboutDiv4 {
		padding-bottom: 60px;
	}

	.aboutDiv4 .content ul li .textDiv {
		padding: 20px 15px;
		padding-bottom: 0;
	}

	.historyUl li:before {
		width: 16px;
		height: 16px;
		border: solid 2px #15499a;
	}

	.historyUl li .textDiv {
		width: 46%;
		padding: 0;
	}

	.historyUl li .textDiv .line30 {
		line-height: 24px;
	}

	.historyUl li:nth-child(even) .textDiv {
		padding-left: 10px;
		padding-right: 10px;
	}

	.historyUl li:nth-child(odd) .textDiv {
		padding-left: 10px;
		padding-right: 10px;
	}

	.historyUl li {
		padding: 15px 0;
	}

	.historyUl li:before {
		top: 20px;
	}

	.historyUl li::after {
		top: 45px;
	}

	.historyUl li::after {
		height: calc(100% - 58px);
	}

	.historyUl {
		margin-bottom: 100px;
	}

	.newsDiv1 .newsList .date {
		width: 100%;
	}

	.newsDiv1 .newsList li .textDiv {
		display: block;
	}

	.newsDiv1 .newsList .wenzi {
		/* display: block; */
	}

	.newsDiv1 .newsList .wenzi .txt {

		width: calc(100% - 140px);
	}

	.newsDiv1 .newsList .wenzi {
		width: 100%;
	}

	.newsDiv1 .newsList .wenzi .imgDiv {
		width: 120px;
	}

	.newsDiv1 .newsList .date img {
		display: none;
	}

	.newsDiv1 .newsList .date .line {
		margin-top: 13px;
		margin-left: 13px;
	}

	.newsDiv1 .newsList li .textDiv {
		padding: 20px 0;
	}

	.fenye ul li a {
		width: 30px;
		height: 30px;
	}

	.fenye ul li a.last_a {
		width: 50px;
	}

	.fenye ul li a img {
		height: 15px;
	}

	.slDiv img {
		width: 100%;
	}

	.solutionImg .solutionDiv:last-child {
		padding-bottom: 40px;
	}

	.shuju ul li {
		width: 50%;
	}

	.shuju ul {
		flex-wrap: wrap;
	}

	.shuju {
		padding: 20px;
	}

	.shuju ul li sup {
		font-size: 20px;
	}

	.shuju ul li span.wan {
		font-size: 18px;
	}

	.caseDiv1 .col-lg-3 {
		padding: 0 5px;
	}

	.caseDiv1 .row {
		margin: 0 -5px;
	}

	.caseDiv1 .content .textDiv .wenzi img {
		margin-top: 20px;
		height: 20px;
	}

	.lxUl li {
		width: 100%;
		padding: 15px;
	}

	.lxUl li img {
		width: 25px;
	}

	.mapDiv {
		height: 240px;
	}

	.nrDiv {
		margin-top: 20px;
	}

	.company {
		margin-top: 50px;
		margin-bottom: 100px;
	}

	.nrDiv .textDiv {
		padding: 20px;
		min-height: auto;
	}

	.nrDiv .col-lg-4 {
		margin-bottom: 15px;
	}

	.font17 {
		font-size: 14px;
	}

	.zpList .textDiv {
		padding: 15px 20px;
	}

	.menu>ul>li>ul {
		transform: translate(0);
		background: none;
		position: relative;
	}

	.menu ul>li:hover>ul.solutionNav {
		display: block !important;
		width: 100%;
		position: relative;
		padding-left: 0;
	}

	.menu ul>li:hover>ul.solutionNav li {
		padding-left: 30px;
	}

	.menu ul ul.solutionNav>li>a {
		border-bottom: 0 !important;
		color: #fff !important;
	}

	.menu ul ul ul .navTxt>img {
		display: none;
	}

	.menu ul ul ul .navTxt .font12 {
		display: none;
	}

	.menu ul>li>ul.solutionNav li a {
		padding-left: 0;
		line-height: normal;
		padding-bottom: 0;
		line-height: 50px;
		padding-top: 0;
	}

	/* 	.menu ul>li>ul.solutionNav>li>ul>li>a{
			line-height: normal;
		} */
	.menu ul>li>ul.solutionNav li a .f9 {
		color: #fff;
	}

	.menu ul ul.solutionNav li:hover a {
		color: #fff;
	}

	.menu ul ul ul .navTxt .nav_wz .f3 {
		color: #fff;
	}

	.menu ul ul li:hover>ul {
		display: block;
	}

	header.index .menu>ul>li:hover ul,
	.menu>ul>li>ul.open {
		display: block !important;
	}

	.menu>ul>li>ul {
		width: 100% !important;
		top: 0 !important;
		left: 0 !important;
	}

	.menu ul ul.solutionNav {
		position: relative;
	}

	.menu ul ul.solutionNav {
		padding-left: 0;
	}

	.menu ul ul.solutionNav li {
		padding-left: 20px;
	}

	.menu ul li:hover ul.solutionNav li {
		padding-left: 20px;
	}

	.menu ul.solutionNav li .submenu-button {
		display: none;
	}

	.showRt {
		display: none;
	}

	img.kfImg {
		width: 60px;
	}

	.fixed_rt {
		bottom: 20px;
		top: auto;
		transform: translate(0);
	}

}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {
	.bannerIndex .swiper-slide>a>img {
		height: 300px;
	}

	.indexDiv1 .tabDiv {
		display: flex;
	}

	.indexDiv1 .tabDiv .tabUl {
		width: 300px;
	}

	.tabDiv #tabCon {
		width: calc(100% - 300px);
	}

	.index_case li {
		margin: 0 10%;
	}

	.index_case {
		margin-bottom: 40px;
	}

	.aboutDiv2 .content ul li .biaoti {
		font-size: 24px;
	}

	.font36 {
		font-size: 28px;
	}

	.indexDiv5 .content .flDiv .imgDiv {
		height: 220px;
	}
}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1200px) {
	.wrap {
		width: 95%;
	}

	header.index .menu>ul>li {
		padding: 0 15px;
	}

	.indexDiv3 .flDiv .textDiv {
		padding-left: 60px;
	}

	.indexDiv5 .content .flDiv,
	.indexDiv5 .content .rtList {
		width: 48%;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 7px;
	}

	.searDiv form {
		width: 140px;
	}

	header .logo img {
		height: 45px;
		margin-top: 10px;
	}

	.slDiv img {
		width: 100%;
	}

	.erjiDiv ul li a {
		min-width: 145px;
		margin-left: 10px;
	}


}

@media screen and (min-width:1201px)and (max-width:1400px) {}
<!--耗时1771716914.6885秒-->