/*
*  author: liyunlong
*  dvtime: 2020-12-29
*  function: index.html
*/



/* public */

/* logo-x */
.logo-x{
	height: 144px;
}
.logo-x .container{
	height: 100%;
}
.logo-x-img, .logo-x-tel{
	display: flex;
	height: 100%;
	align-items: center;
}
.logo-x-tel{
	justify-content: flex-end;
}
.logo-x-tel p{
	font-family: "dinprobold";
	display: flex;
	align-items: center;
	font-size: 40px;
	color: #e60036;
}
.logo-x-tel p img{
	margin-right: 13px;
}
/* logo-x */

/* nav-x */
.nav-x{
	height: 57px;
	background-color: #e60036;
	box-shadow: 0 3px 8px -3px #999999;
}
.nav-x .nav>li>a{
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	padding: 16.5px 15px;
}
.nav-x .nav>li>a:hover, .nav-x .nav>li>a:focus, .nav-x .nav>li>a:active{
	background-color: transparent;
	color: #ffffff;
}
/* nav-x */

/* swiper-x */
.swiper-x{
	height: 701px;
}
.swiper-x .container-fluid{
	height: 100%;
}
.banner-slide{
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/* swiper-x */

/* advantage8 */
.aos-block:nth-child(even){
	background-color: #f5f7fa;
}
.aos-block-title{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	margin-top: 67px;
}
.aos-block-title::after{
	content: " ";
	display: block;
	margin: 20px auto 0;
	width: 45px;
	height: 3px;
	background-color: #e60036;
}

.advantage8-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 70px;
}
.advan-box-item{
	margin-top: 52px;
	flex: none;
	width: 282px;
	height: 240px;
	overflow: hidden;
    box-shadow: 0px 3px 21px 0px rgba(177, 10, 60, 0.08);
	background-color: #ffffff;
	text-align: center;
	transition: all 0.3s;
}
.abi-img{
	margin-top: 50px;
	opacity: 1;
}
.abi-title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 12px;
}
.abi-cont{
 padding: 12px 20px 0;
 font-size: 14px;
 color: #ffffff;
 text-align: center;
 line-height: 1.429;
 height: 152px;
 overflow-y: auto;
}
.abi-cont::-webkit-scrollbar {
 display: none;
}
.abi-cont{
 scrollbar-width: none;
 -ms-overflow-style: none;
}

.advan-box-item:hover{
	background-color: #e60036;
}
.advan-box-item:hover .abi-img{
	margin-top: -110px;
	opacity: 0;
}
.advan-box-item:hover .abi-title{
	margin-top: 30px;
	color: #ffffff;
}
/* advantage8 */

/* system14 */
.system14-box-title{
	font-size: 34px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.system14-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 40px;
}
.system14-box-item{
	position: relative;
	margin-top: 0px;
	flex: none;
    border: 3px solid rgb(230, 0, 54);
    border-radius: 20px;
    background-color: rgba(235, 55, 25, 0);
    width: 163px;
    height: 169px;
    overflow: hidden;
	margin-right: 9px;
	text-align: center;
}
.system14-box-item:last-child{
	margin-right: 0;
}
.sbi-img{
	margin-top: 15px;
	opacity: 1;
}
.sbi-title{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-top: 5px;
}
.sbi-cont{
	padding: 22px 20px 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 1.429;
    opacity: 0;
    height: 82px;
    overflow-y: auto;
}
.sbi-cont::-webkit-scrollbar {
    display: none;
}
.sbi-cont{
   scrollbar-width: none;
   -ms-overflow-style: none;
}
.system14-box-item:hover{
	border: 3px solid #e60036;
}
.system14-box-item::before, .system14-box-item::after{
	content: " ";
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	background-color: #e60036;
	z-index: -10;
	transition: all 0.3s;
}
.system14-box-item::before{
	bottom: 50%;
}
.system14-box-item::after{
	top: 50%;
}
.system14-box-item:hover .sbi-img{
	margin-top: -115px;
	opacity: 0;
}
.system14-box-item:hover .sbi-title{
	margin-top: 7px;
	color: #ffffff;
}
.system14-box-item:hover .sbi-cont{
	opacity: 1;
}
.system14-box-item:hover:before{
	height: 100%;
	z-index: -1;
}
.system14-box-item:hover:after{
	height: 100%;
	z-index: -1;
}
.system14 {
	padding-bottom: 52px;
}
/* system14 */

/* manage7 */
.manage7-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.manage7-box-item{
	position: relative;
	width: 171px;
	height: 267px;
	overflow: hidden;
	background-color: rgba(230, 0, 54);
}
.manage7-box-item:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}
.manage7-box-item1:before{
	content: url('?assets/images/man1.png');
}
.manage7-box-item2:before{
	content: url('?assets/images/man2.png');
}
.manage7-box-item3:before{
	content: url('?assets/images/man3.png');
}
.manage7-box-item4:before{
	content: url('?assets/images/man4.png');
}
.manage7-box-item5:before{
	content: url('?assets/images/man5.png');
}
.manage7-box-item6:before{
	content: url('?assets/images/man6.png');
}
.manage7-box-item7:before{
	content: url('?assets/images/man7.png');
}
.manage7-box-item:nth-child(odd){
	margin-top: 55px;
}
.manage7-box-item:nth-child(even){
	margin-top: 129px;
}

.mbi-title{
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 30px;
}
.mbi-title span{
	flex: none;
	display: block;
	width: 100%;
	text-align: center;
}
.manage7-box-item5 .mbi-title{
	padding: 0 5px;
}
.manage7-box-item:hover:before{
	opacity: 0.15;
}
.manage7-box-item:nth-child(odd):hover{
	margin-top: 37px;
}
.manage7-box-item:nth-child(even):hover{
	margin-top: 97px;
}
.manage7{
	padding-bottom: 100px;
}
/* manage7 */

/* process */
.process{
	background-image: url('?assets/images/prcbg.png');
	background-repeat: no-repeat;
	background-size: 1212px;
    background-position: center 280px;
}
.process-box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 135px;
	padding-bottom: 64px;
}
.process-box-item{
	background-repeat: no-repeat;
	background-size: 100%;
	width: 146px;
	/* margin-right: -12px; */
}
/* .process-box-item:nth-child(odd){
	background-image: url('?assets/images/prc-up.png');
}
.process-box-item:nth-child(even){
	background-image: url('?assets/images/prc-down.png');
	margin-left: -2px;
} */
.pbi-img-x{
	width: 81px;
	height: 81px;
	border-radius: 90px;
	background-color: #e60036;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
}
.process-box-item:nth-child(even) .pbi-img-x{
	background-color: #9d8d80;
}
.pbi-title{
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-top: 33px;
}
.process-box-item:nth-child(even) .pbi-title{
	margin-top: -157px;
}
.process-box-item:nth-child(4) .pbi-title{
	margin-top: -132px;
}
.process-box-item:nth-child(6) .pbi-title{
	margin-top: -182px;
}
.process-box-item:nth-child(8) .pbi-title{
	margin-top: -132px;
}
.process-box-item:nth-child(even):hover .pbi-img-x{
	background-color: #e60036;
}
.process-box-item:nth-child(odd):hover .pbi-img-x{
	background-color: #9d8d80;
}
/* process */

/* joingj */
.form-flex{
	display: flex;
	justify-content: space-between;
}
.form-flex .input-line3{
	width: 377px;
}
.joingj-x form label{
	font-size: 24px;
	font-weight: bold;
	color: #e60036;
	margin-bottom: 20px;
	margin-top: 30px;
}
.joingj-x form input, .joingj-x form select{
	height: 50px;
	font-size: 18px;
}
.joingj-x form textarea{
	font-size: 18px;
	height: 140px;
}
.joingj-x form .form-group {
    margin-bottom: 17px;
}
.joingj-x form .label2{
	margin-top: 50px;
}
.joingj-x form select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image: url("?assets/images/caret.png");
    background-repeat: no-repeat;
    background-size: 10px 7px;
    background-position: 96% center;
    padding-right: 30px;
}
.joingj-x form select option{
	font-size: 16px;
	line-height: 20px;
	color: #787878;
}
.joingj-x form select option:hover{
	color: #e60036;
	background-color: transparent;
}
.form-group2{
	text-align: center;
	padding-bottom: 56px;
}
.btn-lyl{
	font-size: 18px;
	color: #ffffff;
	padding: 10px 45px;
	background-color: #e60036;
	border: none;
	border-radius: 45px;
	transition: all .3s;
	margin: 13px auto 0;
}
.btn-lyl:hover{
	background-color: #e60036;
	color: #ffffff;
	box-shadow: 0 0 6px 0 #999999;
}
/* joingj */

/* footer-x */
.footer-x{
	border-top: 4px solid #e60036;
}
.footer-x-logo{
	padding-top: 34px;
}
.footer-x-nav{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 90px;
}
.footer-x-nav a{
	font-size: 16px;
	color: #000000;
}

.footer-x-flink{
	padding-top: 115px;
}
.footer-x-flink a{
	display: inline-block;
	padding: 8.5px 14px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #4f4f4f;
	margin-right: 15px;
	margin-bottom: 15px;
}
.footer-x-flink a:hover{
	border: 1px solid #e60036;
	color: #e60036;
}
.footer-x-icons{
	text-align: right;
	padding-top: 105px;
}
.footer-x-icons a{
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 60px;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 52px;
}
.footer-x-icons a:hover{
	background-color: #e60036;
}

.footer-x-cprt{
	height: 83px;
	line-height: 83px;
	background-color: #f5f7fa;
	margin-top: 25px;
}
.footer-x-cprt, .footer-x-cprt a{
	text-align: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.32);
}
/* footer-x */
/* public */


@media (min-width: 769px) and (max-width: 1919px){
    .banner-slide {
        background-size: cover;
        background-position: 45%;
    }
}
@media (min-width: 1921px){
    .banner-slide {
        background-size: cover;
        background-position: center;
    }
}<!--0.00020194053649902-->