@charset "utf-8";

/* 展开导行 */
.sidebar-wrapper {position:relative;height:100%;overflow:auto;display:none;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav {margin-top:80px;list-style-type:none;color:#fff;}
#dowebok .nav li {display:block;line-height:55px;font-size:18px;position:relative;}
#dowebok .nav li a {display:block;padding:0 20px;height:100%;border-bottom:1px solid #666;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:55px;display:inline-block;position:absolute;right:0;top:0;color:#fff;background:url(../images/more.svg) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}





/* 公共样式集 */
.ibanner,
.inc_banner{
    font-size: 0;
}
.ibanner img,
.inc_banner img{
    width: 100%;
}




@font-face {
	font-family: 'cnfz';
	src: url('../fonts/SourceHanSansCN-Light.otf');
}
@font-face {
	font-family: 'enfz';
	src: url('../fonts/AbhayaLibre-Bold.ttf');
}




.pub_tit{
	color: #333;
	text-align: center;
}
.pub_tit i{
	font-size: 60px;
	font-family: 'enfz';
	text-transform: uppercase;
}
.pub_tit h2{
	font-size: 30px;
	font-family: 'cnfz';
}




@media(max-width:1500px){
	.pub_tit i{
		font-size: 52px;
	}
}
@media(max-width:1400px){
	.pub_tit i{
		font-size: 44px;
	}
}
@media(max-width:1300px){
	.pub_tit i{
		font-size: 36px;
	}
	.pub_tit h2{
		font-size: 26px;
	}
}
@media(max-width:991px){
	.pub_tit i{
		font-size: 28px;
	}
	.pub_tit h2{
		font-size: 22px;
	}
}

@media(max-width:768px){
	.pub_tit i{
		font-size: 20px;
	}
	.pub_tit h2{
		font-size: 16px;
	}
}




.pub_menu{
	padding-top: 80px;
	padding-bottom: 25px;
}
.pub_menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pub_menu ul li{
	color: #666;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	width: 190px;
	height: 60px;
	margin-right: 35px;
	margin-bottom: 15px;
	transition: all .5s;
}
.pub_menu ul li:last-child{
	margin-right: 0;
}
.pub_menu ul li.on,
.pub_menu ul li:hover
{
	color: #fff;
	background-color: #000;
}
.pub_menu ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}




@media(max-width:1500px){
	.pub_menu{
		padding-top: 65px;
	}
}
@media(max-width:1400px){
	.pub_menu{
		padding-top: 50px;
	}
}
@media(max-width:1300px){
	.pub_menu{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.pub_menu ul li{
		font-size: 16px;
		width: 160px;
		line-height: 45px;
		height: 45px;
		margin-bottom: 10px;
	}
}
@media(max-width:768px){
	.pub_menu{
		padding-top: 25px;
		padding-bottom: 15px;
		background-color: #f5f5f5;
	}
	.pub_menu ul li{
		font-size: 14px;
		width: 32%;
		margin-right: 2%;
		line-height: 35px;
		height: 35px;
		background-color: #fff;
	}
	.pub_menu ul li:nth-child(3n){
		margin-right: 0;
	}
}




.pub_menu2{
	padding: 50px 0;
} 
.pub_menu2 ul{
	display: flex;
	justify-content: center;
	border-bottom: 2px solid #000;
}
.pub_menu2 ul li{
	color: #333;
	font-size: 20px;
	text-align: center;
	font-family: 'cnfz';
	line-height: 100px;
	width: 33.3%;
	height: 100px;
	position: relative;
}
.pub_menu2 ul li.on{
	color: #0e38c3;
}
.pub_menu2 ul li.on::after,
.pub_menu2 ul li:hover::after
{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -19px;
	width: 1px;
	height: 38px;
	background-color: #0e38c3;
}
.pub_menu2 ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}




@media(max-width:1400px){
	.pub_menu2 ul li{
		line-height: 80px;
		height: 80px;
	}
	.pub_menu2 ul li.on::after,
	.pub_menu2 ul li:hover::after
	{
		bottom: -15px;
		height: 30px;
	}
}
@media(max-width:1200px){
	.pub_menu2{
		padding: 40px 0;
	} 
	.pub_menu2 ul li{
		font-size: 18px;
		line-height: 60px;
		height: 60px;
	}
	.pub_menu2 ul li.on::after,
	.pub_menu2 ul li:hover::after
	{
		bottom: -12px;
		height: 24px;
	}
}
@media(max-width:991px){
	.pub_menu2{
		padding: 30px 0;
	} 
	.pub_menu2 ul li{
		font-size: 16px;
	}
}
@media(max-width:768px){
	.pub_menu2{
		padding: 20px 0;
	} 
	.pub_menu2 ul{
		border-bottom: 1px solid #000;
	} 
	.pub_menu2 ul li{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.pub_menu2 ul li.on::after,
	.pub_menu2 ul li:hover::after
	{
		bottom: -8px;
		height: 16px;
	}
}




.page {
	text-align: center;
	padding:40px 0;
}
.page .pagination {
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #666;
	margin:0 5px;
	background-color: #e6e6e6;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:0 3px;
}
.page .pagination li.prev,
.page .pagination li.next{
	background-color: transparent;
}
.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background-color: #222;
}
.page .pagination li.disabled,
.page .pagination li.disabled:hover{
	color:#ddd;
	display:none;
}




@media (max-width:991px) {
	.page .pagination li{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width:768px) {
	.page .pagination li{
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
}




.pillar{
	height: 100px;
}
.header{
	width: 100%;
    height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}
.header.active,
.header.on{
	background-color: #fff;
}
.header h1{
	width: 200px;
	height: 46px;
	float: left;
    margin-top: 27px;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/logo.png);
}
.header.active h1,
.header.on h1
{
	background-image: url(../images/logo2.png);
}
.header h1 a{
	width: 100%;
	height: 100%;
	display: inline-block;
	text-indent: -9999px;
}
.header .nav{
    float: right;
	margin-right: 50px;
	display: inline-block;
}	
.header .nav li{
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 100px;
	width: 90px;
	height: 100px;
	display: inline-block;
	margin-right: 50px;
	position: relative;
    transition: all .3s;
	overflow: hidden;
}
.header .nav li:last-child{
	margin-right: 0;
}
.header.active .nav li,
.header.on  .nav li
{
	color: #142868;
}
.header .nav li span,
.header .nav li em
{
	width: 100%;
	height: 100%;
	display: block;
}
.header .nav li em{
	font-weight: bold;
	text-transform: uppercase;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
}
.header .nav li.on a,
.header .nav li:hover a{
	top: -100px;
}
.header .btngrop{
	float: right;
    display: block;
	margin-top: 40px;
	margin-left: 5px;
}
.header .btngrop span{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.header .btngrop span:hover{
	cursor: pointer;
}
.header .btngrop .search{
    background-image: url(../images/search.png);
}
.header.active .btngrop .search,
.header.on .btngrop .search
{
	background-image: url(../images/search22.png);
}
.header .btngrop .menu{
	display: none;
    background-image: url(../images/menu.png);
}
.header.active .btngrop .menu,
.header.on .btngrop .menu
{
	background-image: url(../images/menu22.png);
}
.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	/* top:90px; */
	bottom: -102px;
	text-align: center;
	background:rgba(0,0,0,.4);
	display:none;
	z-index: 122;
}
.header .form_box form{
	display:inline-block;
	position: relative;
	margin:25px 0;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	width:90%;
	max-width:650px;
}
.header .form_box form input.text{
	width:650px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
	background:none;
	font-size:15px;
	color:#666;
	background:#fff;
	padding-left:15px;
	box-sizing: border-box;
}
.header .form_box form input.submit{
	width:50px;
	height:50px;
	background: none;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search2.png);
	position: absolute;
	right:0;
	top:0;
}




@media(max-width:1500px){
	.header h1{
		height: 40px;
		margin-top: 30px;
	}
	.header .nav{
		margin-right: 40px;
	} 
	.header .nav li{
		margin-right: 30px;
	}
}
@media(max-width:1400px){
	.pillar{
		height: 80px;
	}
	.header{
		height: 80px;
	}
	.header h1{
		width: 160px;
		height: 40px;
		margin-top: 20px;
	}
	.header .nav li{
		font-size: 15px;
		line-height: 80px;
		height: 80px;
		margin-right: 30px;
	}
	.header .nav li.on a,
	.header .nav li:hover a{
		top: -80px;
	}
	.header .btngrop{
		margin-top: 30px;
	}
}
@media(max-width:1300px){
	.header .nav li a{
		padding: 0 20px;
	}
	.header .btngrop{
		margin-left: 10px;
	}
	.header .form_box{
		bottom: -80px;
	}
	.header .form_box form{
		margin:18px 0;
	}
	.header .form_box form input.text{
		height:40px;
		line-height:40px;
	}
	.header .form_box form input.submit{
		width:40px;
		height:40px;
	}
}
@media(max-width:1200px){
	.header .nav li{
		font-size: 12px;
		width: 80px;
		margin-right: 15px;
	}
}
@media(max-width:991px){
	.pillar{
		height: 70px;
	}
	.header{
		height: 70px;
	}
	.header h1{
		width: 130px;
		height: 30px;
		margin-top: 20px;
	}
	.header .nav{
		display: none;
	}
	.header .btngrop{
		margin-top: 25px;
		margin-left: 15px;
	}
	.header .btngrop .search{
		margin-right: 20px;
	}
	.header .btngrop .menu{
		display: block;
	}
	.header .form_box{
		bottom: -71px;
	}
	.header .form_box form{
		margin:14px 0;
	}
}
@media(max-width:768px){
	.pillar{
		height: 60px;
	}
	.header{
		height: 60px;
	}
	.header h1{
		margin-top: 15px;
	}
	.header .btngrop{
		margin-top: 18px;
	}
	.header .btngrop span{
		width: 25px;
		height: 25px;
	}
	.header .form_box{
		bottom: -63px;
	}
	.header .form_box form{
		margin:10px 0;
	}
	.header .btngrop .search{
	    background-image: url(../images/search44.png);
	}
	.header.active .btngrop .search,
	.header.on .btngrop .search
	{
		background-image: url(../images/search33.png);
	}
}
@media(max-width:480px){
	.pillar{
		height: 50px;
	}
	.header{
		height: 50px;
	}
	.header h1{
		width: 120px;
		margin-top: 10px;
	}
	.header .btngrop{
		margin-top: 12px;
	}
	.header .form_box{
		bottom: -58px;
	}
	.header .form_box form input.text{
		height:35px;
		line-height:35px;
	}
	.header .form_box form input.submit{
		width:35px;
		height:35px;
	}
}




.footer{
	padding-top: 55px;
	padding-bottom: 40px;
	background-color: #222;
}
.footer .text_box{
	padding-bottom: 90px;
	margin-bottom: 20px;
	border-bottom: 1px solid #393939;
}
.footer .text_box .left{
	width: 65%;
	float: left;
}
.footer .text_box .left dl{
	float: left;
	width: 14%;
}
.footer .text_box .left dt{
	color: #ddd;
	font-size: 14px;
	margin-bottom: 30px;
}
.footer .text_box .left dd{
	color: #999;
	font-size: 14px;
    margin-bottom: 20px;
}
.footer .text_box .left dd:last-child{
    margin-bottom: 0;
}
.footer .text_box .left dd:hover{
	text-decoration: underline;
}
.footer .text_box .right{
	width: 18%;
	float: right;
}
.footer .text_box .right .item p{
	color: #666;
	font-size: 14px;
}
.footer .text_box .right form{
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #313131;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .text_box .right form .fsearch{
	color: #666;
	font-size: 14px;
	width: 85%;
	outline: none;
	border: none;
	background-color: #222;
}
.footer .text_box .right form .fsubtn{
	width: 18px;
	height: 18px;
	outline: none;
	border: none;
	background-color: #222;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/footer_search.png);
}
.footer .text_box .right form .fsubtn:hover{
	cursor: pointer;
}
.footer .text_box .right .item i{
	color: #fff;
	font-size: 30px;
}
.footer .text_box .right .item1{
	margin-bottom: 50px;
} 
.footer .text_box .right .item1 p{
	margin-bottom: 25px;
}
.footer .text_box .right .item2{
	margin-bottom: 40px;
}
.footer .text_box .right .item2 p{
	margin-bottom: 20px;
}
.footer .text_box .right .item3 p{
	margin-bottom: 15px;
}
.footer .text_box .right .item3 .qr {
	width: 100px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
.footer .text_box .right .item3 .qr .vx,
.footer .text_box .right .item3 .qr .vb,
.footer .text_box .right .item3 .qr .dy
{
	width: 41px;
	height: 40px;
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.footer .text_box .right .item3 .qr .vx{
	background-image: url(../images/footer_vx.png);
}
.footer .text_box .right .item3 .qr .dy{
	background-image: url(../images/footer_dy.png);
}
.footer .text_box .right .item3 .qr  .vx img,
.footer .text_box .right .item3 .qr  .dy img
{
	width: 100px;
	height: 100px;
	max-width: none;
	max-height: none;
	position: absolute;
	top: -120px;
	left: 0;
	display: none;
	cursor: pointer;
}
.footer .text_box .right .item3 .qr .vx:hover img,
.footer .text_box .right .item3 .qr .dy:hover img
{
	display: block;
}
.footer .copy{
	color: #929292;
	font-size: 16px;
}
.footer .copy{
	color: #666;
	font-size: 14px;
}

@media (max-width:1500px) {
	.footer .text_box .right .item i{
		font-size: 28px;
	}
	.footer .text_box .right{
		width: 20%;
	}
	.footer .text_box .right .item1 p,
	.footer .text_box .right .item2 p
	{
		margin-bottom: 15px;
	}
	.footer .text_box .right .item1,
	.footer .text_box .right .item2
	{
		margin-bottom: 35px;
	}
	.footer .text_box .right .item3 .qr .vx img,
	.footer .text_box .right .item3 .qr .dy img{
		top: -110px;
	}
}
@media (max-width:991px){
	.footer{
		padding: 40px 0;
	}
	.footer .text_box{
		padding-bottom: 50px;
	}
	.footer .text_box .left{
		display: none;
	}
	.footer .text_box .right{
		width: 70%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.footer .text_box .right .item i{
		font-size: 24px;
	}
	.footer .text_box .right .item1,
	.footer .text_box .right .item2
	{
		margin-bottom: 30px;
	}
	.footer .text_box .right .item1 p,
	.footer .text_box .right .item2 p
	{
		margin-bottom: 15px;
	}
	.footer .text_box .right .item3 .qr{
		margin: 0 auto;
	}
	.footer .copy{
		text-align: center;
	}
}
@media (max-width:768px){
	.footer .text_box{
		padding-bottom: 35px;
	}
	.footer .text_box .right .item2{
		margin-bottom: 0;
	}
	.footer .text_box .right .item3{
		display: none;
	}
	.footer .text_box .right .item i{
		font-size: 20px;
	}
}
@media (max-width:320px){
    .footer{
        padding: 30px 0;
    }
    .footer .text_box {
        padding-bottom: 0;
    }
}




.ibanner .swiper-pagination{
	bottom: 40px;
}
.ibanner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	outline: none;
	margin: 0  25px!important;
	border: 2px  solid #fff;
	background-color: transparent;
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #fff;
}




@media(max-width:991px){
	.ibanner .swiper-pagination{
		bottom: 30px;
	}
	.ibanner .swiper-pagination-bullet{
		margin: 0  10px!important;
	}
}
@media(max-width:768px){
	.ibanner .swiper-pagination{
		bottom: 20px;
	}
	.ibanner .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0  8px!important;
	}
}




.ipub_tit i{
	font-size: 48px;
}




@media(max-width:1500px){
	.ipub_tit i{
		font-size: 42px;
	}
}
@media(max-width:1400px){
	.ipub_tit i{
		font-size: 36px;
	}
}
@media(max-width:1200px){
	.ipub_tit i{
		font-size: 30px;
	}
}
@media(max-width:991px){
	.ipub_tit i{
		font-size: 24px;
	}
}
@media(max-width:768px){
	.ipub_tit i{
		font-size: 20px;
	}
}




.icase{
	padding: 150px 0;
	background-color: #fff;
}
.icase .pub_tit{
	text-align: left;
	margin-bottom: 80px;
}
.icase .textbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.icase .view{
	text-align: center;
	width: 51%;
}
.icase .view .img{
	width: 100%;
	height: 535px;
	overflow: hidden;
	margin-bottom: 60px;
}
.icase .view .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.icase .view .more{
	color: #000;
	font-size: 14px;
	display: inline-block;
	padding-right: 75px;
	position: relative;
}
.icase .view .more::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 48px;
	height: 20px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icase_icon.png);
}
.icase .view .more:hover::after{
	transform: translateX(10px);
}
.icase .listbox{
	font-size: 0;
	width: 44%;
}
.icase .listbox .list{
	width: 100%;
	margin-bottom: 90px;
	transition: all .5s;
}
.icase .listbox .list:last-child{
	margin-bottom: 0;
}
.icase .listbox .list:hover{
	transform: translateY(-10px);
}
.icase .listbox .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.icase .listbox .list .img{
	width: 100%;
	height: 385px;
	overflow: hidden;
}
.icase .listbox .list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}




@media(max-width:1500px){
	.icase{
		padding: 120px 0;
	}
}
@media(max-width:1400px){
	.icase{
		padding: 100px 0;
	}
	.icase .view .img{
		height: 500px;
	}
	.icase .listbox .list{
		margin-bottom: 70px;
	}
	.icase .listbox .list .img{
		height: 360px;
	}
}
@media(max-width:1300px){
	.icase{
		padding: 80px 0;
	}
	.icase .pub_tit{
		margin-bottom: 65px;
	}
	.icase .view .img{
		height: 450px;
		margin-bottom: 50px;
	}
	.icase .listbox .list{
		margin-bottom: 50px;
	}
	.icase .listbox .list .img{
		height: 320px;
	}
}
@media(max-width:1200px){
	.icase{
		padding: 60px 0;
	}
	.icase .pub_tit{
		margin-bottom: 50px;
	}
	.icase .view .img{
		height: 400px;
		margin-bottom: 40px;
	}
	.icase .view .more{
		padding-right: 50px;
	}
	.icase .view .more::after{
		width: 40px;
		height: 14px;
		margin-top: -7px;
	}
}
@media(max-width:991px){
	.icase .view .img{
		height: 300px;
	}
	.icase .listbox .list{
		margin-bottom: 40px;
	}
	.icase .listbox .list .img{
		height: 280px;
	}
}
@media(max-width:768px){
	.icase{
		padding: 40px 0;
	} 
	.icase .pub_tit{
		margin-bottom: 30px;
	}
	.icase .view .img{
		margin-bottom: 30px;
	}
	.icase .listbox .list{
		margin-bottom: 30px;
	}
	.icase .listbox .list:hover{
		transform: translateY(0px);
	}
	.icase .listbox .list .img{
		height: 240px;
	}
}
@media(max-width:480px){
	.icase .textbox{
		flex-direction: column;
		justify-content: unset;
	}
	.icase .view{
		width: 100%;
		margin-bottom: 30px;
	}
	.icase .view .img{
		height: 240px;
	}
	.icase .listbox{
		width: 100%;
	}
}




.iart{
	max-width: 1920px;
	padding-top: 370px;
	padding-bottom: 320px;
	margin: 0 auto;
}
.iart::after{
	display:inline-block;
	content:'';
	width:1920px;
	height:780px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position: center;
	position: fixed;
	left:50%;
	top:50%;
	background-image: url(../images/iartbg.jpg);
	transform: translate(-50%, -50%);
}
.iart .listbox{
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.iart .list{
	color: #fff;
	font-family: 'cnfz';
	max-width: 350px;
	position: relative;
}
.iart .list::after{
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 0;
	height: 3px;
	transition: all .5s;
	background-color: #fff;
}
.iart .list:hover::after{
	width: 35px;
}
.iart .list h4{
	font-size: 36px;
	margin-bottom: 15px;
}
.iart .list p{
	font-size: 18px;
	line-height: 30px;
}




@media(max-width:1500px){
	.iart .listbox{
		padding: 0 15px;
		box-sizing: border-box;
	}
}
@media(max-width:1400px){
	.iart{
		padding: 320px 0;
	}
	.iart .list h4{
		font-size: 32px;
	}
	.iart .list p{
		font-size: 16px;
	}
}
@media(max-width:1300px){
	.iart{
		padding: 280px 0;
	}
	.iart .list::after{
		top: -30px;
	}
	.iart .list h4{
		font-size: 28px;
		margin-bottom: 10px;
	}
}
@media(max-width:1200px){
	.iart{
		padding: 240px 0;
	}
	.iart .list h4{
		font-size: 24px;
	}
}
@media(max-width:991px){
	.iart{
		padding: 200px 0;
	}
	.iart .list h4{
		font-size: 20px;
	}
}
@media(max-width:768px){
	.iart{
		padding: 160px 0;
	}
	.iart .list{
		width: 31%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.iart .list::after{
		top: -20px;
	}
	.iart .list:hover::after{
		width: 30px;
	}
	.iart .list h4{
		font-size: 18px;
	}
	.iart .list p{
		font-size: 14px;
		line-height: 24px;
	}
}
@media(max-width:580px){
	.iart{
		padding: 120px 0;
	}
}
@media(max-width:520px){
	.iart{
		padding: 80px 0;
	}
}
@media(max-width:480px){
	.iart{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.iart .list{
		width: 100%;
		margin-bottom: 50px;
	}
	.iart .list:last-child{
		margin-bottom: 0;
	}
	.iart .list::after{
		top: -15px;
	}
	.iart .list h4{
		margin-bottom: 5px;
	}
}




.ipro{
	padding: 130px 0;
	overflow: hidden;
	background-color: #fff;
}
.ipro h2{
	color: #333;
	font-size: 36px;
	text-align: center;
	font-family: 'cnfz';
	margin-bottom: 45px;
}
.ipro .hd{
	max-width: 1500px;
	margin: 0 auto;
	margin-bottom: 125px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ipro .hd li{
	color: #333;
	font-size: 16px;
	padding-right: 70px;
	margin-right: 70px;
	position: relative;
}
.ipro .hd li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.ipro .hd li.on{
	font-size: 20px;
}
.ipro .hd li::after{
	content:'';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 18px;
	background-color: #a9a9a9;
}
.ipro .hd li:last-child:after{
	display: none;
}
.ipro .bdbox{
	max-width: 1920px;
	margin: 0 auto;
	background-color: #f1f1f1;
}
.ipro  .listbox{
	display: none;
}
.ipro  .listbox.on{
	display: block;
}
.ipro  .listbox .list{
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.ipro  .listbox .list  .view{
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}
.ipro  .listbox .list:nth-child(2n)  .view{
	order: 2;
}
.ipro  .listbox .list .view .img{
	margin-bottom: 65px;
}
.ipro  .listbox .list  .view .more{
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	width: 100px;
	margin: 0 auto;
	display: block;
	transition: all .5s;
	border-bottom: 1px solid #333;
}
.ipro  .listbox .list  .view .more:hover{
	color: #142868;
	border-bottom: 1px solid #142868;
}
.ipro  .listbox .list .picbox{
	width: 50%;
	height: 700px;
	position: relative;
}
.ipro  .listbox .list:nth-child(2n)  .picbox{
	order: 1;
}
.ipro  .listbox .list .picbox .img{
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
}
.ipro  .listbox .list:nth-child(2n) .picbox .img{
	left: -210px;
}





@media(max-width:1500px){
	.ipro{
		padding: 110px 0;
	}
	.ipro h2{
		font-size: 32px;
	}
	.ipro .hd{
		margin-bottom: 100px;
	}
	.ipro .hd li{
		width: 12%;
		margin-right: 4.5%;
		padding-right: 0;
	}
	.ipro .hd li:last-child{
		margin-right: 0;
	}
	.ipro .listbox .list .picbox{
		height: 600px;
	}
	.ipro  .listbox .list .picbox .img{
		width: 100%;
		position: static;
	}
}
@media(max-width:1400px){
	.ipro{
		padding: 90px 0;
	}
	.ipro .hd{
		margin-bottom: 100px;
	}
	.ipro  .listbox .list .view .img{
		margin-bottom: 50px;
	}
	.ipro .listbox .list .picbox{
		height: 500px;
	}
}
@media(max-width:1300px){
	.ipro{
		padding: 70px 0;
	}
	.ipro h2{
		font-size: 28px;
	}
	.ipro .hd{
		margin-bottom: 80px;
	}
	.ipro .listbox .list .view .img{
		margin-bottom: 40px;
	}
	.ipro .listbox .list .picbox{
		height: 450px;
	}
}
@media(max-width:1200px){
	.ipro h2{
		font-size: 24px;
	}
	.ipro .hd{
		margin-bottom: 65px;
	}
}
@media(max-width:991px){
	.ipro{
		padding: 50px 0;
	}
	.ipro h2{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.ipro .hd{
		margin-bottom: 30px;
		justify-content: center;
	}
	.ipro .hd li{
		font-size: 14px;
		text-align: center;
		width: 33.3%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.ipro .hd li.on{
		font-size: 18px;
	}
	.ipro .hd li:nth-child(3n)::after{
		display: none;
	}
	.ipro .bdbox{
		background-color: transparent;
	}
	.ipro .listbox .list{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.ipro .listbox .list:last-child{
		margin-bottom: 0;
	}
	.ipro .listbox .list .picbox{
		height: 350px;
	}
	.ipro .listbox .list .view{
		width: 100%;
		padding: 40px 15px;
		background-color: #f1f1f1;
	}
	.ipro .listbox .list:nth-child(2n) .view{
		order: 1;
	}
	.ipro .listbox .list .view .img{
		margin-bottom: 30px;
	}
	.ipro .listbox .list .view .more{
		font-size: 14px;
		line-height: 40px;
		width: 80px;
		height: 40px;
	}
	.ipro .listbox .list .picbox{
		width: 100%;
	}
}
@media(max-width:768px){
	.ipro{
		padding: 40px 0;
	}
	.ipro .hd li.on{
		font-size: 16px;
	}
	.ipro .listbox .list .picbox{
		height: 300px;
	}
}




.imilan{
	padding-top: 165px;
	padding-bottom: 200px;
	background-color: #fff;
}
.imilan .textbox{
	margin-bottom: 120px;
}
.imilan .textbox .pub_tit{
	text-align: left;
	float: left;
}
.imilan .textbox .text{
	float: right;
	max-width: 810px;
}
.imilan .textbox .text .txt{
	color: #333;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 50px;
}
.imilan .textbox .text .more{
	color: #000;
	font-size: 14px;
	display: inline-block;
	padding-right: 75px;
	position: relative;
}
.imilan .textbox .text .more::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 48px;
	height: 20px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icase_icon.png);
}
.imilan .textbox .text .more:hover::after{
	transform: translateX(10px);
}
.imilan .picbox{
	display: flex;
	flex-wrap: wrap;
}
.imilan .picbox .img{
	width: 24%;
	height: 470px;
	margin-right: 1.33%;
}
.imilan .picbox .img:last-child{
	margin-right: 0;
}
.imilan .itembox{
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 120px;
}
.imilan .itembox .itembox .item{
	text-align: center;
	width: 33.3%;
}
.imilan .itembox .item .value{
	color: #142868;
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.imilan .itembox .item span{
	font-size: 68px;
	font-weight: bold;
}
.imilan .itembox .item sup{
	font-size: 18px;
	padding-top: 10px;
	padding-left: 15px
}
.imilan .itembox .item p{
	color: #142868;
	font-size: 16px;
}




@media(max-width:1500px){
	.imilan{
		padding: 160px 0;
	}
	.imilan .textbox{
		margin-bottom: 100px;
	}
}
@media(max-width:1400px){
	.imilan{
		padding: 140px 0;
	}
	.imilan .picbox .img{
		height: 460px;
	}
	.imilan .itembox .item  span{
			font-size: 60px;
	}
	.imilan .itembox .item sup{
		padding-left: 10px
	}
}
@media(max-width:1300px){
	.imilan{
		padding: 100px 0;
	}
	.imilan .textbox{
		margin-bottom: 80px;
	}
	.imilan .textbox .text .txt{
		line-height: 32px;
	}
	.imilan .picbox .img{
		height: 400px;
	}
	.imilan .itembox{
		margin-top: 80px;
	}
	.imilan .itembox .item span{
		font-size: 50px;
	}
}
@media(max-width:1200px){
	.imilan{
		padding: 80px 0;
	}
	.imilan .textbox{
		margin-bottom: 65px;
	}
	.imilan .textbox .text .txt{
		max-width: 600px;
		margin-bottom: 40px;
	}
	.imilan .textbox .text .more{
		padding-right: 50px;
	}
	.imilan .textbox .text .more::after{
		width: 40px;
		height: 14px;
		margin-top: -7px;
	}
	.imilan .picbox .img{
		height: 360px;
	}
	.imilan .itembox{
		margin-top: 60px;
	}
	.imilan .itembox .item span{
		font-size: 40px;
	}
	.imilan .itembox .item sup{
		padding-top: 5px;
	}
}
@media(max-width:991px){
	.imilan{
		padding: 60px 0;
	}
	.imilan .textbox{
		margin-bottom: 40px;
	}
	.imilan .textbox .pub_tit{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.imilan .textbox .text .txt{
		float: none;
		max-width: 100%;
	}
	.imilan .picbox .img{
		height: 300px;
	}
	.imilan .itembox{
		margin-top: 40px;
	}
	.imilan .itembox .item span{
			font-size: 30px;
	}
	.imilan .itembox .item sup{
		font-size: 16px;
		padding-top: 0;
		padding-left: 5px;
	}
}
@media(max-width:768px){
	.imilan{
		padding-top: 0;
		padding-bottom: 40px;
	}
	.imilan .textbox{
		margin-bottom: 30px;
	}
	.imilan .textbox .pub_tit{
		margin-bottom: 20px;
	}
	.imilan .textbox .text .txt{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	.imilan .picbox{
		font-size: 0;
		justify-content: space-between;
	}
	.imilan .picbox .img{
		width: 48%;
		height: 220px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.imilan .itembox{
		width: 100%;
		margin-top: 0;
	}
	.imilan .itembox .item span{
		font-size: 28px;
	}
	.imilan .itembox .item sup{
		font-size: 14px;
		padding-top: 0;
		padding-left: 5px;
	}
	.imilan .itembox .item p{
		font-size: 14px;
		text-align: center;
	}
	/* .imilan .picbox .img:last-child{
		margin-bottom: 0;
	} */
}
@media(max-width:320px){
	.imilan .picbox .img{
		height: 180px;
	}
}




.inews{
	padding-top: 150px;
	padding-bottom: 210px;
	background-color: #f5f5f5;
}
.inews .pub_tit{
	margin-bottom: 90px;
}
.inews .listbox .list a{
	display: flex;
	align-items: center;
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #cfcfcf;
}
.inews .listbox .list:last-child a{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.inews  .list .img{
	width: 42%;
	height: 350px;
	margin-right: 50px;
}
.inews  .list .text{
	color: #666;
	font-size: 16px;
	width: 36%;
	margin-right: 110px;
}
.inews  .list .text h4,
.inews  .list .text p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.inews  .list .text h4{
	color: #000;
	font-size: 24px;
	-webkit-line-clamp: 1;
	margin-bottom: 20px;
}
.inews  .list .text span{
	display: block;
	margin-bottom: 28px;
}
.inews  .list .text p{
	line-height: 30px;
	-webkit-line-clamp: 2;
}
.inews  .list .more{
	text-align: center;
	display: block;
}
.inews  .list .more i{
	width: 95px;
	height: 95px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	transition: all .3s;
	border-radius: 50%;
	background-color: #3d3d3d;
}
.inews  .list .more i::after{
	content: '';
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 50%;
	margin-left: -28px;
	transition: all .3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/inews_icon1.png);
}
.inews  .list:hover .more i{
	background-color: #142868;
}
.inews  .list .more em{
	color: #000;
	font-size: 16px;
}




@media(max-width:1500px){
	.inews{
		padding: 150px 0;
	}
}
@media(max-width:1400px){
	.inews{
		padding: 120px 0;
	}
	.inews .pub_tit{
		margin-bottom: 70px;
	}
	.inews  .list .more i::after{
		width: 50px;
		height: 50px;
		margin-top: -25px;
		margin-left: -25px;
	}
}
@media(max-width:1300px){
	.inews{
		padding: 100px 0;
	}
	.inews .listbox .list a{
		padding-bottom: 65px;
		margin-bottom: 65px;
	}
	.inews  .list .more i::after{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.inews  .list .img{
		height: 320px;
		margin-right: 40px;
	}
	.inews .list .text{
		margin-right: 80px;
	}
	.inews .page{
		padding-top: 65px;
	}
}
@media(max-width:1200px){
	.inews{
		padding: 80px 0;
	}
	.inews .pub_tit{
		margin-bottom: 50px;
	}
	.inews .listbox .list a{
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.inews  .list .img{
		height: 280px;
	}
	.inews .list .text h4{
		font-size: 22px;
	}
	.inews .list .text span{
		margin-bottom: 25px;
	}
	.inews  .list .more i{
		width: 70px;
		height: 70px;
		margin-bottom: 10px;
	}
	.inews  .list .more i::after{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
	}
}
@media(max-width:991px){
	.inews{
		padding: 60px 0;
	}
	.inews .pub_tit{
		margin-bottom: 40px;
	}
	.inews .list .text h4{
		font-size: 20px;
	}
	.inews .listbox .list a{
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.inews .page{
		padding-top: 40px;
	}
}
@media(max-width:768px){
	.inews{
		padding: 40px 0;
	}
	.inews .pub_tit{
		margin-bottom: 30px;
	}
	.inews .listbox .list a{
		align-items: initial;
		flex-direction: column;
		padding-bottom: 30px;
	}
	.inews .listbox .list:last-child a{
		margin-bottom: 0;
	}
	.inews  .list .img{
		width: 100%;
		max-width: 500px;
		height: 250px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.inews .list .text{
		font-size: 14px;
		width: 100%;
		margin-right: 0;
		box-sizing: border-box;
	}
	.inews .list .text h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.inews .list .text span{
		margin-bottom: 15px;
	}
	.inews .list .text p{
		line-height: 24px;
		margin-bottom: 20px;
	}
	.inews  .list .more{
		text-align: left;
	}
	.inews  .list .more i{
		width: 40px;
		height: 40px;
	}
	.inews  .list .more i::after{
		width: 18px;
		height: 18px;
		margin-top: -9px;
		margin-left: -9px;
	}
	.inews  .list .more em{
		font-size: 14px;
	}
	.inews .page{
		padding-bottom: 0;
	}
}
@media(max-width:480px){
	.inews  .list .img{
		height: 220px;
	}
}




.news{
	padding: 40px 0;
}
.news .listbox .list a{
	display: flex;
	align-items: center;
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #cfcfcf;
}
.news .listbox .list:last-child a{
	padding-bottom: 0;
	border-bottom: none;
}
.news  .list .img{
	width: 42%;
	height: 350px;
	margin-right: 50px;
}
.news  .list .text{
	color: #666;
	font-size: 16px;
	width: 36%;
	margin-right: 110px;
}
.news  .list .text h4,
.news  .list .text p
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news  .list .text h4{
	color: #000;
	font-size: 24px;
	-webkit-line-clamp: 1;
	margin-bottom: 20px;
}
.news  .list .text span{
	display: block;
	margin-bottom: 28px;
}
.news  .list .text p{
	line-height: 30px;
	-webkit-line-clamp: 2;
}
.news  .list .more{
	text-align: center;
	display: block;
}
.news  .list .more i{
	width: 95px;
	height: 95px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	transition: all .3s;
	border-radius: 50%;
	background-color: #3d3d3d;
}
.news  .list .more i::after{
	content: '';
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: 50%;
	margin-left: -28px;
	transition: all .3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/inews_icon1.png);
}
.news  .list:hover .more i{
	background-color: #142868;
}
.news  .list .more em{
	color: #000;
	font-size: 16px;
}
.news .page{
	padding-top: 60px;
	padding-bottom: 80px;
}




@media(max-width:1400px){
	.news .pub_tit{
		padding-bottom: 80px;
	}
	.news  .list .more i::after{
		width: 50px;
		height: 50px;
		margin-top: -25px;
		margin-left: -25px;
	}
}
@media(max-width:1300px){
	.news .pub_tit{
		padding-bottom: 65px;
	}
	.news .listbox .list a{
		padding-bottom: 65px;
		margin-bottom: 65px;
	}
	.news  .list .more i::after{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	.news  .list .img{
		height: 320px;
		margin-right: 40px;
	}
	.news .list .text{
		margin-right: 80px;
	}
	.news .page{
		padding-top: 65px;
	}
}
@media(max-width:1200px){
	.news .pub_tit{
		padding-bottom: 50px;
	}
	.news .listbox .list a{
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.news  .list .img{
		height: 280px;
	}
	.news .list .text h4{
		font-size: 22px;
	}
	.news .list .text span{
		margin-bottom: 25px;
	}
	.news  .list .more i{
		width: 70px;
		height: 70px;
		margin-bottom: 10px;
	}
	.news  .list .more i::after{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
	}
	.news .page{
		padding-top: 50px;
	}
}
@media(max-width:991px){
	.news .pub_tit{
		padding-bottom: 40px;
	}
	.news .list .text h4{
		font-size: 20px;
	}
	.news .listbox .list a{
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.news .page{
		padding-top: 40px;
	}
}
@media(max-width:768px){
	.news .pub_tit{
		padding-bottom: 30px;
	}
	.news .listbox .list a{
		align-items: initial;
		flex-direction: column;
		padding-bottom: 30px;
	}
	.news .listbox .list:last-child a{
		margin-bottom: 0;
	}
	.news  .list .img{
		width: 100%;
		max-width: 500px;
		height: 250px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.news .list .text{
		font-size: 14px;
		width: 100%;
		margin-right: 0;
		box-sizing: border-box;
	}
	.news .list .text h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.news .list .text span{
		margin-bottom: 15px;
	}
	.news .list .text p{
		line-height: 24px;
		margin-bottom: 20px;
	}
	.news  .list .more{
		text-align: left;
	}
	.news  .list .more i{
		width: 40px;
		height: 40px;
	}
	.news  .list .more i::after{
		width: 18px;
		height: 18px;
		margin-top: -9px;
		margin-left: -9px;
	}
	.news  .list .more em{
		font-size: 14px;
	}
	.news .page{
		padding-bottom: 0;
	}
}
@media(max-width:480px){
	.news  .list .img{
		height: 220px;
	}
}




.newsv{
	color: #666;
	font-size: 16px;
	padding-top: 100px;
	padding-bottom: 130px;
	background-color: #f5f5f5;
}
.newsv .tit{
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #d2d2d2;
}
.newsv .tit h2{
	color: #333;
	font-size: 30px;
	margin-bottom: 20px;
}
.newsv .tit span{
	display: block;
}
.newsv  .textbox{
	line-height: 36px;
	margin-bottom: 70px;
}
.newsv .agrop{
	display: flex;
	justify-content: space-between;
	line-height: 80px;
	height: 80px;
	padding: 0 35px;
	box-sizing: border-box;
	background-color: #fff;
}
.newsv .agrop a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	height: 100%;
}
.newsv .agrop a:hover{
	text-decoration: underline;
}




@media(max-width:1500px){
	.newsv{
		padding-bottom: 110px;
	}
}
@media(max-width:1400px){
	.newsv{
		padding: 90px 0;
	}
	.newsv .tit{
		margin-bottom: 40px;
	}
	.newsv .tit h2{
		font-size: 26px;
		margin-bottom: 15px;
	}
	.newsv .agrop{
		line-height: 70px;
		height: 70px;
	}
}
@media(max-width:1300px){
	.newsv{
		padding: 80px 0;
	}
}
@media(max-width:1200px){
	.newsv{
		padding: 60px 0;
	}
	.newsv .tit h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.newsv .textbox{
		line-height: 30px;
		margin-bottom: 55px;
	}
}
@media(max-width:991px){
	.newsv{
		padding: 50px 0;
	}
	.newsv .textbox{
		margin-bottom: 40px;
	}
	.newsv .agrop{
		line-height: 55px;
		height: 55px;
	}
}
@media(max-width:768px){
	.newsv{
		font-size: 14px;
		padding: 40px 0;
	}
	.newsv .tit{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.newsv .tit h2{
		font-size: 18px;
	}
	.newsv .textbox{
		line-height: 24px;
	}

	.newsv .textbox video {
		width: 100%;
	}

	.newsv .agrop{
		line-height: 45px;
		height: auto;
		flex-wrap: wrap;
		padding: 0;
		background-color: transparent;
	}
	.newsv .agrop a{
		width: 100%;
		padding: 0 20px;
		margin-bottom: 15px;
		background-color: #fff;
	}
	.newsv .agrop a:last-child{
		margin-bottom: 0;
	}
	
}





.case{
	padding-top: 40px;
	padding-bottom: 55px;
}
.case .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case .list{
	font-size: 0;
	width: 48%;
	margin-bottom: 55px;
	position: relative;
}
.case .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.case .list .img{
	width: 100%;
	height: 490px;
}
.case .list h4{
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding: 0  40px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s;
	background-color: rgba(0,0,0,.5);
}
.case .list:hover h4{
	background-color: rgba(0,0,0,.6);
}
.case .page{
	padding: 55px 0;
}




@media(max-width:1400px){
	.case .list{
		margin-bottom: 60px;
	}
	.case .list .img{
		height: 430px;
	}
	.case .list h4{
		line-height: 60px;
		height: 60px;
		padding: 0 30px;
	}
	.case .page{
		padding: 30px 0;
	}
}
@media(max-width:1300px){
	.case .list .img{
		height: 370px;
	}
}
@media(max-width:1200px){
	.case{
		padding: 40px 0; 
	}
	.case .list{
		margin-bottom: 40px;
	}
	.case .list .img{
		height: 310px;
	}
	.case .list h4{
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
}
@media(max-width:991px){
	.case .page{
		padding: 10px 0;
	}
	.case .list .img{
		height: 280px;
	}
}
@media(max-width:768px){
	.case{
		padding: 40px 0;
	}
	.case .list{
		width: 48%;
		margin-bottom: 40px;
	}
	.case .list .img{
		height: 250px;
	}
	.case .list h4{
		font-size: 14px;
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
	}
}
@media(max-width:480px){
	.case .list{
		width: 100%;
		margin-bottom: 30px;
	}
	.case .list:last-child{
		margin-bottom: 0;
	}
	.case .list .img{
		height: 220px;
	}
	.case .page{
		padding-top: 40px;
		padding-bottom: 0;
	}
}




.casev{
	padding: 110px 0;
	background-color: #f5f5f5;
}
.casev .tit{
	margin-bottom: 45px;
}
.casev .tit h2{
	color: #333;
	font-size: 36px;
	font-family: 'cnfz';
	margin-bottom: 15px;
}
.casev .tit span{
	color: #333;
	font-size: 16px;
	display: block;
}
.casev .text{
	font-size: 16px;
	margin-bottom: 125px;
}
.casev .text .txt{
	color: #333;
	line-height: 36px;
	float: left;
	width: 60%;
	max-width: 900px;
}
.casev .text .agroup{
	float: right;
}
.casev .text .agroup a{
	color: #666;
	display: inline-block;
	position: relative;
	margin-right: 30px;
}
.casev .text .agroup a:last-child{
	margin-right: 0;
}
.casev .text .agroup a::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 40px;
	height: 20px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.casev .text .agroup .prev{
	padding-left: 65px;
}
.casev .text .agroup .next{
	padding-right: 65px;
}
.casev .text .agroup .prev::after{
	left: 0;
	background-image: url(../images/casev_icon2.png);
}
.casev .text .agroup .next::after{
	right: 0;
	background-image: url(../images/casev_icon1.png);
}
.casev .picbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.casev .picbox .img{
	width: 48%;
	height: 490px;
	margin-bottom: 55px;
}




@media(max-width:1500px){
	.casev .text{
		margin-bottom: 100px;
	}
}
@media(max-width:1400px){
	.casev{
		padding: 90px 0;
	}
	.casev .tit h2{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.casev .text{
		margin-bottom: 80px;
	}
	.casev .picbox .img{
		height: 430px;
	}
}
@media(max-width:1300px){
	.casev{
		padding: 70px 0;
	}
	.casev .tit{
		margin-bottom: 30px;
	}
	.casev .tit h2{
		font-size: 28px;
	}
	.casev .text{
		margin-bottom: 60px;
	}
	.casev .picbox .img{
		height: 370px;
		margin-bottom: 45px;
	}
}
@media(max-width:1200px){
	.casev .tit h2{
		font-size: 24px;
	}
	.casev .text{
		margin-bottom: 50px;
	} 
	.casev .text .txt{
		line-height: 30px;
	}
	.casev .picbox .img{
		height: 310px;
	}
}
@media(max-width:991px){
	.casev{
		padding: 50px 0;
	}
	.casev .tit h2{
		font-size: 20px;
	}
	.casev .text{
		margin-bottom: 40px;
	}
	.casev .picbox .img{
		height: 280px;
	}
	.casev .text .agroup a{
		margin-right: 20px;
	}
	.casev .text .agroup .prev{
		padding-left: 40px;
	}
	.casev .text .agroup .next{
		padding-right: 40px;
	}
	.casev .text .agroup a::after{
		width: 30px;
		height: 14px;
		margin-top: -7px;
	}
}
@media(max-width:768px){
	.casev{
		padding: 40px 0;
	}
	.casev .tit{
		margin-bottom: 20px;
	}
	.casev .tit h2{
		font-size: 18px;
		margin-bottom: 5px;
	}	
	.casev .tit span{
		font-size: 14px;
	}
	.casev .text{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.casev .text .txt{
		line-height: 24px;
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.casev .text .agroup{
		float: none;
	}
}
@media(max-width:480px){
	.casev .picbox .img{
		width: 100%;
		height: 250px;
		margin-bottom: 30px;
	}
	.casev .picbox .img:last-child{
		margin-bottom: 0;
	}
}




.contact{
	padding-top: 100px;
	padding-bottom: 140px;
}
.contact .tit{
	text-align: center;
	margin-bottom: 130px;
}
.contact .tit h2{
	color: #333;
	font-size: 32px;
	font-family: 'cnfz';
	margin-bottom: 20px;
}
.contact .tit p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.contact .listbox{
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}
.contact .listbox .list{
	width: 30%;
	margin-right: 5%;
}
.contact .listbox .list:last-child{
	margin-right: 0;
}
.contact .list h4{
	color: #333;
	font-size: 24px;
	font-family: 'cnfz';
	padding-bottom: 18px;
	margin-bottom: 18px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}
.contact .list h4::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contact .list:nth-child(1) h4::after{
	background-image: url(../images/con_icon1.png);
}
.contact .list:nth-child(2) h4::after{
	background-image: url(../images/con_icon2.png);
}
.contact .list:nth-child(3) h4::after{
	background-image: url(../images/con_icon3.png);
}
.contact .list:hover h4::after{
	transform: translateY(-10px);
}
.contact .list p{
	color: #333;
	font-size: 16px;
	line-height: 26px;
}




@media(max-width:1500px){
	.contact{
		padding-bottom: 120px;
	}
	.contact .tit{
		margin-bottom: 100px;
	}
}
@media(max-width:1400px){
	.contact{
		padding: 100px 0;
	}
	.contact .tit{
		margin-bottom: 70px;
	}
	.contact .tit h2{
		font-size: 28px;
		margin-bottom: 20px;
	}
}
@media(max-width:1300px){
	.contact{
		padding: 80px 0;
	}
	.contact .tit{
		margin-bottom: 55px;
	}
	.contact .tit h2{
		font-size: 26px;
		margin-bottom: 15px;
	}
}
@media(max-width:1200px){
	.contact{
		padding: 65px 0;
	}
	.contact .tit{
		margin-bottom: 50px;
	}
	.contact .tit h2{
		font-size: 24px;
		margin-bottom: 12px;
	}
}
@media(max-width:991px){
	.contact{
		padding: 50px 0;
	}
	.contact .tit h2{
		font-size: 22px;
	}
	.contact .listbox{
		flex-wrap: wrap;
		border: none;
	}
	.contact .list h4{
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.contact .list h4::after{
		width: 24px;
		height: 24px;
	}
}
@media(max-width:768px){
	.contact{
		padding: 40px 0;
	}
	.contact .tit{
		margin-bottom: 30px;
	}
	.contact .tit h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contact .tit p{
		font-size: 14px;
		line-height: 24px;
	}
	.contact .listbox .list{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.contact .listbox .list:last-child{
		margin-bottom: 0;
	}
	.contact .list h4{
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.contact .list h4::after{
		width: 20px;
		height: 20px;
	}
	.contact .list p{
		font-size: 14px;
		line-height: 24px;
	}
}




.message{
	padding-top: 110px;
	padding-bottom: 140px;
	background-color: #f5f5f5;
}
.message .ligrop{
	display: flex;
	justify-content: space-between;
}
.message .mode{
	margin-bottom: 70px;
}
.message .li{
	width: 43%;
	padding: 0 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #878787;
}
.message .li p{
	color: #000;
	font-size: 16px;
}
.message .li input{
	color: #666;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: transparent;
}
.message .li input::-webkit-input-placeholder{
	color: #666;
}
.message .msg{
	width: 100%;
	margin-bottom: 110px;
}
.message .msg textarea{
	color: #666;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: transparent;
}
.message .code .li{
	position: relative;
}
.message .code .li .img{
	width: 170px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.message .code .li .img:hover{
	cursor: pointer;
}
.message .code .li .img img{
	width: 100%;
	height: 100%;
}
.message .code  button{
	color: #fff;
	font-size: 16px;
	width: 43%;
	height: 60px;
	line-height: 60px;
	outline: none;
	border: none;
	transition: all .3s;
	border-radius: 10px;
	margin-top: 25px;
	background-color: #142868;
}
.message .code  button:hover{
	cursor: pointer;
	background-color: #142868;
}




@media (max-width: 1500px){
	.message{
		padding-bottom: 110px;
	}
}
@media (max-width: 1400px) {
	.message{
		padding: 90px 0;
	}
	.message .mode{
		margin-bottom: 60px;
	}
	.message .li{
		padding: 0 10px;
	}
	.message .li input,
	.message .msg textarea,
	.message .code button{
		height: 55px;
		line-height: 55px;
	}
	.message .msg{
		margin-bottom: 90px;
	}
	.message .code .li .img{
		height: 55px;
	}
}
@media (max-width: 1200px){
	.message{
		padding: 70px 0;
	}
	.message .mode{
		margin-bottom: 50px;
	}
	.message .li input,
	.message .msg textarea,
	.message .code button{
		height: 50px;
		line-height: 50px;
	}
	.message .msg{
		margin-bottom: 70px;
	}
	.message .code .li .img{
		height: 50px;
	}
}
@media (max-width: 991px){
	.message{
		padding: 60px 0;
	}
	.message .msg,
	.message .mode{
		margin-bottom: 40px;
	}
}
@media (max-width: 768px){
	.message{
		padding: 40px 0;
	}
	.message .ligrop{
		flex-direction: column;
	}
	.message .li{
		width: 100%;
		margin-bottom: 30px;
	}
	.message .li p{
		font-size: 14px;
	}
	.message .li input,
	.message .msg textarea,
	.message .code button{
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
	.message .mode{
		margin-bottom: 0;
	}
	.message .msg{
		margin-bottom: 0;
	}
	.message  .code .li input{
		padding-right: 130px;
		box-sizing: border-box;
	}
	.message .code .li .img{
		width: 120px;
		height: 45px;
	}
	.message .code  button{
		width: 100%;
		margin-top: 0;
	}
}
@media(max-width:468px){
	.message .li{
		padding: 0;
	}
	.message .li input,
	.message .msg textarea,
	.message .code button
	{
		height: 40px;
		line-height: 40px;
	}
	.message .code .li .img{
		height: 40px;
	}
}




.pro_menu{
	background-color: #f5f5f5;
}




@media(max-width:991px){
	.pro_menu ul{
		justify-content: unset;
	}
	.pro_menu ul li{
		width: 24%;
		margin-right: 1.33%;
	}
	.pro_menu ul li:nth-child(4n){
		margin-right: 0;
	}
}
@media(max-width:768px){
	.pro_menu ul li{
		font-size: 14px;
		width: 32%;
		margin-right: 2%;
		line-height: 35px;
		height: 35px;
		background-color: #fff;
	}
	.pro_menu ul li:nth-child(3n){
		margin-right: 0;
	}
	.pro_menu ul li:nth-child(4n){
		margin-right: 2%;
	}
}




.pro{
	padding: 40px 0;
	background-color: #f5f5f5;
}
.pro .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro .listbox .list{
	width: 48%;
	margin-bottom: 100px;
	transition: all .5s;
}
.pro .listbox .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.pro  .list .img{
	width: 100%;
	height: 490px;
	position: relative;
	margin-bottom: 30px;
	background-color: #fff;
}
.pro .list .img .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.pro  .list:hover .img .mask{
	opacity: 1;
}
.pro  .list  .tit{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	width: 100%;
	display: flex;
	align-items: center;
}
.pro .list  .tit h4{
	color: #333;
	font-size: 26px;
}	
.pro  .list  .tit  p{
	color: #888;
	font-size: 15px;
	padding-left: 25px;
	margin-left: 25px;
	position: relative;
}
.pro  .list  .tit  p::after{
	content: '/';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #888;
	font-size: 15px;
}
.pro .page{
	padding-top: 20px; 
	padding-bottom: 80px;
}




@media(max-width:1400px){
	.pro .listbox .list{
		margin-bottom: 80px;
	}
	.pro .list .img{
		height: 430px;
	}
}
@media(max-width:1300px){
	.pro .listbox .list{
		margin-bottom: 60px;
	}
	.pro .list .tit h4{
		font-size: 22px;
	}
	.pro .list .img{
		height: 370px;
	}
	.pro .list .tit p{
		padding-left: 20px;
		margin-left: 20px;
	}
	.pro .page{
		padding-bottom: 65px;
	}
}
@media(max-width:1200px){
	.pro .listbox .list{
		margin-bottom: 50px;
	}
	.pro .list .img{
		height: 310px;
	}
	.pro .page{
		padding-bottom: 50px;
	}
}
@media(max-width:991px){
	.pro .listbox .list{
		margin-bottom: 40px;
	}
	.pro .list .img{
		height: 250px;
	}
	.pro .page{
		padding: 20px 0;
	}
}
@media(max-width:768px){
	.pro .listbox .list{
		margin-bottom: 30px;
	}
	.pro .list .img{
		height: 220px;
		margin-bottom: 20px;
	}
	.pro .list .tit h4{
		font-size: 18px;
	}
	.pro .list .tit p{
		font-size: 14px;
		padding-left: 10px;
		margin-left: 10px;
	}
}
@media(max-width:480px){
	.pro{
		padding-top: 20px;
	}
	.pro .listbox .list{
		width: 100%;
		margin-bottom: 30px;
	}
	.pro .listbox .list:last-child{
		margin-bottom: 0;
	}
	.pro .page{
		padding-top: 40px;
		padding-bottom: 0;
	}
}




.introduce{
	padding-top: 90px;
	padding-bottom: 50px;
	background-color: #f5f5f5;
}
.introduce .breadcrumb{
	margin-bottom: 35px;
} 
.introduce .breadcrumb li{
	color: #888;
	font-size: 15px;
	padding-right: 10px;
	margin-right: 5px;
	position: relative;
	display: inline-block;
}
.introduce .breadcrumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.introduce .breadcrumb li::after{
	content: '-';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #888;
}
.introduce .breadcrumb li:last-child::after{
	display: none;
}
.introduce .breadcrumb li a:hover{
	text-decoration: underline;
}
.intr_slidebox{
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 100px;
	background-color: #fff;
}
.intr_slide{
	width: 80%;
	height: 600px;
}
.intr_slidebox .swiper-button-prev,
.intr_slidebox .swiper-button-next
{
	width: 48px;
	height: 20px;
	outline: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.intr_slidebox .swiper-button-prev{
	left: 45px;
	background-image: url(../images/intr_prev.png);
}
.intr_slidebox .swiper-button-next{
	right: 45px;
	background-image: url(../images/intr_next.png);
}
.intr_slidebox .swiper-button-prev::after,
.intr_slidebox .swiper-button-next::after
{
	display: none;
}
.intr_slidebox .swiper-pagination{
	bottom: 70px;
}
.intr_slidebox .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	outline: none;
	margin: 0 12px!important;
	border: 2px solid #b5b5b5;
	background-color: transparent;
}
.intr_slidebox .swiper-pagination-bullet-active{
	border: 2px solid #898989;
	background-color: #898989;
}
.introduce .text{
	padding-bottom: 60px;
	border-bottom: 1px solid #d2d2d2;
}
.introduce .text h2{
	color: #333;
	font-size: 40px;
	font-family: 'cnfz';
	margin-bottom: 30px;
}
.introduce .text ul li{
	color: #666;
	font-size: 16px;
	display: inline-block;
	margin-right: 100px;
}
.introduce .text ul li:last-child{
	margin-right: 0;
}
.introduce .text ul li h4{
	color: #333;
	font-weight: bold;
	display: inline-block;
}
.introduce .text ul li p{
	display: inline-block;
}




@media(max-width:1400px){
	.intr_slidebox{
		height: 700px;
	}
	.intr_slidebox{
		margin-bottom: 80px;
	}
	.intr_slidebox .swiper-pagination{
		bottom: 50px;
	}
}
@media(max-width:1300px){
	.intr_slidebox{
		height: 600px;
	}
	.intr_slidebox .swiper-button-prev{
		left: 15px;
	}
	.intr_slidebox .swiper-button-next{
		right: 15px;
	}
	.introduce .text h2{
		font-size: 34px;
	}
}
@media(max-width:1200px){
	.introduce{
		padding-top: 70px;
	}
	.intr_slidebox{
		height: 500px;
		margin-bottom: 50px;
	}
	.intr_slide{
		height: 300px;
	}
	.introduce .text h2{
		font-size: 28px;
	}
}
@media(max-width:991px){
	.introduce{
		padding: 50px 0;
	}
	.introduce .text{
		padding-bottom: 50px;
	}
	.introduce .text h2{
		font-size: 24px;
	}
	.introduce .text ul li{
		margin-right: 50px;
	}
}
@media(max-width:768px){
	.introduce{
		padding: 40px 0;
	}
	.introduce .breadcrumb{
		margin-bottom: 30px;
	}
	.intr_slidebox{
		height: 400px;
		margin-bottom: 30px;
	}
	.intr_slide{
		width: 70%;
		height: 200px;
	}
	.intr_slidebox .swiper-button-prev,
	.intr_slidebox .swiper-button-next
	{
		width: 40px;
		height: 14px;
	}
	.intr_slidebox .swiper-pagination{
		bottom: 30px;
	}
	.intr_slidebox .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 7px!important;
	}
	.introduce .text{
		padding-bottom: 30px;
	}
	.introduce .text h2{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.introduce .text ul li{
		font-size: 14px;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.introduce .text ul li:last-child{
		margin-bottom: 0;
	}
}
@media(max-width:580px){
	.intr_slidebox{
		height: 300px;
	}
	.intr_slide{
		height: 180px;
	}
}
@media(max-width:480px){
	.intr_slidebox{
		height: 250px;
	}
	.intr_slidebox .swiper-pagination{
		bottom: 20px;
	}
	.intr_slidebox .swiper-button-prev, 
	.intr_slidebox .swiper-button-next
	{
		width: 30px;
	}
}
@media(max-width:420px){
	.intr_slidebox{
		height: 220px;
	}
}




.prov_agrop{
	text-align: center;
	padding-bottom: 80px;
	background-color: #f5f5f5;
}
.prov_agrop a{
	color: #333;
	font-size: 18px;
	padding-right: 20px;
	margin-right: 15px;
	display: inline-block;
	position: relative;
}
.prov_agrop a:last-child{
	padding-right: 0;
	margin-right: 0;
}
.prov_agrop a:hover{
	text-decoration: underline;
}
.prov_agrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 20px;
	background-color: #999;
}
.prov_agrop a:last-child::after{
	display: none;
}




@media(max-width: 1200px){
	.prov_agrop{
		padding-bottom: 60px;
	}
}
@media(max-width: 991px){
	.prov_agrop{
		padding-bottom: 40px;
	}
}
@media(max-width: 768px){
	.prov_agrop{
		padding-bottom: 30px;
	}
	.prov_agrop a{
		font-size: 14px;
		padding-right: 15px;
		margin-right: 10px;
	}
	.prov_agrop a::after{
		height: 14px;
	}
}




.prov_tit h2{
	color: #333;
	font-size: 30px;
	font-family: 'cnfz';
}




@media(max-width:1400px){
	.prov_tit h2{
		font-size: 26px;
	}
}
@media(max-width:991px){
	.prov_tit h2{
		font-size: 22px;
	}
}
@media(max-width:768px){
	.prov_tit h2{
		font-size: 18px;
	}
}




.details{
	background-color: #f5f5f5;
}
.details .prov_tit{
	margin-bottom: 25px;
}
.details .textbox{
	color: #666;
	font-size: 16px;
	line-height: 36px;
}




@media(max-width:768px){
	.details .prov_tit{
		margin-bottom: 20px;
	}
	.details .textbox{
		font-size: 14px;
		line-height: 24px;
	}
}




.similar{
	padding-top: 90px;
	padding-bottom: 160px;
	background-color: #f5f5f5;
}
.similar .prov_tit{
	margin-bottom: 50px;
}
.similar_slide .swiper-wrapper{
	margin-bottom: 80px;
}
 .similar_slide a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.similar_slide .img{
	width: 100%;
	height: 320px;
	position: relative;
	margin-bottom: 30px;
	background-color: #fff;
}
.similar_slide .img .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.similar_slide .swiper-slide:hover .img .mask{
	opacity: 1;
}
.similar_slide  .tit{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	width: 100%;
	display: flex;
	align-items: center;
}
.similar_slide  .tit h4{
	color: #333;
	font-size: 22px;
}	
.similar_slide  .tit  p{
	color: #888;
	font-size: 15px;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}
.similar_slide  .tit  p::after{
	content: '/';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #888;
	font-size: 15px;
}
.similar_slide .btngroup{
	width: 100px;
	height: 20px;
	display: flex;
	justify-content: space-between;
}
.similar_slide .btngroup .swiper-button-prev,
.similar_slide .btngroup .swiper-button-next{
	width: 50px;
	height: 20px;
	opacity: 1;
	outline: none;
	position: static;
	margin-top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.similar_slide .btngroup .swiper-button-prev{
	background-image: url(../images/intr_prev.png);
}
.similar_slide .btngroup .swiper-button-next{
	background-image: url(../images/intr_next.png);
}
.similar_slide .btngroup .swiper-button-prev::after,
.similar_slide .btngroup .swiper-button-next::after
{
	display: none;
}






@media(max-width:1400px){
	.similar{
		padding-bottom: 120px;
	}
}
@media(max-width:1300px){
	.similar{
		padding: 90px 0;
	}
	.similar_slide .tit p{
		padding-left: 20px;
		margin-left: 20px;
	}
}
@media(max-width:1200px){
	.similar{
		padding: 70px 0;
	}
	.similar_slide .img{
		height: 310px;
	}
}
@media(max-width:991px){
	.similar{
		padding: 50px 0;
	}
	.similar .prov_tit{
		margin-bottom: 40px;
	}
	.similar_slide .swiper-wrapper{
		margin-bottom: 60px;
	}
	.similar_slide .img{
		height: 250px;
	}
}
@media(max-width:768px){
	.similar{
		padding: 40px 0;
	}
	.similar .prov_tit{
		margin-bottom: 30px;
	}
	.similar_slide .swiper-wrapper{
		margin-bottom: 40px;
	}
	.similar_slide .img{
		height: 220px;
		margin-bottom: 20px;
	}
	.similar_slide .tit h4{
		font-size: 18px;
	}
	.similar_slide .tit p{
		font-size: 14px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.similar_slide .btngroup{
		width: 80px;
		height: 12px;
		margin: 0 auto;
	}
	.similar_slide .btngroup .swiper-button-prev,
	.similar_slide .btngroup .swiper-button-next{
		width: 40px;
		height: 12px;
	}
}




.join_menu2{
	background-color: #f3f3f3;
}




.support{
	padding: 90px 0;
	background-color: #f3f3f3;
}
.support  .pub_tit{
	margin-bottom: 80px;
}
.support_slide .swiper-wrapper{
	margin-bottom: 90px;
}
.support_slide .swiper-slide{
	font-size: 0;
	height: 475px;
	padding: 50px 45px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
.support_slide .swiper-slide:hover{
	background-color: #142868;
}
.support_slide .picbox .img{
	width: 65px;
	height: 65px;
	margin-bottom: 30px;
	transition: all .5s
}
.support_slide .picbox .img2{
	display: none;
}
.support_slide  .swiper-slide:hover  .picbox .img2{
	display: block;
}
.support_slide  .swiper-slide:hover  .picbox .img1{
	display: none;
}
.support_slide h4{
	color: #333;
	font-size: 26px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
}
.support_slide .swiper-slide:hover h4{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.support_slide p{
	color: #666;
	font-size: 18px;
	line-height: 36px;
} 
.support_slide .swiper-slide:hover p{
	color: #fff;
}
.pub_slide .swiper-pagination{
	bottom: 0;
}
.pub_slide  .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	outline: none;
	margin: 0 10px!important;
	border: 2px solid #b5b5b5;
	background-color: transparent;
}
.pub_slide  .swiper-pagination-bullet-active{
	border: 2px solid #898989;
	background-color: #898989;
}




@media(max-width:1400px){
	.support{
		padding:75px 0;
	}
	.support .pub_tit{
		margin-bottom: 65px;
	}
	.support_slide .swiper-wrapper{
		margin-bottom: 70px;
	}
	.support_slide .swiper-slide{
		height: 450px;
	}
	.support_slide .picbox .img{
		width: 55px;
		height: 55x;
	}
	.support_slide h4{
		font-size: 24px;
	}
	.support_slide p{
		line-height: 30px;
	}
}
@media(max-width:1300px){
	.support{
		padding:60px 0;
	}
}
@media(max-width:1200px){
	.support{
		padding:50px 0;
	}
	.support .pub_tit{
		margin-bottom: 50px;
	}
	.support_slide .swiper-slide{
		height: 420px;
		padding: 40px 20px;
	}
	.support_slide .picbox .img{
		width: 45px;
		height: 45px;
	}
	.support_slide h4{
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.support_slide p{
		font-size: 16px;
		line-height: 28px;
	}
	.pub_slide  .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 7px!important;
	}
}
@media(max-width:991px){
	.support .pub_tit{
		margin-bottom: 40px;
	}
	.support_slide .swiper-wrapper{
		margin-bottom: 50px;
	}
	.support_slide .swiper-slide{
		height: 350px;
		padding: 30px 20px;
	}
}
@media(max-width:768px){
	.support{
		padding: 40px 0;
	}
	.support .pub_tit{
		margin-bottom: 30px;
	}
	.support_slide .swiper-wrapper{
		margin-bottom: 40px;
	}
	.support_slide .swiper-slide{
		height: 300px;
	}
	.support_slide .picbox .img{
		width: 40px;
		height: 40px;
		margin-bottom: 20px;
	}
	.support_slide  h4{
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.support_slide  p{
		font-size: 14px;
		line-height: 24px;
	}
}
@media(max-width:480px){
	.support{
		padding-top: 20px;
	}
	.support_slide .swiper-slide{
		height: 240px;
	}
	.support_slide .picbox .img{
		width: 30px;
		height: 30px;
	}
	.support_slide  h4{
		font-size: 16px;
	}
	.pub_slide  .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 5px!important;
	}
}




.train{
	padding-top: 120px;
	padding-bottom: 140px;
}
.train .pub_tit{
	margin-bottom: 80px;
}
.train_slide{
	margin-bottom: 80px;
}
.train_slide .swiper-wrapper{
	margin-bottom: 90px;
}
.train_slide  .img{
	width: 100%;
	height: 470px;
}
.train .txt{
	color: #333;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	max-width: 1110px;
	margin: 0 auto;
}




@media(max-width:1500px){
	.train{
		padding: 120px 0;
	}
}
@media(max-width:1400px){
	.train{
		padding: 100px 0;
	}
	.train .pub_tit{
		margin-bottom: 65px;
	}
	.train_slide{
		margin-bottom: 70px;
	}
	.train_slide .swiper-wrapper{
		margin-bottom: 70px;
	}
	.train_slide .img{
		height: 420px;
	}
	.train .txt{
		font-size: 18px;
		line-height: 32px;
	}
}
@media(max-width:1300px){
	.train{
		padding: 80px 0;
	}
	.train .pub_tit{
		margin-bottom: 50px;
	}
	.train_slide{
		margin-bottom: 60px;
	}
	.train_slide .img{
		height: 380px;
	}
}
@media(max-width:1200px){
	.train{
		padding: 60px 0;
	}
	.train .pub_tit{
		margin-bottom: 40px;
	}
	.train_slide{
		margin-bottom: 50px;
	}
	.train_slide .img{
		height: 340px;
	}
}
@media(max-width:991px){
	.train{
		padding: 50px 0;
	}
	.train_slide{
		margin-bottom: 40px;
	}
	.train_slide .img{
		height: 300px;
	}
}
@media(max-width:768px){
	.train{
		padding: 40px 0;
	}
	.train .pub_tit{
		margin-bottom: 30px;
	}
	.train_slide{
		margin-bottom: 20px;
	}
	.train_slide .swiper-wrapper{
		margin-bottom: 50px;
	}
	.train_slide .img{
		height: 240px;
	}
	.train .txt{
		font-size: 14px;
		line-height: 24px;
	}
}
@media(max-width:480px){
	.train_slide .swiper-wrapper{
		margin-bottom: 40px;
	}
}




.witness{
	padding: 110px 0;
	background-color: #f3f3f3;
}
.witness .pub_tit{
	margin-bottom: 80px;
}
.witness_slide .swiper-wrapper{
	margin-bottom: 100px;
}
.witness_slide .img{
	width: 100%;
	height: 350px;
	margin-bottom: 40px;
}
.witness_slide h4{
	color: #333;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}




@media(max-width:1400px){
	.witness{
		padding: 90px 0;
	}
	.witness .pub_tit{
		margin-bottom: 65px;
	}
	.witness_slide .img{
		height: 320px;
	}
}
@media(max-width:1300px){
	.witness{
		padding: 70px 0;
	}
	.witness .pub_tit{
		margin-bottom: 50px;
	}
	.witness_slide .swiper-wrapper{
		margin-bottom: 70px;
	}
	.witness_slide .img{
		height: 280px;
		margin-bottom: 30px;
	}
	.witness_slide h4{
		font-size: 18px;
	}
}
@media(max-width:1200px){
	.witness{
		padding: 60px 0;
	}
	.witness .pub_tit{
		margin-bottom: 40px;
	}
}
@media(max-width:991px){
	.witness{
		padding: 50px 0;
	}
	.witness_slide .img{
		height: 250px;
	}
	.witness_slide .swiper-wrapper{
		margin-bottom: 50px;
	}
}
@media(max-width:768px){
	.witness{
		padding: 40px 0;
	}
	.witness .pub_tit{
		margin-bottom: 30px;
	}
	.witness_slide .img{
		height: 220px;
		margin-bottom: 20px;
	}
	.witness_slide h4{
		font-size: 16px;
	}
}




.flow{
	padding-top: 130px;
	padding-bottom: 150px;
}
.flow .pub_tit{
	margin-bottom: 110px;
}
.flow  .mbimg{
	display: none;
}




@media(max-width:1500px){
	.flow{
		padding: 130px 0;
	}
	.flow .pub_tit{
		margin-bottom: 90px;
	}
}
@media(max-width:1400px){
	.flow{
		padding: 110px 0;
	}
	.flow .pub_tit{
		margin-bottom: 70px;
	}
}
@media(max-width:1300px){
	.flow{
		padding: 90px 0;
	}
}
@media(max-width:1200px){
	.flow{
		padding: 70px 0;
	}
	.flow .pub_tit{
		margin-bottom: 50px;
	}
}
@media(max-width:991){
	.flow{
		padding: 50px 0;
	}
	.flow .pub_tit{
		margin-bottom: 40px;
	}
}
@media(max-width:768px){
	.flow{
		padding: 40px 0;
	}
	.flow .pub_tit{
		margin-bottom: 30px;
	}
	.flow .pcimg{
		display: none;
	}
	.flow .mbimg{
		display: block;
	} 
}




.apply{
	padding-top: 120px;
	padding-bottom: 140px;
	background-color: #f3f3f3;
}
.apply .pub_tit{
	margin-bottom: 90px;
}
.apply .frombox .ligrop{
	display: flex;
	justify-content: space-between;
}
.apply .frombox .mode{
	margin-bottom: 70px;
}
.apply .frombox .li{
	width: 43%;
	padding: 0 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #878787;
}
.apply .frombox .li p{
	color: #000;
	font-size: 16px;
}
.apply .frombox .li input{
	color: #666;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: transparent;
}
.apply .frombox .li input::-webkit-input-placeholder{
	color: #666;
}
.apply .frombox .msg{
	width: 100%;
	margin-bottom: 110px;
}
.apply .frombox .msg textarea{
	color: #666;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: transparent;
}
.apply .frombox .code .li{
	position: relative;
}
.apply .frombox .code .li .img{
	width: 170px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.apply .frombox .code .li .img:hover{
	cursor: pointer;
}
.apply .frombox .code .li .img img{
	width: 100%;
	height: 100%;
}
.apply .frombox .code  button{
	color: #fff;
	font-size: 16px;
	width: 43%;
	height: 60px;
	line-height: 60px;
	outline: none;
	border: none;
	transition: all .3s;
	border-radius: 10px;
	margin-top: 25px;
	background-color: #142868;
}
.apply .frombox .code  button:hover{
	cursor: pointer;
	background-color: #d42735;
}




@media (max-width: 1500px){
	.apply{
		padding: 120px 0;
	}
}
@media (max-width: 1400px) {
	.apply{
		padding: 100px 0;
	}
	.apply .pub_tit{
		margin-bottom: 70px;
	}
	.apply .frombox .mode{
		margin-bottom: 60px;
	}
	.apply .frombox .li{
		padding: 0 10px;
	}
	.apply .frombox .li input,
	.apply .frombox .msg textarea,
	.apply .frombox .code button{
		height: 55px;
		line-height: 55px;
	}
	.apply .frombox .msg{
		margin-bottom: 90px;
	}
	.apply .frombox .code .li .img{
		height: 55px;
	}
}
@media (max-width: 1200px){
	.apply{
		padding: 70px 0;
	}
	.apply .pub_tit{
		margin-bottom: 50px;
	}
	.apply .frombox .mode{
		margin-bottom: 50px;
	}
	.apply .frombox .li input,
	.apply .frombox .msg textarea,
	.apply .frombox .code button{
		height: 50px;
		line-height: 50px;
	}
	.apply .frombox .msg{
		margin-bottom: 70px;
	}
	.apply .frombox .code .li .img{
		height: 50px;
	}
}
@media (max-width: 991px){
	.apply{
		padding: 50px 0;
	}
	.apply .pub_tit{
		margin-bottom: 40px;
	}
	.apply .frombox .msg,
	.apply .frombox .mode{
		margin-bottom: 40px;
	}
}
@media (max-width: 768px){
	.apply{
		padding: 40px 0;
	}
	.apply .pub_tit{
		margin-bottom: 30px;
	}
	.apply .frombox .ligrop{
		flex-direction: column;
	}
	.apply .frombox .li{
		width: 100%;
		margin-bottom: 30px;
	}
	.apply .frombox .li p{
		font-size: 14px;
	}
	.apply .frombox .li input,
	.apply .frombox .msg textarea,
	.apply .frombox .code button{
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
	.apply .frombox .mode{
		margin-bottom: 0;
	}
	.apply .frombox .msg{
		margin-bottom: 0;
	}
	.apply .frombox  .code .li input{
		padding-right: 130px;
		box-sizing: border-box;
	}
	.apply .frombox .code .li .img{
		width: 120px;
		height: 45px;
	}
	.apply .frombox .code  button{
		width: 100%;
		margin-top: 0;
	}
}
@media(max-width:468px){
	.apply .frombox .li{
		padding: 0;
	}
	.apply .frombox  .li input,
	.apply .frombox  .msg textarea,
	.apply .frombox .code button
	{
		height: 40px;
		line-height: 40px;
	}
	.apply .frombox .code .li .img{
		height: 40px;
	}
}




.join2{
	padding: 50px 0;
}
.join2 .formbox{
	width: 59%;
	padding: 0 40px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 100px;
	border-radius: 10px;
	border: 1px solid #505050;
}
.join2 .formbox form{
	display: flex;
	justify-content: space-between;
}
.join2 .formbox input{
	color: #333;
	font-size: 18px;
	width: 80%;
	height: 80px;
	display: inline-block;
}
.join2 .formbox button{
	width: 34px;
	height: 80px;
	outline: none;
	border: none;
	position: relative;
	background-color: transparent;
}
.join2 .formbox button::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 34px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/join2_search.png);
}
.join2 .list{
	font-size: 0;
	width: 31%;
	height: 460px;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 50px;
	background-color: #f3f3f3;
}
.join2 .list:nth-child(3n){
	margin-right: 0;
}
.join2 .list .img{
	width: 100%;
	height: 300px;
}
.join2 .list .tit{
	padding: 50px 35px;
	box-sizing: border-box;
}
.join2 .list .tit h4{
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
}
.join2 .list .tit p{
	color: #666;
	font-size: 16px;
	line-height: 24px;
}
.join2 .page{
	padding-top: 60px;
	padding-bottom: 90px;
}




@media(max-width:1500px){
	.join2 .formbox{
		padding: 0 20px;
		margin-bottom: 80px;
	}
	.join2 .formbox input{
		height: 60px;
	}
	.join2 .formbox button{
		height: 60px;
	}
	.join2 .list{
		height: 450px;
	}
	.join2 .list .tit{
		padding: 30px 20px;
	}
}
@media(max-width:1400px){
	.join2 .formbox{
		margin-bottom: 65px;
	}
	.join2 .list{
		height: 400px;
	}
	.join2 .list .img{
		height: 260px;
	}
	.join2 .page{
		padding: 40px 0;
	}
}
@media(max-width:1300px){
	.join2 .formbox{
		margin-bottom: 50px;
	}
	.join2 .list{
		margin-bottom: 40px;
	}
	.join2 .list .img{
		height: 240px;
	}
}
@media(max-width:991px){
	.join2 .formbox{
		width: 90%;
		margin-bottom: 40px;
	}
	.join2 .formbox input{
		font-size: 16px;
		height: 50px;
	}
	.join2 .formbox button{
		height: 50px;
	}
	.join2 .page{
		padding: 20px 0;
	}
	.join2 .formbox button::after{
		width: 24px;
		height: 24px;
	}
}
@media(max-width:768px){
	.join2{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.join2 .formbox input{
		font-size: 14px;
		height: 40px;
	}
	.join2 .formbox button{
		width: 30px;
		height: 40px;
	}
	.join2 .page{
		padding: 20px 0;
	}
	.join2 .formbox button::after{
		width: 20px;
		height: 20px;
	}
	.join2  .listbox .list{
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.join2 .list:last-child{
		margin-bottom: 0;
	}
	.join2 .list .img{
		max-width: 480px;
	}
	.join2 .list .tit h4{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.join2 .list .tit p{
		font-size: 14px;
	}
	.join2 .page{
		padding-top: 40px;
		padding-bottom: 0;
	}
}
@media(max-width:480px){
	.join2 .list .tit{
		padding: 25px 15px;
	}
}




.about_menu2 ul li{
	width: 25%;
}




.about{
	padding-top: 40px;
	padding-bottom: 110px;
}
.about .textbox{
	width: 50%;
	float: left;
	padding: 0 45px;
	padding-top: 45px;
	box-sizing: border-box;
}
.about .textbox .text{
	color: #333;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 80px;
}
.about .textbox .itembox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.about .textbox .itembox .item{
	text-align: center;
	width: 33.3%;
}
.about .textbox .item .value{
	color: #221815;
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.about .textbox .item span{
	font-size: 68px;
	font-weight: bold;
}
.about .textbox .item sup{
	font-size: 18px;
	padding-top: 10px;
	padding-left: 15px
}
.about .textbox .item p{
	color: #666;
	font-size: 16px;
}
.about .img{
	width: 36%;
	height: 535px;
	float: right;
} 




@media(max-width:1400px){
	.about{
		padding-bottom: 90px;
	}
	.about .textbox{
		padding: 0 20px;
		padding-top: 30px;
	}
	.about .textbox .text{
		line-height: 34px;
		margin-bottom: 65px;
	}
	.about .textbox .item span{
		font-size: 60px;
	}
	.about .textbox .item sup{
		padding-left: 10px
	}
	.about .img{
		height: 500px;
	} 
}
@media(max-width:1300px){
	.about .textbox{
		padding: 0;
	}
	.about .textbox .item span{
		font-size: 50px;
	}
	.about .img{
		height: 450px;
	} 
}
@media(max-width:1200px){
	.about{
		padding-bottom: 70px;
	}
	.about .textbox .text{
		margin-bottom: 50px;
	}
	.about .textbox .item span{
		font-size: 40px;
	}
	.about .textbox .item sup{
		padding-top: 5px;
	}
	.about .img{
		height: 400px;
	} 
}
@media(max-width:991px){
	.about{
		padding-bottom: 50px;
	}
	.about .textbox .text{
		margin-bottom: 40px;
	}
	.about .textbox .item span{
		font-size: 30px;
	}
	.about .textbox .item sup{
		font-size: 16px;
		padding-top: 0;
		padding-left: 5px;
	}
	.about .img{
		height: 350px;
	} 
}
@media(max-width:768px){
	.about_menu2 ul li{
		width: 33.3%;
	}
	.about{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.about .textbox{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.about .textbox .text{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.about .textbox{
		justify-content: space-between;
	}
	.about .textbox .item span{
		font-size: 28px;
	}
	.about .textbox .item sup{
		font-size: 14px;
		padding-top: 0;
		padding-left: 5px;
	}
	.about .textbox .item p{
		font-size: 14px;
	}
	.about .img{
		width: 100%;
		float: none;
		max-width: 480px;
		height: 300px;
	}
}
@media(max-width:480px){
	.about .img{
		height: 240px;
	}
	.about .textbox .itembox .item{
		width: 33%;
	}
}




.home{
	max-width: 1920px;
	padding-top: 160px;
	padding-bottom: 140px;
	margin: 0 auto;
	background-color: #f5f5f5;
}
.home .textbox{
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.home .textbox .picbox{
	width: 50%;
	height: 720px;
	position: relative;
}
.home .textbox .picbox .img{
	width: 1010px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: -210px;
}
.home .textbox .picbox .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home .textbox .text{
	padding-left: 130px;
	padding-right: 30px;
	box-sizing: border-box;
}
.home .textbox .text .pub_tit{
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 90px;
	position: relative;
}
.home .textbox .text .pub_tit i{
	display: block;
	margin-bottom: 10px;
}
.home .textbox .text .pub_tit::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 1px;
	background-color: #585858;
}
.home .textbox .text  .txt{
	color: #333;
	font-size: 16px;
	line-height: 36px;
}




@media(max-width:1500px){
	.home{
		padding: 140px 0;
	}
	.home .textbox .text{
		padding-left: 120px;
	}
	.home .textbox .text .pub_tit{
		padding-bottom: 20px;
		margin-bottom: 70px;
	}
	.home .textbox .text .pub_tit i{
		margin-bottom: 0;
	}
}
@media(max-width:1400px){
	.home{
		padding: 120px 0;
	}
	.home .textbox .picbox{
		height: 600px;
	}
	.home .textbox .picbox .img{
		width: 100%;
		position: static;
	}
	.home .textbox .text{
		padding-left: 100px;
	}
	.home .textbox .text  .txt{
		line-height: 32px;
	}
}
@media(max-width:1300px){
	.home{
		padding: 90px 0;
	}
	.home .textbox .picbox{
		height: 500px;
	}
}
@media(max-width:1200px){
	.home{
		padding: 70px 0;
	}
	.home .textbox .picbox{
		height: 450px;
	}
	.home .textbox .text .pub_tit{
		margin-bottom: 50px;
	}
	.home .textbox .text{
		padding-left: 70px;
	}
}
@media(max-width:991px){
	.home{
		padding: 50px 0;
	}
	.home .textbox .text{
		padding: 0 30px;
	}
	.home .textbox .text .pub_tit{
		margin-bottom: 40px;
	}
}
@media(max-width:768px){
	.home{
		padding: 40px 0;
	}
	.home .textbox{
		align-items: unset;
		flex-direction: column;
	}
	.home .textbox .picbox{
		width: 100%;
		height: 350px;
		margin-bottom: 30px;
	}
	.home .textbox .text .pub_tit{
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.home .textbox .text .pub_tit::after{
		width: 50px;
	}
	.home .textbox .text{
		padding: 0 15px;
	}
	.home .textbox .text .txt{
		font-size: 14px;
		line-height: 24px;
	}
}
@media(max-width:580px){
	.home .textbox .picbox{
		height: 300px;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
@media(max-width:480px){
	.home .textbox .picbox{
		height: 240px;
	}
	.home .textbox .text{
		padding: 0 15px;
	}
}




.brand{
	max-width: 1920px;
	padding: 90px 0;
	margin:  0 auto;
}
.brand .pub_tit{
	margin-bottom: 60px;
}
.brandbox{
	width: 100%;
	height: 760px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/brandbg.jpg);
}
.brandbox .listbox{
	max-width: 1500px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brandbox .listbox .list{
	width: 33%;
	height: 120px;
	padding: 25px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	background-color: rgba(255, 255, 255, 0.9);
}
.brandbox .listbox .list:hover{
	background-color: #142868;
}
.brandbox .list i{
	width: 60px;
	height: 60px;
	margin-right: 30px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.brandbox .list:nth-child(1) i{
	background-image: url(../images/brand_icon1.png);
}
.brandbox .list:nth-child(2) i{
	background-image: url(../images/brand_icon2.png);
}
.brandbox .list:nth-child(3) i{
	background-image: url(../images/brand_icon3.png);
}
.brandbox .list:nth-child(1):hover i{
	background-image: url(../images/brand_icon11.png);
}
.brandbox .list:nth-child(2):hover i{
	background-image: url(../images/brand_icon22.png);
}
.brandbox  .list:nth-child(3):hover i{
	background-image: url(../images/brand_icon33.png);
}
.brandbox .list .tit{
	max-width: 230px;
}
.brandbox .list .tit h4{
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}
.brandbox .list .tit  p{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.brandbox .list:hover .tit h4,
.brandbox .list:hover .tit p{
	color: #fff;
}




@media(max-width:1500px){
	.brandbox .listbox{
		padding: 0 15px;
		box-sizing: border-box;
	}
}
@media(max-width:1400px){
	.brandbox{
		height: 660px;
	}
	.brandbox .listbox{
		bottom: 80px;
	}
}
@media(max-width:1300px){
	.brand{
		padding: 70px 0;
	}
	.brand .pub_tit{
		margin-bottom: 50px;
	}
	.brandbox{
		height: 600px;
	}
	.brandbox .listbox{
		bottom: 60px;
	}
	.brandbox .listbox .list{
		height: 100px;
	}
	.brandbox .listbox .list i{
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}
	.brandbox .list .tit h4{
		margin-bottom: 5px;
	}
}
@media(max-width:1200px){
	.brandbox{
		height: 500px;
	}
}
@media(max-width:991px){
	.brand{
		padding: 50px 0;
	}
	.brand .pub_tit{
		margin-bottom: 40px;
	}
	.brandbox{
		height: 400px;
	}
	.brandbox .listbox {
		bottom: 30px;
	}
	.brandbox .listbox .list i{
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}
	.brandbox .list .tit h4{
		font-size: 16px;
	}
	.brandbox .list .tit p{
		font-size: 14px;
		line-height: 24px;
	}
}
@media(max-width:768px){
	.brand{
		padding: 40px 0;
	}
	.brand .pub_tit{
		margin-bottom: 30px;
	}
	.brandbox{
		height: auto;
		padding: 30px 0;
	}
	.brandbox .listbox{
		position: static;
	}
	.brandbox .listbox .list{
		width: 100%;
		height: auto;
		padding: 20px 0;
		margin-bottom: 30px;
	}
	.brandbox .listbox .list:last-child{
		margin-bottom: 0;
	}
	.brandbox .listbox .list i{
		width: 35px;
		height: 35px;
		margin-right: 15px;
	}
}




.honor{
	padding-top: 50px;
	padding-bottom: 120px;
}
.honor .pub_tit{
	margin-bottom: 50px;
}
.honor_slide .swiper-wrapper{
	margin-bottom: 90px;
}
.honor_slide .swiper-slide{
	height: 460px;
	padding: 0 50px;
	padding-top: 40px;
	box-sizing: border-box;
	background-color: #efefef;
}
.honor_slide .img{
	height: 345px;
}
.honor_slide p{
	color: #333;
	font-size: 16px;
	text-align: center;
	height: 70px;
	line-height: 70px;
}
.honor_slide .swiper-scrollbar-drag{
	background-color: #142868;
}




@media (max-width: 1400px) {
	.honor{
		padding-bottom: 100px;
	}
}
@media (max-width: 1300px) {
	.honor{
		padding-bottom: 80px;
	}
	.honor_slide .swiper-wrapper{
		margin-bottom: 70px;
	}
	.honor_slide .img{
		height: 285px;
	}
	.honor_slide .swiper-slide{
		height: 400px;
	}
}
@media (max-width: 1200px) {
	.honor{
		padding-bottom: 60px;
	}
	.honor_slide .swiper-wrapper{
		margin-bottom: 60px;
	}
	.honor_slide .img{
		height: 250px;
	}
	.honor_slide .swiper-slide{
		height: 375px;
		padding: 0;
		padding-top: 30px;
	}
}
@media (max-width: 991px){
	.honor .pub_tit{
		margin-bottom: 40px;
	}
	.honor_slide .img{
		height: 175px;
	}
	.honor_slide .swiper-slide{
		height: 275px;
	}
}
@media (max-width: 991px){
	.honor{
		padding-top: 0;
		padding-bottom: 40px;
	}
	.honor .pub_tit{
		margin-bottom: 30px;
	}
	.honor_slide .img{
		height: 175px;
	}
	.honor_slide .swiper-wrapper{
		margin-bottom: 45px;
	}
	.honor_slide .swiper-slide{
		height: 265px;
	}
	.honor_slide p{
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width: 768px){
	.honor .tit{
		padding-bottom: 40px
	}
	.honor .tit h2{
		font-size: 24px;
	}
	.honor .tit p{
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 25px;
	}
}	




.craft{
	max-width: 1920px;
	margin: 0 auto;
	margin-bottom: 120px;
	overflow: hidden;
	background-color: #efefef;
}
.craft .text{
	width: 50%;
	float: left;
	padding-top: 190px;
	box-sizing: border-box;
}
.craft .text .tit{
	color: #333;
	font-family: 'cnfz';
	margin-bottom: 50px;
}
.craft .text .tit i{
	font-size: 50px;
	display: block;
}
.craft .text .tit h2{
	font-size: 30px;
}
.craft .text .txt{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 65px;
}
.craft .text .more{
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	width: 155px;
	height: 35px;
	display: block;
	transition: all .5s;
	position: relative;
	border-bottom: 1px solid #333;
}
.craft .text .more:hover{
	color: #142868;
}
.craft .text .more::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	transition: all .8s;
	background-color: #142868;
}
.craft .text .more:hover::after{
	width: 100%;
}
.craft .picbox{
	width: 50%;
	height: 730px;
	float: right;
	position: relative;
}
.craft .picbox .img{
	width: 960px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.craft .picbox .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}




@media(max-width:1400px){
	.craft .text{
		padding-top: 150px;
	}
	.craft .text .tit i{
		font-size: 40px;
	}
	.craft .text .tit h2{
		font-size: 26px;
	}
	.craft .text .more{
		width: 140px;
	}
	.craft .picbox{
		height: 630px;
	}
}
@media(max-width:1300px){
	.craft{
		margin-bottom: 80px;
	}
	.craft .text{
		padding-top: 100px;
	}
	.craft .text .tit{
		margin-bottom: 40px;
	}
	.craft .text .tit i{
		font-size: 30px;
	}
	.craft .text .tit h2{
		font-size: 22px;
	}
	.craft .picbox{
		height: 530px;
	}
}
@media(max-width:1200px){
	.craft .picbox{
		height: 430px;
	}
	.craft .text{
		padding-top: 50px;
	}
	.craft .text .txt{
		line-height: 32px;
	}
}
@media(max-width:991px){
	.craft{
		margin-bottom: 60px;
	}
	.craft .text .tit i{
		font-size: 28px;
	}
	.craft .text .txt{
		margin-bottom: 40px;
	}
	.craft .picbox{
		height: 400px;
	}
}
@media(max-width:768px){
	.craft{
		margin-bottom: 40px;
	}
	.craft .text{
		width: 100%;
		float: none;
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.craft .text .tit{
		margin-bottom: 20px;
	}
	.craft .text .tit i{
		font-size: 20px;
	}
	.craft .text .tit h2{
		font-size: 16px;
	}
	.craft .text .txt{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.craft .text .more{
		font-size: 14px;
		width: 100px;
	}
	.craft .picbox{
		width: 100%;
		height: 320px;
		float: none;
	}
	.craft .picbox .img{
		width: 100%;
		position: static;
	}
}
@media(max-width:480px){
	.craft .picbox{
		height: 240px;
	}
}




.monopoly{
	padding-top: 40px;
	padding-bottom: 55px;
}
.monopoly .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.monopoly .list{
	font-size: 0;
	width: 48%;
	margin-bottom: 55px;
	position: relative;
}
.monopoly .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.monopoly .list .img{
	width: 100%;
	height: 490px;
}
.monopoly .list h4{
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding: 0  40px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
}
.monopoly .page{
	padding: 55px 0;
}




@media(max-width:1400px){
	.monopoly .list{
		margin-bottom: 60px;
	}
	.monopoly .list .img{
		height: 430px;
	}
	.monopoly .list h4{
		line-height: 60px;
		height: 60px;
		padding: 0 30px;
	}
	.monopoly .page{
		padding: 30px 0;
	}
}
@media(max-width:1300px){
	.monopoly .list .img{
		height: 370px;
	}
}
@media(max-width:1200px){
	.monopoly{
		padding: 40px 0; 
	}
	.monopoly .list{
		margin-bottom: 40px;
	}
	.monopoly .list .img{
		height: 310px;
	}
	.monopoly .list h4{
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
}
@media(max-width:991px){
	.monopoly .page{
		padding: 10px 0;
	}
	.monopoly .list .img{
		height: 280px;
	}
}
@media(max-width:768px){
	.monopoly{
		padding-top: 25px;
		padding-bottom: 40px;
	}
	.monopoly .list{
		width: 48%;
		margin-bottom: 40px;
	}
	.monopoly .list .img{
		height: 250px;
	}
	.monopoly .list h4{
		font-size: 14px;
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
	}
}
@media(max-width:480px){
	.monopoly .list{
		width: 100%;
		margin-bottom: 30px;
	}
	.monopoly .list:last-child{
		margin-bottom: 0;
	}
	.monopoly .list .img{
		height: 220px;
	}
	.monopoly .page{
		padding-top: 40px;
		padding-bottom: 0;
	}
}




.design{
	max-width: 1920px;
	padding-top: 70px;
	margin: 0 auto;
	overflow: hidden;
}
.design .list:nth-child(1){
	background-color: #fff;
}
.design .list:nth-child(2){
	background-color: #222;
}
.design .list .textbox{
	max-width: 1500px;
	margin: 0 auto;
}
.design .list .text{
	width: 50%;
	float: left;
	padding-top: 120px;
	box-sizing: border-box;
}
.design .list:nth-child(2) .text{
	float: right;
	padding-top: 100px;
	padding-left: 150px;
	box-sizing: border-box;
}
.design .list .text .pub_tit{
	text-align: left;
	margin-bottom: 35px;
}
.design .list:nth-child(2) .text .pub_tit{
	color: #fff;
}
.design .list .text .txt{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	max-width: 600px;
}
.design .list:nth-child(2) .text .txt{
	color: #fff;
}
.design .list .picbox{
	width: 50%;
	float: right;
	height: 720px;
	position: relative;
}
.design .list:nth-child(2)  .picbox{
	float: left;
	height: 800px;
}
.design .list .picbox .img{
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
}
.design .list:nth-child(2)  .picbox .img{
	left: -210px;
}




@media(max-width:1500px){
	.design .list:nth-child(1) .text{
		padding-left: 15px;
	}
	.design .list:nth-child(2) .text{
		padding-right: 15px;
	}
}
@media(max-width:1400px){
	.design{
		padding-top: 50px;
	}
	.design .list:nth-child(2) .text{
		padding-left: 100px;
	}
	.design .list .text .txt{
		font-size: 14px;
		line-height: 30px;
	}
	.design .list .picbox{
		height: 600px;
	}
	.design .list:nth-child(2) .picbox{
		height: 600px;
	}
	.design .list .picbox .img{
		width: 100%;
		position: static;
	}
}
@media(max-width:1300px){
	.design .list .text{
		padding: 0 20px;
		padding-top: 50px;
	}
	.design .list:nth-child(2) .text{
		padding: 0 20px;
		padding-top: 50px;
	}
	.design .list .picbox{
		height: 550px;
	}
	.design .list:nth-child(2) .picbox{
		height: 550px;
	}
}
@media(max-width:991px){
	.design{
		padding-top: 40px;
	}
	.design .list .text .pub_tit{
		margin-bottom: 20px;
	}
	.design .list .text .txt{
		line-height: 24px;
	}
	.design .list .picbox{
		height: 500px;
	}
	.design .list:nth-child(2) .picbox{
		height: 500px;
	}
}
@media(max-width:768px){
	.design{
		padding-top: 20px;
	}
	.design .list{
		margin-bottom: 30px;
	}
	.design .list:last-child{
		margin-bottom: 0;
	}
	.design .list .text{
		width: 100%;
		float: none;
		padding-top: 0;
		margin-bottom: 30px;
	}
	.design .list:nth-child(2) .text{
		padding-top: 30px;
	}
	.design .list .text .txt{
		max-width: 100%;
	}
	.design .list .picbox{
		width: 100%;
		float: none;
	}
	.design .list .picbox{
		height: 350px;
	}
	.design .list:nth-child(2) .picbox{
		height: 350px;
	}
}
@media(max-width:580px){
	.design .list .picbox{
		height: 300px;
	}
	.design .list:nth-child(2) .picbox{
		height: 300px;
	}
}
@media(max-width:480px){
	.design .list .picbox{
		height: 260px;
	}
	.design .list:nth-child(2) .picbox{
		height: 250px;
	}
}




.technology{
	padding-top: 145px;
	padding-bottom: 200px;
	background-color: #f3f3f3;
}
.technology ul{
	text-align: center;
	margin-bottom: 85px;
	border-bottom: 1px solid #222;
}
.technology ul li{
	color: #333;
	font-size: 20px;
	line-height: 80px;
	height: 80px;
	padding: 0 20px;
	margin-right: 180px;
	display: inline-block;
	position: relative;
}
.technology ul li:last-child{
	margin-right: 0;
}
.technology ul li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	transition: all .5s;
	background-color: #222;
}
.technology ul li.on::after,
.technology ul li:hover::after
{
	width: 100%;
}
.technology .list{
	display: none;
}
.technology .list.on{
	display: block;
}
.technology .list .text{
	color: #333;
	font-size: 18px;
	line-height: 40px;
}




@media(max-width:1500px){
	.technology{
		padding-bottom: 160px;
	}
}
@media(max-width:1400px){
	.technology{
		padding: 120px 0;
	}
}
@media(max-width:1300px){
	.technology{
		padding: 90px 0;
	}
}
@media(max-width:1200px){
	.technology{
		padding: 70px 0;
	}
	.technology ul{
		margin-bottom: 65px;
	}
	.technology ul li{
		font-size: 18px;
		line-height: 60px;
		height: 60px;
		margin-right: 130px;
	}
	.technology ul li::after{
		height: 2px;
	}
}
@media(max-width:991px){
	.technology{
		padding: 50px 0;
	}
	.technology ul{
		margin-bottom: 40px;
	}
	.technology ul li{
		margin-right: 80px;
	}
	.technology .list .text{
		font-size: 16px;
		line-height: 30px;
	}
}
@media(max-width:768px){
	.technology{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.technology ul{
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.technology ul li{
		font-size: 14px;
		line-height: 50px;
		width: 30%;
		height: 50px;
		margin-right: 3.3%;
	}
	.technology ul li:last-child{
		margin-right: 0;
	}
	.technology .list .text{
		font-size: 14px;
		line-height: 24px;
	}
}




.horse{
	padding: 145px 0 60px 0;
}
.horse .titbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.horse .titbox .pub_tit{
	text-align: left;
}
.horse .titbox .name{
	padding-top: 20px;
	text-align: right;
}
.horse .titbox .name h4{
	color: #333;
	font-size: 30px;
	font-family: 'cnfz';
	margin-bottom: 7px;
}
.horse .titbox .name p{
	color: #888;
	font-size: 16px;
}
.horse .textbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.horse .textbox .text{
	color: #333;
	font-size: 16px;
	line-height: 34px;
	width: 55%;
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.horse .textbox .text .txt1{
	padding-right: 45px;
	box-sizing: border-box;
}
.horse .textbox .text .txt2{
	padding-left: 70px;
	border-left: 1px solid #dcdcdc;
}
.horse .textbox .img{
	width: 28.66%;
	height: 510px;
	overflow: hidden;
	border-radius: 0 55px 0 55px;
}




@media(max-width:1400px){
	.horse{
		padding: 100px 0 60px 0;
	}
}
@media(max-width:1300px){
	.horse{
		padding: 70px 0 60px 0;
	}
	.horse .titbox{
		margin-bottom: 50px;
	}
	.horse .titbox .name h4{
		font-size: 26px;
		margin-bottom: 5px;
	}
	.horse .textbox .text{
		font-size: 15px;
		line-height: 30px;
	}
	.horse .textbox .text .txt1{
		padding-right: 30px;
	}
	.horse .textbox .text .txt2{
		padding-left: 50px;
	}
	.horse .textbox .img{
		height: 430px;
	}
}
@media(max-width:1200px){
	.horse .textbox .text .txt2{
		padding-left: 30px;
	}
	.horse .textbox .img{
		height: 395px;
	}
}
@media(max-width:991px){
	.horse{
		padding: 50px 0 0 0;
	}
	.horse .titbox{
		margin-bottom: 30px;
	}
	.horse .titbox .pub_tit{
		text-align: center;
		width: 100%;
	}
	.horse .titbox .name{
		display: none;
	}
	.horse .textbox .text{
		width: 100%;
		float: none;
		order: 2;
	}
	.horse .textbox .img{
		height: 325px;
		order: 1;
		margin: 0 auto 30px auto;
	}
}
@media(max-width:768px){
	.horse{
		padding: 40px 0 0 0;
	}
	.horse .textbox{
		flex-direction: column;
	}
	.horse .textbox .text{
	    font-size: 14px;
		line-height: 26px;
	}
	.horse .textbox .text .txt1{
		padding-right: 20px;
	}
	.horse .textbox .text .txt2{
		padding-left: 20px;
	}
	.horse .textbox .img{
		width: 100%;
		max-width: 210px;
		height: 250px;
	}
}
@media(max-width:640px){
	.horse .textbox .text{
		grid-template-columns: 1fr 1fr;
	}
	.horse .textbox .img{
		width: 100%;
		max-width: 170px;
		height: 200px;
	}
}