/* 首页 */
@font-face {
    font-family: test;
    src: url(PangMenZhengDaoBiaoTiTi-1.ttf);
}

.top-swiper {
    width: 100%;
    height: 853px;
    overflow: hidden;
    position: relative;
}

.top-swiper .swf-text {
    width: 100%;
    height: 100%;
    z-index: 80;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-swiper .swf-text .top-text {
    font-size: 52px;
    text-align: center;
    color: #ffffff;
    font-weight: lighter;
    letter-spacing: 4px;
    margin-bottom: 20px;

}

.top-swiper .swf-text .en-text {
    font-size: 24px;
    color: #ffffff;
    font-weight: lighter;
    margin-bottom: 70px;
}

.top-swiper .swf-text .links {
    display: flex;
    width: 195px;
    height: 43px;
    border: solid 1px #ffffff;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.top-swiper .swf-text * {
    pointer-events: auto;
}

.top-swiper .top-swiper-item {
    width: 100%;
    height: 100%;
}

.top-swiper .top-swiper-item .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    position: relative;
}

.top-swiper .top-swiper-item .swiper-pagination-bullet::before {
    content: "";
    transition: 300ms;
    position: absolute;
    width: 8px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    border: solid 1px #ffffff;
    border-radius: 1rem;
    height: 8px;
}

.top-swiper .top-swiper-item .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 18px;
    height: 18px;
}

.top-swiper .top-swiper-item .swiper-slide {
    width: 100%;
    height: 100%;
}

.top-swiper .top-swiper-item .swiper-slide img {
    width: 100%;
    height: 100%;
}



/*业务*/

.bg1_wrap {
	width:100%;
	overflow:hidden;
	padding:120px 0 90px;
}

.main-title {
    background: url(../img/back.png) no-repeat center;
    background-position-y: 30px;
    background-size: 100%;
    width: 855px;
    margin: 0 auto 60px;
	text-align:center;

}

.main-title > h3 {
    font-size: 32px;
    color: #333;
    margin-bottom:17px;
	font-weight:bold;
}

.main-title > p {
    color: #666;
    font-size: 22px;
    line-height: 24px;
}
.bg1_wrap ul{
	overflow:hidden;
	margin:0;
	padding:0;
}
.bg1_wrap ul li{
	list-style:none;
}
.bg1_wrap ul li{
	float: left; 
	width:31.9%;
	margin-right:30px;
	margin-bottom:30px;
}
.bg1_wrap ul li:nth-child(3n) {
    margin-right: 0;
}

.bg1_wrap ul li .ind_fw_li_c{ 
	width:100%;
	overflow:hidden;
	border: 1px solid #efefef; 
	padding:40px 10%; 
	background:#fff url("../img/ind_fuwu_tj_icon01.jpg") no-repeat right bottom; 
	background-size:100px; 
}
.bg1_wrap ul li .f_pp01{ 
	font-size: 20px;
	font-weight: bold; 
	color: #444; 
	margin: 0px; 
	padding-bottom:7px; 
	padding-top: 5px;
}
.bg1_wrap ul li .f_pp02{ 
	font-size: 14px; 
	color: #999999;
}
.bg1_wrap ul li .f_pp03{
	padding-top:20px;
}
.bg1_wrap ul li .f_pp03 a{ 
	border: 1px solid #aa2c34; 
	padding: 5px 25px; 
	color: #aa2c34; 
	font-size: 14px; text-align: center;
}
.bg1_wrap ul li .f_pp03 a:hover{ 
	border: 1px solid #aa2c34;
	background-color:#aa2c34;
	padding: 5px 25px; 
	color: #fff; 
	font-size: 14px; 
	text-align: center;
}










/*关于*/
.about {
	overflow:hidden;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about .center-box {
    padding:90px 0;
}

.about .center-box .top-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about .center-box .top-box .left-text {
    width: 50%;
    height: 100%;
}

.about .center-box .top-box .left-text span {
    width: 1px;
    display: block;
    height: 50px;
    margin: 24px 0;
    background-color: #aa2c34;
}

.about .center-box .top-box .left-text .about-us {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #333333;
}

.about .center-box .top-box .left-text .contents {
    font-size: 14px;
    line-height: 28px;
    width: 600px;
    height: 168px;
    margin-bottom: 64px;
    color: #939393;
}

.about .center-box .top-box .left-text .link {
    display: block;
    background-color: #aa2c34;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 140px;
    height: 50px;
}

.about .center-box .top-box .right-img {
    width: 50%;
    height: 100%;
}

.about .center-box .top-box .right-img img {
    width: 100%;
    height: 100%;
}

.about .center-box .list-tag {
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about .center-box .list-tag .tags {
    height: 100%;
    width: auto;
	padding-left:50px;
}

.about .center-box .list-tag .tags .value {
    font-size: 36px;
    /*font-weight: bold;*/
    line-height: 34px;
}

.about .center-box .list-tag .tags .value i {
    font-style: normal;
    /*    font-family: test, Arial;
*/
}

.about .center-box .list-tag .tags .value .unit {
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

.about .center-box .list-tag .tags .valinfo {
    font-size: 14px;
    color: #b4b4b4;
}

.project-case {
	width:100%;
	background: url(../img/lback.png) no-repeat bottom;
    background-size: 100%;
	padding:120px 0 90px;
    overflow: hidden;
}

.project-case .case-swiper {
    width: 100%;
	height:520px;
}


.project-case .case-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background:#aa2c34;
}
.project-case .case-swiper .swbtns {
    width: 312px;
    height: 100%;
    top: 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 50;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}

.project-case .case-swiper .swbtns.prev-btn {
    left: 0;
    padding-left: 100px;
}

.project-case .case-swiper .swbtns.next-btn {
    right: 0;
    padding-right: 100px;
}

.project-case .case-swiper .swiper-slide {
	width: 268px;
    height: 365px;
    position: relative;
}

.project-case .case-swiper .swiper-slide .case-name {
    z-index: 10;
    width: 100%;
    padding: 0 30px;
    bottom: 0;
    left: 0;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #333;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
	background: #fff;
}

.project-case .case-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.news-list {
    width: 100%;
    background-color: #f7f7f7;
	overflow:hidden;
	padding:120px 0 90px;
}

.news-list .center-box .zst {
    width: 1px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #08377b;
}

.news-list .center-box .top-title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
}

.news-list .center-box .en-text {
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #333333;
    margin-bottom: 60px;
}

.news-list .center-box .news-item {
    width: 100%;
	overflow:hidden;
}

.news-list .center-box .news-item .news {
    width:48.5%;
    height: 100%;
    position: relative;
    z-index: 10;
    padding:30px;
	float:left;
	margin-right:3%;
	margin-bottom:3%;
	background-color:#fff;
}
.news-list .center-box .news-item .news a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-list .center-box .news-item .news:nth-child(2n) {
    margin-right: 0;
}


.news-list .center-box .news-item .news .news-con{
	width:65%;

}

.news-list .center-box .news-item .news .news-info {
    font-size: 14px;
    transition: 300ms;
    color: #000000;
}

.news-list .center-box .news-item .news.acts .news-info {
    color: #08377b;
}

.news-list .center-box .news-item .news .date {
    font-size: 16px;
    color: #c9c9c9;
    margin:10px 0;
}

.news-list .center-box .news-item .news .news-img {
    width: 30%;
    height: 125px;
}

.news-list .center-box .news-item .news .news-title {
    font-size: 18px;
    font-weight: bold;
	color:#333;
}
.news-list .center-box .news-item .news a:hover .news-title {
	color:#aa2c34;
}

.news-list .center-box .news-item .news .news-detail {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.news-list .center-box .news-item .news .link {
    display: block;
    width: 142px;
    height: 49px;
    background-color: #08377b;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 49px;
    text-align: center;
    margin: 0 auto;
    transition: 300ms 100ms;
    opacity: 0;
    transform: translateY(40px);
}

.news-list .center-box .news-item .news.acts .link {
    opacity: 1;
    transform: translateY(30px);
}

.partner {
    height: 726px;

}

.partner .center-box {
    padding-top: 48px;
    background-size: 1920px 545px;
    background-repeat: no-repeat;
    background-position: center 31px;
    background-image: url(../img/tuceng17.png);
}

.partner .center-box .zst {
    width: 1px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #08377b;
}

.partner .center-box .top-title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
}

.partner .center-box .en-text {
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #333333;
    margin-bottom: 60px;
}

.partner .logo-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 367px;
}

.partner .logo-list .link {
    margin-right: 45px;
    margin-bottom: 34px;
    width: 252px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    transition: box-shadow 300ms;
}

.partner .logo-list .link:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.partner .logo-list .link img {
    width: 100%;
    height: 100%;
}

.partner .logo-list .link:nth-child(5n) {
    margin-right: 0;
}