/* CSS Document */
@charset 'utf-8';

/*common*/
* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 15px;
	color: #333;
}

li {
	list-style-type: none;
}

/* img{border: 0;display: block;max-width: 100%;} */
div {
	max-width: 100%;
}

p,
span,
input {
	line-height: 24px;
}

input,
select,
textarea {
	outline: medium;
	font-size: 13px;
}

input {
	padding: 0 10px;
	border: none;
}

textarea {
	resize: none;
	border: none;
	padding: 10px;
	line-height: 20px;
}

button:hover,
input[type="submit"]:hover,
select:hover {
	cursor: pointer;
}

a {
	color: inherit !important;
	text-decoration: none !important;
}

/* b{font-weight: unset;} */
/* a:link{color:#333;text-decoration:none;}
a:visited{color:#551A8B;text-decoration:none;}
a:hover{color:#74ba36;text-decoration:none;}
a:active{color:#f00;text-decoration:none;} */

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
}

.overflow {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.inblock {
	display: inline-block;
	vertical-align: top;
}

.text-center {
	text-align: center;
}

.relative {
	position: relative;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

#toTop {
	position: fixed;
	z-index: 999;
	right: 40px;
	bottom: 100px;
	background-color: #fff;
	box-shadow: 2px 2px 7px 2px #E7E7E7;
	border-radius: 5px;
	cursor: pointer;
	padding: 8px;
	display: none;
}

#toTop:hover {
	box-shadow: 2px 2px 7px 2px #c7c4c4;
	transition: box-shadow 0.5s;
}

.animate__animated {
	visibility: hidden;
	/* 隐藏所有带有此类的元素 */
}

[class*='animate__']:not(.animate__animated) {
	visibility: visible !important;
	/* 强制显示这些元素 */
}

.fp-overflow {
	overflow: hidden;
}

.navbar {
	user-select: none;
	z-index: 999;
	position: fixed !important;
	height: 93px;
	width: 100%;
	top: 0;
	background: url("../images/nav_bg.png") no-repeat;
	/*悬停显示*/
}

.navbar #menu {
	height: 93px;
}

.navbar #menu .nav-item {
	width: 100px;
	text-align: center;
}

.navbar #menu .nav-item:hover {
	border-bottom: solid 3px #014be7;
}

.navbar #menu .nav-item.active {
	border-bottom: solid 3px #094492;
}

.navbar #menu .nav-item .nav-link {
	line-height: 80px;
}

.navbar .dropdown-toggle::after {
	display: none;
}

.navbar .dropdown:hover>.dropdown-menu {
	display: block;
}

.navbar .dropdown-menu {
	text-align: center;
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.2);
	padding: 0;
	margin: 0;
	min-width: 6rem;
	background-color: rgba(255, 255, 255, 0.8);
}

.navbar .dropdown-menu .dropdown-item {
	padding: 10px 20px;
	font-size: 16px;
	color: #333;
}

.navbar .dropdown-menu .dropdown-item:hover {
	background-color: #0D4485;
	color: #fff;
}

.navbar .qrcode {
	max-height: 90px;
}

.position {
	padding: 0 200px;
	height: 100px;
	border-bottom: solid 1px #CFCFCF;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.position .col img {
	width: 20px;
}

.position .col span a {
	text-decoration: none;
	color: inherit;
}

.links {
	background-color: #ECEFF4;
	padding: 20px 60px;
}

.links a {
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	margin-right: 10px;
	width: auto;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	color: inherit;
	text-decoration: none;
	display: block;
}

.links a:hover {
	background-color: #014be7;
	color: #fff;
	box-shadow: 2px 2px 5px 2px #E7E7E7;
}

#footer {
	width: 100%;
  	padding: 0 220px;
	background: url(../images/responsFoot.jpg) no-repeat;
	background-size: 100% 100%;
}

img.img-hover {
	cursor: pointer;
	transition: transform 1.5s ease;
}

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

.news {
	width: 100%;
	background: url(../images/threeBg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 220px 0 220px;
}

.overflow {
	overflow: hidden;
}

.fl {
	float: left;
}

.newsMore {
	margin: 40px 8px 0 10px;
	font-size: 15px;
	color: #9E9E9E;
	cursor: pointer;
}

.newsTab {
	margin-top: 27px;
}

.fr {
	float: right;
}

.newsTab li {
	width: 100px;
	height: 45px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	box-sizing: border-box;
	vertical-align: bottom;
	cursor: pointer;
	margin-right: 20px;
	font-weight: 600;
}

.newsChoose {
	background: url(../images/newTab.png) no-repeat;
	color: #fff;
}

.newsContent {
	margin-top: 45px;
}

.newsBox {
	display: none;
}

.newsActive {
	display: block;
}

.slideBox1 {
	width: calc(50% - 10px);
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

#thirdSection.active .slideBox1 {
	animation: fadeInLeftBig 1s .2s ease both;
	-webkit-animation: fadeInLeftBig 1s .2s ease both;
	-moz-animation: fadeInLeftBig 1s .2s ease both;
}

.slideBox1 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 12px;
	z-index: 1;
}

.slideBox1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox1 .hd ul li {
	float: left;
	margin-right: 8px;
	width: 9px;
	height: 9px;
	background: #9E9E9E;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox1 .hd ul li.on {
	background: #fff;
}

.slideBox1 .bd1 {
	position: relative;
	height: 100%;
	z-index: 0;
}

.relative {
	position: relative;
}

.slideBox1 .bd1 img {
	width: 100%;
	height: 400px !important;
	display: block;
	transition: 1.5s;
	cursor: pointer;
}

.slideBox1 .bd1 img:hover {
	transform: scale(1.15, 1.15);
}

.newimgZhe {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	width: 100%;
	background-color: rgb(0 0 0 / 55%);
	height: 48px;
	line-height: 48px;
}

.newimgTitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	width: 77%;
	margin-left: 25px;
	font-size: 16px;
}

.newsTwoCon {
	width: calc(50% - 10px);
}

#thirdSection.active .newsTwoCon {
	animation: fadeInRightBig 1s .2s ease both;
	-webkit-animation: fadeInRightBig 1s .2s ease both;
	-moz-animation: fadeInRightBig 1s .2s ease both;
}

.newsTwo {
	width: calc(50% - 10px);
	height: 190px;
	background-color: #fff;
	border-bottom: solid 2px #257FCD;
	padding: 30px;
	box-shadow: 2px 2px 7px 2px #E7E7E7;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: .5s;
}

.newsTwo:nth-child(2n) {
	margin-right: 0;
}

.newsTwoTit {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: inherit;
	line-height: 27px;
	font-size: 18px;
	transition: .5s;
}

.newsTwoTime {
	position: absolute;
	bottom: 30px;
	font-size: 15px;
	color: #8A8A8A;
	transition: .5s;
}

.newsTwo:hover {
	transform: translateY(-10px);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}

.newsTwo:hover .newsTwoTit {
	color: #257FCD;
}

.newsTwo:hover .newsTwoTime {
	color: #257FCD;
}

.newsTwoB {
	margin-top: 22px;
	width: 100%;
}

.newsTwoB ul {
	width: 100%;
}

.newsTwoB li {
	font-size: 18px;
	width: calc(50% - 10px);
	height: 60px;
	border-bottom: solid 1px #D1D1D1;
	padding: 18px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	margin-right: 20px;
	position: relative;
	transition: .5s;
}

.newsTwoB li:nth-child(2n) {
	margin-right: 0;
}

#thirdSection.active .newsTwoB li {
	animation: fadeInBottomBig 1s .2s ease both;
	-webkit-animation: fadeInBottomBig 1s .2s ease both;
	-moz-animation: fadeInBottomBig 1s .2s ease both;
}

.newsTwoB li .date {
	color: #797979;
	position: absolute;
	left: -85px;
	transition: .5s;
}

.newsTwoB li .title {
	position: absolute;
	left: 0;
	transition: .5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 24px;
}

.newsTwoB li:hover {
	border-color: #257FCD;
}

.newsTwoB li:hover .date {
	left: 0;
}

.newsTwoB li:hover .title {
	left: 80px;
	color: #257FCD;
}

.industryManage {
	width: 100%;
	background: url(../images/fourBg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 90px 220px 0 220px;
}

.industryCon {
	width: 32%;
}

#fouthSection.active .industryCon {
	animation: fadeInLeftBig 1s .2s ease both;
	-webkit-animation: fadeInLeftBig 1s .2s ease both;
	-moz-animation: fadeInLeftBig 1s .2s ease both;
}

.industryDes {
	height: 140px;
	color: #737373;
	font-size: 16px;
	line-height: 35px;
	text-align: justify;
	margin-top: 70px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.no-display {
	display: none;
}

.groupMore {
	margin-top: 80px;
}

.groupMoreL {
	width: 110px;
	height: 50px;
	line-height: 50px;
	background-color: #2C7BC0;
	color: #fff;
	font-size: 16px;
	transition: .5s;
}

.groupMoreR {
	width: 50px;
	height: 50px;
	background-color: #014984;
}

.groupMoreR img {
	margin: 18px 0 0 19px;
}

.industryConR {
	width: 64%;
}

#fouthSection.active .industryConR {
	animation: fadeInRightBig 1s .2s ease both;
	-webkit-animation: fadeInRightBig 1s .2s ease both;
	-moz-animation: fadeInRightBig 1s .2s ease both;
}

.industryImg {
	width: 100%;
	height: 477px;
	overflow: hidden;
}

.industryImg img {
	cursor: pointer;
	transition: 1.5s;
	display: none;
}

.industryImgActive {
	display: block !important;
}

.industryProject {
	margin-top: 30px;
	padding-left: 0px !important;
}

.industryProject li {
	width: 25%;
	height: 130px;
	background: rgb(255 255 255 / 64%);
	color: #103F75;
	cursor: pointer;
	transition: 1s;
}

.industry-icon {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: 28px;
	overflow: hidden;
	position: relative;
}

.industry-icon .industry-icon-l {
	position: absolute;
	left: -100%;
	transition: 1s;
}

.industry-icon .industry-icon-r {
	position: absolute;
	left: 0;
	transition: 1s;
}

.industryName {
	font-size: 18px;
	margin-top: 5px;
}

.industryShu {
	position: absolute;
	top: 49px;
	right: 0;
	background-color: #B5BBB9;
	width: 1px;
	height: 40px;
}

.industryChoose {
	background-color: #0D4485 !important;
	color: #fff !important;
}

.learnMore {
	border: solid 2px #E4E4E4;
	font-size: 14px;
	padding: 8px 15px;
	margin-top: 31px;
	cursor: pointer;
}

.partyBuilding {
	width: 100%;
	background: url(../images/fiveBg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 100px 220px 0 220px;
}

.col-s .group-info-title {
	color: #737373;
	font-size: 16px;
	max-height: 330px;
	line-height: 35px;
	text-align: justify;
	margin-top: 70px;
	overflow: hidden;
	text-indent: 2em;
	padding-right: 3em;
}

.col-s .group-info-title h6 {
	font-size: 14px;
	line-height: 35px;
}

.col-s .group-info-more {
	margin-top: 18px;
}

.col-s .group-info-more a {
	text-decoration: none;
	align-items: center;
	display: block;
	width: 110px;
	height: 50px;
	line-height: 50px;
	background-color: #2C7BC0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: relative;
	transition: all 0.5s ease;
}

.col-s .group-info-more a:hover {
	background-color: #035eaf;
	padding-left: 15px;
}

.col-s .group-info-more a:hover::after {
	background-color: #023563;
}

.col-s .group-info-more a:after {
	transition: all 0.5s ease;
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: -50px;
	background-color: #014984;
	background-image: url("../images/returnRight.png");
	background-repeat: no-repeat;
	background-position: center;
}
.part2-banner {
	position: relative;
	height: 400px;
	overflow: hidden;
}
.part2-banner-line {
	display: flex;
	justify-content: space-between;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 15px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.6);
}
.part2-r {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 74px;
	margin-top: -4px;
	padding: 0 30px;
	background: url(../images/part2_more.png) no-repeat 0 center;
	background-size: cover;
}
.part2-r p {
	padding-left: 36px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	background: url(../images/video_icon.png) no-repeat 0 center;
}
.part2-r span {
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}
.part3-box {
	position: relative;
	height: 39vw;
	overflow: hidden;
}
.part3-ul {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
.part3-li {
	width: 20%;
}
.part3-li i {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
.part3-li i img {
	width: 100%;
}
.part3-li a {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	height: 39.2vw;
	transition: 0.6s;
}
.part3-li-font {
	width: 64px;
	margin: 0 auto;
	color: #fff;
}
.part3-li-name {
	display: flex;
	justify-content: center;
	padding: 72px 0;
	background: url(../images/part3_line1.png) no-repeat center 0, url(../images/part3_line1.png) no-repeat center bottom;
	transition: 0.3s transform;
}
.part3-li-name .ch {
	width: 42px;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}
.part3-li-name .en {
	font-size: 12px;
	line-height: 1;
	writing-mode: vertical-lr;
}
.part3-li-plus {
	width: 64px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	transition: 0.6s;
}
.part3-li.active a {
	background: url(../images/part3_li_bg.png) no-repeat center 0/100% 100%, url(../images/part3_line2.png) no-repeat center -50px/1px 12.5vw, url(../images/part3_line2.png) no-repeat center bottom/1px 12.5vw;
}
.part3-li.active .part3-li-name {
	padding: 0;
	background: none;
	transform: translate3d(0, -50px, 0);
}
.part3-li.active .part3-li-plus {
	opacity: 1;
}

/*# sourceMappingURL=common.css.map */