@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);}


/* 公共样式集 */
@font-face {
	font-family: bbk;
	src: url(../fonts/BODONI\ BK\ BT\ BOOK.TTF);
}

.inc_banner{
	font-size: 0;
}
.inc_banner img{
	width: 100%;
}


.pub_tit{
	color: #333;
	padding-bottom: 30px;
	position: relative;
}
.pub_tit::after{
	content: '';
	position: absolute;
	width: 76px;
	height: 3px;
	left: 50%;
	margin-left: -38px;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/tit_icon.jpg);
}
.pub_tit i{
	font-size: 48px;
	text-transform: uppercase;
	font-family: 'bbk';
	display: block;
}
.pub_tit h2{
	font-size: 36px;
	text-align: center;
}


@media(max-width:1400px){
	.pub_tit i{
		font-size: 40px;
	}
	.pub_tit h2{
		font-size: 32px;
	}
}
@media(max-width:1300px){
	.pub_tit i{
		font-size: 32px;
	}
	.pub_tit h2{
		font-size: 28px;
	}
}
@media(max-width:1200px){
	.pub_tit{
		padding-bottom: 25px;
	}
	.pub_tit h2{
		font-size: 24px;
	}
}
@media(max-width:991px){
	.pub_tit::after{
		width: 60px;
		margin-left: -30px;
	}
	.pub_tit i{
		font-size: 24px;
	}
	.pub_tit h2{
		font-size: 20px;
	}
}
@media(max-width:768px){
	.pub_tit{
		padding-bottom: 20px;
	}
	.pub_tit::after{
		width: 50px;
	}
	.pub_tit i{
		font-size: 20px;
		margin-bottom: 2px;
	}
	.pub_tit h2{
		font-size: 18px;
	}
}


.page {
	text-align: center;
	padding:40px 0;
}
.page .pagination {
	display: inline-block;
}
.page .pagination li{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	margin:0 5px;
	border: 1px solid #eee;
}
.page .pagination li span,
.page .pagination li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:0 3px;
}
.page .pagination li.active,
.page .pagination li:hover {
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
}
.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: 120px;
}
.header{
	width: 100%;
    height: 120px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}
.header h1{
	width: 210px;
	height: 90px;
	margin-top: 15px;
	display: inline-block;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo.png);
}
.header h1 a{
	width: 100%;
	height: 100%;
	display: inline-block;
	text-indent: -9999px;
}
.header .nav{
	display: block;
	margin-top: 40px;
}
.header .left_nav{
	float: left;
}
.header .left_nav li:first-child{
	margin-left: 0;
}
.header .left_nav li:first-child a{
	padding-left: 0;
}
.header .right_nav{
	float: right;
}
.header .right_nav li:last-child{
	margin-right: 0;
}
.header .right_nav li:last-child a{
	padding-right: 0;
}
.header .nav li{
	color: #333;
	font-size: 16px;
	line-height: 80px;
	height: 80px;
	margin: 0 5px;
	display: inline-block;
    transition: all .3s;
}
.header .nav li.on,
.header .nav li:hover{
    color: #00813e;
}
.header .nav li a{
	width: 100%;
	height: 100%;
	padding: 0 45px;
	box-sizing: border-box;
	display: inline-block;
}
.header .agropbox{
	max-width: 1500px;
	margin: 0 auto;;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header .agropbox .agrop{
	float: right;
	margin-top: 15px;
}
.header .agrop a{
	color: #999;
	font-size: 16px;
    display: block;
    float: left;
	margin-right: 30px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.header .agrop a:last-child{
	margin-right: 0;
}
.header .agrop a:hover{
	cursor: pointer;
}
.header .agrop  .search{
	width: 16px;
	height: 16px;
    background-image: url(../images/search_icon.png);
}
.header .agrop  .ivideo{
	width: 20px;
	height: 15px;
    background-image: url(../images/video_icon.png);
}
.header .form_box{
	width:100%;
	position: absolute;
	left:0;
	bottom: -108px;
	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/search.png);
	position: absolute;
	right:0;
	top:0;
}


@media(max-width:1500px){
	.header .agropbox{
		padding: 0 15px;
	}
	.header .nav li a{
		padding: 0 35px;
	}
}
@media(max-width:1400px){
	.pillar{
		height: 100px;
	}
	.header{
		height: 100px;
	}
	.header h1{
		width: 190px;
		height: 70px;
		margin-top: 20px;
	}
	.header .nav{
		margin-top: 30px;
	}
	.header .nav li{
		height: 70px;
		line-height: 70px;
	}
}
@media(max-width:1300px){
	.header .nav li a{
		padding: 0 26px;
	}
}
@media(max-width:1200px){
	.pillar{
		height: 80px;
	}
	.header{
		height: 80px;
	}
	.header h1{
		width: 160px;
		height: 60px;
		margin-top: 10px;
	}
	.header .nav{
		margin-top: 20px;
	}
	.header .nav li{
		font-size: 14px;
		height: 60px;
		line-height: 60px;
	}
	.header .nav li a{
		padding: 0 20px;
	}
	.header .agropbox .agrop{
		float: right;
		margin-top: 5px;
	}
}
@media(max-width:991px){
	.pillar{
		height: 80px;
	}
	.header{
		display: none;
	}
}




.topnav2{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 300;
}
.topnav2 .list{
	display: none;
}
.topnav2 .list.on{
	display: block;
}
.topnav2 .list ul{
	text-align: center;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.topnav2 .list ul li{
	color: #999;
	font-size: 16px;
	line-height: 100px;
	height: 100px;
	margin-right: 160px;
	transition: all .5s;
	display: inline-block;
}
.topnav2 .list ul li:last-child{
	margin-right: 0;
}
.topnav2 .list ul li.on,
.topnav2 .list ul li:hover
{
	color: #333;
}
.topnav2 .list ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}


@media(max-width:1500px){
	.topnav2{
		top: 100px;
	}
}
@media(max-width:1200px){
	.topnav2{
		top: 80px;
	}
	.topnav2 .list ul{
		height: 80px;
	}
	.topnav2 .list ul li{
		font-size: 14px;
		line-height: 80px;
		height: 80px;
		margin-right: 80px;
	}
}
@media(max-width:991px){
	.topnav2{
		display: none;
	}
}




@media (max-width:1200px){
	.header .form_box{
		bottom: -85px;
	}
	.header .form_box form{
		margin:20px 0;
	}
	.header .form_box form input.text{
		height:40px;
		line-height:40px;
	}
	.header .form_box form input.submit{
		width:40px;
		height:40px;
	}
}




.mb_header{
	width: 100%;
	height: 80px;
	text-align: center;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	background-color: #fff;
}
.mb_header h1{
	width: 180px;
	height: 60px;
	margin-top: 10px;
	display: inline-block;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo.png);
}
.mb_header h1 a{
	width: 100%;
	height: 100%;
	display: inline-block;
	text-indent: -9999px;
}
.mb_header span{
	width: 34px;
	height: 34px;
	display: block;
	margin-top: 23px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.mb_header .search{
	float: left;
	background-image: url(../images/mb_search.png);
}
.mb_header .switch{
	color: #999;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
	height: 34px;
	display: block;
	float: right;
	padding-right: 15px;
	margin-top: 23px;
	margin-right: 15px;
	position: relative;
}
.mb_header .switch::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 25px;
	background-color: #000;
}
.mb_header .menu{
	float: right;
	background-image: url(../images/mb_menu.png);
}
.mb_header .form_box{
	width:100%;
	position: absolute;
	left:0;
	bottom: -75px;
	text-align: center;
	background:rgba(0,0,0,.4);
	display:none;
	z-index: 122;
}
.mb_header .form_box form{
	display:inline-block;
	position: relative;
	margin:15px 0;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	width:90%;
	max-width:650px;
}
.mb_header .form_box form input.text{
	width:650px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	background:none;
	font-size:15px;
	color:#666;
	background:#fff;
	padding-left:15px;
	box-sizing: border-box;
}
.mb_header .form_box form input.submit{
	width:40px;
	height:40px;
	background: none;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search.png);
	position: absolute;
	right:0;
	top:0;
}



@media(max-width:991px){
	.mb_header{
		display: block;
	}
}
@media(max-width:768px){
	.pillar{
		height: 70px;
	}
	.mb_header{
		height: 70px;
	}
	.mb_header h1{
		width: 160px;
		height: 50px;
		margin-top: 10px;
	}
	.mb_header span{
		width: 30px;
		height: 30px;
		margin-top: 20px;
	}	
	.mb_header .switch{
		line-height: 30px;
		height: 30px;
		margin-top: 20px;
	}
}
@media(max-width:480px){
	.pillar{
		height: 60px;
	}
	.mb_header{
		height: 60px;
	}
	.mb_header h1{
		width: 150px;
		height: 45px;
		margin-top: 7px;
	}
	.mb_header .switch{
		font-size: 20px;
		line-height: 25px;
		height: 25px;
		padding-right: 10px;
		margin-right: 10px;
		margin-top: 18px;
	}
	.mb_header .switch::after{
		height: 20px;
	}
	.mb_header span{
		width: 25px;
		height: 25px;
		margin-top: 18px;
	}
	.mb_header .form_box{
		bottom: -60px;
	}
	.mb_header .form_box form{
		margin:12px 0;
	}
	.mb_header .form_box form input.text{
		font-size: 14px;
		height:35px;
		line-height:35px;
	}
	.mb_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: 30px;
	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: 160px;
}
.footer .text_box .right .item3 .qr .vx,
.footer .text_box .right .item3 .qr .vb,
.footer .text_box .right .item3 .qr .dy
{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.footer .text_box .right .item3 .qr .img:last-child{
	margin-right: 0;
}
.footer .text_box .right .item3 .qr .img:hover{
	cursor: pointer;
}
.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: 50%;
	margin-left: -50px;
	display: none;
}
.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
	{
		margin-bottom: 30px;
	}
	.footer .text_box .right .item2{
		margin-bottom: 0;
	}
	.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 .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;
    }
}




.index_group .item_box{
	margin-bottom: 80px;
}

.index_group .item_box .item{
	background-color: #f9f9f9;
	padding: 60px 60px 50px 52px;
	cursor: pointer;
}

.index_group .item_box .item .text{
	width: 266px;
}

.index_group .item_box .item .text h3{
	font-size: 24px;
	color: #000;
	padding-bottom: 22px;
}

.index_group .item_box .item .text p{
	font-size: 14px;
	color: #666;
}

.index_group .item_box .item .text p::after{
	content: '';
	display: inline-block;
	background-image: url(../images/multiple_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	width: 5px;
	height: 7px;
	padding-left: 10px;
	margin-bottom: 2px;
}

.index_group .item_box .item .pic{
	width: 70px;
	height: 70px;
	transition:  all ease-in-out .5s; 
}

.index_group .item_box .item:hover .pic{
	transform: translateY(-10px);
}

@media (max-width:1400px){
	.index_group .item_box .item{
		padding: 50px 28px 40px 24px;
	}
}

@media (max-width:1200px){
	.index_group .item_box .item{
		padding: 30px 10px 30px 12px;
	}
	.index_group .item_box .item .text h3 {
	    font-size: 20px;
	}
	.index_group .item_box .item .text {
	    width: 224px;
	}
}

@media (max-width:991px){
	.index_group .item_box .item{
		padding: 30px 20px 30px 22px;
	}
	.index_group .item_box .item{
		margin: 20px auto;
	}
}

@media (max-width:480px){
	.index_group .item_box .item .text h3 {
		padding-bottom: 10px;
	}
	.index_group .item_box .item {
		width: 100%;
	    padding: 30px 15px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.index_group .item_box .item:last-child{
		margin-bottom: 0;
	}
	.index_group .item_box .item .text {
	    width: 205px;
	}
	.index_group .item_box .item .pic {
	    width: 50px;
		height: 50px;
	}
	.index_group .item_box {
	    margin-bottom: 40px;
	}
}

@media (max-width:375px){
	.index_group .item_box .item .text {
	    width: 196px;
	}
	.index_group .item_box .item .text p {
	    font-size: 12px;
	}
	.index_group .item_box .item .pic {
	    width: 50px;
		height: 50px;
	}
}


.pub_menu{
	padding: 60px 0;
}
.pub_menu ul{
	font-size: 0;
	text-align: center;
	border-bottom: 2px solid #000;
}
.pub_menu li{
	color: #000;
	font-size: 20px;
	line-height: 100px;
	width: 25%;
	height: 100px;
	display: inline-block;
	transition: all .3s;
	position: relative;
}
.pub_menu li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.pub_menu li.on,
.pub_menu li:hover
{
	color: #008340;
}
.pub_menu li.on::after,
.pub_menu li:hover::after
{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	bottom: -24px;
	width: 1px;
	height: 48px;
	background-color: #00823f;
}


@media(max-width:1400px){
	.pub_menu{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.pub_menu li{
		font-size: 18px;
		line-height: 80px;
		height: 80px;
	}
	.pub_menu li.on::after,
	.pub_menu li:hover::after
	{
		bottom: -19px;
		height: 38px;
	}
}
@media(max-width:991px){
	.pub_menu li{
		font-size: 16px;
		line-height: 60px;
		height: 60px;
	}
	.pub_menu li.on::after,
	.pub_menu li:hover::after
	{
		bottom: -14px;
		height: 28px;
	}
}
@media(max-width:768px){
	.pub_menu{
		padding-top: 40px;
		padding-bottom: 0;
	}
	.pub_menu ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: none;
	}
	.pub_menu li{
		font-size: 14px;
		line-height: 40px;
		width: 48%;
		height: 40px;
		margin-bottom: 20px;
		border: 1px solid #000;
	}
	.pub_menu li.on,
	.pub_menu li:hover
	{
		border: 1px solid #008543;
	}
	.pub_menu li.on::after,
	.pub_menu li:hover::after
	{
		display: none;
	}
}
@media(max-width:480px){
	.pub_menu li{
		line-height: 35px;
		height: 35px;
		margin-bottom: 10px;
	}
}




/* 翻屏效果 */
.ipage{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 100;
	padding-top: 120px;
	box-sizing: border-box;
	background-color: #efefef;
}
.ipage .swiper-slide{
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
}
.ipage .item{
	width:100%;
	max-width:1500px;
	box-sizing: border-box;
	margin:0 auto;
	margin-top:10%;
}
.ipage .margin_none{
	margin-top:0;
}
.ipage .autoheight{
	height:auto;
	margin-top:0;
}

.ipage .page-pagination{
	position: absolute;
	right:auto;
	display:inline-block;
	z-index: 9999;
	padding-left:50px;
	width:10px;
}


@media (max-width:1600px){
	.ipage .item{
		padding-left: 15px;
		padding-right:15px;
	}
}
@media (max-width:1400px){
	.ipage{
		padding-top: 100px;
	}
}
@media (max-width:1200px){
	.ipage{
		padding-top: 80px;
	}
}
@media (max-width:768px){
	.ipage{
		padding-top: 70px;
	}
}
@media (max-width:480px){
	.ipage{
		padding-top: 60px;
	}
}




.ibanner{
	font-size: 0;
}
.ibanner{
	width:100%;
	height:100%;
}
.ibanner img{
	width: 100%;
	height: 100%;
}
.ibanner .swiper-pagination{
	bottom: 30px;
}
.ibanner .swiper-pagination-bullet{
	width: 40px;
	height: 5px;
	outline: none;
	opacity: 1;
	border-radius: 0;
	transition: all .3s;
	margin: 0 8px!important;
	background-color: #a4a4a4;
}
.ibanner .swiper-pagination-bullet-active{
	background-color: #008542;
}


@media(max-width:768px){
	.ibanner .swiper-pagination{
		bottom: 15px;
	}
	.ibanner .swiper-pagination-bullet{
		width: 32px;
		height: 4px;
		margin: 0 6px!important;
	}
}




.inc_banner {font-size:0;}
.inc_banner img {width:100%;}




.iabout .img{
	width: 37%;
	height: 650px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	float: left;
	margin-left: 110px;
	margin-right: 190px;
}
.iabout .text{
	width: 32%;
	float: left;
	padding-top: 40px;
}
.iabout .text .pub_tit{
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
.iabout .text .pub_tit h2{
	font-size: 30px;
	text-align: left;
}
.iabout .text .pub_tit::after{
	left: 0;
	margin-left: 0;
}
.iabout .text .txt{
	color: #333;
	font-size: 16px;
	line-height: 36px;
	padding-bottom: 70px;
}
.iabout .text .more{
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	font-family: bbk;
	width: 220px;
	height: 55px;
	display: block;
	border-radius: 5px;
	transition: all .5s;
	background-color: #008543;
}
.iabout .text .more:hover{
	background-color: #01a955;
}


@media(max-width:1400px){
	.iabout .img{
		height: 600px;
		margin-left: 80px;
		margin-right: 150px;
	}
	.iabout .text .pub_tit{
		margin-bottom: 50px;
	}
	.iabout .text .txt{
		padding-bottom: 60px;
	}
	.iabout .text .more{
		line-height: 50px;
		width: 200px;
		height: 50px;
	}
}
@media(max-width:1300px){
	.iabout .img{
		height: 500px;
		margin-left: 60px;
		margin-right: 100px;
	}
	.iabout .text{
		padding-top: 30px;
	}
	.iabout .text .pub_tit{
		margin-bottom: 40px;
	}
	.iabout .text .pub_tit h2{
		font-size: 26px;
	}
	.iabout .text .txt{
		line-height: 32px;
		padding-bottom: 50px;
	}
	.iabout .text .more{
		font-size: 16px;
		width: 180px;
	}
}
@media(max-width:1200px){
	.iabout .img{
		height: 450px;
		margin-left: 40px;
		margin-right: 70px;
	}
	.iabout .text{
		width: 50%;
	}
	.iabout .text .pub_tit h2{
		font-size: 24px;
	}
	.iabout .text .txt{
		padding-bottom: 40px;
	}
}
@media(max-width:991px){
	.iabout .img{
		height: 400px;
		margin-left: 30px;
		margin-right: 50px;
	}
	.iabout .text .pub_tit h2{
		font-size: 20px;
	}
}
@media(max-width:768px){
	.iabout .img{
		width: 100%;
		height: 300px;
		margin: 0;
	}
	.iabout .text{
		width: 100%;
	}
	.iabout .text .pub_tit{
		margin-bottom: 30px;
	}
	.iabout .text .pub_tit h2{
		font-size: 18px;
	}
	.iabout .text .txt{
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 30px;
	}
	.iabout .text .more{
		font-size: 14px;
		line-height: 40px;
		width: 150px;
		height: 40px;
	}
}
@media(max-width:640px){
	.iabout .img{
		width: 100%;
		height: 260px;
		margin-bottom: 30px;
	}
	.iabout .text{
		width: 100%;
	}
	.iabout .text .txt{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
}
@media(max-width:480px){
	.iabout .img{
		height: 240px;
	}
	.iabout .text{
		padding-top: 0;
	}
}




.icoursebg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icoursebg.jpg);
}
@media(max-width:1600px){
	.icourse_item.item{
		padding: 0;
	}
}
.icourse_item.item{
	width: 100%;
	max-width: 100%;
}
.icourse{
	width: 100%;
	height: 100%;
}
.icourse .icourse_slidebox{
	position: relative;
}
.icourse .icourse_slidebox::after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 210px;
	left: 0;
	background-color: #fff;
}
.icourse_slide{
	max-width: 1500px;
	padding-bottom: 200px;
	margin: 0 auto;
}
.icourse_slide .swiper-slide{
	height: 420px;
	position: relative;
}
.icourse_slide .swiper-slide .pic{
	height: 210px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	box-sizing: border-box;
}
.icourse_slide .swiper-slide:nth-child(2n) .pic{
	top: unset;
	bottom: 0;
	padding-top: 40px;
}
.icourse_slide .img{
	width: 160px;
	height: 160px;
	margin:  0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #000;
}
.icourse_slide .swiper-slide:hover .img{
	border: 4px solid #fff;
}
.icourse_slide .img img{
	width: 100%;
	height: 100%;
}
.icourse_slide .swiper-slide:nth-child(2n) .img{
	top: unset;
	bottom: 2px;
}
.icourse_slide .dot{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top:50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background-color: #fff;
}
.icourse_slide  .swiper-slide .text{
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 35px;
	box-sizing: border-box;
	height: 210px;
}
.icourse_slide .swiper-slide:nth-child(2n) .text{
	top: 0;
	bottom: 0;
}
.icourse_slide .text h4{
	font-size: 24px;
	margin-bottom: 10px;
}
.icourse_slide .text .txt{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	display: inline-block;
}
.icourse_slide .swiper-pagination{
	bottom: 0;
}
.icourse_slide .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	outline: none;
	opacity: 1;
	margin: 0 10px!important;
	background-color: #fff;
}
.icourse_slide .swiper-pagination-bullet-active{
	background-color: #018441;
}


@media(max-width:1400px){
	.icourse{
		padding-top: 80px;
		margin-bottom: 0;
	}
	.icourse{
		padding-bottom: 150px;
	}
	.icourse .swiper-slide{
		height: 400px;
	}
	.icourse .swiper-slide .pic{
		height: 200px;
	}
	.icourse_slide .swiper-slide .text{
		height: 200px;
	}
	.icourse .icourse_slidebox::after{
		top: 200px;
	}
	.icourse_slide .img{
		width: 140px;
		height: 140px;
	}
}
@media(max-width:1300px){
	.icourse{
		padding: 60px 0;
	}
	.icourse .pub_tit{
		margin-bottom: 70px;
	}
	.icourse_slide{
		padding-bottom: 100px;
	}
}
@media(max-width:991px){
	.icourse{
		padding: 50px 0;
	}
	.icourse .pub_tit{
		margin-bottom: 50px;
	}
	.icourse_slide .swiper-slide{
		height: 340px;
	}
	.icourse_slide .swiper-slide .pic{
		height: 170px;
	}
	.icourse_slide .img{
		width: 120px;
		height: 120px;
	}
	.icourse_slide .swiper-slide .text{
		height: 170px;
	}
	.icourse_slide .text h4{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.icourse .icourse_slidebox::after{
		top: 170px;
	}
}
@media(max-width:768px){
	.icourse{
		display: none;
	}
}



.mb_course{
	display: none;
}
.mb_course_slide{
	max-width: 480px;
	height: 100%;
	margin: 0 auto;
}
.mb_course_slide .swiper-slide{
	text-align: center;
	/* display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center; */
}
.mb_course_slide .img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 25px;
}
.mb_course_slide h4{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.mb_course_slide .txt{
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	padding: 0 15px;
	box-sizing: border-box;
	display: inline-block;
}
.mb_course_slide .swiper-button-prev,
.mb_course_slide .swiper-button-next
{
	width:35px;
	height: 35px;
	outline: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.mb_course_slide .swiper-button-prev{
	left: 70px;
	background-image: url(../images/mb_course_prev.png);
}
.mb_course_slide .swiper-button-next{
	right: 70px;
	background-image: url(../images/mb_course_next.png);
}
.mb_course_slide .swiper-button-prev::after,
.mb_course_slide .swiper-button-next::after
{
	display: none;
}




@media(max-width:768px){
	.mb_course{
		display: block;
	}
	.mb_course_slide{
		width: 100%;
		max-width: 100%;
	}
	.mb_course_slide .img{
		margin-bottom: 25px;
	}
	.mb_course_slide .swiper-button-prev,
	.mb_course_slide .swiper-button-next
	{
		width: 30px;
		height: 30px;
	}
	.mb_course_slide .swiper-button-prev{
		left: 20px;
	}
	.mb_course_slide .swiper-button-next{
		right: 20px;
	}
}




.ipro_item.item{
	width: 100%;
	height: 100%;
	max-width: none;
}
.ipro_slide{
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
}
.ipro_slide  .maxslide{
	width: 74%;
	height: 100%;
	flex:2 1.2 1580px;
}
.ipro_slide  .maxslide .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ipro_slide  .maxslide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ipro_slide .textbox{
	width: 26%;
	height: 100%;
	flex:0 0 500px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/iprobg.jpg);
}
.ipro_slide .textbox .textbox2{
	width: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ipro_slide .textbox h2{
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ipro_slide .aslide{
	width: 340px;
	height: 130px;
	margin-bottom: 60px;
}
.ipro_slide .textbox .aslide .swiper-slide{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.ipro_slide .textbox .aslide .swiper-slide:hover{
	cursor: pointer;
}
.ipro_slide .textbox .aslide h4{ 
	color: #666;
	font-size: 16px;
}
.ipro_slide .textbox .aslide .swiper-slide-thumb-active h4{
	color: #000;
}
.ipro_slide .textbox .picbox{
	max-width: 340px;
	height: 205px;
	overflow: hidden;
	margin-bottom: 50px;
}
.ipro_slide .textbox .picbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ipro_slide .textbox .number{
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}
.ipro_slide .textbox .name{
	color: #fff;
	font-size: 36px;
	margin-bottom: 30px;
}
.ipro_slide .textbox .btngrop{
	width: 55px;
	display: flex;
	justify-content: space-between;
}
.ipro_slide .textbox .btngrop div{
	width: 12px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
}
.ipro_slide .textbox .btngrop div:hover{
	cursor: pointer;
}
.ipro_slide .textbox .btngrop .prev{
	background-position: left center;
	background-image: url(../images/ipro_prev.png);
}
.ipro_slide .textbox .btngrop .next{
	background-position: right center;
	background-image: url(../images/ipro_next.png);
}



@media(max-width:1400px){
	.ipro_slide .aslide{
		margin-bottom: 50px;
	}
	.ipro_slide .textbox .picbox{
		height: 200px;
	}
	.ipro_slide .textbox .number{
		font-size: 32px;
	}
	.ipro_slide .textbox .name{
		font-size: 32px;
		margin-bottom: 20px;
	}
}
@media(max-width:1300px){
	.ipro_slide .textbox .number{
		font-size: 28px;
	}
	.ipro_slide .textbox .name{
		font-size: 28px;
	}
}
@media(max-width:1200px){
	.ipro_slide .textbox .number{
		font-size: 24px;
	}
	.ipro_slide .textbox .name{
		font-size: 24px;
	}
}
@media(max-width:991px){
	.ipro_slide .textbox .number{
		font-size: 20px;
	}
	.ipro_slide .textbox .name{
		font-size: 20px;
	}
}
@media(max-width:768px){
	.ipro_item.item{
		padding: 0;
	}
	.ipro_slide{
		flex-wrap: wrap;
	}
	.ipro_slide  .maxslide{
		width: 100%;
		height: 40%;
	}
	.ipro_slide .textbox{
		width: 100%;
		height: 60%;
		padding: 0 15px;
		flex: 100%;
		background-image: none;
		background-color: #3c3c3c;
	} 
	.ipro_slide .textbox h2{
		display: none;
	}
	.ipro_slide .aslide{
		display: none;
	}
	.ipro_slide .textbox .picbox{
		max-width: 300px;
		height: 180px;
		margin-bottom: 30px;
	}
	.ipro_slide .textbox .number{
		font-size: 18px;
	}
	.ipro_slide .textbox .name{
		font-size: 18px;
	}
}
@media(max-width:480px){
	.ipro_slide  .maxslide{
		width: 100%;
		height: 40%;
	}
	.ipro_slide .textbox{
		height: 60%;
	}
	.ipro_slide .textbox .picbox{
		max-width: 280px;
		height: 160px;
	}
}




.inewsbg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/inewsbg.png);
}
.inews_item.item{
	width: 100%;
	max-width: 100%;
}
.inews{
	width: 100%;
	height: 100%;	
}	
.inews .pub_tit{
	margin-bottom: 90px;
}
.inews .pub_tit h2{
	font-size: 30px;
}
.inews .listbox{
	width: 100%;
	max-width: 1500px;
	margin: 0  auto;
	margin-bottom: 30px;
}
.inews .listbox .list{
	color: #333;
	font-size: 16px;
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.inews .listbox .list:last-child{
	margin-right: 0;
}
.inews .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.inews .list .img{
	width: 100%;
	height: 310px;
	margin-bottom: 20px;
}
.inews .list  h4{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-bottom: 15px;
}
.inews .list span{
	display: block;
}
.inews .list:first-child .text p{
	color: #666;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inews .more{
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	font-family: bbk;
	width: 220px;
	height: 55px;
	display: none;
	border-radius: 5px;
	transition: all .5s;
	background-color: #008543;
}
.inews .more:hover{
	background-color: #01a955;
}



@media(max-width:1400px){
	.inews .pub_tit{
		margin-bottom: 70px;
	}
}
@media(max-width:1300px){
	.inews .pub_tit{
		margin-bottom: 55px;
	}
	.inews .list .img{
		height: 280px;
	}
}
@media(max-width:1200px){
	.inews .pub_tit h2{
		font-size: 26px;
	}
	.inews .list .img{
		margin-bottom: 15px;
	}
	.inews .list h4{
		margin-bottom: 10px;
	}
}
@media(max-width:991px){
	.inews .pub_tit h2{
		font-size: 22px;
	}
	.inews .pub_tit{
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
}
@media(max-width:768px){
	.inews .pub_tit{
		margin-bottom: 30px;
	}
	.inews .pub_tit h2{
		font-size: 18px;
	}
	.inews .listbox .list{
		font-size: 14px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		border-bottom: 1px solid #d7d7d7;
	}
	.inews .listbox .list:last-child{
		margin-bottom: 0;
	}
	.inews .list a{
		padding-bottom: 15px;
	}
	.inews .list .img{
		width: 100%;
		max-width: 380px;
		height: 200px;
		margin-bottom: 20px;
		display: none;
	}
	.inews .list:first-child .img{
		display: block;
	}
	.inews .list h4{
		margin-bottom: 8px;
	}
	.inews .list:first-child span{
		margin-bottom: 8px;
	}
	.inews .list:first-child .txt{
		font-size: 14px;
		line-height: 24px;
		display: block;
	}
	.inews  .more{
		font-size: 14px;
		line-height: 40px;
		width: 150px;
		height: 40px;
		display: block;
		margin: 0 auto;
	}
}
@media(max-width:460px){
	.inews .list .img{
		height: 180px;
	}
}




.istorybg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/istorybg.jpg);
}
.istory_slide{
	padding-bottom: 420px;
}
.istory_slide .pub_tit{
	color: #fff;
	margin-bottom: 50px;
}
.istory_slide .pub_tit h2{
	font-size: 30px;
}
.istory_slide .txt{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.istory_slide .swiper-pagination-bullet{
	opacity: 1;
	outline: none;
	margin: 0 7px!important;
	background-color: #fff;
}
.istory_slide .swiper-pagination-bullet-active{
	background-color: #008543;
}
.istory_slide .more{
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	font-family: bbk;
	width: 220px;
	height: 55px;
	display: block;
	border-radius: 5px;
	transition: all .5s;
	background-color: #008543;
}
.istory_slide .more:hover{
	background-color: #01a955;
}





@media(max-width:1500px){
	.istory_slide{
		padding-bottom: 380px;
	}
}
@media(max-width:1400px){
	.istory_slide{
		padding-bottom: 300px;
	}
	.istory_slide .more{
		line-height: 50px;
		width: 200px;
		height: 50px;
	}
}
@media(max-width:1300px){
	.istory_slide{
		padding-bottom: 240px;
	}
	.istory_slide .more{
		font-size: 16px;
		width: 180px;
	}
}
@media(max-width:1200px){
	.istory_slide{
		padding-bottom: 180px;
	}
	.istory_slide .pub_tit{
		margin-bottom: 40px;
	}
	.istory_slide .pub_tit h2{
		font-size: 26px;
	}
	.istory_slide .txt{
		margin-bottom: 60px;
	}
}
@media(max-width:991px){
	.istory_slide{
		padding-bottom: 120px;
	}
	.istory_slide .pub_tit h2{
		font-size: 22px;
	}
	.istory_slide .txt{
		margin-bottom: 40px;
	}
}
@media(max-width:768px){
	.istory_slide{
		padding-bottom: 80px;
	}
	.istory_slide .pub_tit{
		margin-bottom: 25px;
	}
	.istory_slide .pub_tit h2{
		font-size: 18px;
	}
	.istory_slide .txt{
		font-size: 14px;
		line-height: 26px;
	}
	.istory_slide .more{
		font-size: 14px;
		line-height: 40px;
		width: 150px;
		height: 40px;
		margin-bottom: 30px;
	}
}




.footer-item{
	max-width: none !important;
	width:100%;
	height:100%;
}
.ifooter{
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	background-image: url(../images/ifbg.jpg);
	background-color: #f1f1f1;
	position: relative;
}
.ifooter .col{
	width:33.33%;
	height:100%;
	display:inline-block;
	float:left;
	box-sizing: border-box;
}
.ifooter .col .flex_cc{
	height:100%;
}
.ifooter .text_box{
	max-width:440px;
	padding:0 15px;
	box-sizing: border-box;
}
.ifooter .text_box h2{
	color: #333;
	font-size: 30px;
	padding-top: 45px;
	margin-bottom: 20px;
	position: relative;
}
.ifooter .text_box h2::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 2px;
	background-color: #00803e;
}
.ifooter .text_box .text{
	color: #333;
	font-size: 16px;
	margin-bottom: 140px;
}
.ifooter .text_box .text2{
	color: #666;
	font-size: 16px;
	line-height: 36px;
}


.ifooter .footer_form{
	height:100%;
	background:#fff;
}
.ifooter .footer_form form{
	max-width:540px;
	width:100%;
	margin:0 auto;
	padding:0 15px;
	box-sizing: border-box;
}
.ifooter .footer_form p{
	padding-bottom:25px;
}
.ifooter .footer_form input.text{
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#333;
	width:100%;
	box-sizing: border-box;
	background:#f7f7f7;
	padding-left:15px;
	border-radius: 4px;
}
.ifooter .footer_form input.text.t2{
	width:32%;
	float:left;
}
.ifooter .footer_form textarea{
	width:100%;
	height:150px;
	font-size:16px;
	color:#333;
	box-sizing: border-box;
	background:#f7f7f7;
	padding:15px;
	border-radius: 4px;
}
.ifooter .footer_form img{
	width:32%;
	height:50px;
	cursor: pointer;
	float:left;
}
.ifooter .footer_form input.submit{
	width:32%;
	height:50px;
	background-color: #008441;
	color:#fff;
	float:right;
	transition: all .3s;
}
.ifooter .footer_form input.submit:hover,
.ifooter .footer_form input.submit:active{
	color: #fff;
	background-color: #049e50;
}



.ifooter .map{
	width:100%;
	height:100%;
}
.ifooter .map a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.ifooter .map img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.ifooter .company{
	font-size:14px;
	color:#666;
	line-height:28px;
	position: absolute;
	left:0;
	bottom:40px;
	text-align: center;
	width:100%;
}


@media (max-width:1400px){
	.ifooter .col{
		width:50%;
	}
	.ifooter .col:nth-child(3){
		display:none;
	}
	.ifooter .text_box .text{
		margin-bottom: 100px;
	}
}
@media (max-width:1300px){
	.ifooter .text_box h2{
		font-size: 26px;
		padding-top: 30px;
	}
	.ifooter .text_box .text{
		margin-bottom: 80px;
	}
}
@media (max-width:1200px){
	.ifooter .text_box h2{
		font-size: 24px;
		padding-top: 20px;
	}
	.ifooter .text_box .text{
		margin-bottom: 55px;
	}
}
@media (max-width:991px){
	.ifooter .col{
		width: 100%;
	}
	.ifooter .text_box{
		width: 100%;
		max-width: 100%;
	}
	.ifooter .text_box .text{
		margin-bottom: 40px;
	}
	.footer_form{
		display: none;
	}
	.ifooter .company{
		display: none;
	}
}
@media (max-width:768px){
	.ifooter .text_box h2{
		font-size: 18px;
		padding-top: 15px;
		margin-bottom: 15px;
	}
	.ifooter .text_box .text{
		font-size: 14px;
		margin-bottom: 25px;
	}
	.ifooter .text_box .text2{
		font-size: 14px;
		line-height: 26px;
	}
	.ifooter .company{
		line-height:26px;
		font-size:12px;
	}
}





/* .footer_pillar {
	height: 60px;
}
.footer_btn {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
	background-color: #2f2f2f;
}

.footer_btn .list {
	width: 25%;
	height: 100%;
	float: left;
	text-align: center;
	padding-top: 7px;
	box-sizing: border-box;
	border-right: 1px solid #505050;
}

.footer_btn .list i {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 6px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

.footer_btn .list:nth-child(1) i {
	background-image: url(../images/footer_icon1.png);
}

.footer_btn .list:nth-child(2) i {
	background-image: url(../images/footer_icon2.png);
}

.footer_btn .list:nth-child(3) i {
	background-image: url(../images/footer_icon3.png);
}

.footer_btn .list:nth-child(4) i {
	background-image: url(../images/footer_icon4.png);
}

.footer_btn .list h5 {
	color: #fff;
	font-size: 14px;
}


@media(max-width:768px){
	.footer_btn{
		display: block;
	}
} */




.about{
	padding-top: 40px;
	padding-bottom: 120px;
}
.about .pub_tit{
	margin-bottom: 80px;
}
.about .textbox{
	width: 47%;
	float: left;	
}
.about .textbox .text{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.about .textbox .pic{
	max-width: 670px;
	/* height: 140px; */
	margin-top: 15px;
}
.about .textbox .pic img{
	width: 100%;
	height: 100%;
}
.about .img{
	width: 49%;
	height: 520px;
	float: right;
}


@media(max-width:1400px){
	.about{
		padding-bottom: 100px;
	}
	.about .pub_tit{
		margin-bottom: 65px;
	}
}
@media(max-width:1300px){
	.about{
		padding-bottom: 80px;
	}
	.about .pub_tit{
		margin-bottom: 50px;
	}
	.about .img{
		height: 480px;
	}
}
@media(max-width:1200px){
	.about{
		padding-bottom: 50px;
	}
	.about .pub_tit{
		margin-bottom: 40px;
	}
	.about .img{
		height: 440px;
	}
}
@media(max-width:991px){
	.about .img{
		height: 400px;
	}
}
@media(max-width:768px){
	.about{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.about .pub_tit{
		margin-bottom: 30px;
	}
	.about .textbox{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	} 
	.about .textbox .text{
		font-size: 14px;
		line-height: 24px;
	}
	.about .img{
		width: 100%;
		height: 360px;
		float: none;
	}
}
@media(max-width:480px){
	.about .img{
		height: 320px;
	}
}
@media(max-width:420px){
	.about .img{
		height: 280px;
	}
}




.story{
	width: 100%;
	max-width: 1920px;
	padding-top: 125px;
	padding-bottom: 330px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/storybg.jpg);
}
.story .pub_tit{
	color: #fff;
	margin-bottom: 85px;
}
.story .text{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
}


@media(max-width:1500px){
	.story{
		padding-top: 100px;
		padding-bottom: 300px;
	}
}
@media(max-width:1400px){
	.story{
		padding-bottom: 240px;
	}
	.story .pub_tit{
		margin-bottom: 70px;
	}
}
@media(max-width:1300px){
	.story{
		padding-bottom: 180px;
	}
	.story .text{
		max-width: 1200px;
	}
}
@media(max-width:1200px){
	.story{
		padding: 100px 0;
	}
	.story .pub_tit{
		margin-bottom: 55px;
	}
	.story .text{
		max-width: 1200px;
	}
}
@media(max-width:991px){
	.story{
		padding: 60px 0;
	}
	.story .pub_tit{
		margin-bottom: 40px;
	}
}
@media(max-width:768px){
	.story{
		padding: 40px 0;
	}
	.story .pub_tit{
		margin-bottom: 30px;
	}
	.story .text{
		font-size: 14px;
		line-height: 24px;
	}
}




.culture{
	padding-top: 110px;
	padding-bottom: 140px;
}
.culture .pub_tit{
	margin-bottom: 80px;
}
.culture .list{
	color: #fff;
	width: 31%;
	height: 590px;
	float: left;
	margin-right: 3.5%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.culture .list:nth-child(1){
	background-image: url(../images/culture1.jpg);
}
.culture .list:nth-child(2){
	background-image: url(../images/culture2.jpg);
}
.culture .list:nth-child(3){
	margin-right: 0;
	background-image: url(../images/culture3.jpg);
}
.culture .list .tit,
.culture .list .text
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: all .7s;
}
.culture .list .tit{
	font-size: 30px;
	top: 0;
}
.culture .list:hover .tit{
	top: -590px;
}
.culture .list .tit i{
	font-family: bbk;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.culture .list .tit h4{
	font-family: '宋体';
}
.culture .list .text{	
	font-size: 16px;
	line-height: 30px;
	max-width: 310px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
	top: 590px;
	left: 0;
	right: 0;
}
.culture .list:hover .text{
	top: 0;
}


@media(max-width:1400px){
	.culture{
		padding: 110px 0;
	}
	.culture .pub_tit{
		margin-bottom: 65px;
	}
	.culture .list{
		height: 550px;
	}
	.culture .list .text{
		top: 550px;
	}
}
@media(max-width:1300px){
	.culture{
		padding: 90px 0;
	}
	.culture .pub_tit{
		margin-bottom: 50px;
	}
	.culture .list{
		height: 520px;
	}
	.culture .list .tit{
		font-size: 26px;
	}
	.culture .list .tit i{
		margin-bottom: 12px;
	}
	.culture .list .text{
		top: 520px;
	}
}
@media(max-width:1200px){
	.culture{
		padding: 70px 0;
	}
	.culture .pub_tit{
		margin-bottom: 40px;
	}
	.culture .list{
		height: 480px;
	}
	.culture .list .tit{
		font-size: 24px;
	}
	.culture .list .text{
		top: 480px;
	}
}
@media(max-width:991px){
	.culture{
		padding: 50px 0;
	}
	.culture .list{
		height: 440px;
	}
	.culture .list .tit{
		font-size: 22px;
	}
	.culture .list .text{
		top: 440px;
	}
}
@media(max-width:768px){
	.culture{
		padding: 40px 0;
	}
	.culture .list{
		height: 400px;
	}
	.culture .list .tit{
		font-size: 20px;
	}
	.culture .list .tit i{
		margin-bottom: 10px;
	}
	.culture .list .text{
		font-size: 14px;
		line-height: 24px;
		top: 400px;
	}
}
@media(max-width:640px){
	.culture .list{
		width: 100%;
		height: 360px;
		margin-bottom: 30px;
	}
	.culture .list:last-child{
		margin-bottom: 0;
	}
	.culture .list .text{
		height: 360px;
		padding: 0 15px;
	}
}




.course{
	width: 100%;
	max-width: 1920px;
	padding-top: 100px;
	padding-bottom: 60px;
	margin: 0 auto;
	margin-bottom: 45px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/coursebg.jpg);
}
.course .pub_tit{
	color: #fff;
	margin-bottom: 130px;
}
.course .course_slidebox{
	position: relative;
}
.course .course_slidebox::after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 210px;
	left: 0;
	background-color: #fff;
}
.course_slide{
	max-width: 1500px;
	padding-bottom: 200px;
	margin: 0 auto;
}
.course_slide .swiper-slide{
	height: 420px;
	position: relative;
}
.course_slide .swiper-slide .pic{
	height: 210px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	box-sizing: border-box;
}
.course_slide .swiper-slide:nth-child(2n) .pic{
	top: unset;
	bottom: 0;
	padding-top: 40px;
}
.course_slide .img{
	width: 160px;
	height: 160px;
	margin:  0 auto;
	overflow: hidden;
	border-radius: 50%;
}
.course_slide .swiper-slide-active .img{
	border: 4px solid #fff;
}
.course_slide .img img{
	width: 100%;
	height: 100%;
}
.course_slide .swiper-slide:nth-child(2n) .img{
	top: unset;
	bottom: 2px;
}
.course_slide .dot{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top:50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background-color: #fff;
}
.course_slide  .swiper-slide .text{
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 35px;
	box-sizing: border-box;
	height: 210px;
}
.course_slide .swiper-slide:nth-child(2n) .text{
	top: 0;
	bottom: 0;
}
.course_slide .text h4{
	font-size: 24px;
	margin-bottom: 10px;
}
.course_slide .text .txt{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	display: inline-block;
}
.course_slide .swiper-pagination{
	bottom: 0;
}
.course_slide .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	outline: none;
	opacity: 1;
	margin: 0 10px!important;
	background-color: #fff;
}
.course_slide .swiper-pagination-bullet-active{
	background-color: #018441;
}


@media(max-width:1400px){
	.course{
		padding-top: 80px;
		margin-bottom: 0;
	}
	.course .pub_tit{
		margin-bottom: 100px;
	}
	.course_slide{
		padding-bottom: 150px;
	}
	.course_slide .swiper-slide{
		height: 400px;
	}
	.course_slide .swiper-slide .pic{
		height: 200px;
	}
	.course_slide .swiper-slide .text{
		height: 200px;
	}
	.course .course_slidebox::after{
		top: 200px;
	}
	.course_slide .img{
		width: 140px;
		height: 140px;
	}
}
@media(max-width:1300px){
	.course{
		padding: 60px 0;
	}
	.course .pub_tit{
		margin-bottom: 70px;
	}
	.course_slide{
		padding-bottom: 100px;
	}
}
@media(max-width:991px){
	.course{
		padding: 50px 0;
	}
	.course .pub_tit{
		margin-bottom: 50px;
	}
	.course_slide .swiper-slide{
		height: 340px;
	}
	.course_slide .swiper-slide .pic{
		height: 170px;
	}
	.course_slide .img{
		width: 120px;
		height: 120px;
	}
	.course_slide .swiper-slide .text{
		height: 170px;
	}
	.course_slide .text h4{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.course .course_slidebox::after{
		top: 170px;
	}
}
@media(max-width:768px){
	.course{
		padding: 40px 0;
	}
	.course .pub_tit{
		margin-bottom: 30px;
	}
	.course_slide{
		padding-bottom: 60px;
	}
	.course_slide .swiper-slide{
		height: 300px;
	}
	.course_slide .swiper-slide .pic{
		height: 150px;
		top: 0;
		bottom: unset;
	}
	.course_slide .swiper-slide:nth-child(2n) .pic{
		top: unset;
		bottom: unset;
		padding-top: 0;
	}
	.course_slide .img{
		width: 100px;
		height: 100px;
	}
	.course_slide .swiper-slide .text{
		height: 150px;
		top: unset;
		bottom: 2px;
	}
	.course_slide .swiper-slide:nth-child(2n) .text{
		top: unset;
		/* bottom: unset; */
	}
	.course_slide .text h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.course .course_slidebox::after{
		top: 150px;
	}
}
@media(max-width:420px){
	.course_slide{
		padding-bottom: 50px;
	}
	.course_slide .swiper-slide{
		height: 280px;
	}
	.course_slide .swiper-slide .pic{
		height: 140px;
	}
	.course_slide .img{
		width: 80px;
		height: 80px;
	}
	.course_slide .swiper-slide .text{
		height: 140px;
	}
	.course .course_slidebox::after{
		top: 140px;
	}
	.course_slide .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 7px!important;
	}
}




.honor{
	padding: 75px 0;
}
.honor .pub_tit{
	margin-bottom: 20px;
}
.honor .text{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	width: 100%;
	max-width: 1020px;
	padding-bottom: 90px;
	margin: 0 auto;
}
.honor_slide .swiper-wrapper{
	margin-bottom: 120px;
}
.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 .img img{
	width: 100%;
	height: 100%;
} */
.honor_slide p{
	color: #333;
	font-size: 16px;
	text-align: center;
	height: 70px;
	line-height: 70px;
}
.honor_slide .swiper-scrollbar-drag{
	background-color: #010101;
}




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




.pro{
	padding-top: 40px;
}
.pro .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro .list{
	width: 49%;
	margin-bottom: 60px;
}
.pro .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.pro .list .img{
	width: 100%;
	height: 500px;
}
.pro .list:nth-child(2n){
	margin-right: 0;
}
.pro .list .text{
	color: #333;
	padding: 30px 25px;
	box-sizing: border-box;
}
.pro .list .text p,
.pro .list .text h4
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro .list .text p{
	font-size: 18px;
	margin-bottom: 12px;
	transition: all .3s;
}
.pro .list:hover .text p{
	color: #008340;
}
.pro .list .text h4{
	font-size: 16px;
}
.pro .page{
	padding-top: 0;
	padding-bottom: 75px;
}


@media(max-width:1400px){
	.pro .list{
		margin-bottom: 50px;
	}
	.pro .list .img{
		height: 460px;
	}
	.pro .list .text{
		padding: 20px;
	}
	.pro .page{
		padding-bottom: 60px;
	}
}
@media(max-width:1300px){
	.pro .list{
		margin-bottom: 40px;
	}
	.pro .list .img{
		height: 420px;
	}
	.pro .list .text p{
		margin-bottom: 10px;
	}
}
@media(max-width:1200px){
	.pro .list{
		margin-bottom: 30px;
	}
	.pro .list .img{
		height: 380px;
	}
	.pro .page{
		padding-bottom: 50px;
	}
}
@media(max-width:991px){
	.pro .list{
		margin-bottom: 40px;
	}
	.pro .list .img{
		height: 340px;
	}
}
@media(max-width:768px){
	.pro{
		padding-top: 30px;
	}
	.pro .list{
		margin-bottom: 15px;
	}
	.pro .list .img{
		height: 300px;
	}
	.pro .list .text p{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.pro .list .text h4{
		font-size: 14px;
	}
	.pro .page{
		padding-top: 10px;
		padding-bottom: 40px;
	}
}
@media(max-width:640px){
	.pro .list{
		width: 100%;
	}
	.pro .list .img{
		height: 260px;
	}
	.pro .list .text{
		padding: 15px;
	}
}
@media(max-width:580px){
	.pro .list .img{
		height: 230px;
	}
}
/* @media(max-width:480px){
	.pro .list .img{
		height: 200px;
	}
} */




.introduce{
	padding-top: 90px;
	padding-bottom: 80px;
	background-color: #f5f5f5;
}
.introduce .introduce_slide{
	width: 55%;
	height: 560px;
	float: left;
}
.introduce_slide .swiper-slide{
	width: 100%;
	height: 100%;
}
.introduce_slide .swiper-slide a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.introduce_slide .swiper-slide .img{
	width: 100%;
	height: 100%;
}
.introduce_slide .swiper-pagination{
	bottom: 20px;
}
.introduce_slide .swiper-pagination-bullet{
	opacity: 1;
	outline: none;
	margin: 0 10px!important;
	background-color: #fff;
}
.introduce_slide .swiper-pagination-bullet-active{
	background-color: #009933;
}
.introduce .textbox{
	color: #333;
	font-size: 16px;
	width: 40%;
	float: right;
}
.introduce .textbox h2{
	font-size: 30px;
	margin-bottom: 25px;
}
.introduce .textbox .text{
	line-height: 30px;
	padding-bottom: 20px;
}
.introduce .textbox .text .list{
	margin-bottom: 25px;
}
.introduce .textbox .text .list h4{
	color: #333;
	float: left;
}
.introduce .textbox .text .list .txt{
	color: #666;
	float: left;
	max-width: 500px;
}
.introduce .textbox .img{
	width: 260px;
	/* height: 160px; */
	margin-bottom: 90px;
}
.introduce .textbox .img img{
	width: 100%;
	height: 100%;
}
.introduce .textbox .agrop a{
	text-align: center;
	line-height: 55px;
	width: 195px;
	height: 55px;
	display: inline-block;
	margin-right: 20px;
	transition: all .3s;
	background-color: #fff;
}
.introduce .textbox .agrop a:last-child{
	margin-right: 0;
}
.introduce .textbox .agrop a:hover{
	color: #fff;
	background-color: #00813c;
}




@media(max-width:1500px){
	.introduce .textbox .text .list .txt{
		max-width: 400px;
	}
}
@media(max-width:1400px){
	.introduce{
		padding: 80px 0;
	}
	.introduce .introduce_slide{
		height: 540px;
	}
	.introduce .textbox h2{
		margin-bottom: 20px;
	}
	.introduce .textbox .text{
		line-height: 28px;
	}
	.introduce .textbox .text .list{
		margin-bottom: 20px;
	}
	.introduce .textbox .img{
		/* width: 240px;
		height: 140px; */
		margin-bottom: 80px;
	}
}
@media(max-width:1300px){
	.introduce{
		padding: 65px 0;
	}
	.introduce .introduce_slide{
		height: 480px;
	}
	.introduce .textbox h2{
		font-size: 28px;
	}
	.introduce .textbox .img{
		/* width: 220px;
		height: 120px; */
		margin-bottom: 60px;
	}
	.introduce .textbox .text .list .txt{
		max-width: 380px;
	}
	.introduce .textbox .agrop a{
		width: 170px;
		line-height: 50px;
		height: 50px;
	}
}
@media(max-width:1200px){
	.introduce{
		padding: 50px 0;
	}
	.introduce .introduce_slide{
		height: 440px;
	}
	.introduce .textbox h2{
		font-size: 26px;
		margin-bottom: 15px;
	}
	.introduce .textbox .text .list h4{
		color: #333;
		/* float: none; */
	}
	.introduce .textbox .text .list:nth-child(2) h4{
		width: 100%;
	}
	.introduce .textbox .text .list .txt{
		color: #666;
	}
	.introduce .textbox .text .list:nth-child(2) .txt{
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.introduce .textbox .img{
		margin-bottom: 50px;
	}
}
@media(max-width:991px){
	.introduce{
		padding: 40px 0;
	}
	.introduce .introduce_slide{
		width: 100%;
		float: none;
		max-width: 580px;
		height: 380px;
		margin-left: unset;
		margin-bottom: 30px;
	}
	.introduce .textbox{
		width: 100%;
		float: none;
	}
	.introduce .textbox h2{
		font-size: 22px;
	}
	.introduce .textbox .text{
		padding-bottom:	10px;
	}
	.introduce .textbox .img{
		/* width: 200px;
		height: 100px; */
		margin-bottom: 30px;
	}
}
@media(max-width:768px){
	.introduce .introduce_slide{
		height: 340px;
	}
	.introduce_slide .swiper-pagination{
		bottom: 10px;
	}
	.introduce_slide .swiper-pagination-bullet{
		margin: 0 5px!important;
		background-color: #fff;
	}
	.introduce_slide .swiper-pagination-bullet-active{
		background-color: #009933;
	}
	.introduce .textbox{
		font-size: 14px;
		line-height: 24px;
	}
	.introduce .textbox h2{
		font-size: 20px;
	}
	/* .introduce .textbox .img{
		width: 180px;
		height: 80px;
	} */
	.introduce .textbox .agrop a{
		line-height: 45px;
		width: 140px;
		height: 45px;
		margin-right: 15px;
	}
}
@media(max-width:640px){
	.introduce .introduce_slide{
		height: 300px;
	}
}
@media(max-width:540px){
	.introduce .introduce_slide{
		height: 260px;
	}
}
@media(max-width:340px){
	.introduce .textbox .agrop a{
		line-height: 40px;
		width: 120px;
		height: 40px;
		margin-right: 10px;
	}
}




.details{
	padding-bottom: 90px;
}
.details .bdbox .bd{
	display: none;
}
.details .bdbox .bd.on{
	display: block;
}
.details .bdbox .textbox1{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 130px;
}
.details .bdbox .textbox1 .parameter{
	width: 45%;
	margin-right: 130px;
}
.details .bdbox .textbox1 .parameter .text{
	color: #666;
	font-size: 16px;
	line-height: 42px;
}
.details .bdbox .textbox1 .parameter .text h4{
	color: #272727;
	font-weight: bold;
	float: left;
}
.details .bdbox .textbox1 .parameter .text .txt{
	float: left;
}
.details .bdbox .textbox1 .img{
	width: 37%;
	overflow: hidden;
}
.details .bdbox .textbox1 .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.details .bdbox .bd .textbox{
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.details .bdbox .bd .textbox img{
	display: block;
}




@media(max-width:1500px){
	.details .bdbox .textbox1{
		padding-bottom: 100px;
	}
	.details .bdbox .textbox1 .parameter{
		margin-right: 100px;
	}
}
@media(max-width:1400px){
	.details{
		padding-bottom: 75px;
	}
	.details .bdbox .textbox1{
		padding-bottom: 80px;
	}
	.details .bdbox .textbox1 .parameter{
		margin-right: 80px;
	}
	.details .bdbox .textbox1 .parameter .text{
		line-height: 36px;
	}
}
@media(max-width:1300px){
	.details .bdbox .textbox1{
		padding-bottom: 65px;
	}
	.details .bdbox .textbox1 .parameter{
		margin-right: 65px;
	}
}
@media(max-width:1200px){
	.details .bdbox .textbox1{
		padding-bottom: 50px;
	}
	.details .bdbox .textbox1 .parameter{
		margin-right: 50px;
	}
}
@media(max-width:991px){
	.details{
		padding-bottom: 55px;
	}
	.details .bdbox .textbox1{
		align-items: unset;
		flex-direction: column;
		justify-content: unset;
		padding-bottom: 40px;
	}
	.details .bdbox .textbox1 .parameter{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.details .bdbox .textbox1 .img{
		width: 100%;
		max-width: 420px;
	}
	.details .bdbox .bd .textbox{
		font-size: 16px;
		line-height: 28px;
	}
}
@media(max-width:768px){
	.details{
		padding-bottom: 40px;
	}
	.details .bdbox .textbox1{
		padding-top: 25px;
	}
	.details .bdbox .textbox1 .parameter .text{
		font-size: 14px;
		line-height: 26px;
	}
	.details .bdbox .bd .textbox{
		font-size: 14px;
		line-height: 26px;
	}
}




.news{
	padding-top: 50px;
	padding-bottom: 15px;
}
.news .list{
	width: 100%;
	margin-bottom: 60px;
	background-color: #f5f5f5;
}
.news .list a{
	width: 100%;
	height: 100%;
	padding: 60px;
	box-sizing: border-box;
	display: inline-block;
}
.news .list .img{
	width: 40%;
	height: 375px;
	float: left;
	margin-right: 85px;
}
.news .list .text{
	color: #666;
	font-size: 16px;
	float: left;
	width: 47%;
	padding-top: 50px;
}
.news .list .text h4{
	color: #333;
	font-size: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.news .list .text span{
	display: block;
	margin-bottom: 35px;
}
.news .list .text p{
	line-height: 30px;
	max-width: 560px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom: 40px;
}
.news .list .text em{
	color: #fff;
	text-align: center;
	line-height: 55px;
	text-transform: uppercase;
	width: 220px;
	height: 55px;
	display: block;
	transition: all .3s;
	border-radius: 5px;
	background-color: #929292;
}
.news .list .text em:hover{
	background-color: #008543;
}
.news  .page{
	padding-top: 20px;
	padding-bottom: 60px;
}


@media(max-width:1500px){
	.news .list .img{
		margin-right: 50px;
	}
}
@media(max-width:1400px){
	.news .list{
		margin-bottom: 50px;
	}
	.news .list a{
		padding: 45px;
	}
	.news .list .img{
		height: 340px;
	}
	.news .list .text{
		padding-top: 30px;
	}
	.news .list .text span{
		margin-bottom: 20px;
	}
	.news .list .text em{
		line-height: 50px;
		width: 200px;
		height: 50px;
	}
}
@media(max-width:1300px){
	.news .list .img{
		height: 320px;
	}
	.news .list .text h4{
		font-size: 22px;
	}
}
@media(max-width:1200px){
	.news .list .img{
		height: 300px;
	}
	.news .list .text h4{
		margin-bottom: 15px;
	}
	.news .list .text span{
		margin-bottom: 15px;
	}
	.news .list .text p{
		line-height: 28px;
		margin-bottom: 30px;
	}
	.news .list .text em{
		width: 180px;
	} 
}
@media(max-width:991px){
	.news{
		padding-top: 40px;
	}
	.news .list{
		margin-bottom: 30px;
	}
	.news .list a{
		padding: 30px;
	}
	.news .list .img{
		height: 280px;
		margin-right: 35px;
	}
	.news .list .text{
		padding-top: 25px;
	}
	.news .list .text h4{
		font-size: 20px;
	}
	.news .list .text em{
		line-height: 45px;
		height: 45px;
	}
	.news .page{
		padding-bottom: 40px;
	}
}
@media(max-width:768px){
	.news{
		padding: 20px 0;
	} 
	.news .list a{
		padding: 0;
	}
	.news .list .img{
		width: 100%;
		max-width: 440px;
		float: none;
		margin-right: 0;
	}
	.news .list .text{
		font-size: 14px;
		width: 100%;
		float: none;
		padding: 20px;
		box-sizing: border-box;
	}
	.news .list .text h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.news .list .text span{
		margin-bottom: 10px;
	}
	.news .list .text p{
		line-height: 24px;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.news .list .text em{
		font-size: 12px;
		width: 110px;
		line-height: 35px;
		height: 35px;
	}
	.news .page{
		padding-top: 10px;
		padding-bottom: 20px;
	}
}
@media(max-width:480px){
	.news .list .img{
		height: 220px;
	}
}




.newsv{
	padding-top: 120px;
	padding-bottom: 100px;
}
.newsv .tit{
	margin-bottom: 40px;
	text-align: center;
}
.newsv .tit h2{
	color: #444;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
.newsv .tit em{
	color: #999;
	font-size: 18px;
	display: block;
}
.newsv .text_box {
	color: #444;
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 70px;
	margin-bottom: 45px;
	border-bottom: 1px solid #d2d2d2;
}
.newsv  .agrop{
	text-align: center;
}
.newsv  .agrop a{
	color: #666;
	font-size: 18px;
	padding-right: 50px;
	display: inline-block;
	position: relative;
	margin-right: 50px;
}
.newsv .agrop a:last-child{
	margin-right: 0;
}
.newsv  .agrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #bfbfbf;
}
.newsv .agrop a:last-child::after{
	display: none;
}
.newsv  .agrop a:hover{
	color: #333;
	text-decoration: underline;
}


@media (max-width:1500px){
	.newsv{
		padding-top: 100px;
	}
}
@media (max-width:1400px){
	.newsv{
		padding: 80px 0;
	}
	.newsv .tit{
		margin-bottom: 65px;
	}
	.newsv .tit h2{
		margin-bottom: 10px;
	}
	.newsv .text_box{
		padding-bottom: 80px;
	}
}
@media (max-width:1200px){
	.newsv{
		padding: 60px 0;
	}
	.newsv .tit{
		margin-bottom: 45px;
	}
	.newsv .tit h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.newsv .tit em{
		font-size: 16px;
	}
	.newsv .text_box{
		padding-bottom: 60px;
	}
	.newsv .text_box{
		line-height: 30px;
	}
	.newsv.agrop a{
		padding-right: 40px;
		margin-right: 40px;
	}
}
@media (max-width:991px){
	.newsv{
		padding: 50px 0;
	}
	.newsv .tit{
		margin-bottom: 35px;
	}
	.newsv .tit h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.newsv .text_box{
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 40px;
		margin-bottom: 35px;
	}
	.newsv .text_box img{
		margin-top: 60px;
	}
	.newsv .agrop a{
		font-size: 16px;
		padding-right: 30px;
		margin-right: 30px;
	}
}
@media (max-width:768px){
	.newsv{
		padding: 40px 0;
	}
	.newsv .tit em{
		font-size: 14px;
	}
	.newsv .tit{
		margin-bottom: 30px;
	}
	.newsv .tit h2{
		font-size: 18px;
		line-height: 28px;
	}
	.newsv .agrop a{
		font-size: 14px;
		padding-right: 20px;
		margin-right: 20px;
	}
	.newsv .text_box img{
		margin-top: 30px;
		width:100%!important;
		height: auto !important;
	}
	.newsv .text_box{
		line-height: 24px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}




.video {
	padding-top: 35px;
}
.video .list{
	width: 31.4%;
	float: left;
	margin-right: 2.9%;
	margin-bottom: 70px;
}
.video .list:nth-child(3n){
	margin-right: 0;
}
.video .list .img{
	width: 100%;
	height: 310px;
}
.video .list h4{
	color: #1b1b1b;
	font-size: 16px;
	line-height: 75px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	height: 75px;
	padding-left: 30px;
	padding-right: 75px;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
	background-color: #f5f5f5;
}
.video .list h4:hover{
	color: #008340;
}
.video .list h4::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 30px;
	width: 38px;
	height: 38px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/play.png);
}
.video .page{
	padding-top: 0;
	padding-bottom: 70px;
}




@media(max-width:1400px){
	.video .list{
		margin-bottom: 50px;
	}
	.video .list .img{
		height: 280px;
	}
}
@media(max-width:1300px){
	.video .list .img{
		height: 260px;
	}
	.video .list h4{
		line-height: 60px;
		height: 60px;
	}
	.video .list h4::after{
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}
	.video .page{
		padding-bottom: 60px;
	}
}
@media(max-width:991px){
	.video .list{
		width: 48%;
	}
	.video .list:nth-child(2n){
		margin-right: 0;
	}
	.video .list:nth-child(2n-1){
		margin-right: 4%;
	}
	.video .page{
		padding-bottom: 50px;
	}
}
@media(max-width:768px){
	.video{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.video .list{
		margin-bottom: 30px;
	}
	.video .list .img{
		height: 240px;
	}
	.video .list h4{
		font-size: 14px;
		line-height: 50px;
		padding-left: 20px;
		padding-right: 50px;
		height: 50px;
	}
	.video .list h4::after{
		width: 28px;
		height: 28px;
		margin-top: -14px;
		right: 20px;
	}
	.video .page{
		padding-top: 10px;
		padding-bottom: 30px;
	}
}
@media(max-width:540px){
	.video .list{
		width: 100%;
		margin-right: 0;
	}
	.video .list .img{
		height: 220px;
	}
}




.contact{
	color: #333;
	font-size: 16px;
	padding: 90px 0;
}
.contact .textbox{
	width: 50%;
	float: left;
	padding: 0 75px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 50px;
}
.contact .textbox::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #c8c8c8;
}
.contact .textbox h2{
	font-size: 36px;
	margin-bottom: 40px;
}
.contact .textbox  .text{
	line-height: 36px;
	margin-bottom: 40px;
}
.contact .textbox .guide{
	line-height: 55px;
	height: 55px;
	display: inline-block;
	padding-left: 55px;
	padding-right: 30px;
	position: relative;
	border: 1px solid #e5e5e5;
}
.contact .textbox .guide::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 20px;
	width: 20px;
	height: 20px;
	transition:  all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/guide.png);
}
.contact .textbox .guide:hover::after{
	transform: translateY(-5px);
}


@media(max-width:1400px){
	.contact{
		padding: 75px 0;
	}
	.contact .textbox{
		padding: 0 50px;
	}
	.contact .textbox h2{
		font-size: 32px;
		margin-bottom: 30px;
	}
}
@media(max-width:1300px){
	.contact{
		padding: 60px 0;
	}
	.contact .textbox{
		padding: 0 30px;
	}
	.contact .textbox h2{
		font-size: 28px;
		margin-bottom: 25px;
	}
	.contact .textbox  .text{
		line-height: 32px;
		margin-bottom: 30px;
	}
	.contact .textbox .guide{
		line-height: 50px;
		height: 50px;
		padding-left: 55px;
		padding-right: 30px;
	}
}
@media(max-width:1200px){
	.contact{
		padding: 45px 0;
	}
	.contact .textbox{
		padding: 0 15px;
	}
	.contact .textbox h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.contact .textbox .guide{
		line-height: 45px;
		height: 45px;
	}
}
@media(max-width:991px){
	.contact{
		padding: 40px 0;
	}
	.contact .textbox h2{
		font-size: 22px;
	}
}
@media(max-width:768px){
	.contact{
		font-size: 14px;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.contact .textbox{
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.contact .textbox::after{
		display: none;
	}
	.contact .textbox h2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.contact .textbox  .text{
		line-height: 28px;
		margin-bottom: 25px;
	}
	.contact .textbox .guide{
		line-height: 40px;
		height: 40px;
	}
}




.contact .listbox{
	width: 50%;
	float: right;
	display: flex;
	flex-direction: column;
}
.contact .list{
	width: 100%;
	max-width: 380px;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.contact .item .img{
	width: 160px;
	height: 160px;
	margin-bottom: 10px;
}
.contact .item .img img{
	width: 100%;
	height: 100%;
}
.contact .item p{
	text-align: center;
}


@media(max-width:1400px){
	.contact .list{
		max-width: 340px;
		margin-bottom: 40px;
	}
	.contact .item .img{
		width: 140px;
		height: 140px;
		margin-bottom: 10px;
	}
}
@media(max-width:1300px){
	.contact .list{
		max-width: 280px;
		margin-bottom: 30px;
	}
	.contact .item .img{
		width: 120px;
		height: 120px;
	}
}
@media(max-width:768px){
	.contact .listbox{
		width: 100%;
		float: none;
	}
	.contact .list{
		max-width: 220px;
		margin: unset;
		margin-bottom: 30px;
	}
	.contact .list:last-child{
		margin-bottom: 0;
	}
	.contact .item .img{
		width: 100px;
		height: 100px;
	}
}


.message{
	padding: 100px 0;
	margin-bottom: 75px;
	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: 25px;
}
.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: 5px;
	margin-top: 25px;
	background-color: #000;
}
.message .code  button:hover{
	cursor: pointer;
	background-color: #333;
}


@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;
		margin-bottom: 60px;
	}
	.message .msg,
	.message .mode{
		margin-bottom: 40px;
	}
	.message .code .li .img{
		bottom: 15px;
	}
}
@media (max-width: 768px){
	.message{
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.message .ligrop{
		flex-direction: column;
	}
	.message .li{
		width: 100%;
		margin-bottom: 30px;
	}
	.message .li input,
	.message .msg textarea,
	.message .code button{
		height: 40px;
		line-height: 40px;
	}
	.message .mode{
		margin-bottom: 0;
	}
	.message .msg{
		margin-bottom: 30px;
	}
	.message .code .li .img{
		width: 150px;
		height: 40px;
		bottom: 10px;
	}
	.message .code  button{
		width: 100%;
		margin-top: 0;
	}
}
@media (max-width: 320px){
	.message .li{
		padding: 0;
	}
	.message .code .li .img{
		width: 140px;
	}
}




.summary{
	padding-top: 50px;
	padding-bottom: 100px;
}
.summary .img{
	width: 45%;
	height: 530px;
	float: left;
	overflow: hidden;
	margin-right: 100px;
}
.summary .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.summary .textbox{
	width: 43%;
	float: left;
}
.summary .textbox .pub_tit{
	margin-bottom: 60px;
}
.summary .textbox .pub_tit::after{
	left: 0;
	margin-left: 0;
}
.summary .textbox .pub_tit h2{
	text-align: left;
}
.summary .textbox .text{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}


@media(max-width:1400px){
	.summary{
		padding-bottom: 85px;
	}
	.summary .img{
		height: 500px;
		margin-right: 70px;
	}
	.summary .textbox .pub_tit{
		margin-bottom: 50px;
	}
}
@media(max-width:1300px){
	.summary{
		padding-bottom: 70px;
	}
	.summary .textbox{
		width: 48%;
	}
	.summary .img{
		height: 450px;
		margin-right: 50px;
	}
}
@media(max-width:1200px){
	.summary{
		padding-bottom: 55px;
	}
}
@media(max-width:991px){	
	.summary{
		padding-bottom: 40px;
	}
	.summary .textbox .pub_tit{
		margin-bottom: 40px;
	}
	.summary .img{
		height: 420px;
		margin-right: 40px;
	}
}
@media(max-width:768px){
	.summary{
		padding-top: 30px;
	}
	.summary .img{
		width: 100%;
		max-width: 580px;
		height: 360px;
		margin-right: 0;
		float: none;
		margin-bottom: 30px;
	}
	.summary .textbox{
		width: 100%;
		float: none;
	}
	.summary .textbox .pub_tit{
		margin-bottom: 30px;
	}
	.summary .textbox .text{
		font-size: 14px;
		line-height: 26px;
	}
}
@media(max-width:480px){
	.summary .img{
		height: 320px;
	}
}




.teaching{
	width: 100%;
	max-width: 1920px;
	padding-top: 85px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/teaching_bg.png);
}
.teaching .pub_tit{
	margin-bottom: 70px;
}
.teaching .listbox{
	width: 100%;
}
.teaching .list{
	width: 31%;
	float: left;
	padding-bottom: 85px;
	margin-right: 3.5%;
}	
.teaching .list:nth-child(3n){
	margin-right: 0;
}
.teaching .list .img{
	width: 100%;
	height: 310px;
}
.teaching .list .text{
	color: #333;
	font-size: 16px;
	padding-top: 20px;
}
.teaching .list .text p,
.teaching .list .text span
{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.teaching .list .text p{
	margin-bottom: 15px;
}


@media(max-width:1400px){
	.teaching{
		padding-top: 70px;
	}
	.teaching .pub_tit{
		margin-bottom: 55px;
	}
	.teaching .list{
		padding-bottom: 70px;
	}	
}
@media(max-width:1300px){
	.teaching{
		padding-top: 55px;
	}
	.teaching .pub_tit{
		margin-bottom: 45px;
	}
	.teaching .list{
		padding-bottom: 55px;
	}
	.teaching .list .img{
		height: 280px;
	}
}
@media(max-width:991px){
	.teaching .list{
		padding-bottom: 40px;
	}
}
@media(max-width:768px){
	.teaching{
		padding-top: 40px;
	}
	.teaching .pub_tit{
		margin-bottom: 30px;
	}
	.teaching .list{
		width: 48%;
		padding-bottom: 40px;
	}
	.teaching .list:nth-child(2n){
		margin-right: 0;
	}
	.teaching .list:nth-child(2n-1){
		margin-right: 4%;
	}
	.teaching .list .img{
		height: 260px;
	}
	.teaching .list .text{
		font-size: 14px;
		padding-top: 15px;
	}
	.teaching .list .text p{
		margin-bottom: 10px;
	}
}
@media(max-width:580px){
	.teaching .list .img{
		height: 240px;
	}
}
@media(max-width:480px){
	.teaching .list{
		width: 100%;
		margin-right: 0;
	}
}




.cultivate{
	width: 100%;
	max-width: 1920px;
	padding: 125px 0;
	margin: 0 auto;
	overflow: hidden;
}
.cultivate .pub_tit{
	margin-bottom: 55px;
}
.cultivate .cultivate_slide{
	width: 58%;
	overflow: visible;
}
.cultivate_slide .swiper-wrapper{
	margin-bottom: 60px;
}
.cultivate_slide .swiper-slide{
	height: 650px;
	position: relative;
}
.cultivate_slide .img{
	width: 100%;
	height:100%;
	overflow: hidden;
}
.cultivate_slide .img img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.cultivate_slide .swiper-slide .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(51, 51, 51, 0.5);
}
.cultivate_slide .swiper-slide-active  .mask{
	display: none;
}
.cultivate_slide .innovation_group{
	text-align: center;
}
.cultivate_slide .innovation_group .btngrop{
	display: inline-block;
	position: relative;
}
.cultivate_slide .swiper-button-prev,
.cultivate_slide .swiper-button-next
{
	width: 48px;
	height: 20px;
	z-index: 70;
	outline: none;
	position: absolute;
	top: 0;
	margin-top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.cultivate_slide .swiper-button-prev{
	left: -60px;
	background-image: url(../images/cultivate_prev.png);
}
.cultivate_slide .swiper-button-next{
	right: -60px;
	background-image: url(../images/cultivate_next.png);
}
.cultivate_slide .swiper-button-prev::after,
.cultivate_slide .swiper-button-next::after
{
	display: none;
}
.cultivate_slide .swiper-pagination{
	width: auto;
	display: inline-block;
	position: static;
}
.cultivate_slide .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 18px;
	color: #333;
	opacity: 1;
	outline: none;
	background: rgba(0, 0, 0, 0);
	position: relative;
}
.cultivate_slide .swiper-pagination-bullet-active::after {
	content: '';
	width: 10px;
	height: 1px;
	background-color: #cacaca;
	position: absolute;
	bottom: -4px;
	left: 5px;
}


@media(max-width:1400px){
	.cultivate{
		padding: 100px 0;
	}
	.cultivate .pub_tit{
		margin-bottom: 50px;
	}
	.cultivate_slide .swiper-slide{
		height: 600px;
	}
}
@media(max-width:1300px){
	.cultivate{
		padding: 80px 0;
	}
	.cultivate .pub_tit{
		margin-bottom: 40px;
	}
	.cultivate_slide .swiper-slide{
		height: 550px;
	}
}
@media(max-width:1200px){
	.cultivate{
		padding: 60px 0;
	}
	.cultivate_slide .swiper-slide{
		height: 500px;
	}
}
@media(max-width:991px){
	.cultivate_slide .swiper-slide{
		height: 450px;
	}
}
@media(max-width:768px){
	.cultivate{
		padding: 40px 0;
	}
	.cultivate .pub_tit{
		margin-bottom: 30px;
	}
	.cultivate_slide .swiper-slide{
		height: 400px;
	}
}
@media(max-width:640px){
	.cultivate_slide .swiper-wrapper{
		margin-bottom: 30px;
	}
	.cultivate_slide .swiper-slide{
		height: 350px;
	}
	.cultivate_slide .swiper-button-prev,
	.cultivate_slide .swiper-button-next
	{
		width: 30px;
	}
	.cultivate_slide .swiper-button-prev{
		left: -45px;
	}
	.cultivate_slide .swiper-button-next{
		right: -45px;
	}
}
@media(max-width:540px){
	.cultivate_slide .swiper-slide{
		height: 300px;
	}
}
@media(max-width:480px){
	.cultivate_slide .swiper-slide{
		height: 250px;
	}
}
@media(max-width:480px){
	.cultivate_slide .swiper-slide{
		height: 220px;
	}
}




.advantage{
	padding-top: 70px;
	padding-bottom: 130px;
}
.advantage_slide{
	width: 100%;
	position: relative;
}
.advantage_slide .swiper-slide{
	width: 100%;
}
.advantage_slide .textbox{
	color: #333;
	width: 48%;
	float: left;
	padding: 0 100px;
	padding-top: 70px;
	box-sizing: border-box;
	position: relative;
}
.advantage_slide .textbox::after{
	content: '';
	position: absolute;
	top: 40px;
	right: 0;
	width: 290px;
	height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/advantage_bg.png);
}
.advantage_slide .textbox .pub_tit{
	margin-bottom: 60px;
}
.advantage_slide .textbox .pub_tit::after{
	left: 0;
	margin-left: 0;
}
.advantage_slide .textbox .pub_tit h2{
	text-align: left;
}
.advantage_slide .textbox .text h4{
	font-size: 24px;
	margin-bottom: 25px;
}
.advantage_slide .textbox .text p{
	font-size: 16px;
	line-height: 30px;
	max-width: 340px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.advantage_slide .img{
	width: 52%;
	height: 570px;
}
.advantage_slide .btngrop{
	width: 100px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 100px;
	bottom: 70px;
}
.advantage_slide .swiper-button-prev,
.advantage_slide .swiper-button-next
{
	width: 40px;
	height: 40px;
	z-index: 70;
	outline: none;
	position: static;
	top: 0;
	margin-top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.advantage_slide .swiper-button-prev{
	left: 0;
	background-image: url(../images/adv_prev.png);
}
.advantage_slide .swiper-button-next{
	right: 0;
	background-image: url(../images/adv_next.png);
}
.advantage_slide .swiper-button-prev::after,
.advantage_slide .swiper-button-next::after
{
	display: none;
}




@media(max-width:1400px){
	.advantage{
		padding-bottom: 110px;
	}
	.advantage_slide .textbox{
		padding: 0 70px;
		padding-top: 50px;
	}
	.advantage_slide .textbox::after{
		top: 0;
	}
	.advantage_slide .textbox .pub_tit{
		margin-bottom: 45px;
	}
	.advantage_slide .img{
		height: 520px;
	}
	.advantage_slide .btngrop{
		left: 70px;
	}
}
@media(max-width:1300px){
	.advantage{
		padding-bottom: 90px;
	}
	.advantage_slide .textbox{
		padding: 0 50px;
		padding-top: 30px;
	}
	.advantage_slide .textbox::after{
		width: 250px;
		height: 420px;
	}
	.advantage_slide .textbox .text h4{
		margin-bottom: 20px;
	}
	.advantage_slide .btngrop{
		bottom: 50px;
		left: 50px;
	}
	.advantage_slide .img{
		height: 460px;
	}
}
@media(max-width:1200px){
	.advantage{
		padding: 70px 0;
	}
	.advantage_slide .textbox{
		padding: 0 15px;
	}
	.advantage_slide .textbox::after{
		width: 220px;
		height: 360px;
	}
	.advantage_slide .textbox .pub_tit{
		margin-bottom: 30px;
	}
	.advantage_slide .textbox .text h4{
		font-size: 22px;
	}
	.advantage_slide .btngrop{
		bottom: 40px;
		left: 15px;
	}
	.advantage_slide .img{
		height: 380px;
	}
}
@media(max-width:991px){
	.advantage{
		padding: 40px 0;
	}
	.advantage_slide .textbox::after{
		width: 200px;
		height: 320px;
	}
	.advantage_slide .textbox .text h4{
		font-size: 20px;
	}
	.advantage_slide .img{
		height: 340px;
	}
	.advantage_slide .btngrop{
		width: 80px;
		bottom: 30px;
	}
	.advantage_slide .swiper-button-prev,
	.advantage_slide .swiper-button-next
	{
		width: 30px;
		height: 30px;
	}
}
@media(max-width:768px){
	.advantage{
		padding-top: 25px;
		padding-bottom: 40px;
	}
	.advantage .textbox{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.advantage_slide .textbox::after{
		display: none;
	}
	.advantage_slide .textbox .pub_tit{
		margin-bottom: 20px;
	}
	.advantage_slide .textbox .text h4{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.advantage_slide .textbox .text p{
		max-width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
	.advantage_slide .btngrop{
		position: static;
	}
	.advantage_slide .img{
		width: 100%;
		max-width: 460px;
		height: 300px;
		margin-bottom: 30px;
	}
}
@media(max-width:480px){
	.advantage_slide .btngrop{
		margin: 0 auto;
	}
}




.brand{
	width: 100%;
	max-width: 1920px;
	padding-top: 120px;
	padding-bottom: 60px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/brandbg.jpg);
}
.brand .pub_tit {
	margin-bottom: 70px;
}
.brand .pub_tit h2{
	color: #fff;
}
.brand .list{
	color: #fff;
	width: 25%;
	float: left;
	margin-bottom: 110px;
}
.brand .list i{
	width: 55px;
	height: 55px;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.brand .list:nth-child(1) i{
	background-image: url(../images/brand_icon1.png);
}
.brand .list:nth-child(2) i{
	background-image: url(../images/brand_icon2.png);
}
.brand .list:nth-child(3) i{
	background-image: url(../images/brand_icon3.png);
}
.brand .list:nth-child(4) i{
	background-image: url(../images/brand_icon4.png);
}
.brand .list:nth-child(5) i{
	background-image: url(../images/brand_icon5.png);
}
.brand .list:nth-child(6) i{
	background-image: url(../images/brand_icon6.png);
}
.brand .list:nth-child(7) i{
	background-image: url(../images/brand_icon7.png);
}
.brand .list:nth-child(8) i{
	background-image: url(../images/brand_icon8.png);
}
.brand .list:hover i{
	transform: translateY(-15px);
}
.brand .list h4{
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}
.brand .list p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	max-width: 200px;
	height: 48px;
	margin: 0 auto;
}




@media(max-width:1400px){
	.brand{
		padding-top: 100px;
	}
	.brand .list{
		margin-bottom: 80px;	
	}
}
@media(max-width:1300px){
	.brand .pub_tit{
		margin-bottom: 55px;
	}
	.brand{
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.brand .list{
		margin-bottom: 60px;	
	}
}
@media(max-width:1200px){
	.brand{
		padding-top: 60px;
	}
	.brand .pub_tit{
		margin-bottom: 45px;
	}
	.brand .list{
		margin-bottom: 40px;	
	}
	.brand .list i{
		width: 45px;
		height: 45px;
		margin-bottom: 20px;
	}
	.brand .list h4{
		margin-bottom: 10px;
	}
}
@media(max-width:991px){
	.brand{
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.brand .list{
		width: 47%;
		margin-right: 6%;
	}
	.brand .list:nth-child(2n){
		margin-right: 0;
	}
}
@media(max-width:768px){
	.brand{
		padding-top: 40px;
	}
	.brand .pub_tit{
		margin-bottom: 30px;
	}
	.brand .list i{
		width: 28px;
		height: 28px;
		margin-bottom: 15px;
	}
	.brand .list:hover i{
		transform: translateY(-10px);
	}
	.brand .list h4{
		font-size: 16px;
	}
	.brand .list  p{
		max-width: 100%;
	}
}




.looks{
	padding-top: 170px;
	padding-bottom: 130px;
}
.looks .pub_tit{
	margin-bottom: 40px;
}
.looks .text{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	max-width: 680px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.looks_slide{
	width: 100%;
}
.looks_slide .swiper-wrapper{
	margin-bottom: 85px;
}
.looks_slide .swiper-slide{
	width: 100%;
	height: 485px;
}
.looks_slide .swiper-slide .img{
	width: 100%;
	height: 100%;
}
.looks_slide .swiper-scrollbar{
	height: 1px;
	margin:  0 auto;
	left: 0;
	right: 0;
	background-color: #666;
} 
.looks_slide .swiper-scrollbar-drag{
	height: 6px;
	top: 50%;
	margin-top: -3px;
	border-radius: 0;
	background-color: #019146;
} 


@media(max-width:1500px){
	.looks{
		padding: 120px 0;
	}
}
@media(max-width:1400px){
	.looks{
		padding: 110px 0;
	}
	.looks .text{
		margin-bottom: 50px;
	}
	.looks_slide .swiper-slide{
		height: 440px;
	}
}
@media(max-width:1300px){
	.looks{
		padding: 90px 0;
	}
	.looks .text{
		line-height: 32px;
	}
	.looks_slide .swiper-slide{
		height: 400px;
	}
}
@media(max-width:1200px){
	.looks{
		padding: 70px 0;
	}
	.looks .pub_tit{
		margin-bottom: 30px;
	}
	.looks .text{
		margin-bottom: 40px;
	}
	.looks_slide .swiper{
		margin-bottom: 70px;
	}
	.looks_slide .swiper-slide{
		height: 360px;
	}
}
@media(max-width:991px){
	.looks{
		padding: 50px 0;
	}
	.looks .pub_tit{
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.looks .text{
		line-height: 26px;
	}
	.looks_slide .swiper-wrapper{
		margin-bottom: 50px;
	}
	.looks_slide .swiper-slide{
		height: 300px;
	}
}
@media(max-width:768px){
	.looks{
		padding: 40px 0;
	}
	.looks .text{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.looks_slide .swiper-wrapper{
		margin-bottom: 40px;
	}
	.looks_slide .swiper-slide{
		height: 260px;
	}
}
@media(max-width:580px){
	.looks_slide .swipier-slide{
		height: 240px;
	}
}
@media(max-width:480px){
	.looks_slide .swipier-slide{
		height: 200px;
	}
}




.apply{
	width: 100%;
	max-width: 1920px;
	padding-top: 90px;
	padding-bottom: 190px;
	margin: 0 auto;
	margin-bottom: 90px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/applybg.png);
}
.apply .pub_tit{
	margin-bottom: 25px;
}
.apply .text{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 105px;
}
.apply .ligrop{
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 55px;
}
.apply .ligrop .li{
	font-size: 18px;
	width: 47%;
	border-bottom: 1px solid #d7d7d7; 
}
.apply .li p{
	color: #000;
}
.apply .li input,
.apply .li textarea
{
	color: #666;
	font-size: 18px;
	line-height: 50px;
	width: 100%;
	height: 50px;
	display: block;
	outline: none;
	background-color: transparent;
}
.apply .li.address{
	display: flex;
	justify-content: space-between;
	border-bottom: none;
}
.apply .address select{
	color: #000;
	font-size: 18px;
	width: 47%;
	height: 50px;
	outline: none;
	border: none;
	margin-top: 24px;
	background-color: transparent;
	border-bottom: 1px solid #d7d7d7; 
}
.apply  .verify{
	position: relative;
}
.apply  .verify .img{
	width: 130px;
	height: 40px;
	position: absolute;
	right: 100px;
	bottom: 15px;
}
.apply  .verify .img:hover{
	cursor: pointer;
}
.apply  .verify .img img{
	width: 100%;
	height: 100%;
}
.apply  .ligrop button{
	color: #fff;
	font-size: 18px;
	width: 47%;
	height: 55px;
	outline: none;
	border: none;
	margin-top: 24px;
	transition: all .5s;
	border-radius: 5px;
	background-color: #252525;
}
.apply  .ligrop button:hover{
	cursor: pointer;
	background-color: #383737;
}




@media(max-width:1500px){
	.apply{
		padding-top: 70px;
		padding-bottom: 140px;
		margin-bottom: 70px;
	}
}
@media(max-width:1400px){
	.apply{
		padding-top: 70px;
		padding-bottom: 100px;
		margin-bottom: 50px;
	}
	.apply .pub_tit{
		padding-bottom: 20px;
	}
	.apply .text{
		margin-bottom: 70px;
	}
	.apply .ligrop{
		margin-bottom: 50px;
	}
	.apply  .verify .img{
		right: 50px;
	}
}
@media(max-width:1300px){
	.apply{
		padding: 70px 0;
		margin-bottom: 40px;
	}
	.apply .text{
		margin-bottom: 55px;
	}
}
@media(max-width:991px){
	.apply{
		padding: 50px 0;
	}
	.apply .text{
		margin-bottom: 40px;
	}
	.apply .ligrop{
		margin-bottom: 40px;
	}
}
@media(max-width:768px){
	.apply{
		padding-top: 0;
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	.apply .text{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.apply .ligrop{
		flex-direction: column;
		margin-bottom: 0;
	}
	.apply .ligrop .li{
		font-size: 16px;
		width: 100%;
		margin-bottom: 30px;
	}
	.apply .li p{
		color: #000;
	}
	.apply .li input,
	.apply .li textarea
	{
		font-size: 14px;
		height: 40px;
	}
	.apply .li textarea{
		line-height: 40px;
	}
	.apply .address select{
		font-size: 14px;
		height: 40px;
		margin-top: 0;
	}
	.apply  .verify .img{
		width: 120px;
		right: 0;
		bottom: 10px;
	}
	.apply .ligrop button{
		font-size: 14px;
		width: 100%;
		height: 40px;
		margin-top: 0;
	}
}




.pub_store{
	padding-top: 60px;
	padding-bottom: 100px;
}
.pub_store .pub_tit{
	margin-bottom: 60px;
}
.pub_store .text{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	width: 100%;
	max-width: 1170px;
	padding-bottom: 80px;
	margin: 0 auto;
}
.pub_store .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pub_store .list{
	width: 47%;
	margin-bottom: 60px;
}
.pub_store .list a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.pub_store .list .img{
	width: 100%;
	height: 460px;
}
.pub_store .list  h4{
	color: #666;
	font-size: 16px;
	text-align: center;
	transition: all .5s;
	margin-top: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


@media(max-width:1500px){
	.pub_store{
		padding: 60px 0;
	}
}
@media(max-width:1400px){
	.pub_store .pub_tit{
		margin-bottom: 50px;
	}
	.pub_store .text{
		padding-bottom: 50px;
	}	
	.pub_store .list{
		margin-bottom: 50px;
	}
	.pub_store .list .img{
		height: 420px;
	}
	.pub_store .list  h4{
		margin-top: 25px;
	}
}
@media(max-width:1300px){
	.pub_store{
		padding: 50px 0;
	}
	.pub_store .pub_tit{
		margin-bottom: 40px;
	}
	.pub_store .list{
		margin-bottom: 40px;
	}
	.pub_store .list .img{
		height: 380px;
	}
}
@media(max-width:1200px){
	.pub_store{
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.pub_store .pub_tit{
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.pub_store .text{
		padding-bottom: 40px;
	}
	.pub_store  .list .img{
		height: 340px;
	}
	.pub_store .list h4{
		margin-top: 20px;
	}
}
@media(max-width:991px){
	.pub_store{
		padding: 20px 0;
	}
	.pub_store  .list .img{
		height: 300px;
	}
}
@media(max-width:768px){
	.pub_store{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.pub_store .text{
		font-size: 14px;
		line-height: 24px;
	}
	.pub_store  .list .img{
		height: 260px;
	}
	.pub_store .list{
		margin-bottom: 30px;
	}
	.pub_store .list h4{
		font-size: 14px;
		margin-top: 15px;
	}
}
@media(max-width:580px){
	.pub_store .text{
		padding-bottom: 30px;
	}
	.pub_store .list{
		width: 100%;
	}
	.pub_store  .list .img{
		height: 220px;
	}
}






.painting{
	padding-top: 10px;
	padding-bottom: 90px;
}
.painting .text{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	width: 42%;
	float: left;
	padding-top: 90px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-right: 90px;
}
.painting .img{
	width: 45%;
	height: 510px;
	float: left;
}


@media(max-width:1400px){
	.painting{
		padding-bottom:	75px;
	}
	.painting .text{
		padding-top: 70px;
		margin-right: 70px;
	}
	.painting .img{
		height: 480px;
	}
}
@media(max-width:1300px){
	.painting{
		padding-bottom:	60px;
	}
	.painting .text{
		padding-top: 50px;
		margin-right: 50px;
	}
	.painting .img{
		height: 450px;
	}
}
@media(max-width:1200px){
	.painting{
		padding-bottom:	50px;
	}
	.painting .text{
		padding-top: 30px;
		margin-right: 30px;
	}
	.painting .img{
		height: 420px;
	}
}
@media(max-width:991px){
	.painting .img{
		width: 48%;
		height: 380px;
	}
}
@media(max-width:768px){
	.painting{
		padding-top: 30px;
		padding-bottom:	40px;
	}
	.painting .text{
		font-size: 14px;
		line-height: 26px;
		width: 100%;
		float: none;
		padding-top: 0;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.painting  .img{
		width: 100%;
		max-width: 500px;
		height: 340px;
	}
}




.painting2{
	padding-top: 110px;
	padding-bottom: 140px;
	background-color: #f5f5f5;
}
.painting2 .pub_tit{
	margin-bottom: 55px;
}
.painting2 .list{
	width: 32.7%;
	float: left;
	margin-right: 0.95%;
}
.painting2 .list:last-child{
	margin-right: 0;
}
.painting2 .list .img{
	width: 100%;
	height: 350px;
}
.painting2 .list h4{
	color: #666;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 18px;
}


@media(max-width:1400px){
	.painting2{
		padding: 100px 0;
	}
}
@media(max-width:1300px){
	.painting2{
		padding: 80px 0;
	}
	.painting2 .pub_tit{
		margin-bottom: 40px;
	}
	.painting2 .list .img{
		height: 310px;
	}
}
@media(max-width:1200px){
	.painting2{
		padding: 60px 0;
	}
	.painting2 .list .img{
		height: 270px;
	}
	.painting2 .list h4{
		margin-top: 15px;
	}
}
@media(max-width:768px){
	.painting2{
		padding: 40px 0;
	}
	.painting2 .pub_tit{
		margin-bottom: 30px;
	}
	.painting2 .list{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.painting2 .list:last-child{
		margin-bottom: 0;
	}
	.painting2 .list h4{
		font-size: 14px;
		margin-top: 14px;
	}
}




.scope{
	padding: 90px 0;
}
.scope .pub_tit{
	margin-bottom: 110px;
}
.scope .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.scope .list{
	width: 47%;
	margin-bottom: 55px;
}
.scope .list .picbox{
	width: 100%;
	height: 435px;
	position: relative;
}
.scope .list .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.scope .list .img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s;
	background-color: rgba(0, 0, 0, 0.5);
}
.scope .list:hover .img::after{
	opacity: 1;
}
.scope .list .img img{
	width: 100%;
	height: 100%;
}
.scope .list .picbox i{
	width: 120px;
	height: 120px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: all .5s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.scope .list:hover .picbox i{
	opacity: 1;
}
.scope .list h4{
	color: #333;
	font-size: 24px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top: 30px;
}


@media(max-width:1500px){
	.scope .pub_tit{
		margin-bottom: 80px;
	}
}
@media(max-width:1400px){
	.scope{
		padding: 75px 0;
	}
	.scope .pub_tit{
		margin-bottom: 65px;
	}
	.scope .list{
		margin-bottom: 40px;
	}
	.scope .list .picbox{
		height: 430px;
	}
	.scope .list h4{
		font-size: 22px;
		margin-top: 20px;
	}
}
@media(max-width:1300px){
	.scope{
		padding: 60px 0;
	}
	.scope .pub_tit{
		margin-bottom: 50px;
	}
	.scope .list .picbox{
		height: 400px;
	}
}
@media(max-width:1200px){
	.scope .list .picbox{
		height: 360px;
	}
}
@media(max-width:991px){
	.scope .pub_tit{
		margin-bottom: 40px;
	}
	.scope .list .picbox{
		height: 320px;
	}
	.scope .list h4{
		font-size: 20px;
	}
	.scope .list .picbox i{
		width: 80px;
		height: 80px;
		top: 50%;
		margin-top: -40px;
		left: 50%;
		margin-left: -40px;
	}
}
@media(max-width:768px){
	.scope{
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.scope .pub_tit{
		margin-bottom: 30px;
	}
	.scope .list{
		margin-bottom: 30px;
	}
	.scope .list .picbox{
		height: 280px;
	}
	.scope .list h4{
		margin-top: 15px;
		font-size: 18px;
	}
}
@media(max-width:540px){
	.scope .list{
		width: 100%;
	}
	.scope .list .picbox{
		height: 240px;
	}
	.scope .list h4{
		margin-top: 12px;
		font-size: 16px;
	}
	.scope .list .picbox i{
		width: 60px;
		height: 60px;
		top: 50%;
		margin-top: -30px;
		left: 50%;
		margin-left: -30px;
	}
}
@media(max-width:480px){
	.scope .list .picbox{
		height: 220px;
	}
}




.process{
	width: 100%;
	max-width: 1920px;
	padding-top: 140px;
	padding-bottom: 210px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/processbg.jpg);
}
.process .pub_tit{
	color: #fff;
	margin-bottom: 140px;
}
.process_slidebox{
	position: relative;
}
.process_slidebox::after{
	content: '';
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.process_slide{
	position: relative;
}
.process_slide::before,
.process_slide::after
{
	content: '';
	position: absolute;
	top: 125px;
	width: 20px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
.process_slide::before{
	left: 0;
	background-position: left;
	background-image: url(../images/process_prev.png);
}
.process_slide::after{
	right: 0;
	background-position: right;
	background-image: url(../images/process_next.png);
}
.process_slide .swiper-slide{
	height: 280px;
	position: relative;
}
.process_slide .swiper-slide:hover{
	cursor: pointer;
}
.process_slide .swiper-slide .picbox{
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
}
.process_slide .swiper-slide:nth-child(2n) .picbox{
	top: unset;
	bottom: 0;
	padding-top: 35px;
}
.process_slide .swiper-slide .picbox .img_box{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	transition: all .5s;
	background-color: #fff;
}
.process_slide .swiper-slide:hover .picbox .img_box{
	background-color: #019146;
}
.process_slide .swiper-slide .picbox .img2{
	display: none;
}
.process_slide .swiper-slide:hover .picbox .img2{
	display: flex;
}
.process_slide .swiper-slide:hover .picbox .img1{
	display: none;
}
.process_slide .dot{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top:50%;
	margin-top: -7px;
	left: 50%;
	margin-left: -7px;
	z-index: 99;
	transition: all .5s;
	background-color: #fff;
}
.process_slide .swiper-slide:hover .dot{
	background-color: #019146;
}
.process_slide  .swiper-slide .txt{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 35px;
	box-sizing: border-box;
	height: 140px;
}
.process_slide  .swiper-slide:nth-child(2n) .txt{
	top: 0;
	bottom: unset;
}
.process_slide .swiper-slide:nth-child(2n) .text{
	top: 0;
	bottom: 0;
}


@media(max-width:1400px){
	.process{
		padding-top: 120px;
		padding-bottom: 180px;
	}
	.process .pub_tit{
		margin-bottom: 100px;
	}
}
@media(max-width:1300px){
	.process{
		padding-top: 120px;
		padding-bottom: 140px;
	}
	.process .pub_tit{
		margin-bottom: 80px;
	}
}
@media(max-width:1200px){
	.process{
		padding: 80px 0;
	}
	.process .pub_tit{
		margin-bottom: 60px;
	}
	.process_slidebox::after{
		top: 130px;
	}
	.process_slide::before,
	.process_slide::after
	{
		top: 115px;
	}
	.process_slide .swiper-slide{
		height: 260px;
	}
	.process_slide .swiper-slide .picbox{
		height: 130px;
	}
	.process_slide .swiper-slide .picbox .img_box{
		width: 80px;
		height: 80px;
	}
	.process_slide .swiper-slide .txt{
		height: 130px;
	}
}
@media(max-width:991px){
	.process{
		padding: 60px 0;
	}
	.process .pub_tit{
		margin-bottom: 45px;
	}
}
@media(max-width:768px){
	.process{
		padding: 40px 0;
	}
	.process .pub_tit{
		margin-bottom: 30px;
	}
	.process_slidebox::after{
		top: 120px;
	}
	.process_slide::before,
	.process_slide::after
	{
		top: 105px;
	}
	.process_slide .swiper-slide{
		height: 240px;
	}
	.process_slide .swiper-slide .picbox{
		height: 120px;
	}
	.process_slide .swiper-slide:nth-child(2n) .picbox{
		top: 0;
		bottom: unset;
		padding-top: 0;
	}
	.process_slide .swiper-slide .picbox .img_box{
		width: 75px;
		height: 75px;
	}
	.process_slide .swiper-slide .txt{
		font-size: 14px;
		line-height: 24px;
		height: 120px;
	}
	.process_slide  .swiper-slide:nth-child(2n) .txt{
		top: unset;
		bottom: 0;
	}
}




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


@media (max-width: 1400px) {
	.make{
		padding-bottom: 100px;
	}
	.make .pub_tit{
		margin-bottom: 80px;
	}
	.make .mode{
		margin-bottom: 60px;
	}
	.make .li{
		padding: 0 10px;
	}
	.make .li input,
	.make .msg textarea,
	.make .code button{
		height: 55px;
		line-height: 55px;
	}
	.make .msg{
		margin-bottom: 90px;
	}
	.make .code .li .img{
		height: 55px;
	}
}
@media (max-width: 1300px){
	.make{
		padding-bottom: 80px;
	}
	.make .pub_tit{
		margin-bottom: 60px;
	}
}
@media (max-width: 1200px){
	.make{
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.message .mode{
		margin-bottom: 50px;
	}
	.make .li input,
	.make .msg textarea,
	.make .code button{
		height: 50px;
		line-height: 50px;
	}
	.make .msg{
		margin-bottom: 70px;
	}
	.make .code .li .img{
		height: 50px;
	}
}
@media (max-width: 991px){
	.make{
		padding: 50px 0;
		margin-bottom: 50px;
	}
	.make .pub_tit{
		margin-bottom: 45px;
	}
	.make .msg,
	.make .mode{
		margin-bottom: 40px;
	}
	.make .code .li .img{
		bottom: 15px;
	}
}
@media (max-width: 768px){
	.make{
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.make .pub_tit{
		margin-bottom: 30px;
	}
	.make .ligrop{
		flex-direction: column;
	}
	.make .li{
		width: 100%;
		margin-bottom: 30px;
	}
	.make .li input,
	.make .msg textarea,
	.make .code button{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.make .mode{
		margin-bottom: 0;
	}
	.make .msg{
		margin-bottom: 30px;
	}
	.make .code .li .img{
		width: 150px;
		height: 40px;
		bottom: 10px;
	}
	.make .code  button{
		width: 100%;
		margin-top: 0;
	}
}
@media (max-width: 320px){
	.make .li{
		padding: 0;
	}
	.make .code .li .img{
		width: 140px;
	}
}




.download{
	padding-top: 60px;
	padding-bottom:	40px;
}
.download .pub_tit{
	margin-bottom: 60px;
}
.download  .textbox{
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding-bottom: 85px;
}
.download .listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.download .list{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 45px 30px;
	margin-bottom: 60px;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
.download .list .img{
	/* width: 300px; */
	width: 45%;
	height: 230px;
}
.download .list .text{
	/* width: 300px; */
	width: 45%;
}
.download .list .text h4{
	color: #4c4948;
	font-size: 22px;
	line-height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	height: 50px;
	margin-bottom: 10px;
	position: relative;	
	border-bottom: 1px solid #dbdbdb;
}
.download .list .text  .txt{
	color: #4b4c4d;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
}
.download .list .text .btn{
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
	transition: all .5s;
	background-color: #7e7e7e;
}
.download .list .text .btn:hover{
	background-color: #019146;
}
.download .list .text .btn::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/load_icon.png);
}


@media(max-width:1400px){
	.download{
		padding: 40px 0;
	}
	.download .pub_tit{
		margin-bottom: 50px;
	}
	.download .list .text h4{
		font-size: 20px;
	}
}
@media(max-width:1300px){
	.download{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.download .pub_tit{
		margin-bottom: 40px;
	}
	.download .textbox{
		padding-bottom: 70px;
	}
	.download .list{
		padding: 30px;
		margin-bottom: 50px;
	}
}
@media(max-width:1200px){
	.download{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.download .pub_tit{
		padding-bottom: 20px;
	}
	.download .textbox{
		padding-bottom: 55px;
	}
	.download .list{
		padding: 20px;
	}
	.download .list .img{
		height: 200px;
	}
	.download .list .text h4{
		font-size: 18px;
	}
	.download .list .text .txt{
		line-height: 30px;
		margin-bottom: 15px;
	}
	.download .list .text .btn{
		width: 44px;
		height: 44px;
	}
	.download .list .text .btn::after{
		margin-top: -13px;
		margin-left: -13px;
		width: 26px;
		height: 26px;
	}
}
@media(max-width:991px){
	.download .pub_tit{
		margin-bottom: 30px;
	}
	.download .textbox{
		padding-bottom: 40px;
	}
	.download .list{
		margin-bottom: 40px;
	}
	.download .list .text h4{
		line-height: 40px;
		height: 40px;
	}
	.download .list .text .txt{
		font-size: 14px;
		line-height: 26px;
	}
}
@media(max-width:768px){
	.download{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.download .pub_tit{
		margin-bottom: 25px;
	}
	.download  .textbox{
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 30px;
	}
	.download .list{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.download .list .text h4{
		line-height: 35px;
		height: 35px;
	}
	.download .list .text .txt{
		line-height: 24px;
	}
	.download .list .text .btn{
		width: 40px;
		height: 40px;
	}
	.download .list .text .btn::after{
		margin-top: -12px;
		margin-left: -12px;
		width: 24px;
		height: 24px;
	}
}
@media(max-width:580px){
	.download .list .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.download .list .text{
		width: 100%;
	}
}

.xlogin_box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.5);
}
.xlogin{
    width:  100%;
    max-width: 630px;
    height: 420px;
    padding-top: 35px;
    margin: 0 auto;
    position: fixed;
    top: 220px;
    left: 0;
    right: 0;
    z-index: 9999;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
}
.xlogin h2{
    color: #000;
    font-size: 30px;
    padding-bottom: 35px;
    text-align: center;
}
.xlogin .in{
    width: 83%;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    background-color: #eee;
}
.xlogin .in input{
    color: #666;
    font-size: 16px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 110px;
    padding-right: 40px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #eee;
}
.xlogin .in::after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 45px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.xlogin .in.xuser::after{
    background-image: url(../images/user_icon.png);
}
.xlogin .in.xpwd::after{
    background-image: url(../images/pwd_icon.png);
}
.xlogin button{
    color: #fff;
    font-size: 16px;
    display: block;
    width: 83%;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 25px;
    border: none;
    outline: none;
    transition: all .5s;
    background-color: #007937;
}
.xlogin button:hover{
    cursor: pointer;
    background-color: #019c48;
}
.xlogin p{
    color: #666;
    font-size: 16px;
    text-align: center;
}


@media (max-width: 1300px){
    .xlogin{
        height: 410px;
        padding-top: 30px;
    }
    .xlogin h2{
        padding-bottom: 30px;
    }
}
@media (max-width: 1200px){
    .xlogin h2{
        font-size: 26px;
    } 
    .xlogin .in input{
        padding-left: 80px;
    }
    .xlogin .in::after{
        left: 30px;
    }
}
@media (max-width: 991px){
    .xlogin{
        height: 365px;
    }
    .xlogin h2{
        font-size: 22px;
    }
    .xlogin .in{
        height: 50px;
    }
    .xlogin button{
        height: 50px;
    }
}
@media (max-width: 768px){
    .xlogin h2{
        font-size: 20px;
    }
    .xlogin input{
        font-size: 14px;
    }
}