/*官网app 样式*/
/*banner S*/

.banner {
    width: 100%;
    height: 600px;
    /* margin: 0 auto; */
    position: relative;
}

.banner img {
    width: 100%;
    height: 600px;
}

.banner .swiper-container1 {
    height: 100%;
}

.dnone {
    width: 100%;
    height: 80px;
    background: transparent;
    text-align: center;
    position: fixed;
    left: 10%;
    top: 100px;
    z-index: 1000;
}

.dnone p {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    color: #fff;
}

.lunbo_content {
    text-align: center;
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
}

.lunbo_content span {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding-bottom: 46px;
}

.lunbo_content p {
    font-style: normal;
    font-size: 18px;
    color: #fff;
}

.lunbo_a {
    position: absolute;
    text-align: center;
    top: 90%;
    left: 50%;
    margin-left: -107px;
}

.swiper-pagination1 {
    width: 200px;
    height: 200px;
}

.next {
    background-image: url(../image/next.png);
    background-size: 66px 128px;
    left: 10px;
    right: auto;
}

.next:hover {
    background: rgb(240, 238, 238);
}

.prev:hover {
    background: rgb(240, 238, 238);
}

.prev .prev {
    background-image: url(../image/prev.png);
    background-size: 66px 128px;
    right: 10px;
    left: auto;
}

.next,
.prev {
    top: 44%!important;
    position: absolute;
    top: 22%;
    width: 66px;
    height: 100px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 66px 100px;
    -webkit-background-size: 66px 100px;
    background-size: 66px 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10%!important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10%!important;
}

.first {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.first_a {
    position: relative;
    display: block;
    padding: 18px 70px;
    margin: 0 auto;
    border: 1px solid #007AFF;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    border-radius: 36px;
    cursor: pointer;
    background-color: rgb(0, 122, 255);
}

.first_a span {
    z-index: 9;
    position: relative;
}

.first_a:hover span {
    color: #007AFF;
}

.first_a i {
    background: #fff;
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.first_a:hover i {
    width: 100%;
}

.ban_jump {
    width: 100%;
    background: url(../image/jump.png) no-repeat;
    width: 24px;
    height: 40px;
    bottom: 160px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    animation: tiao 1.2s infinite ease-in-out;
    -webkit-animation: tiao 1.2s infinite ease-in-out;
    cursor: pointer;
    z-index: 9999;
}


/*banner E*/


/*介绍 服务 案例 合作伙伴 */
.public_title{
    display: flex;
}
.public_title img{
    margin-right: 30px;
}
.public_title1{
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #E63A12;
    line-height: 33px;
    margin-bottom: 16px;
}
.public_title2{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 33px;
}
.setting-bg{
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.introduction_bj{
    position: absolute;
    width: 100%;
    height: 890px;
    top: 0;
    left: 0;
    z-index: 2;
}
.new_bj{
    position: absolute;
    width: 100%;
    height: 496px;
    top: 890px;
    left: 0;
    z-index: 2;
}

/* 服务 S */
.serve{
    width: 1440px;
    margin: 68px auto 50px;
    display: flex;
}
.serve_left{
    width: 460px;
    height: 600px;
    background: #FFFFFF;
    border-radius: 20px;
    transition: all .5s;
}
.serve_left_bj{
    width: 450px;
    height: 197px;
    margin-left: 5px;
}
.serve_title{
    display: flex;
    align-items: center;
    padding: 50px 30px 30px;
}
.serve_title img:nth-child(1){
    width: 68px;
    height: 73px;
    margin-right: 21px;
}
.serve_title img:nth-child(2){
    width: 20px;
    height: 37px;
    margin-right: 9px;
}
.serve_title span{
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #E63A12;
    line-height: 33px;
}
.serve_title .serve_img3{
    width: 20px;
    height: 37px;
    margin-left: 9px;
}
.serve_left_intr1{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 33px;
    margin-bottom: 24px;
    padding: 0 78px 0 32px;
}
.serve_left_intr2{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #E63A12;
    line-height: 40px;
    padding: 0 40px 0 30px;
}
.serve_right{
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}
.serve_right .serve_right_image:nth-child(1){
    width: 635px;
    height: 285px;
    border-radius: 20px;
    background: url(https://jiyull-qiming.oss-cn-hangzhou.aliyuncs.com/zz-website/images/serve4.png) no-repeat ;
    background-size: 635px 285px;
    font-size: 36px;
    font-family: zihun164hao-fangyuehei;
    font-weight: 400;
    color: #E63A12;
    line-height: 285px;
    text-align: center;
    margin-right: 30px;
}
.serve_right .serve_right_image:nth-child(2){
    width: 285px;
    height: 285px;
    border-radius: 20px;
    background: url(https://jiyull-qiming.oss-cn-hangzhou.aliyuncs.com/zz-website/images/serve5.png) no-repeat ;
    background-size: 285px 285px;
    margin-bottom: 30px;
}
.serve_right .serve_right_image:nth-child(3){
    width: 285px;
    height: 285px;
    border-radius: 20px;
    background: url(https://jiyull-qiming.oss-cn-hangzhou.aliyuncs.com/zz-website/images/serve6.png) no-repeat ;
    background-size: 285px 285px;
}
.serve_right .serve_right_image:nth-child(4){
    width: 635px;
    height: 285px;
    border-radius: 20px;
    background: url(https://jiyull-qiming.oss-cn-hangzhou.aliyuncs.com/zz-website/images/serve7.png) no-repeat ;
    background-size: 635px 285px;
    margin-left: 30px;
}
.serve_right .serve_right_image{
    transition: all .5s;
}
.serve_left:hover,.serve_right_image:hover{
    transform: scale(1.03);
    box-shadow: 0 .15625vw .3125vw rgba(0,0,0,.1);
    animation-delay: 0.5s;
}
/* 服务 E */

/* 案例 S */
.case{

}
.case_title_box{
    width: 100%;
    background-color: #fff;
    height: 326px;
    box-sizing: border-box;
    padding-top: 90px;

}
.case_title{
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.case_tags{
    /* position: relative;
    width: 1440px;
    overflow:scroll;
    scroll-behavior: smooth;
    margin-top: 62px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 19px; */
    border-bottom: 1px solid #e5e5e5;
    scroll-behavior: smooth;
    word-break: keep-all;
    overflow-x: auto;
    white-space: nowrap;
    width: 1440px;
    padding-bottom: 19px;
    margin-top: 62px;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 30px;
}
.case_tag{
   display: inline-block;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    /* margin-left:60px; */
    cursor: pointer;
    flex:none;
    padding: 0 30px;
    /* white-space: nowrap; */
}
.case_tag:hover{
    color: #E63A12;
}
.case_tag_item_pre{
    cursor: pointer;
    /* transform: translateY(-50%); */
    width: 10px;
    height: 18px;
    position: absolute;
    bottom:20px;
    left: -20px;
}
.case_tag_item_next{
    transform: rotate(180deg);
    cursor: pointer;
    /* transform: translateY(-50%); */
    width: 10px;
    height: 18px;
    position: absolute;
    bottom:20px;
    right: -20px;
}
.case_tag:last-child{
    margin-right: 0;
}
.case_tag_active{
    color: #E63A12;
    font-weight: bold;
    position: relative;
}
.case_tag_active::after{
    content: " ";
    position: absolute;
    width: 50%;
    height: 6px;
    background: #E63A12;
    bottom: -22px;
    left: 0;
    right: 0;
    margin:  0 auto;
}
.case_content{
    width: 1440px;
    margin: 61px auto 78px;
    display: flex;
    align-items: flex-end;
}
.case_content_left{
    width: 640px;
    height: 600px;
    background: #E63A12;
    border-radius: 20px;
}
.case_content .swiper{
    width: 782px;
}
.case_content img{
    width: 782px;
    height: 576px;
}
.swiper1-control{
    display: flex;
    justify-content: center;
}
.swiper1-control .doc{
    width: 16px;
    height: 8px;
    background: #E63A12;
    opacity: 0.1;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}
.swiper1-control .active_icon{
    width: 32px;
    height: 8px;
    background: #E63A12;
    opacity: 1;
}
.case_content_left .case_content_title {
	margin-top: 59px;
	margin-left: 30px;
	height: 43px;
	font-size: 36px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #FFF;
	line-height: 33px;
    width: 145px;
	background: linear-gradient(90deg, #FFA792 0%, rgba(254, 14, 14, 0) 100%) no-repeat 0 17px;
	white-space: nowrap;
}
.case_content_left .c_content{
    margin: 50px 44px 0 31px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;

	width: 565px;
	overflow: hidden;             /*超出内容隐藏*/
	text-overflow: ellipsis;      /*超出内容为省略号*/
	display: -webkit-box;         /*内容不换行*/
	-webkit-line-clamp: 5;        /*超出几行*/
	-webkit-box-orient: vertical; /*从上到下垂直排列子元素*/
}
.case_content_left .w_tec{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
    margin: 80px 44px 0 31px;
    position: relative;
}
.case_content_left .w_tec .wtec_content{
	display: flex;
	align-items: center;
}
.case_content_left .w_tec > div{
    margin-bottom: 23px;
}
.case_content_left .w_tec img{
    margin-right: 6px;
    width: 22px;
    height: 23px;
    vertical-align: -10%;
}
.case_code{
    position: absolute;
    bottom: 0;
    right: 128px;
    margin-bottom: 0 !important;
}
.w_tec .case_code img{
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 50%;
}
.case_code_t{
    width: 120px;
    height: 36px;
    background: #FFA792;
    box-shadow: 0px 4px 3px 0px rgba(255,255,255,0.2000);
    border-radius: 20px 18px 18px 0px;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: -128px;
    margin-bottom: 0 !important;
}
/* 案例 E */

/* 公司介绍 S */
.introduction{
    width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.introduction_text{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    margin-top: 48px;
    padding-left: 117px;
    height: 390px;
}
.introduction_text_btn{
    width: 180px;
    height: 42px;
    border: 2px solid #E63A12;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    margin: 60px auto 0;
    cursor: pointer;
    transition: all 0.8s;
}
.introduction_text_btn:hover{
    background-color:  #E63A12;
    color: #ffffff;
}
.introduction_text_btn img{
    width: 25px;
    height: 20px;
    vertical-align: -5%;
}
/* 公司介绍 E */

/* 新闻动态 S */
.new{
    width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.new_lists{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.new_list{
    width: 460px;
    height: 581px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
    padding-top: 40px;
    transition: all .5s;
	overflow: hidden;
}
.new_list:hover{
    transform: scale(1.03);
    box-shadow: 0 .15625vw .3125vw rgba(0,0,0,.1);
    animation-delay: 0.5s;
}
.new_list_title{
    display: flex;
    margin-bottom: 24px;
}
.new_list_title div{
    width: 4px;
    height: 24px;
    background: #BB2122;
    margin-right: 27px;
}
.new_list_title img{
    width: 30px;
    height: 30px;
    margin-right: 12px;
}
.new_list_title span{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #BB2122;
}
.journalism_info_title{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 24px 0 30px;
    margin-bottom: 18px;
    cursor: pointer;
    transition: all 0.8s;
}
.journalism_info_time{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    padding: 0 24px 0 30px;
    margin-bottom: 24px;
}
.journalism_info_title:hover{
    letter-spacing: 2px;
}
/* 新闻动态 E */

/* 合作伙伴 S */
.partner{
    width: 1440px;
    margin: 0 auto;
}
.partner_content{
    width: 1440px;
    margin: 48px 0 0;
}
.partner_content img{
    width: 100%;
}
/* 合作伙伴 E */
.journalism_info_intro {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	padding: 0 24px 0 30px;
	margin-bottom: 18px;
	cursor: pointer;
	transition: all 0.8s;
	
	overflow: hidden;             /*超出内容隐藏*/
	text-overflow: ellipsis;      /*超出内容为省略号*/
	display: -webkit-box;         /*内容不换行*/
	-webkit-line-clamp: 2;        /*超出几行*/
	-webkit-box-orient: vertical; /*从上到下垂直排列子元素*/
	
	line-height: 30px;
}
.journalism_info_string {
	padding: 0 24px 0 30px;
	cursor: pointer;
	transition: all 0.8s;
	position: relative;
	
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	line-height: 22px;
	min-height: 44px;
}
.info-line {
	height: 1px;
	background-color: #F8F8F8;
	width: 410px;
	margin: 16px auto;
}
.created-position {
	position: absolute;
	right: 24px;
	bottom: 0;
}
