@import url("./base.css");

/* 公共头部 */
.top-hint-box{
	width: 100%;
	background-color: #f2f2f2;
}
.top-hint{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 42px;
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
	z-index: 2;
}
.top-hint-r{
	display: flex;
	align-items: center;
	height: 100%;
	background-color: #2c449e;
	border-radius: 0 0 25px 25px;
}
.top-hint-r>div{
	display: flex;
	align-items: center;
	padding: 0 15px;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.top-hint-r img{
	margin-right: 12px;
}
.sy_nav_sa{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	padding: 36px 0;
	margin: auto;
}
.sy_nav_sa3 {
    padding: 0 2%;
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    height: 44px;
    border-radius: 50px;
}
.sy_nav_sa3_e_input{
	width: 90%;
}
.sy_nav_sa3_e_input input {
    width: 100%;
    font-size: 0.8rem;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0.08rem;
    background-color: initial;
    border: 0 !important;
    outline: none;
}
.sy_nav_sa3_e_ico {
    width: 10%;
}
.sy_nav_sa3_e_ico img{
	width: 100%;
	margin-top: 8px;
}
.sy_nav_sa2{
	display: flex;
	justify-content: space-evenly;
	width: 1200px;
	padding: 22px 0;
	margin: auto;
}
.sy_nav_sa2_item{
	position: relative;
	flex: 1;
	text-align: center;
	border-right: 1px solid #DADADA;
}
.sy_nav_sa2_item:last-child{
	border-right: 0;
}
.sy_nav_sa2_item::after {
	position: absolute;
	left: 20%;
	bottom: -22px;
	display: block;
	content: '';
	width: 60%;
	height: 3px;
	background-color: #2c449e;
	transform: scaleX(0);
	transform-origin: center;
	transition: .8s;
}

.sy_nav_sa2_item:hover::after {
	transform: scale(1);
}
.nav-list{
	display: none;
	position: absolute;
	left: 10%;
	top: 43px;
	background-color: rgba(0,0,0,.3);
	padding: 0 6% 8px;
	width: 80%;
	z-index: 2;
}
.nav-list a{
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 100%;
	padding: 3% 0;
	margin-top: 10px;
}
.nav-list a:hover{
	color: #ff0000;
}
.swiper-container1{
	position: relative;
	width: 100% !important;
	overflow: hidden;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 2% !important;
}
.swiper-button-next, .swiper-button-prev{
	right: 2% !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	color: #FFFFFF;
	font-size: 36px !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	color: #FFFFFF;
	font-size: 36px !important;
}
.swiper-container2{
	position: relative;
	width: 100% !important;
	overflow: hidden;
	/* background-color: #eaeaea; */
}
.section{
	width: 1200px;
	padding: 36px 0;
	margin: auto;
	text-align: center;
}
.swiper-container2 img{
	width: 100%;
}
.section1{
	padding: 36px 0;
	width: 1380px;
	margin: auto;
}
.swiper-father{
	position: relative;
	width: 100%;
	padding: 40px 100px 0;
}
.swiper-father .swiper-button-prev{
	background-color: #2c449e;
	height: 80px;
	width: 45px;
	top: 45%;
}
.swiper-father .swiper-button-next{
	background-color: #2c449e;
	height: 80px;
	width: 45px;
	top: 45%;
}
.swiper-father .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	color: #FFFFFF;
	font-size: 25px !important;
}
.swiper-father .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	color: #FFFFFF;
	font-size: 25px !important;
}
.projects-list{
	display: flex;
	width: 100%;
	background-color: #f1f1f1;
}
.swiper-container2 .swiper-slide{
	/*width: 185px !important;*/
	height: 340px;
	overflow: hidden;
}
.projects-item{
	width: 100%;
	height: 340px;
}
.projects-item-c img{
	width: 95px;
}
.projects-item-c{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 100px 20px;
}
.projects-item-c div{
	height: 4px;
	width: 30%;
	background-color: #adadad;
}
.projects-item .ac-projects-item-c{
	position: relative;
	height: 340px;
}
.swiper-container2 .swiper-slide-active{
	width: 450px !important;
	height: 340px;
	padding: 0;
	overflow: hidden;
}
.swiper-slide-active .projects-item{
	width: 450px;
	height: 316px;
	padding: 0;
}
.swiper-slide-active .projects-item .projects-item-c{
	display: none;
}
.swiper-slide-active .projects-item .ac-projects-item-c{
	display: block;
}
.ac-projects-item-c img{
	height: 100%;
	width: 100%;
}
.ac-projects-item-c p{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #FFFFFF;
	background-color: rgba(44,68,158,.8);
	text-align: center;
	padding: 20px 0;
}
.section2{
	padding: 36px 0;
	width: 100%;
}
.intro-top{
	width: 1200px;
	margin: auto;
}
.intro-centent{
	display: flex;
	margin-top: 40px;
}
.intro-centent-l{
	flex: 1;
	text-align: left;
}
.intro-centent-l h2{
	font-size: 26px;
	margin-bottom: 16px;
}
.intro-centent-l p{
	line-height: 32px;
	margin-top: 16px;
}
.intro-centent-l a{
	color: #2c449e;
	border: 1px solid #2c449e;
	font-size: 14px;
	padding: 12px 30px;
	margin-top: 36px;
}
.intro-centent-r{
	width: 525px;
	height: 370px;
	border: 15px solid #eaeaea;
	margin-left: 60px;
	overflow: hidden;
}
.intro-centent-r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.intro-list{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	background-color: #3148a0;
	padding: 30px 0;
	margin: auto;
	margin-top: 42px;
}
.intro-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
	background-color: #FFFFFF;
	padding: 25px 0;
	border-radius: 15px;
}
.intro-item img{
	height: 58px;
	margin-bottom: 12px;
	width: 58px;
}

.pm-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.pm-item{
	width: 270px;
	margin-right: 34.2px;
	margin-bottom: 30px;
}
.pm-img{
	padding: 4px;
	height: 195px;
	border: 1px solid #DADADA;
	overflow: hidden;
}
.pm-img img{
	height: 100%;
	width: 100%;
}
.pm-item:nth-child(4n){
	margin-right: 0;
}
.pm-item span{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin-top: 18px;
	color: #000000;
}
.ac-pm-item span{
	color: #2c449e;
}
.ac-pm-item .pm-img{
	border: 1px solid #2c449e;
}
.look-more{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border: 1px solid #b51114;
	width: 200px;
	border-radius: 12px;
	margin: auto;
}
.look-more span{
	font-size: 16px;
	color: #B51114;
	margin-left: 10px;
}
.section4{
	width: 100%;
	padding: 46px 0 36px;
	height: 880px;
	background: url(../images/section4-bg.png) no-repeat;
}
.news-box{
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 30px;
	margin-top: 35px;
	padding: 42px;
}
.news-left{
	width: 48%;
}
.news-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #DADADA;
}
.news-t-l{
	display: flex;
	align-items: center;
}
.news-t-l h3{
	font-size: 20px;
}
.news-left-list{
	width: 100%;
	padding-top: 30px;
	max-height: 452px;
	overflow: hidden;
}
.news-left-item{
	display: flex;
	padding: 15px;
	border: 1px solid #DADADA;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}
.news-left-item:last-child{
	margin-bottom: 0;
}
.ac-news-left-item{
	color: #2C449E !important;
	border: 1px solid #2C449E;
}
.news-left-item img{
	width: 130px;
	height: 95px;
	margin-right: 22px;
}
.news-left-item-c{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.news-left-item-c p{
	text-align: left;
	line-height: 28px;
}
.news-left-item-c-b{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.ts-a{
	color: #2C449E;
}


.news-right{
	width: 48%;
}
.news-right-list{
	width: 100%;
	padding-top: 30px;
	max-height: 452px;
	overflow: hidden;
}
.news-right-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 29px;
}
.news-right-item p{
	width: 410px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.ac-news-right-item{
	color: #2C449E;
}
.ac-news-right-item p{
	text-decoration: underline;
}
.section5{
	width: 100%;
	padding: 36px 0;
}
.section5-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 0 360px; */
	width: 1200px;
	margin: 0 auto 100px;
}
.section5-top p{
	height: 80px;
	width: 355px;
	line-height: 80px;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	padding-left: 35px;
	color: #FFFFFF;
	background-color: #2c449e;
}
.section5-top a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 204px;
	border: 1px solid #DADADA;
	border-radius: 50px;
	font-size: 18px;
}
.section5-top img{
	margin-right: 12px;
}
.section5-top .mail-a{
	background-color: #2C449E;
	color: #FFFFFF;
}
.zongh-box{
	position: relative;
	width: 100%;
	height: 288px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.zongh-box img{
	width: 100%;
	height: 100%;
}
.zx-ly{
	position: absolute;
	right: 360px;
	bottom: 0;
	width: 385px;
	height: 420px;
	background-color: #2C449E;
	padding: 36px 40px;
}
.zx-ly-t{
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.zx-ly-t img{
	width: 27px;
	height: 25px;
	margin-right: 10px;
}
.zx-ly-t h3{
	font-weight: 400;
	color: #FFFFFF;
}
.input-item{
	display: flex;
	border: 1px solid #2C449E;
	margin-bottom: 20px;
}
.input-item img{
	width: 48px;
	height: 48px;
}
.input-item input{
	flex: 1;
	border: 0;
	font-size: 15px;
	padding-left: 12px;
}
.zx-ly textarea{
	height: 90px;
	width: 100%;
	padding: 15px;
	font-size: 15px;
	margin-bottom: 20px;
}
.hint-ly{
	display: inline-block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	background-image: linear-gradient(#fb843d, #fc003d);
}
.link-list{
	display: flex;
	flex-wrap: wrap;
	padding: 36px 360px 20px;
}
.link-item{
	border: 1px solid #DADADA;
	width: 180.5px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.link-item:nth-child(6n){
	margin-right: 0;
}
.ac-link-item{
	color: #2C449E;
	border: 1px solid #2C449E;
}
/* 底部 */
.web-bottom{
	width: 100%;
}
.web-bottom-t{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}
.bottom1{
	display: flex;
}
.bottom1 dl{
	margin-right: 35px;
}
dt{
	color: #FFFFFF;
	min-height: 21px;
}
dl a{
	font-size: 14px;
	color: #acacac;
	margin-top: 18px;
}
.bottom2{
	width: 435px;
}
.bottom2-item{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #acacac;
	margin-top: 18px;
}

.bottom3 .code-border{
	display: inline-block;
	margin-top: 25px;
	margin-right: 12px;
	padding: 3px;
	border: 1px solid #DADADA;
	width: 127px;
	height: 127px;
}

.web-bottom-b{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #FFFFFF;
	width: 1200px;
	margin: auto;
}
.web-bottom-b-r{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bd-container{
	display: flex;
	width: 1200px;
	margin: auto;
	padding: 42px 0 0;
	margin-bottom: 80px;
}
.bd-container-left{
	display: inline-block;
	line-height: 52px;
	width: 290px;
	padding-right: 50px;
	overflow: hidden;
}
.bd-container-left p{
	height: 70px;
	line-height: 70px;
	width: 100%;
	font-size: 28px;
	background-color: #2C449E;
	color: #FFFFFF;
	text-align: center;
}
.left-item{
	width: 100%;
	color: #333333;
	background-color: #eeeeee;
	text-align: center;
	font-size: 18px;
}
.ac-left-item{
	color: #2C449E;
	font-weight: 700;
}
.bd-container-right{
	width: calc( 100% - 290px );
}
.bd-container-right-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 55px;
}
.bd-container-right-top-l{
	display: flex;
	align-items: center;
	font-size: 22px;
	color: #000000;
	padding-bottom: 16px;
	border-bottom: 3px solid #b51114;
}
.bd-container-right-top-l p{
	margin-left: 15px;
}
.bd-container-right-top-r a{
	margin-right: 5px;
}
.bd-container-right-top-c{
	text-align: center;
}
.bd-container-right-top-c h2{
	font-size: 24px;
	margin-bottom: 30px;
}
.bd-container-right-top-c h3{
	margin-bottom: 30px;
}
.bd-container-right-top-c p{
	text-indent: 2em;
	text-align: left;
	line-height: 38px;
	color: #333333;
}
.bd-container-right-top-c p img{
	display: block;
/*	margin: 35px auto;*/
}
.top-c-hint {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}
.top-c-hint span {
    display: inline-block;
    margin-right: 25px;
}
.qyzz-list{
	display: flex;
	flex-wrap: wrap;
}
.qyzz-item{
	margin-bottom: 42px;
	font-size: 18px;
	margin-right: 35px;
	width: 274px;
}
.qyzz-item:nth-child(3n){
	margin-right: 0;
}
.qyzz-item span{
	display: block;
	margin-top: 32px;
}
.qyzz-item img{
	border: 1px solid #DADADA;
	padding: 10px;
}
.pagination-box{
	border-top: 1px solid #DADADA;
	padding-top: 45px;
}
.look-cred{
	margin: auto;
	border: 1px solid #DADADA;
	padding: 25px;
	margin-top: 45px;
	width: 60%;
}
.look-cred img{
	width: 100%;
}
.look-cred1{
	width: 40%;
}
.paging{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
	border: 1px solid #DADADA;
	border-radius: 10px;
	margin-top: 50px;
}
.paging-item{
	display: flex;
	align-items: center;
	width: 50%;
}
.paging-item a{
	display: inline-block;
	padding: 12px 25px;
	color: #FFFFFF;
	background-image: linear-gradient(#d5d4d5, #5d5d5e);
	border: 1px solid #a7a7a7;
	margin-right: 15px;
	border-radius: 10px;
}
.paging-item span{
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ac-paging-item a{
	background-image: linear-gradient(#7B68EE, #00008B);
	border: 1px solid #00710a;
}
.ac-paging-item{
	color: #2C449E;
}
.ryu-list{
	display: flex;
	flex-wrap: wrap;
}
.ryu-item{
	margin-bottom: 35px;
	font-size: 18px;
	margin-right: 35px;
	max-width: 275px;
}
.ryu-item:nth-child(3n){
	margin-right: 0;
}
.ryu-item span{
	display: block;
	margin-top: 22px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ryu-item img{
	width: 274px;
	height: 192px;
}
.pagination-box{
	border-top: 1px solid #DADADA;
	padding-top: 45px;
}
.fw-item{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 35px 45px;
	background-color: #f5f5f5;
	border: 1px solid #DADADA;
	margin-top: 40px;
	border-radius: 30px;
}
.fw-img{
	width: 240px;
	height: 185px;
}
.fw-intro{
	width: 525px;
}
.fw-intro h3{
	display: flex;
	align-items: center;
	font-size: 24px;
}
.fw-intro img{
	margin-right: 10px;
}
.fw-intro p{
	text-indent: 0;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ts-area{
	width: 100%;
}
.ts-area span{
	display: block;
	color: #000000;
	margin-top: 12px;
}
.area-list{
	display: flex;
	flex-wrap: wrap;
}
.area-item span{
	display: block;
	color: #000000;
	margin-top: 12px;
}
.area-item{
	width: 240px;
	margin-right: 80px;
	margin-top: 45px;
}
.area-item:nth-child(3n){
	margin-right: 0;
}
/* 企业文化 */
.container-news-item{
	display: flex;
	padding-bottom: 25px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 25px;
}
.container-news-item:last-child{
	border-bottom: 0;
}
.container-news-item img{
	width: 190px;
	height: 125px;
}
.container-news-item-c{
	flex: 1;
	padding-left: 35px;
}
.container-news-item-c h4{
	font-weight: 700;
	color: #000000;
	text-align: left;
	margin-bottom: 15px;
}
.container-news-item-c p{
	text-indent: 0;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-source{
	text-align: left;
	margin-top: 10px;
}
.news-source span{
	display: inline-block;
	margin-right: 15px;
}
/* 联系我们 */
.us-item1{
	display: flex;
}
.us-item1-l{
	min-width: 400px;
}
.us-item1-l h4{
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
	height: 21px;
}
.us-item1-l p{
	text-indent: 0;
}
.us-item3-top-l{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	margin: 40px 0 30px;
}
.us-item3-top-l img{
	margin-right: 12px;
}
.us-item3-centent{
	width: 100%;
	padding: 8px;
	border: 1px solid #DADADA;
}
.us-item3-centent img{
	width: 100%;
}
.ss-content{
	width: 100%;
}
.ss-item{
	text-align: left;
	border-bottom: 1px solid #DADADA;
	padding: 25px 0;
}
.ss-item h3{
	font-size: 18px;
	margin-bottom: 15px;
	color: #000000;
}
.ss-item p{
	line-height: 30px;
	margin-bottom: 15px;
	color: #5e5e5e;
}
.ss-item span{
	color: #a0a0a0;
}
.ac-ss-item h3{
	color: #2C449E;
}