/* 首页 */
.top-banner{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
    height: 687px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-banner img{
    width: 1920px;
    height: 687px;
}

.fliter{
	height: 210px;
	background-color: #213b64;
}
.fliter .min-box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 23px 0 45px;
}
.fliter .min-box .flex-box{
	width: 300px;
	height: 100%;
	border-right: dashed 2px #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.fliter .min-box .flex-box:last-child{
	border: none;
}
.fliter .min-box .flex-box .top-name{
	padding: 0 17px;
	color: #213b64;
	font-size: 20px;
	background-color: #ffffff;
	border-radius: 100px;
}
.fliter .min-box .flex-box ul{
	width: 100%;
	height: auto;
	padding: 0;
	color: #ffffff;
	list-style: none;
	font-size: 16px;
	margin: 0;
	padding: 0 20px;
}
.fliter .min-box .flex-box ul li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fliter .min-box .flex-box ul li a{
    color: #ffffff;
	max-width: 50%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-list{
	height: 420px;
	margin-bottom: 40px;
}
.search-list .min-box{
	padding-top: 53px;
}
.search-list .min-box .big-title{
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.search-list .min-box .sm-title{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 45px;
}
.search-list .min-box .check-available{
	display: flex;
	width: 100%;
	height: 168px;
	border-radius: 6px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/juxing32.png);
	padding: 9.8px 43px 17.1px;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.search-list .min-box .check-available .input-box{
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.search-list .min-box .check-available .input-box .input-name{
	font-size: 24px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}
.search-list .min-box .check-available .input-box .input-val{
	border: none;
	height: 56px;
	border-radius: 5px;
	padding: 0 7px;
    text-indent: 8px;
	background-color: #ffffff;
}
.search-list .min-box .check-available .input-box .input-val::placeholder{
	font-size: 14px;
	font-weight: lighter;
	color: #666666;
}
.search-list .min-box .check-available .input-box:nth-child(1) .input-val{
	width: 100%;
	margin-bottom: 9px;
}
.search-list .min-box .check-available .input-box:nth-child(2) .input-val{
	width: 216px;
}
.search-list .min-box .check-available .input-box:nth-child(3) .input-val{
	width: 266px;
}
.search-list .min-box .check-available .input-box:nth-child(4) .input-val{
	width: 347px;
}
.search-list .min-box .check-available .input-box .checkbox-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.search-list .min-box .check-available .input-box .checkbox-list .checkbox{
	display: none;
}
.search-list .min-box .check-available .input-box .checkbox-list .checkbox:checked + label::before{
    background-color: #1250c1;
	/*content: "\2714";*/
}
.search-list .min-box .check-available .input-box .checkbox-list label{
	font-size: 16px;
	user-select: none;
	cursor: pointer;
	font-weight: lighter;
	color: #ffffff;
	display: flex;
    padding: 0;
	align-items: center;
	justify-content: flex-start;
}
.search-list .min-box .check-available .input-box .checkbox-list label::before{
	content: "";
	color: #1250c1;
	font-size: 16px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	padding-top: 4px;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 6px;
    border: solid 3px #eeeeee;
	background-color: #eeeeee;
}
.search-list .min-box .check-available .poa-button{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 210px;
	border: none;
	background-color: #dcdbdb;
	font-size: 24px;
	padding: 6px 72px;
	border-radius: 6px;
}

.model-list{
	height: 570px;
	margin-bottom: 94px;
}
.model-list .min-box{
	padding-top: 38px;
}
.model-list .min-box .big-title{
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.model-list .min-box .big-title::after{
	content: "";
	display: block;
	width: 73px;
	height: 2px;
	background-color: #ececec;
	margin: 0 20px;
}
.model-list .min-box .big-title::before{
	content: "";
	display: block;
	width: 73px;
	height: 2px;
	background-color: #ececec;
	margin: 0 20px;
}
.model-list .min-box .sm-title{
	width: 100%;
	font-size: 16px;
	color: #888d95;
	text-align: center;
	margin-bottom: 50px;
}
.model-list .min-box .box-list{
	width: 100%;
	height: 412px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}
.model-list .min-box .box-list .box-item{
	width: 380px;
	height: 190px;
	border-radius: 8px;
	background-size: cover;
	padding: 43px 27px 50px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
    position: relative;
	justify-content: space-between;
    transition: transform 300ms;
}
.model-list .min-box .box-list .box-item:hover{
    transform: translateY(-10px);
}
.model-list .min-box .box-list .box-item::before{
    content: "";
    transition: transform 300ms, filter 300ms;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    background-image: inherit;
    background-size: cover;
    height: 100%;
    opacity: 0.3;
}
.model-list .min-box .box-list .box-item:hover:before{
    filter: blur(5px);
    transform: translateY(10px);
}
.model-list .min-box .box-list .box-item:nth-child(1){
	background-image: url(../img/tuceng66.png);
}
.model-list .min-box .box-list .box-item:nth-child(2){
	background-image: url(../img/tuceng68.png);
}
.model-list .min-box .box-list .box-item:nth-child(3){
	background-image: url(../img/tuceng69.png);
}
.model-list .min-box .box-list .box-item:nth-child(4){
	background-image: url(../img/tuceng74kaobei2.png);
}
.model-list .min-box .box-list .box-item:nth-child(5){
	background-image: url(../img/tuceng75.png);
}
.model-list .min-box .box-list .box-item:nth-child(6){
	background-image: url(../img/tuceng76kaobei2.png);
}
.model-list .min-box .box-list .box-item .left-text{
	max-width: 60%;
	height: 100%;
}
.model-list .min-box .box-list .box-item .left-text .top-title{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 20px;
}
.model-list .min-box .box-list .box-item .left-text .det-text{
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
}


.tjfw {
    height: 528px;
    background-image: url(../img/juxing4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tjfw .min-box {
    padding-top: 87px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tjfw .min-box .left-box {
    width: 182px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.tjfw .min-box .left-box .big-title {
    font-size: 60px;
    font-weight: bold;
    width: 170px;
    line-height: 60px;
}

.tjfw .min-box .left-box .min-title {
    width: 148px;
    font-size: 16px;
    line-height: 28px;
    background-color: #000000;
    color: #ffffff;
    text-indent: 10px;
    margin-top: 12px;
    margin-bottom: 24px;
    position: relative;
}

.tjfw .min-box .left-box .min-title::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 28px;
    width: 28px;
    box-sizing: border-box;
    border: solid 14px transparent;
    border-right-color: #f5f6fb;
}

.tjfw .min-box .left-box .img-text {
    width: 100%;
    height: 38px;
    line-height: 38px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 11px;
}

.tjfw .min-box .left-box .img-text img {
    margin-right: 11px;
}

.tjfw .min-box .left-box .show-more {
    display: block;
    width: 133px;
    height: 44px;
    border: solid 2px #000000;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 300ms, background-color 300ms;
}

.tjfw .min-box .left-box .show-more:hover {
    color: #ffffff;
    background-color: #000000;
}

.tjfw .min-box .right-box {
    width: 950px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tjfw .min-box .right-box .box-list {
    width: 300px;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 42px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    transition: transform 300ms, box-shadow 300ms;
}

.tjfw .min-box .right-box .box-list:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.tjfw .min-box .right-box .box-list .box-title {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 7px;
}

.tjfw .min-box .right-box .box-list .box-text {
    font-size: 16px;
    font-weight: bold;
    color: #ff3e24;
    margin-bottom: 14px;
}

.tjfw .min-box .right-box .box-list .box-def {
    font-size: 12px;
    color: #b4bccc;
    padding: 2px 13px;
    border-radius: 100px;
    margin-bottom: 24px;
    border: solid 1px #b4bccc;
}

.tjfw .min-box .right-box .box-list .link-up {
    text-decoration: none;
    color: #999999;
    font-size: 12px;
    position: relative;
}

.tjfw .min-box .right-box .box-list .link-up::after {
    content: ">";
    position: absolute;
    top: 0;
    right: -23px;
    height: 16px;
    width: 16px;
    display: block;
    border: solid 1px #999999;
    border-radius: 100px;
    text-align: center;
}

.tjfw .min-box .right-box .box-list .right-img {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rmfw {
    height: 490px;
    background-image: url(../img/tuceng13.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rmfw .min-box {
    padding-top: 87px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.rmfw .min-box .left-box {
    width: 182px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.rmfw .min-box .left-box .big-title {
    font-size: 60px;
    font-weight: bold;
    width: 170px;
    line-height: 60px;
}

.rmfw .min-box .left-box .min-title {
    width: 148px;
    font-size: 16px;
    line-height: 28px;
    background-color: #000000;
    color: #ffffff;
    text-indent: 10px;
    margin-top: 12px;
    margin-bottom: 24px;
    position: relative;
}

.rmfw .min-box .left-box .min-title::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 28px;
    width: 28px;
    box-sizing: border-box;
    border: solid 14px transparent;
    border-right-color: #ffa567;
}

.rmfw .min-box .left-box .img-text {
    text-decoration: none;
    color: #333333;
    width: 100%;
    height: 38px;
    line-height: 38px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 11px;
}

.rmfw .min-box .left-box .img-text img {
    margin-right: 11px;
}

.rmfw .min-box .left-box .show-more {
    display: block;
    width: 133px;
    height: 44px;
    border: solid 2px #000000;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 300ms, background-color 300ms;
}

.rmfw .min-box .left-box .show-more:hover {
    color: #ffffff;
    background-color: #000000;
}

.rmfw .min-box .right-box {
    width: 950px;
    height: 334px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rmfw .min-box .right-box .box-list {
    width: 230px;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 40px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 300ms, box-shadow 300ms;
}

.rmfw .min-box .right-box .box-list:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.rmfw .min-box .right-box .box-list .box-title {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 7px;
}

.rmfw .min-box .right-box .box-list .box-text {
    font-size: 16px;
    font-weight: bold;
    color: #ff3e24;
    margin-bottom: 14px;
}

.rmfw .min-box .right-box .box-list .box-def {
    font-size: 12px;
    color: #b4bccc;
    padding: 2px 13px;
    border-radius: 100px;
    margin-bottom: 24px;
    border: solid 1px #b4bccc;
}

.rmfw .min-box .right-box .box-list .link-up {
    text-decoration: none;
    color: #999999;
    font-size: 12px;
    position: relative;
}

.rmfw .min-box .right-box .box-list .link-up::after {
    content: ">";
    position: absolute;
    top: 0;
    right: -23px;
    height: 16px;
    width: 16px;
    display: block;
    border: solid 1px #999999;
    border-radius: 100px;
    text-align: center;
}

.rmfw .min-box .right-box .box-list .right-img {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rmfw .min-box .right-box .box-list-item {
    width: 230px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.rmfw .min-box .right-box .box-list-item .box-list {
    height: calc(50% - 5.5px);
}



.news {
    height: 633px;
    background-image: url(../img/juxing2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news .min-box {
    padding-top: 51px;
}

.news .min-box .big-title {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #2d2f33;
    text-align: center;
    line-height: 48px;
}

.news .min-box .min-title {
    width: 100%;
    font-size: 20px;
    color: #c7ccd8;
    text-align: center;
    margin-bottom: 43px;
}

.news .min-box .news-list {
    width: 100%;
    height: 412px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .min-box .news-list .left-box {
    background-color: #ffffff;
    width: 420px;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.news .min-box .news-list .center-box {
    background-color: #ffffff;
    width: 480px;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.news .min-box .news-list .right-box {
    width: 280px;
    height: 100%;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);*/
}

.news .min-box .news-list .left-box .image-news {
    display: flex;
    width: 100%;
    height: 33.333%;
    border-bottom: solid 1px #e6ebf5;
    align-items: flex-start;
    justify-content: space-between;
    padding: 18px 13px;
    color: #333333;
    text-decoration: none;
}

.news .min-box .news-list .left-box .image-news:last-child {
    border-bottom: none;
}

.news .min-box .news-list .left-box .image-news .img-box {
    width: 152px;
    height: 90px;
}

.news .min-box .news-list .left-box .image-news .img-box img {
    width: 100%;
    height: 100%;
}

.news .min-box .news-list .left-box .right-text-box {
    width: 220px;
    height: 100%;
}

.news .min-box .news-list .left-box .right-text-box .max-title {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 10px;
}

.news .min-box .news-list .left-box .right-text-box .det-text {
    width: 100%;
    color: #878d99;
    height: 54px;
    overflow: hidden;
    font-size: 13px;
}

.news .min-box .news-list .center-box .main-box {
    text-decoration: none;
    color: #333333;
    display: block;
    height: 45px;
    border-bottom: solid 1px #e6ebf5;
    overflow: hidden;
}

.news .min-box .news-list .center-box .main-box .right-text-box {
    width: 100%;
    height: 100%;
}

.news .min-box .news-list .center-box .main-box:not(:first-child) .img-box {
    display: none;
}

.news .min-box .news-list .center-box .main-box:not(:first-child) .right-text-box .det-text {
    display: none;
}

.news .min-box .news-list .center-box .main-box:not(:first-child) .right-text-box .max-title {
    line-height: 45px;
    padding: 0 17px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
    padding-left: 14px;
    width: 380px;
}
.news .min-box .news-list .center-box .main-box:not(:first-child) .right-text-box .date{
    padding-right: 20px;
    color: #abaeb5;
    font-size: 12px;
}
.news .min-box .news-list .center-box .main-box:not(:first-child) .right-text-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .min-box .news-list .center-box .main-box:last-child {
    border-bottom: none;
}

.news .min-box .news-list .center-box .main-box:first-child {
    height: 137px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 18px 15px;
}

.news .min-box .news-list .center-box .main-box:first-child .img-box {
    width: 152px;
    height: 90px;
}

.news .min-box .news-list .center-box .main-box:first-child .img-box img {
    width: 100%;
    height: 100%;
}

.news .min-box .news-list .center-box .main-box:first-child .right-text-box {
    width: 286px;
    height: 100%;
}

.news .min-box .news-list .center-box .main-box:first-child .right-text-box .max-title {
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 16px;
    width: 100%;
    line-height: 20px;
    padding: 0;
}


.news .min-box .news-list .center-box .main-box:first-child .right-text-box .det-text {
    width: 100%;
    height: 54px;
    overflow: hidden;
    font-size: 13px;
    color: #878d99;
    display: -webkit-box;
}
.news .min-box .news-list .center-box .main-box:first-child .right-text-box .date{
    display: none;
}
.news .min-box .news-list .right-box .img-ad {
    width: 100%;
    height: 256px;
    margin-bottom: 8px;
}

.news .min-box .news-list .right-box .img-ad img {
    width: 100%;
    height: 100%;
}

.news .min-box .news-list .right-box .show-more {
    display: block;
    width: 100%;
    height: 147px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333333;
    flex-direction: column;
}

.news .min-box .news-list .right-box .show-more .cent-w {
    width: 187px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .min-box .news-list .right-box .show-more .cent-w .left-text {
    width: 114px;
    height: 100%;
}

.news .min-box .news-list .right-box .show-more .cent-w .left-text .max-title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}

.news .min-box .news-list .right-box .show-more .cent-w .left-text .min-title {
    font-size: 12px;
    color: #878d99;
    margin-bottom: 0;
    text-align: left;
}

.news .min-box .news-list .right-box .show-more .dets {
    text-align: left;
    font-size: 12px;
    color: #878d99;
    width: 187px;
    margin-top: 30px;
}

.case{
	min-height: 582px;
    padding-bottom: 80px;
}





.case .min-box{
	padding-top: 46.4px;
}
.case .min-box .big-title {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #2d2f33;
    text-align: center;
    line-height: 48px;
}
.case .min-box .min-title {
    width: 100%;
    font-size: 20px;
    color: #c7ccd8;
    text-align: center;
    margin-bottom: 43px;
}
.case .min-box .image-link-list{
	width: 100%;
	height: 433px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.case .min-box .image-link-list .left-img{
    width: 50%;
    height: 100%;
}
.case .min-box .image-link-list .left-img img{
    width: 100%;
}
.case .min-box .image-link-list .right-text{
    width: 50%;
    height: 100%;
    padding: 15px;
}
.case .min-box .image-link-list .right-text p{
    font-size: 18px;
    line-height: 38px;
    color: #333333;
}
.case .min-box .image-link-list .links{
	display: flex;
	width: 228px;
	height: 105px;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	margin-bottom: 16px;
	background-color: #fafafa;
	padding: 16px 18px;
    transition: transform 300ms, box-shadow 300ms;
}
.case .min-box .image-link-list .links:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.case .min-box .image-link-list .links:nth-child(5n){
	margin-right: 0;
}
.case .min-box .image-link-list .links img{
	max-width: 100%;
	max-height: 100%;
}