@charset "utf-8";
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face{
    font-family:myFont0;
    src:url('../font/SOURCEHANSANSCN-EXTRALIGHT.OTF');
}
@font-face{
    font-family:myFont;
    src:url('../font/SOURCEHANSANSCN-LIGHT.OTF');
}
@font-face{
    font-family:myFont1;
    src:url('../font/SOURCEHANSANSCN-NORMAL.OTF');
}
@font-face{
    font-family:myFont2;
    src:url('../font/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face{
    font-family:myFont3;
    src:url('../font/SOURCEHANSANSCN-MEDIUM.OTF');
}
@font-face{
    font-family:myFont4;
    src:url('../font/SOURCEHANSANSCN-BOLD.OTF');
}
@font-face{
    font-family:myFont5;
    src:url('../font/SOURCEHANSANSCN-HEAVY.OTF');
}
.web-font0{font-family:myFont0;}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
.web-font5{font-family:myFont5;}
body{
    font-family: myFont1;
}
@keyframes zhuanquan {
    0% {
        -ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
    }
    25% {
        -ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
    }
    50% {
        -ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
    }
    75% {
        -ms-transform:rotate(270deg);
		-webkit-transform:rotate(270deg);
		transform:rotate(270deg);
    }

    100% {
        -ms-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
    }
}
.layui-layer-msg{top:50% !important}
.banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
}
.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide {
	position: relative;
	background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner .swiper-slide img {
	width: 100%;
}
.banner .swiper-slide-active img{
    width: 100%;
	animation:mymove 7s infinite;
	-webkit-animation:mymove 7s; /*Safari and Chrome*/
	/* animation-direction:alternate; *//*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 7s infinite;
	/* -webkit-animation-direction:alternate */;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	/* animation-delay:0.1s;
	-webkit-animation-delay:0.1s; */ /* Safari 和 Chrome */
}
.banner img {
	width: 100%;
	height: auto;
}
.banner .swiper-slide{
    position: relative;
	background-position: center;
	background-size: cover !important;
	justify-content: center;
	align-items: center;
	display: flex;
}
/* banner分页 */
.banner .swiper-pagination {font-size: 0; bottom: 70px;}
.banner .swiper-pagination span{background: rgb(255 255 255 / 60%); height: 2px; width: 50px; margin: 0 10px !important; border-radius: 10px; opacity: 1; position: relative;}
.banner .swiper-pagination .swiper-pagination-bullet-active i { display: inline-block; height: 100%; width: 100%; position: absolute; left: 0; top: 0; background-color: white; animation:swiper-load 3s linear 0s 1 normal forwards}
@keyframes swiper-load {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.banner .swiper-pagination span::after{
	content: " ";
	display: block;
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #951a22;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active::after{
	width: 100%;
	animation: swiper-load 5s linear 0s 1 normal forwards;
}
/*banner上面的文案*/
.banner .ba_box{
	position: absolute;
    vertical-align: middle;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem;
    text-align: center;
	opacity: 0;
}
.banner .ba_box{
	margin-top: 35px;
}
.banner .ba_box h5{
	font-size: 55px;
    color: #fff;
    margin-bottom: 20px;
}
.banner .ba_box h3{
	font-size: 45px;
    font-weight: bold;
    color: #951a22;
    letter-spacing: 4px;
}
.banner .swiper-slide-active .ba_box{
	-webkit-animation: fadeInLeft 1.4s ease-in-out;
	animation: fadeInLeft 1.4s ease-in-out;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
/* 内页title */
.ny-title h3{
    font-size: 28px;
    color: #000;
    margin: 0 0 60px 0;
    font-family: 'myFont3';
    text-align: center;
}
/* 关于我们 */
.c1{
	padding: 60px 0 60px 0;
    background: url(../images/ab-bg.png) no-repeat center center;
    width: 100%;
    background-size: cover;
}
.c1 .c1-left{
	height: 520px;
	width: 42%;
	background-color: #fff;
	border-radius: 25px;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #ddd;
}
.c1 .c1-left::after{
	width: 216px;
	height: 240px;
	margin-top: 20px;
	background: url(../images/ab-bg1.png) no-repeat center center;
	content: "";
	position: absolute;
	bottom: -20px;
	background-size: 100%;
	left: 30px;
}
.c1 .c1-left .c1-txt p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-align: justify;
    text-indent: 2em;
}
.c1 .c1-left .c1-txt a{
	margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 16px;
    color: #951a22;
}
.c1 .c1-left .c1-txt a i{
    transition: .5s;
	font-size: 26px;
    margin-left: 5px;
    transform: rotate(0deg);
}
.c1 .c1-left .c1-txt a:hover i{
    transform: translateX(10px);
}
.c1 .c1-right{
	width: 56%;
    cursor: pointer;
	position: relative;
	border-radius: 25px;
	border: 1px solid #ddd;
}
.c1 .c1-right::after{
	width: 150px;
	height: 240px;
	margin-top: 20px;
	background: url(../images/ab-bg3.png) no-repeat center center;
	content: "";
	position: absolute;
	bottom: -80px;
	background-size: 100%;
	left: -60px;
    transition: .9s;
}
.c1 .c1-right:hover::after{
    transform: translateX(450px);
}
.c1 .c1-left::before{
	width: 280px;
    height: 179px;
    margin-top: 20px;
    background: url(../images/ab-bg2.png) no-repeat center center;
    content: "";
    position: absolute;
    top: -147px;
    background-size: 85%;
    left: 50%;
    margin-left: -140px;
}
.c1 .c1-right img{
	width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 25px;
}
/* 产品中心 */
.c2{

}
.c2 .c2-box{
	width: 100%;
	position: relative;
}
.c2 .c2-box1{
	width: 100%;
    height: 600px;
}
.c2 .c2-box2{
	/*width: calc((100% - 1200px) / 2);*/
}
.c2 .c2-box .c2-box-left,.c2 .c2-box .c2-box-right{
	width: 49.8%;
}
.c2 .c2-box .c2-box-left{
	height: 600px;
    overflow: hidden;
}
.c2 .c2-box .c2-box-left a,.c2 .c2-box .c2-box-right a{
	position: relative;
}
.c2 .c2-box .c2-box-right .c2-r-1,.c2 .c2-box .c2-box-right .c2-r-2{
	width: 49.6%;
	height: 215px;
	object-fit: cover;
    overflow: hidden;
}
.c2 .c2-box .c2-icon{
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / 75%);
    padding: 8px 20px;
    transition: .5s;
    text-align: center;
    border-radius: 5px;
}
.c2 .c2-box p{
    color: #a13238;
    font-size: 18px;
}
.c2 .c2-box .c2-icon i{
    color: #a13238;
    margin-left: 10px;
    font-size: 25px;
}
.c2 .c2-box a:hover .c2-icon{
    transform: translateX(10px);
}
.c2 .c2-box .c2-box-t img,.c2 .c2-box .c2-box-b a:last-child img{
	/*border-top-right-radius: 15px;*/
	/*border-bottom-right-radius: 15px;*/
}
.c2 .c2-box .c2-box-t{
	margin-bottom: 5px;
	position: relative;
    overflow: hidden;
    height: 380px;
}
.c2 .c2-box .c2-box-t::after{
	width: 132px;
	height: 179px;
	background: url(../images/c-bg.png) no-repeat center center;
	content: "";
	position: absolute;
    top: -100px;
    background-size: 85%;
    right: -35px;
}
.c2 .c2-box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 企业展示 */
.c3{
	padding: 0 0 0 0;
	background: url(../images/qy-bg.png) no-repeat bottom center;
	background-size: cover;
}
.c3 .title{
	margin-bottom: 200px;
}
.c3 .c3-box ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 0px;
}
.c3 .c3-box ul li{
	margin-bottom: 30px;
    cursor: pointer;
}
.c3 .c3-box ul li i{
	color: #951a22;
	text-align: center;
	font-size: 50px;
	/*border: 2px solid #951a22;*/
    transition: .5s;
}
.c3 .c3-box ul li:hover i{
    transform: rotateY(360deg);
}
.c3 .c3-box ul li h3{
	font-size: 25px;
	color: #000;
	margin: 20px 0 10px 0;
}
.c3 .c3-box ul li p{
	width: 320px;
	text-align: justify;
	font-size: 16px;
	line-height: 25px;
	color: #585858;
}
.c3 .c3-box ul li:nth-child(2),.c3 .c3-box ul li:nth-child(4){
    text-align: -webkit-right;
}
.c3 .c3-box ul li:nth-child(2) i{

}
.c3 .c3-box ul li:nth-child(2) p{
    text-align: right;
}
.c3 .c3-box ul li:nth-child(4) p{
    text-align: right;
}
/* 服务流程 */
.c4{
    background: #f9f9f9;
    padding-bottom: 40px;
}
.c4 .c4-box ul li{
    transition: .5s;
}
.c4 .c4-box ul li div{
    margin-top: 15px;
    margin-left: 25px;
}
.c4 .c4-box ul li:nth-child(1){
	background: url(../images/f1.png) no-repeat;
    background-size: 100%;
    padding: 20px 0px;
    height: 120px;
    width: 170px;
    cursor: pointer;
}
.c4 .c4-box ul li:nth-child(3){
    background: url(../images/f2.png) no-repeat;
    background-size: 100%;
    padding: 20px 0px;
    height: 120px;
    width: 170px;
    cursor: pointer;
}
.c4 .c4-box ul li:nth-child(5){
    background: url(../images/f3.png) no-repeat;
    background-size: 100%;
    padding: 20px 0px;
    height: 120px;
    width: 170px;
    cursor: pointer;
}
.c4 .c4-box ul li:nth-child(7){
    background: url(../images/f4.png) no-repeat;
    background-size: 100%;
    padding: 20px 0px;
    height: 120px;
    width: 170px;
    cursor: pointer;
}
.c4 .c4-box ul li:nth-child(9){
    background: url(../images/f5.png) no-repeat;
    background-size: 100%;
    padding: 20px 0px;
    height: 120px;
    width: 170px;
    cursor: pointer;
}
.c4 .c4-box ul em{
    font-size: 18px;
    transition: .5s;
    animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
.c4 .c4-box ul li i{
	color: #000;
	font-size: 50px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.c4 .c4-box ul li h4{
	font-size: 16px;
	text-align: center;
	color: #000;
}
.c4 .c4-box ul li:hover{
    transform: translateY(-10px);
}
.c4 .c4-box ul li:hover h4,.c4 .c4-box ul li:hover i{
    color: #9f2931;
}
/*加盟表单*/
.cont5{
	background: #f9f9f9;
	padding: 0 0 60px 0;
}
.cont5 .c5-jm img{
	width: 376px;
    display: block;
}
.cont5 .c5-jm .c5-icon{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 40px;
    text-align: center;
    margin-bottom: 20px;
}
.cont5 .c5-jm .c5-icon i{
	font-size: 18px;
    color: #fff;
    background: #951a22;
    padding: 2px 8px;
    cursor: pointer;
    transition: .5s;
    border-radius: 5px;
}
.cont5 .c5-jm .c5-icon i:hover{
    margin-right: 9px;
}
.cont5 .c5-jm p{
	font-size: 24px;
	letter-spacing: 11px;
    color: #000;
    margin-bottom: 10px;
}
.cont5 .c5-txt{
	color: #951a22;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cont5 .c5-txt i{
	font-size: 50px;
    padding-right: 15px;
    animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
.cont5 .c5-txt b{
	font-size: 41px;
    font-family: Impact;
}
.c5-jm{
    width: 36%;
}
.c5-form{
	width: 61%;
}
.c5-form{
	box-shadow: 1px 1px 13px #d8d8d8;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
    border-radius: 15px;
}
.c5-form h5{
	text-align: center;
    font-size: 30px;
    color: #000;
    display: block;
    font-family: 'myFont4';
    text-transform: uppercase;
}
.c5-form .form-input{
	margin: 20px 0;
}
.c5-form .form-input input{
	height: 48px;
    background: #f5f5f5;
    width: 100%;
    color: #000;
    border-radius: 5px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 15px;
}
.c5-form .form-input .form_3 textarea{
    height: 105%;
    width: 100%;
    background: #f5f5f5;
    color: #000;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 12px;
    font-family: 'myFont';
    font-size: 16px;
    box-sizing: border-box;
}
.c5-form .form-input .form_1{
    width: 30%;
    position: relative;
}
.c5-form .form-input .form_3{
    width: 100%;
    height: 120px;
    position: relative;
}
.c5-form .form-input .form_2::after,.c5-form .form-input .form_1::after,.c5-form .form-input .form_3::after{
    position: absolute;
    left: 8px;
    top: 16px;
    content: "*";
    color: red;
}
.c5-form input[type="button"]{
    font-size: 20px;
    width: 100%;
    line-height: 48px;
    color: #fff;
    margin-bottom: 30px;
    background: linear-gradient(to right,#951a22,#951a22);
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
}
.c5-form input[type="button"]:hover{
	transform: translateY(-5px);
}
.cont5 .c5-num{
	width: 100%;
}
.cont5 .c5-num>ul>li>div.swiper-container{
	width: 100%;
	height: 100%;
}
.cont5 .c5-num ul li{
	height: 30px;
    background: #951a22;
    width: 80%;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 14px;
}
.cont5 .c5-num ul li i{
	color: #951a22;
	font-size: 20px;
	margin-right: 10px;
}
.cont5 .c5-num ul li p{
	margin: 0 50px;
}
.cont5 .c5-num ul li em{
	color: #951a22;
}
/* 新闻中心 */
.c6{
    margin-bottom: 50px;
}
.c6 .title{
    position: relative;
}
.c6 .title a{
    color: #949494;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 87px;
}
.c6-box .news-b{
    
}
.c6-box .news-b ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 20px;
}
.c6-box .news-b ul li .news-show i{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    height: 200px;
    border-radius: 13px;
}
.c6-box .news-b ul li .news-show img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.c6-box .news-b ul li a{
    display: block;
    position: relative;
}
.c6-box .news-b ul li .hide-more a{
    display: flex;
}
.c6-box .news-b ul li .news-show div{
    font-size: 16px;
    color: #666;
}
.c6-box .news-b ul li .news-show h3,.c6-box .news-b ul li .news-top-hide h3{
    color: #000;
    margin: 10px 0 10px 0;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.c6-box .news-b ul li em{
    font-size: 16px;
    color: #951a22;
    display: flex;
    align-items: center;
    line-height: 70px;
}
.c6-box .news-b ul li b{
    font-size: 16px;
    color: #951a22;
}
.c6-box .news-b ul li em i{
    font-size: 22px;
    margin-left: 8px;
}
.c6-box .news-b ul li:hover h3{
    color:#951a22;
}
.c6-box .news-b ul li{
    position: relative;
    cursor: pointer;
    border-right: 1px solid #f1f1f1;
    padding-right: 20px;
}
.c6-box .news-b ul li:last-child{
    border-right: none;
    padding-right: 0px;
}
.c6-box .news-b ul li .news-top-hide{
    display: none;
    position: absolute;
    top: 30%;
    margin-top: -80px;
    z-index: 99;
    width: 100%;
    transition: .5s;
    padding: 0 20px;
    box-sizing: border-box;
}
.hide-more{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding-left: 20px;
    box-sizing: border-box;
    display: none;
    color: #e1b788;
    line-height: 70px;
    font-size: 16px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: .5s;
}
.hide-more a{
    display: block;
    color: #951a22;
}
.hide-more a i{
    font-size: 18px;
    transition: .5s;
}
.c6-box .news-b ul li:hover .hide-more i{
    transform: translateX(10px);
}
.c6-box .news-b ul li .news-top-hide p{
    color: #000;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}
.c6-box .news-b ul li::after{
    position: absolute;
    border-radius: 10px;
    content: "";
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    background: url(../images/news-logo.png) #ededed no-repeat bottom right;
    background-size: 100%;
    box-shadow: rgba(30, 31, 36, 0.094) 0px 3px 16px;
}
.c6-box .news-b ul li:hover{
    border-right: none;
}
.c6-box .news-b ul li:hover::after{
    display: block;
}
.c6-box .news-b ul li:hover .news-top-hide{
    display: block;
}
.c6-box .news-b ul li:hover .hide-more{
    display: block;
}
/* 内页banner */
.about-banner{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.about-banner>img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    animation:mymove 8s;
    -webkit-animation:mymove 8s ; /*Safari and Chrome*/
    /* animation-direction:alternate; *//*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation:mymove 8s;
	animation-fill-mode:forwards;
    /* -webkit-animation-direction:alternate; *//*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-delay:0.1s;
    -webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
.about-banner .about-txt {
    width: 100%;
    position: absolute;
    text-align: center;
}
.about-banner .about-txt .flex-c {
    position: relative;
}
.about-banner .about-txt h5 {
    color: #fff;
    font-size: 50px;
    text-align: left;
    font-family: 'myFont3';
}
.banner2{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
    height: 600px;
    overflow: hidden;
}
.banner2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation:mymove 8s;
    -webkit-animation:mymove 8s ; /*Safari and Chrome*/
    /* animation-direction:alternate; *//*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation:mymove 8s;
	animation-fill-mode:forwards;
    /* -webkit-animation-direction:alternate; *//*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-delay:0.1s;
    -webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
.banner2 .text-box{
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
}
.banner2 .text-box .flex-c{
    position: relative;
}
.banner2 .text-box h5{
    font-size: 46px;
    position: relative;
    padding: 0 20px;
    display: inline;
    font-family: 'myFont3';
    text-transform: uppercase;
}
.banner2 .text-box h5::after{
    content: "";
    position: absolute;
    top: 30px;
    width: 10px;
    height: 4px;
    background: #fff;
    right: -5px;
}
.banner2 .text-box h5::before{
    content: "";
    position: absolute;
    top: 30px;
    width: 10px;
    height: 4px;
    background: #fff;
    left: -5px;
}
.banner2 .text-box h3{
    font-size: 180px;
    color: #ffffff4f;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    font-family: 'myFont6';
    width: 100%;
    z-index: 1;
    top: -106px;
}
/* 产品分类 */
.pro-type{
    padding: 60px 0;
}
.pro-type a{
    margin-right: 80px;
    font-size: 18px;
    color: #737373;
    padding: 4px 17px;
    border-radius: 50px;
}
.pro-type a:hover,.pro-type a.cur{
    background: #951a22;
    color: #fff;
}
.pro{
    background: #f7f7f7;
    padding-bottom: 60px;
}
.pro .pro-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
}
.pro .pro-box ul li i{
    height: 350px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.pro .pro-box ul li img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro .pro-box ul li p{
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 18px;
    color: #737373;
}
.pro .pro-box ul li a:hover p{
    color: #951a22;
}
/* 侧边栏 */
.s_spserv__wrap {
    position: fixed;
    right: 0;
    z-index: 9;
    background: #fff;
    box-sizing: border-box;
    /* border: 1px solid #d0d0d0; */
    border-radius: 50px;
}
.s_spserv__wrap-morebottom {
    top: 155px;
    height: 264px;
    width: 65px;
    padding-top: 15px;
}
.s_spserv__wrap ul li{
    padding: 10px 8px;
    position: relative;
}
.s_spserv__wrap ul li:last-child{
    color: #000;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    padding: 0;
}
.s_spserv__wrap ul li:last-child .s_spserv__pic{
    padding-top: 14px;
}
.s_spserv__wrap ul li:last-child span{
    color: #000;
    font-size: 30px;
}
.s_spserv__wrap-morebottom p{
    text-align: center;
    cursor: pointer;
    margin-top: 3px;
}
.ce-h{
    color: #333;
}

.s_spserv__wrap-morebottom p:last-child{
    border-bottom: 0;
}
.s_spserv__wrap-backtop {
    bottom: 117px
}
.s_spserv__item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.s_spserv__pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #666;
    text-align: center;
    transition: .4s;
}
.s_spserv__wrap ul li:nth-child(1) .s_spserv__pic .iconfont{
    background: url(../images/i1.png) no-repeat center center;
    width: 28px;
    display: block;
    height: 30px;
    background-size: 100%;
}


.s_spserv__wrap ul li:nth-child(2) .s_spserv__pic .iconfont{
    background: url(../images/i3.png) no-repeat center center;
    width: 28px;
    display: block;
    height: 30px;
    background-size: 100%;
}
.s_spserv__wrap ul li:nth-child(3) .s_spserv__pic .iconfont{
    background: url(../images/i4.png) no-repeat center center;
    width: 28px;
    display: block;
    height: 30px;
    background-size: 100%;
}

.s_spserv__line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}
.s_spserv__hoverarea{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -25px;
    top: 85%;
    transform: translate(-100%, -50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #333;
    line-height: 22px
}
.not-ie-hoverarea:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%) rotate(45deg);
    right: -12px;
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #fff
}
.s_spserv__hoverarea-block {
    display: block
}
.s_spserv__wxpic {
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto
}
.s_spserv__hoverarea-wx {
    text-align: center;
    padding: 5px 5px
}
.back_top_wrapper{
    position: fixed;
    right: 22px;
    bottom: 124px;
    z-index: 200;
    transition: bottom .3s ease;
    width: 48px;
    height: 48px;
    background: #4185a6;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    transition: .4s;
}
.back_top_wrapper .iconfont{
    font-size: 30px;
    color:#fff;
}
.s_spserv__wrap ul li:hover .ce-h{
    color: #951a22;
}
.s_spserv__wrap ul li:hover .s_spserv__pic{
    transform: scale(1.05);
}
/*收缩*/
.s_spserv__wrap ul,.ce-box{
    position: relative;
}
.s_spserv__wrap ul::after{
    content: "";
    left: -5px;
    top: 41%;
    margin-top: -19px;
    position: absolute;
    border-radius: 50px;
    width: 22px;
    background: #fff;
    height: 38px;
    line-height: 38px;
}
.ce-hide{
    position: absolute;
    left: -23px;
    top: 41%;
    margin-top: -19px;
    /* border: 1px solid #d0d0d0; */
    border-radius: 50px;
    width: 38px;
    background: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: -1;
}
.ce-hide i{
    font-size: 18px;
    color: #951a22;
    display: block;
    margin-right: 13px;
}
/* 应用案例 */
.case,.show{
    padding: 0 0 60px 0;
    background: #f7f7f7;
}
.case ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px;
}
.case ul li a{
    display: block;
    height: 330px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.case ul li h5{
    position: absolute;
    bottom: 0;
    line-height: 45px;
    height: 45px;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: rgb(73 73 73 / 66%);
    opacity: 1;
}
.case ul li img{
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}
.case ul li .case-hide p{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    background-color: rgb(73 73 73 / 66%);
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.case ul li a:hover p{
    opacity: 1;
}
.case ul li a:hover h5{
    opacity: 0;
}
/* 企业展示 */
.pc-banner {
    width: 100%;
    position: relative;
}

@media screen and (max-width: 668px) {
    .pc-banner {
        background-size: auto 100%;
    }
}

.pc-banner .swiper-container {
    width: 100%;
    padding: 60px 0 50px 0;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-container {
        margin: 20px 0 15px;
    }
}

.pc-banner .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0px 4px 8px 0px #cecece;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.pc-banner .swiper-slide-active,.pc-banner .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0px 4px 8px 0px #cecece;
    z-index: 99;
    border-radius: 10px;
}
.pc-banner .swiper-slide-active img{
    border-radius: 10px;
}
@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide-active,.pc-banner .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
        box-shadow: 0px 4px 8px 0px #cecece;
    }
}

.pc-banner .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.pc-banner .swiper-slide a {
    display: block;
}

@media screen and (min-width: 668px) {
    .pc-banner .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        content: "";
        width: 100%;
        height: 100%;
    }
}

.pc-banner .swiper-slide-active a:after {
    background: none;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide a {
        padding: 5px;
    }
}

.pc-banner .swiper-slide img {
    width: 100%;
    display: block;
    height: 460px;
    object-fit: cover;
}

.pc-banner .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.pc-banner .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.pc-banner .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    margin-bottom: 0;
}

@media screen and (max-width: 668px) {
    
    .pc-banner .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .pc-banner .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }

    .pc-banner .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #FFF;
        margin-bottom: 0;
    }
}

.pc-banner .button {
    width: 150px;
    margin: 0 auto;
    bottom: 100px;
    position: relative;
}

@media screen and (max-width: 668px) {
    .pc-banner .button {
        width: 70%;
        bottom: 22px;
    }
}

.pc-banner .button div:hover {
    background-color: #016e71;
}
.pc-banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    margin-right: 0;
    right: 19.5%;
}
.pc-banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    margin-left:0;
    left: 19.5%;
}
.pc-banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    color: #000;
    border-radius: 50%;
    background: url(../images/left.png)#951a22 center 50%/80% 80% no-repeat;
    /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #951a22 center 50%/50% 50% no-repeat;*/
}
.pc-banner .swiper-button-next {
    width: 40px;
    height: 40px;
    color: #000;
    border-radius: 50%;
    background: url(../images/right.png)#951a22 center 50%/80% 80% no-repeat;
    /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #951a22 center 50%/50% 50% no-repeat;*/
}
@media screen and (max-width: 668px) {
    .pc-banner .button div {
        width: 28px;
        height: 28px;
    }
}
/* 员工风采 */
.yuangong .yuangong-box ul li{
    height: 300px;
    overflow: hidden;
}
.yuangong .yuangong-box ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 新闻中心 */
.news-banner{
    width: 100%;
    min-width: 1200px;
    /* height: 500px; */
    overflow: hidden;
    padding: 230px 0 0 0;
    background: url(../images/news-bg.png)#fff5f4 no-repeat top center;
}
.news-banner img{
    width: 100%;
}
.news-banner .text-box{
    text-align: center;

}
.news-banner .text-box h5 {
    font-size: 46px;
    padding: 0 20px;
    display: inline;
    color: #000;
    font-family: 'myFont3';
}
.new-form{
    margin: 60px auto 80px auto;
    justify-content: center;
    width: 800px;
    display: flex;
}
.new-form input[type="text"]{
    width: 50%;
    background: #fff;
    line-height: 55px;
    border-radius: 10px 0 0 10px;
    padding-left: 20px;
    box-shadow: 0px 0px 16px #0000001f;
}
.new-form input[type="button"]{
    background: #951a22;
    padding: 0 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 10px 10px 0;
}
/* 新闻列表 */
.news-top{
    margin-bottom: 30px;
}
.news-top ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
}
.news-top ul li{
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: .5s;
}
.news-top ul li a{

}
.news-top ul li em{
    font-size: 16px;
    color: #3d3d3d;
}
.news-top ul li h5{
    font-size: 18px;
    color: #000;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.news-top ul li .news-img{
    height: 220px;
    margin: 5px 0;
    overflow: hidden;
    border-radius: 15px;
}
.news-top ul li img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.news-top ul li p{
    font-size: 16px;
    color: #808080;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.news-top ul li .news-more{
    font-size: 16px;
    display: flex;
    color: #808080;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.news-top ul li .news-more i{
    font-size: 30px;
    color: #4a4a4a;
}
.news-top ul li:hover{
    background: #bf575e;
}
.news-top ul li a:hover em,.news-top ul li a:hover p,.news-top ul li a:hover h5,.news-top ul li a:hover i,.news-top ul li a:hover .news-more{
    color: #fff;
}
.news-bottom{
    position: relative;
}
.news-bottom a {
    padding: 30px 30px;
    background: #fff;
    margin-bottom: 20px ;
}
.news-bottom .news-text::before{
    content: "";
    position: absolute;
    left: 102px;
    width: 1px;
    bottom: 46px;
    height: 37px;
    background: #cccccc;
}
.news-bottom .news-text{
    width: 80%;
}
.news-bottom .news-text h4{
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.news-bottom .news-text p{
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-bottom .news-bottom-more{
    color: #888;
    transition: .6s;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.news-bottom .news-bottom-more i{
    font-size: 23px;
    margin-left: 10px;
    transition: .5s;
}
.news-bottom a:hover i{
    color: #951a22;
    transform: translateX(10px);
}
.news-bottom a:hover .news-bottom-more{
    color: #951a22;
}
.news-bottom a:hover h4{
    color: #951a22;
}
.news-bottom a .time {
    
}
.news-bottom a .time em {
    display: block;
    font-size: 48px;
    color: #333;
    line-height: 46px;
}
.news-bottom a .time span {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.news-bottom a:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
/* 合作中心 */
.hz{
    background: #f6f7fd;
}
.hz-bg{
    position: relative;
    margin-top: -150px;
}
.hz ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 30px;
}
.hz ul li{
    transition: .5s;
    cursor: pointer;
}
.hz ul li div{
    padding: 20px;
    height: 266px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}
.hz ul li i{
    color: #951a22;
    font-size: 50px;
    margin-top: 40px;
    display: block;
    margin-bottom: 20px;
}
.hz ul li h3{
    font-size: 18px;
    color: #000;
}
.hz ul li p{
    font-size: 16px;
    color: #808080;
    margin: 0 0 15px 0;
}
.hz ul li p b{
    color: #000;
}
.hz ul li em{
    width: 45px;
    height: 1px;
    background: #951a22;
    display: block;
    margin: 60px auto 20px auto;
}
.hz ul li:hover{
    transform: translateY(-10px);
}
.hz-form{
    background: url(../images/hz-bg.png)#f6f7fd no-repeat bottom center;
}
.hz-title{
    padding: 60px 0;
}
.hz-title h5{
    font-size: 35px;
    color: #808080;
    text-align: center;
    text-transform: uppercase;
}
.contact-box{
    width: 85%;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 50px;
}
.hz-form .contact-form-box{
    margin-bottom: 20px;
}
.hz-form .contact-form-box li{
    width: 31%;
}
.hz-form ul li label{
    font-size: 18px;
    color: #000000;
    font-family: 'myFont2';
    margin-bottom: 10px;
    display: block;
}
.hz-form .contact-form-box li input{
    height: 54px;
    line-height: 54px;
    display: block;
    width: 100%;
    background: #f8f8f8;
    font-size: 16px;
    color: #000;
    padding-left: 21px;
    cursor: pointer;
    box-sizing: border-box;
    
}
.hz-form .contact-form-box li div,.contact-box ul li div{
    position: relative;
}
.hz-form .contact-form-box li div::after{
    position: absolute;
    left: 8px;
    top: 20px;
    content: "*";
    color: red;
}
.contact-box ul li div::after{
    position: absolute;
    left: 8px;
    top: 25px;
    content: "*";
    color: red;
}
.hz-form ul li textarea{
    height: 200px;
    background: #f8f8f8;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding-left: 21px;
    padding-top: 21px;
    font-family: 'myFont1';
    cursor: pointer;
    box-sizing: border-box;
}
.hz-form ul li textarea:hover,.hz-form .contact-form-box li input:hover{
    /*border: 1px solid #951a22;*/
    box-sizing: border-box;
}
.hz-form .contact-box input[type="button"]{
    width: 100%;
    background: #951a22;
    font-size: 20px;
    color: #fff;
    height: 54px;
    font-family: 'myFont2';
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    transition: .5s;
}
.hz-form .contact-box input[type="button"]:hover{
    transform: translateY(-5px);
}
.contact-map{
    
}
.contact-map .allmap{
    height: 400px;
}
.amap-marker-label{
    font-size: 18px;
    padding: 6px 10px;
    top: -30px !important;
}
/* 关于我们 */
.ab1{
    background: url(../images/ab1.png) no-repeat center center;
    width: 100%;
    background-size: cover;
    padding: 80px 0;
}
.ab1-box{
    width: 100%;
    position: relative;
}
.ab1-box .ab1-l{
    width: calc((100% - 1200px) / 2);
}
.ab1-box .ab1-r{
    position: relative;
    height: 500px;
    align-items: flex-start;
    width: calc((100% - 1200px) / 2 + 1200px);
}
.ab1-box .ab1-left{
    width: 35%;
}
.ab1-box .ab1-txt{
    position: absolute;
    left: 0;
    width: 600px;
    background: #f3f3f3;
    z-index: 9;
    border-top-right-radius: 50px;
    padding: 45px 26px;
    box-sizing: border-box;
    bottom: 0;
}
.ab1-box .ab1-r::after{
    content: "";
    left: -198px;
    position: absolute;
    background: url(../images/ny-ab1.png) no-repeat center center;
    width: 500px;
    height: 500px;
    background-size: 60%;
    z-index: 9;
    top: -206px;
}
.ab1-box .ab1-right{
    width: 70%;
    height: 500px;
    position: absolute;
    right: 0;
}
.ab1-box .ab1-right img{
    width: 100%;
    border-top-left-radius: 186px;
    height: 100%;
    object-fit: cover;
}
.ab1-box .ab1-left p{
    line-height: 36px;
    text-align: justify;
    font-size: 15px;
    text-indent: 2em;
}
/* 企业文化 */
.wh{
    /*background: url(../images/wh1.png) no-repeat center center;*/
    background-size: cover;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.wh .w1200{
    height: 580px;
}
.wh::after{
    position: absolute;
    bottom: 0;
    content: "";
    height: 256px;
    width: 100%;
    background: url(../images/wh2.png) no-repeat bottom center;
    background-size: 100%;
}
.wh-box{
    padding-top: 50px;
}
.wh-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 50px;
}
.wh-box ul li{
    border-radius: 15px;
    padding: 30px 20px 0px 20px;
    height: 360px;
    background: linear-gradient(to bottom, #dbdbdb, #fff);
    transition: .5s;
    cursor: pointer;
}
.wh-box ul li:hover{
    padding-top: 40px;
    background: linear-gradient(to bottom, #a12d34, #eea0a5);
}
.wh-box ul li:hover h5,.wh-box ul li:hover p{
    color: #fff;
}
.wh-box ul li:hover i{
    background: #fff;
}
.wh-box ul li h5{
    text-align: center;
    font-size: 28px;
    color: #9f2931;
    font-family: 'myFont3';
    text-transform: uppercase;
}
.wh-box ul li i{
    width: 100px;
    height: 1px;
    background: #9f2931;
    display: block;
    margin: 20px auto;
}
.wh-box ul li p{
    text-align: center;
    color: #9f2931;
    font-size: 18px;
}
/* 战略布局 */
.map{
    background: url(../images/map-bg.png) no-repeat bottom center;
    background-size: 100%;
}
.ny-map{
    position: relative;
}
.ny-map img{
    width: 1000px;
    margin: 0 auto;
}
#index_map_circle1 {
    position: absolute;
    left: 23%;
    top: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
#index_map_circle2 {
    position: absolute;
    left: 20%;
    top: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
#index_map_circle3 {
    position: absolute;
    left: 49%;
    top: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
#index_map_circle4 {
    position: absolute;
    left: 78%;
    top: 30.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
#index_map_circle5{
    position: absolute;
    left: 80%;
    top: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
#index_map_circle6 {
    position: absolute;
    left: 76.5%;
    top: 37%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
#index_map_circle7 {
    position: absolute;
    left: 75.5%;
    top: 41%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.index_map_container .content .map-icon{
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background:#951a22;
  margin-bottom: 5px;
}
.index_map_container .content .map-icon p{
  border:1px solid #951a22;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  animation: myfirst 2s infinite;
  /* box-shadow: 0px 0px .01rem #cd281f; */
  position: absolute;
      box-sizing: border-box;
}
.index_map_container .content .map-icon span{
  position: absolute;
  display: block;
  border:1px solid #951a22;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  animation: myfirst 2s infinite;
  box-shadow: 0px 0px 1px #951a22;
  animation-delay:0.5s;
    box-sizing: border-box;
}
.index_map_circle .map-dz {
    display: block;
    font-size: 14px;
    color: #951a22;
    text-align: center;
}
@keyframes myfirst{
  0%{transform:scale(1);
    -webkit-transform:scale(1);
    opacity:1;-webkit-opacity:1;
}
  100%{ transform:scale(5);
    -webkit-transform:scale(5);
    opacity:0;-webkit-opacity:0;}
}
/* 企业荣耀证书 */
.zz{
    padding-bottom: 80px;
    /*background: url(../images/zz.png) no-repeat center center;*/
}
.honor img{
    width: 100%;
    height: auto;
}
.teacher-list{
    margin-top: 30px;
}
.teacher-list a{
    float: left;
    width: 12%;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-right: 0.57%;
    margin-bottom: 15px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.teacher-list a:nth-child(8n){
    margin-right: 0;
}
.teacher-list a img{
    width: 100%;
    height: auto;
}
.teacher-list a:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.honor .flip-items{
    width: 400px;
}
.honor .flipster-carousel .flip-prev,.honor .flipster-carousel .flip-next{
    opacity: 1;
}
.honor .flipster-carousel .flip-past,.honor .flipster-carousel .flip-future{
    opacity: 1;
}
.flipster-carousel .flip-next{
    -webkit-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -moz-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -o-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -ms-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
}
.flipster-carousel .flip-future{
    -webkit-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -moz-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -o-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -ms-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
}
.flipster-carousel .flip-prev{
    -webkit-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -moz-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -o-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -ms-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8)
}
.flipster-carousel .flip-past{
    -webkit-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -moz-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -o-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -ms-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
}
/*箭头*/
.flipster2 .flipto-prev, .flipster2 .flipto-next{
    width: 50px;
    height: 50px;
    text-align: center;
    background-size: 100%;
    color: #333;
    padding: 0;
    border: none;
    margin-top: -25px;
}
.flipster2 .flipto-prev:hover, .flipster2 .flipto-next:hover{
    /*background-color: #e1b585;
    color: #fff;*/
}
.flipster .flipto-prev {
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 9;
    background-image: url(../images/r-left-h.png);
    display: block;
}
.flipster .flipto-next {
    right: 0;
    position: absolute;
    background-image: url(../images/r-right-h.png);
    top: 50%;
    z-index: 9;
    display: block;
}
/* 动画 */
@keyframes aniTop{
    0% {transform:translateX(0);}
    100% {transform:translateX(-10px);}
}
.lc-box ul li:nth-child(6)::before,.lc-box ul li:nth-child(5)::before{
    position: absolute;
    content: "";
    top: 100px;
    left: -105px;
    background: url(../images/lc-lin1.png) no-repeat;
    width: 52px;
    height: 10px;
    animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
/*新闻详情页*/
.news_nr{
    margin: 80px 0;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
}
.secondNav_loc{
    line-height: 70px;
    height: 70px;
    color: #999;
}
.secondNav_loc span, .secondNav_loc a {
    color: #999;
    transition: color .3s ease-in-out;
}
.delBack>a {
    background-image: linear-gradient(to left, #1d1e22, #1d1e22,#1d1e22, #1d1e22);
    width: 114px;
    height: 34px;
    font-size: 14px;
    border-radius: 34px;
    line-height: 34px;
    display: block;
    text-align: center;
    color: #fff;
}
.delBack>a>i {
    margin-right: 5px;
    font-size: 16px;
}
.news-nr-box{
    padding: 50px 0;
    border-top: 1px solid #ddd;
    margin-top: 50px;
}
.news-nr-box img{
    max-width: 100% !important;
    margin: 0 auto !important;
}
.news-nr-box p{
    text-align: justify;
    font-size: 16px;
    margin: 20px 0;
    line-height: 3;
    text-indent: 2em;
}
.news-nr-box h3{
    font-size: 22px;
    color: #333;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
}
.news-nr-box .line{
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.delHandle {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 70px;
    width: 100%;
    line-height: 1;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between;
    box-sizing: border-box;
}
.delHandle .item a i{
    font-size: 20px;
}
.delHandle .item a span{
    margin-right: 15px;
    font-size: 16px;
}
.delPrev-r a span{
    margin-left: 15px;
}
@media only screen and (max-width:2254px){
    .c3 .title {
        margin-bottom: 200px;
    }
    .c2 .c2-box1 {
        width: 100%;
        height: 700px;
    }
    .c2 .c2-box .c2-box-left {
        height: 700px;
        overflow: hidden;
    }
    .c2 .c2-box .c2-box-t {
        margin-bottom: 5px;
        position: relative;
        overflow: hidden;
        height: 420px;
    }
    .c2 .c2-box .c2-box-right .c2-r-1, .c2 .c2-box .c2-box-right .c2-r-2 {
        width: 49.6%;
        height: 275px;
        object-fit: cover;
        overflow: hidden;
    }
}
@media only screen and (max-width:1924px){
    .c3 .title {
        margin-bottom: 200px;
    }
    .c2 .c2-box1 {
        width: 100%;
        height: 700px;
    }
    .c2 .c2-box .c2-box-left {
        height: 700px;
        overflow: hidden;
    }
    .c2 .c2-box .c2-box-t {
        margin-bottom: 5px;
        position: relative;
        overflow: hidden;
        height: 420px;
    }
    .c2 .c2-box .c2-box-right .c2-r-1, .c2 .c2-box .c2-box-right .c2-r-2 {
        width: 49.6%;
        height: 275px;
        object-fit: cover;
        overflow: hidden;
    }
}
@media only screen and (max-width:1700px){
    .c3 .title {
        margin-bottom: 180px;
    }
    
}
@media only screen and (max-width:1440px){
    
    .c3 .title {
        margin-bottom: 150px;
    }
}
@keyframes mymove

{

    0%{

    transform: scale(1.1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }



}

@-webkit-keyframes mymove /*Safari and Chrome*/

{

    0%{

    transform: scale(1.1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }

}





















