/* banner */
.xyjh-banner {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.xyjh-content-img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.xyjh-banner video {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.xyjh-banner .swiper-container {
    height: 100%;
    width: 100%;
}
.xyjh-banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 6px;
    background: #1a74bb;
}
.xyjh-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.xyjh-banner .swiper-pagination-custom,
.xyjh-banner .swiper-pagination-fraction {
    bottom: 24px;
}
.xyjh-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.xyjh-content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.xyjh-Txt{
    z-index: 11;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.xyjh-Txt .xyjh-cn {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.xyjh-Txt .xyjh-en {
    color: #fff;
    font-size: 50px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    display: block;
}
.xyjh-Txt .xyjh-label{
    color: #fff;
    font-size:16px;
    margin-top:30px;
}
.xyjh-Txt .xyjh-inner {
    position: relative;
}
/*banner end*/
/* 首页 */
.xyjh{
    position: relative;
    z-index: 11;
    background: #fff;
    margin-top: 100vh;
}
/*首页 - 关于我们*/
/*数字*/
.xyjhAb-num{
    padding: 66px 0;
}
.xyjhAb-num ul {
	overflow: hidden;
}
.xyjhAb-num li {
    width: 33%;
    float: left;
}
.xyjhAb-num .num-div {
	text-align: center;
	color: #1a74bb;
}
.xyjhAb-num i{
    font-size: 14px;
}
.xyjhAb-num span{
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	font-family: 'BarlowCondensed';
	position: relative;
	font-style: inherit;
}
.xyjhAb-num b {
	font-size: 16px;
	color: #858585;
	margin-left: 25px;
}
.xyjhAb-num .introduce p {
	margin-top:5px;
	border-bottom: none;
	font-size: 13px;
    color: #999;
}
.xyjhAb-num .introduce img,
.xyjhAb-num .num-div img {
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
/*数字 end*/
.xyjhAbout{
    background-repeat:no-repeat;
    background-position:left center;
    background-size: contain;
    background-image: url(../images/bg3.jpg);
}
.xyjhAbout-content{
    position: relative;
    overflow: hidden;
    padding: 66px 0;
    margin-bottom: 66px;
}
.xyjhAbout .xyjhAbout-info .xyjhAbout-txt{
    max-width: 58%;
}
.xyjhTit{
    position: relative;
    margin-bottom: 38px;
}
.xyjhTit-cn {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 2px;
}
.xyjhTit-en{
    font-family: 'Arial';
    font-size: 38px;
    text-transform: capitalize;
    line-height: 1.4;
}
.xyjhTit-line{
    margin-top: 45px;
    overflow: hidden;
}
.xyjhTit-line span{
    display: block;
    float: left;
    width: 34px;
    height: 2px;
    background-color: #1a74bb;
    line-height: 1;
}
.xyjhAbou-p{
    margin-top: 68px;
    max-width: 40%;
}
.xyjhAbou-p p{
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
}
.xyjhAbout-info .xyjhMore{
    margin-top: 70px;
}
.xyjhMore .more {
    background: #1a74bb;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(19, 127, 209, .2);
    border-radius:60px;
}
.xyjhMore .more .xyjhMore-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xyjhMore .more .xyjhMore-flex span {
    letter-spacing: 1px;
    padding:0 15px 0 42px;
}
.xyjhMore .more .xyjhMore-flex div{
    padding: 12px 40px 12px 0;
}
.xyjhMore .more .xyjhMore-flex:hover img {
	left: 8px;
}
.xyjhMore .more .xyjhMore-flex img{
    width: 42px;
    height:29px;
	display: inline-block;
	position: relative;
	left: 0;
	transition: all 0.48s;
}
.xyjhAbout .xyjhAbout-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #999;
    overflow: hidden;
}
.xyjhAbout .xyjhAbout-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000;
    opacity: 0.46; */
}
.xyjhAbout .xyjhAbout-img video,
.xyjhAbout .xyjhAbout-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*首页 - 关于我们*/
/*首页 - 项目案例 ****/
.xyjhCase{
    background-color:#fff;
    margin-bottom:66px;
}
.Case_box {
    position: relative;
    padding-top:66px;
}
.Case_box .swiper-pagination {
    position: relative;
    margin-top: 20px;
}
.Case_box .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    margin: 0 4px;
    border-radius: 6px;
    background: #1a74bb;
}
.Case_box .swiper-button-prev,
.Case_box .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.Case_box .swiper-button-prev {
    left: -89px;
    background-image: url(../images/arrow-left-lighth.png);

}
.Case_box .swiper-button-next {
    right: -89px;
    background-image: url(../images/arrow-right-lighth.png);
}
.Case_bg {
    background-color: #f8f8f8;
    padding: 20px 20px 0;
    margin-right:10px;
}
.Case_bg:hover .Case_img img{
    transform:scale(1.1);
    transition:all 1s;
}
.Case_img{
    width: 100%;
    position:relative;
    padding-top: 75%;
    margin: 0 auto;
    overflow: hidden;
	transition: all 1s;
}
.Case_img img {
    position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.Case_bottom p{
    font-size: 18px;
    line-height: 36px;
    color: #333;
}
.Case_bottom .more{
    padding: 15px 0px;
    overflow: hidden;
    display: block;
}
.Case_bottom .more:hover img {
	left: 8px;
}
.Case_bottom .more div img{
    padding: 3px 12px;
    width: 52px;
    height:10px;
	display: inline-block;
	position: relative;
	left: 0;
	transition: all 0.48s;
}
.Case_bottom .more a{
    font-size: 14px;
    color: #999;
}
/*首页 - 项目案例 end*/
/*首页 - 新闻动态 ****/
.xyjhNew{
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    background-color: #fff;
    background-image: url(../images/bj7.jpg);
    padding-left: 10%;
}
.xyjhNew .xyjhNew-content{
    position: relative;
}
.xyjhNew .xyjhNew-left{
    width: 29.7%;
}
.xyjhNew .xyjhNew-left .xyjhNew-txt .xyjhTit-en{
    line-height: 38px;
}
.xyjhNew .xyjhNew-left .xyjhNew-txt .xyjhTit-cn{
    margin-top: 20px;
}
.xyjhNew .xyjhNew-left .xyjhNew-p{
    margin-top: 68px;
}
.xyjhNew .xyjhNew-left .xyjhNew-p p{
    font-size: 14px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
    text-align: justify;
}
.xyjhNew .xyjhNew-left .xyjhMore{
    margin-top: 60px;
}
.xyjhNew .xyjhNew-right{
    width: 55%;
}
.xyjhNew .xyjhNew-right a{
    display: inline-block;
    /* border-left: 1px solid #eeeeee;
    padding: 0 5%; */
    width: 100%;
}
.xyjhNew .xyjhNew-right a:hover .New_bg .New_img img{
    transform:scale(1.1);
    transition:all 1s;
}
.xyjhNew .xyjhNew-right .day {
    font-size: 80px;
    color: #666;
    line-height: 60px;
    opacity: 0.2;
    padding-top: 66px;
    padding-bottom: 132px;
}
.xyjhNew .xyjhNew-right .data{
    font-size: 14px;
    color: #333;
}
.xyjhNew .xyjhNew-right h1{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 6%;
    transition: color 0.3s;
    white-space:pre-wrap;
}
.New_img{
    width: 100%;
    position:relative;
    padding-top:75%;
    margin: 0 auto;
    overflow: hidden;
	transition: all 1s;
}
.New_img img {
    position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.New_bottom p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    color: #666;
    white-space:pre-wrap;
}
.New_bottom .more{
    padding: 15px 0px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #999;
}
.New_bottom .more:hover img {
	left: 8px;
}
.New_bottom .more div img{
    padding: 3px 12px;
    width: 52px;
    height:10px;
	display: inline-block;
	position: relative;
	left: 0;
	transition: all 0.48s;
}
.xyjhNew .swiper-container-horizontal>.swiper-scrollbar {
    position: relative;
    margin-top: 48px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.xyjhNew .swiper-scrollbar-drag {
    background: #1a74bb;
}
/*首页 - 新闻动态 end*/
/*首页 - 友情链接 ---*/
.xyjhLinks{
    background-color: #f8f8f8;
    overflow: hidden;    
    padding: 66px 0;
}
.xyjhLinks .Links_box{
    padding-top: 66px;
}
.xyjhLinks .Links_box .Links_img{
    cursor: pointer;
}
.xyjhLinks .Links_box .Links_img img{
    display: block;
    width: 100%;
}
/*首页 - 友情链接 end*/
/*底部*****/
.xyjhFooter{
    background-color:#2e2e2e;
}
.xyjhFooter .Footer-content{
    padding: 40px 0;
}
.Footer-left h1{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.Footer-left p{
    margin-top:10px;
    font-size: 15px;
    color: #fff;
}
.Footer-left p img{
    width: 39px;
    height:39px;
    margin-right: 10px;
}
.Footer-right p{
    margin-top:10px;
    font-size: 15px;
    color: #fff;
}
.Footer-right .Footer_nav{
    padding: 34px 0;
}
.Footer-right .Footer_nav a{
    display: inline-block;
    color: #fff;
    padding-left:35px;
    position: relative;
    font-size: 15px;
}
.Footer-right .Footer_nav a:hover{
    color:red;
}
.Footer-right p a{
    color: #fff;
}
.Footer-right p a:hover{
    color:red;
}
/*底部 end*/
/*内页 - 大图 ****/
.xyjhInner_ban{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.xyjhInner_ban img{
    width: 100%;
}
.xyjhInner_ban .pc{
    display: block;
}
.xyjhInner_ban .wap{
    display:none;
}
/*内页 - 大图 end*/
/*内页 - 内容 ****/
.xyjh-Inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background-color: #f8f8f8;
    background-image: url(../images/bj8.jpg);
    background-size: 100% auto;
    background-position: top left;
    background-repeat: repeat-y;
}
.xyjhBox{
    position: relative;
    overflow: hidden;
    text-align: right;
}
.xyjhL {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    padding: 89px 5vw 89px 10vw;
    z-index: 11;
    width: 33%;
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
}
.xyjhL .xyjhL_div{
    text-align: left;
    position: relative;
    z-index: 11;
}
.xyjhL .xyjhL_div .title-en{
    font-size: 38px;
    line-height: 1.1;
    font-family: "en";
    font-weight: bold;
    text-transform: uppercase;
}
.xyjhL .xyjhL_div .title-cn {
    font-size: 26px;
    margin-bottom: 1vw;
    margin-top: 0;
}
.xyjhL .xyjhL_div ul {
    margin-top: 38px;
}
.xyjhL .xyjhL_div ul li {
    position: relative;
    margin-bottom: 14px;
    transition: all 0.48s;
    overflow: hidden;
}
.xyjhL .xyjhL_div ul li:last-of-type {
    margin-bottom: 0;
}
.xyjhL .xyjhL_div ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    padding: 14px 0;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.xyjhL .xyjhL_div ul li a:hover{
    color: #1a74bb;
}
.xyjhL .xyjhL_div ul li .xyjh_FirstLi a{
    font-size: 16px;
    padding:14px 14px;
}





.xyjhR{
    width: 67%;
    display: inline-block;
    text-align: left;
    min-height: 840px;
}
.xyjhR .xyjhR_top.xyjhR_pad {
    padding-bottom: 0 !important;
}
.xyjhR .xyjhR_pad {
    padding: 89px 11vw 89px 4vw;
}
.xyjhR .xyjhTitle {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.xyjhR .xyjhTitle::after {
    content: "";
    position:absolute;
    bottom: -2px;
    left: 0;
    width: 78px;
    height:4px;
    background:#1a74bb;
}
.xyjhR .xyjhOne {
    position: relative;
}
.xyjhR .xyjhR_pad .newsBox{
    overflow: hidden;
}
.xyjhR .xyjhR_pad .newsBox .xyjhNew_a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2%;
    overflow: hidden;
    padding-bottom: 2%;
}
.xyjhR .xyjhR_pad .newsBox .xyjhNew_a .xyjhNew_img{
    position: relative;
    width: 30.2%;
    padding-top: 22.7%;
    overflow: hidden;
    float: left;
	transition: all 1s;
}
.xyjhR .xyjhR_pad .newsBox .xyjhNew_a .xyjhNew_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.xyjhR .xyjhR_pad .newsBox .xyjhNew_a:hover .xyjhNew_img img{
    transform:scale(1.1);
    transition:all 1s;
}
.xyjhR .xyjhR_pad .newsBox .xyjhNew_a .xyjhNew_txt{
    float: left;
    width: 66%;
    padding:1vw 0vw 0px 3%;
}
.xyjhR .xyjhR_pad .newsBox .xyjhNew_a .xyjhNew_txt h1{
    font-size: 16px;
    margin-bottom: 20px;
}
.xyjhR .xyjhR_pad .newsBox .xyjhNew_a:hover .xyjhNew_txt h1{
    color: #1a74bb;
}
.xyjhR .xyjhR_pad .newsBox .xyjhNew_a .xyjhNew_txt p{
    font-size: 14px;
}
.xyjhR .xyjhR_pad .newsBox .xyjhNew_a .xyjhNew_txt .xyjhNew_time{
    line-height: 1;
    font-family: "Arial";
    letter-spacing: 0;
    display: block;
    color: #666;
    margin: 28px 0 20px;
    font-size: 14px;
}
.caseBox{
    overflow: hidden;
}
.caseBox .Case_bg{
    width: 29%;
    float: left;
    margin-right:0px;
    padding: 20px 1.1vw 0;
}
.caseBox .Case_bg:hover .Case_bottom p{
    color: #1a74bb;
}
.xyjhR .xyjh_tit{
    border-bottom: 1px solid #eeeeee;
    padding: 0px 25px 15px 25px;
    margin-bottom: 26px;
    text-align: center;
}
.xyjhR .xyjh_tit h1{
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 28px;
}
.xyjhR .xyjh_tit span{
    color: #666;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}
.xyjhDet_con img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
/*内页 - 内容 end*/