
@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;font-size: 15px;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:55px;display:inline-block;position:absolute;right:0;top:0;color:#fff;background:url(../images/more.svg) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}




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



.ipub_tit,
.ipub_txt
{
    text-align: center;
}
.ipub_tit h2,
.ipub_txt{
    font-size: 26px;
	
}
.ipub_tit h2{
    color: #ee780f;
}
.ipub_txt{
    color: #3e3a39;
    line-height: 46px;
    max-width: 780px;
    margin: 0 auto;
	font-family: alibb_r;
}




@media(max-width:1500px){
    .ipub_tit h2,
    .ipub_txt{
        font-size: 24px;
    }
    .ipub_txt{
        line-height: 40px;
    }
}
@media(max-width:1300px){
    .ipub_tit h2,
    .ipub_txt{
        font-size: 20px;
    }
    .ipub_txt{
        line-height: 34px;
    }
}
@media(max-width:1300px){
    .ipub_tit h2,
    .ipub_txt{
        font-size: 20px;
    }
    .ipub_txt{
        line-height: 34px;
    }
}
@media(max-width:991px){
    .ipub_tit h2,
    .ipub_txt{
        font-size: 18px;
    }
    .ipub_txt{
        line-height: 30px;
    }
}
@media(max-width:768px){
    .ipub_txt{
        font-size: 14px;
        line-height: 24px;
    }
}




.pub_tit h2{
    color: #333;
    font-size: 36px;
    padding-left: 30px;
    position: relative;

	font-family: alibb_m;
}
.pub_tit h2::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 35px;
    background-color: #fca952;
}




@media(max-width:1400px){
    .pub_tit h2{
        font-size: 32px;
        padding-left: 25px;
    }
}
@media(max-width:1300px){
    .pub_tit h2{
        font-size: 28px;
    }
}
@media(max-width:1200px){
    .pub_tit h2{
        font-size: 24px;
    }
    .pub_tit h2::after{
        width: 4px;
        height: 30px;
    }
}
@media(max-width:991px){
    .pub_tit h2{
        font-size: 20px;
    }
    .pub_tit h2::after{
        height: 25px;
    }
}
@media(max-width:768px){
    .pub_tit h2{
        font-size: 18px;
    }
    .pub_tit h2::after{
        height: 20px;
    }
}




.pub_nav{
    border-bottom: 1px solid #e5e5e5;
}
.pub_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pub_nav ul li{
    color: #333;
    font-size: 17px;
    line-height: 75px;
    height: 75px;
    margin-right: 70px;
    position: relative;
}
.pub_nav ul li:last-child{
    margin-right: 0;
}
.pub_nav ul li::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    transition: all .3s;
    background-color: #fca952;
}
.pub_nav ul li.on::after,
.pub_nav ul li:hover::after
{
    width: 100%;
}
.pub_nav ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
}




@media(max-width:1500px){
    .pub_nav ul li{
        font-size: 15px;
        line-height: 65px;
        height: 65px;
        margin-right: 60px;
    }
}
@media(max-width:1300px){
    .pub_nav ul li{
        font-size: 15px;
        line-height: 55px;
        height: 55px;
        margin-right: 50px;
    }
}
@media(max-width:991px){
    .pub_nav{
        padding-top: 10px;
    }
    .pub_nav ul li{
        width: 30%;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        margin-right: 5%;
        margin-bottom: 10px;
    }
    .pub_nav ul li:nth-child(3n){
        margin-right: 0;
    }
    .pub_nav ul li.on,
    .pub_nav ul li:hover
    {
        color: #fff;
        background-color: #fca952;
    }
    .pub_nav ul li::after{
        display: none;
    }
}
@media(max-width:480px){
    .pub_nav ul{
        justify-content: space-between;
    }
    .pub_nav ul li{
        line-height: 30px;
        width: 45%;
        height: 30px;
    }
}




.page {
	text-align: center;
	padding:40px 0;
}
.page .pagination {
    display: inline-block;
}
.page .pagination li{display: inline-block;}
.page .pagination li span,
.page .pagination li a{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666;
    margin:0 5px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.page .pagination li.prev,
.page .pagination li.next{
    width: 90px;
}
.page .pagination li.active span,
.page .pagination li:hover a{
    color: #fff;
    background-color: #fca952;
}
.page .pagination li.disabled,
.page .pagination li.disabled:hover{
    color:#ddd;
    display:none;
}




@media(max-width:991px){
    .page .pagination li span,.page .pagination li a{
        display: inline-block;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .page .pagination li.prev,
    .page .pagination li.next
    {
        width: 70px;
    }
}
@media(max-width:768px){
    .page .pagination li span,.page .pagination li a{
        display: inline-block;
        font-size: 14px;
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
    .page .pagination li.prev,
    .page .pagination li.next
    {
        width: 50px;
    }
}



.swiper-container .pubbtnbox{
    text-align: center;
}
.swiper-container .pubbtnbox .pubbtnbox2{
    display: inline-block;
}
.swiper-container .pubbtnbox .pubbtn{
    display: flex;
    align-items: center;
}
.swiper-container .pubbtnbox .swiper-button-prev,
.swiper-container .pubbtnbox .swiper-button-next,
.swiper-container .pubbtnbox .swiper-pagination
{
    position: static;
}
.swiper-container .pubbtnbox .swiper-button-prev,
.swiper-container .pubbtnbox .swiper-button-next
{
    width: 10px;
    height: 18px;
    opacity: 1;
    outline: none;
    margin-top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.swiper-container .pubbtnbox .swiper-button-prev{
    background-image: url(../images/pub_prev.png);
}
.swiper-container .pubbtnbox .swiper-button-next{
    background-image: url(../images/pub_next.png);
}
.swiper-container .pubbtnbox .swiper-button-prev::after,
.swiper-container .pubbtnbox .swiper-button-next::after
{
    display: none;
}
.swiper-container .pubbtnbox .swiper-pagination{
    width: auto;
    margin: 0 40px;
}
.swiper-container .pubbtnbox .swiper-pagination-bullet{
    opacity: 1;
    outline: none;
    width: 12px;
    height: 12px;
    margin: 0 10px!important;
    position: relative;
    background-color: #bbb;
}
.swiper-container .pubbtnbox .swiper-pagination-bullet-active{
    overflow: visible;
    background-color: #ee780f;
}
.swiper-container .pubbtnbox .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #ee780f;
}




@media(max-width:991px){
    .swiper-container .pubbtnbox .swiper-button-prev,
	.swiper-container .pubbtnbox .swiper-button-next
    {
        width: 8px;
        height: 16px;
    }
    .swiper-container .pubbtnbox .swiper-pagination{
        margin: 0 20px;
    }
    .swiper-container .pubbtnbox .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 8px!important
    }
    .swiper-container .pubbtnbox .swiper-pagination-bullet-active::after{
        margin-top: -8px;
        margin-left: -8px;
        width: 16px;
        height: 16px;
    }
}
@media(max-width:768px){
    .swiper-container .pubbtnbox .swiper-button-prev,
    .swiper-container .pubbtnbox .swiper-button-next
    {
        width: 6px;
        height: 14px;
    }
    .swiper-container .pubbtnbox .swiper-pagination{
        margin: 0 10px;
    }
    .swiper-container .pubbtnbox .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin: 0 6px!important
    }
    .swiper-container .pubbtnbox .swiper-pagination-bullet-active::after{
        margin-top: -7px;
        margin-left: -7px;
        width: 14px;
        height: 14px;
    }
}




.supprot{
    height: 100px;
}
.header{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
    background-color: #fff;
}
.header h1{
	width: auto;
	height: 80px;
	float: left;
    margin-top: 10px;
}
.header h1 img{height:100%;object-fit: contain;}
.header .nav{
	float: right;
    margin-right: 75px;
	display: inline-block;
}
.header .nav>li{
	color: #666;
	font-size: 17px;
    line-height: 100px;
    height: 100px;
	margin-right: 65px;
	display: inline-block;
	position: relative;
}
.header .nav>li.on,
.header .nav>li:hover
{
	color: #333;
}
.header .nav>li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	transition: all .5s;
	background-color: #fca952;
}
.header .nav>li:hover::after{
	width: 100%;
}
.header .nav>li:last-child{
	margin-right: 0;
}
.header .nav>li>a{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: inline-block;
}
.header .nav>li .nav2{
	position: absolute;
    top: 100px;
	left: 50%;
    transform: translateX(-50%);
	width: 150px;
    display: none;
    padding-top: 10px;
	border-radius: 10px;
    overflow: hidden;
}
.header .nav>li .nav2 li{
	color: #666;
	font-size: 16px;
    text-align: center;
    line-height: 50px;
    height: 50px;
	transition: all .5s;
    background-color: #fff;
}
.header .nav>li .nav2 li:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.header .nav>li .nav2 li.on,
.header .nav>li .nav2 li:hover
{
	color: #fff;
    background-color: #fca952;
}
.header .nav>li .nav2 li a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.header .agrop{
	float: right;
    margin-top: 20px;
}
.header .agrop a{
    color: #666;
    font-size: 17px;
    line-height: 60px;
    height: 60px;
	float: left;
	display: block;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}
.header .agrop a:last-child{
    padding-right: 0;
    margin-right: 0;
}
.header .agrop a.on,
.header .agrop a:hover
{
    color: #fca952;
}
.header .agrop a::after{
    content: '/';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #3e3a39;
}
.header .agrop a:last-child:after{
    display: none;
}
.header .menu{
    width: 20px;
    height: 20px;
    float: right;
    display: none;
    margin-top: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/menu6.png);
}




@media(max-width:1500px){
    .supprot{
        height: 90px;
    }
    .header{
        height: 90px;
    }
    .header h1{
        width: 250px;
        height: 50px;
        margin-top: 20px;
    }
    .header .nav{
        margin-right: 50px;
    }
    .header .nav>li{
        font-size: 16px;
        line-height: 90px;
        height: 90px;
        margin-right: 50px;
    }
    .header .nav>li .nav2{
        top: 90px;
    }
    .header .nav>li .nav2 li{
        font-size: 14px;
        line-height: 45px;
        height: 45px;
    }
    .header .agrop{
        margin-top: 20px;
    }
    .header .agrop a{
        line-height: 50px;
        height: 50px;
    }
}
@media(max-width:1400px){
    .supprot{
        height: 80px;
    }
    .header{
        height: 80px;
    }
    .header h1{
        margin-top: 15px;
    }
    .header .nav{
        margin-right: 40px;
    }
    .header .nav>li{
        font-size: 15px;
        line-height: 80px;
        height: 80px;
        margin-right: 40px;
    }
    .header .nav>li .nav2{
        width: 130px;
    }
    .header .nav>li .nav2 li{
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .header .agrop{
        margin-top: 15px;
    }
    .header .agrop a{
        font-size: 15px;
    }
}
@media(max-width:1300px){
    .supprot{
        height: 70px;
    }
    .header{
        height: 70px;
    }
    .header h1{
        width: 230px;
        height: 40px;
        margin-top: 15px;
    }
    .header .nav{
        margin-right: 30px;
    }
    .header .nav>li{
        line-height: 70px;
        height: 70px;
        margin-right: 30px;
    }
    .header .nav>li{
        font-size: 15px;
        line-height: 70px;
        height: 70px;
        margin-right: 40px;
    }
    .header .nav>li .nav2{
        top: 70px;
    }
    .header .agrop a{
        line-height: 40px;
        height: 40px;
    }
}
@media(max-width:1200px){
    .header .nav{
        margin-right: 20px;
    }
    .header .nav>li{
        margin-right: 20px;
    }
}
@media(max-width:991px){
    .supprot{
        height: 60px;
    }
    .header{
        height: 60px;
    }
    .header h1{
        width: 200px;
        margin-top: 10px;
    }
    .header .nav{
        display: none;
    }
    .header .agrop{
        margin-top: 10px;
        margin-right: 15px;
    }
    .header .menu{
        display: block;
        margin-top: 20px;
        
    }
}
@media(max-width:768px){
    .supprot{
        height: 50px;
    }
    .header{
        height: 50px;
    }
    .header h1{
        width: 180px;
        height: 30px;
    }
    .header .agrop a{
        line-height: 30px;
        height: 30px;
    }
    .header .menu{
        margin-top: 15px;
    }
}




.footer{
    color: #666;
    font-size: 15px;
    padding-top: 90px;
    padding-bottom: 60px;
    background-color: #f2f2f2;
}
.footer .item1{
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.footer .item1 .footer_nav{
    width: 62%;
    float: left;
    display: flex;
    justify-content: space-between;
}
.footer .item1 .footer_nav dl{
    width: 20%;
}
.footer .item1 .footer_nav dt{
    margin-bottom: 25px;
}
.footer .item1 .footer_nav dd{
    line-height: 36px;
}
.footer .item1 .footer_nav dt a,
.footer .item1 .footer_nav dd a
{
    height: 100%;
    display: inline-block;
}
.footer .item1 .footer_nav dt:hover a,
.footer .item1 .footer_nav dd:hover a
{
    text-decoration: underline;
}
.footer .item1 .formbox{
    color: #666666;
    font-size: 15px;
    width: 24%;
    float: right;
}
.footer .item1 .formbox input,
.footer .item1 .formbox textarea,
.footer .item1 .formbox button
{
    width: 100%;
    border: none;
    outline: none;
    display: block;
    box-sizing: border-box;
    background-color: #e8e8e8;
}
.footer .item1 .formbox input{  
    height: 50px;
    padding: 0 20px;
    margin-bottom: 10px;
}   
.footer .item1 .formbox textarea{
    font-family: Arial;
    height: 100px;
    padding: 15px 20px;
    margin-bottom: 15px;
}
.footer .item1 .formbox  button{
    color: #fff;
    height: 60px;
    background-color: #bababa;
}
.footer .item1 .formbox  button:hover{
    cursor: pointer;
    background-color: #cac8c8;
}
.footer .item2 .text{
    line-height: 36px;
    width: 52%;
    float: left;
}
.footer .item2 .listbox{
    float: right;
    display: flex;
}
.footer .item2 .listbox .list{
    display: flex;
    align-items: center;
    margin-right: 65px;
}
.footer .item2 .listbox .list:last-child{
    margin-right: 0;
}
.footer .item2 .list .img{
    width: 120px;
    height: 120px;
}
.footer .item2 .list .img img{
    width: 100%;
    height: 100%;
}
.footer .item2 .list .txt{
    line-height: 30px;
    margin-left: 20px;
}
.copy{
    color: #666;
    font-size: 15px;
    padding: 30px 0;
    background-color: #e9e9e9;
}
.copy .txt{
    line-height: 24px;
    float: left;
}
.copy .agroup{
    float: right;
}
.copy .bshare-custom a{
    width: 25px;
    height: 25px;
    float: left;
    padding: 0;
    display: block;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.copy .bshare-custom a:last-child{
    margin-right: 0;
}
.copy .bshare-custom .bshare-facebook{
    background-image: url(../images/footer_icon1.png);
}
.copy .bshare-custom .bshare-twitter{
    background-image: url(../images/footer_icon3.png);
}




@media(max-width:1400px){
    .footer{
        padding-top: 80px;
    }
    .footer .item1 .footer_nav dt{
        margin-bottom: 15px;
    }
    .footer .item1 .formbox button{
        height: 50px;
    }
    .footer .item2 .text{
        width: 50%;
    }
    .footer .item2 .listbox .list{
        margin-right: 50px;
    }
    .footer .item2 .list .img{
        width: 100px;
        height: 100px;
    }
    .copy{
        padding: 20px 0;
    }
}
@media(max-width:1300px){
    .footer{
        font-size: 14px;
        padding: 60px 0;
    }
    .footer .item1{
        padding-bottom: 40px;
    }
    .footer .item1 .footer_nav{
        width: 65%;
    }
    .footer .item1 .footer_nav dt{
        margin-bottom: 10px;
    }
    .footer .item1 .footer_nav dd{
        line-height: 32px;
    }
    .footer .item2 .text{
        line-height: 32px;
    }
}
@media(max-width:1200px){
    .footer .item1 .formbox input{
        height: 40px;
        padding: 0 15px;
    }
    .footer .item1 .formbox textarea{
        padding: 15px;
    }
    .footer .item1 .formbox button{
        height: 40px;
    }
    .footer .item2 .listbox .list{
        margin-right: 40px;
    }
    .footer .item2 .list .img{
        width: 80px;
        height: 80px;
    }
    .footer .item2 .list .txt{
        line-height: 26px;
        margin-left: 15px;
    }
    .copy{
        font-size: 14px;
    }
}
@media(max-width:991px){
    .footer{
        padding: 50px 0;
    }
    .footer .item1{
        display: none;
    }
    .footer .item2 .text{
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }
    .footer .item2 .listbox{
        width: 100%;
        float: none;
    }
}
@media(max-width:768px){
    .footer{
        display: none;
    }
    .copy{
        text-align: center;
    }
    .copy .txt{
        float: none;
    }
    .copy .agroup{
        display: none;
    }
}




.news{
    padding: 90px 0;
}
.news .list{
    margin-bottom: 45px;
    border-bottom: 1px solid #dcdcdc;
}
.news .list:last-child{
    border-bottom: none;
}
.news .list a{
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    display: inline-block;
}
.news .list .img{
    width: 31%;
    height: 320px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}
.news .list .text{
    color: #666;
    font-size: 16px;
    width: 61%;
    float: right;
    padding-top: 40px;
}
.news .list .text h4,
.news .list .text p
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news .list .text h4{
    color: #3e3a39;
    font-size: 24px;
    margin-top: 15px;
    -webkit-line-clamp: 1;
	font-family: alibb_r;
}
.news .list:hover .text h4{
    color: #fca952;
} 
.news .list .text p{
    line-height: 32px;
    -webkit-line-clamp: 3;
    margin-top: 30px;
}
.news .list .text em{
    color: #fca952;
    font-weight: bold;
    padding-right: 22px;
    margin-top: 40px;
    display: inline-block;
    position: relative;

}
.news .list .text em::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 6px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/news_icon.png);
}
.news .page{
    padding-top: 35px;
    padding-bottom: 25px;
}




@media(max-width:1500px){
    .news{
        padding: 65px 0;
    }
    .news .list:last-child{
        margin-bottom: 0;
    }
    .news .list a{
        padding-bottom: 50px;
    }
    .news .list .img{
        height: 300px;
    }
}
@media(max-width:1400px){
    .news .list .text{
        font-size: 15px;
    }
    .news .list .text h4{
        font-size: 22px;
    }
    .news .list .text em{
        margin-top: 45px;
    }
}
@media(max-width:1200px){
    .news .list a{
        padding-bottom: 40px;
    }
    .news .list .img{
        height: 260px;
    }
    .news .list .text h4{
        font-size: 18px;
    }
    .news .list .text p{
        margin-top: 20px;
    }
    .news .list .text em{
        margin-top: 35px;
    }
}
@media(max-width:991px){
    .news{
        padding: 50px 0;
    }
    .news_nav ul{
        justify-content: flex-start;
    }
    .news_nav ul li{
        width: 30%;
    }
    .news .list a{
        padding-bottom: 30px;
    }
    .news .list .img{
        height: 220px;
    }
    .news .list .text{
        font-size: 14px;
        padding-top: 30px;
    }
    .news .list .text h4{
        font-size: 16px;
    }
    .news .list .text p{
        line-height: 24px;
        margin-top: 15px;
    }
    .news .list .text em{
        margin-top: 22px;
    }
}
@media(max-width:768px){
    .news{
        padding: 40px 0;
    }
    .news .list .img{
        width: 100%;
        max-width: 540px;
        float: none;
    }
    .news .list .text{
        width: 100%;
        float: none;
    }
    .news .page{
        padding-top: 10px;
        padding-bottom: 0;
    }
}





.newsv1{
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #f2f2f2;
}
.newsv1 .breadcrumb{
    color: #888;
    font-size: 16px;
    text-transform: uppercase;
}
.newsv1 .breadcrumb li{
    float: left;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}
.newsv1 .breadcrumb li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.newsv1 .breadcrumb li::after{
    content: '>';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.newsv1 .breadcrumb li:last-child:after{
    display: none;
}
.newsv1 h2{
    color: #333;
    font-size: 30px;
    margin-top: 90px;
	font-family: alibb_r;
}
.newsv1 p{
    color: #666;
    font-size: 16px;
    margin-top: 30px;
}




@media(max-width:1500px){
    .newsv1{
        padding-bottom: 80px;
    }
    .newsv1 h2{
        font-size: 26px;
        margin-top: 70px;
    }
}
@media(max-width:1300px){
    .newsv1{
        padding: 70px 0;
    }
    .newsv1 h2{
        font-size: 22px;
        margin-top: 50px;
    }
}
@media(max-width:991px){
    .newsv1{
        padding: 50px 0;
    }
    .newsv1 .breadcrumb{
        font-size: 14px;
    }
    .newsv1 h2{
        font-size: 18px;
        margin-top: 40px;
    }
    .newsv1 p{
        font-size: 14px;
        margin-top: 20px;
    }
}
@media(max-width:768px){
    .newsv1{
        padding: 40px 0;
    }
    .newsv1 .breadcrumb{
        display: none;
    }
    .newsv1 h2{
        font-size: 15px;
        line-height: 24px;
        margin-top: 0;
    }
    .newsv1 p{
        margin-top: 10px;
    }
}




.newsv2{
    padding-top: 65px;
    padding-bottom: 90px;
}
.newsv2 .textbox{
    color: #666;
    font-size: 16px;
    line-height: 36px;
}
.newsv2 .textbox video{width: 100%;height: 100%;object-fit: fill;}
.newsv2 .agrop{
    color: #333;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    margin-top: 70px;
    border-top: 1px solid #dcdcdc;
}
.newsv2 .agrop a{
    padding-left: 40px;
    display: inline-block;
    position: relative;
}
.newsv2 .agrop a:hover{
    color: #999;
}
.newsv2 .agrop .next{
    padding-left: 0;
    padding-right: 40px;
}
.newsv2 .agrop a::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.newsv2 .agrop .prev::after{
    left: 0;
    background-image: url(../images/newsv_icon1.png);
}
.newsv2 .agrop .retrun::after{
    left: 0;
    background-image: url(../images/newsv_icon2.png);
}
.newsv2 .agrop .next::after{
    right: 0;
    background-image: url(../images/newsv_icon3.png);
}
.newsv2 .share{
    color: #757575;
    font-size: 16px;        
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.newsv2 .share a{
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.newsv2 .share .bshare-weixin{
    background-image: url(../images/share1.png);
}
.newsv2 .share .bshare-sinaminiblog{
    background-image: url(../images/share2.png);
}
.newsv2 .share .bshare-facebook{
    background-image: url(../images/share3.png);
}
.newsv2 .share .bshare-twitter{
    background-image: url(../images/share4.png);
}
.newsv2 .share .bshare-linkedin{
    background-image: url(../images/share5.png);
}
.newsv2 .share a:last-child{
    margin-right: 0;
}




@media(max-width:1500px){
    .newsv2{
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .newsv2 .textbox{
        line-height: 32px;
    }
    .newsv2 .agrop{
        margin-top: 50px;
    }
    .newsv2 .share{
        margin-top: 80px;
    }
}
@media(max-width:1300px){
    .newsv2{
        padding-bottom: 60px;
    }
    .newsv2 .agrop{
        margin-top: 40px;
    }
    .newsv2 .share{
        margin-top: 60px;
    }
}
@media(max-width:991px){
    .newsv2{
        padding: 50px 0;
    }
    .newsv2 .share{
        margin-top: 40px;
    }
}
@media(max-width:768px){
    .newsv2{
        padding: 40px 0;
    }
    .newsv2 .textbox{
        font-size: 14px;
        line-height: 24px;
    }
    .newsv2 .agrop{
        font-size: 14px;
    }
    .newsv2 .agrop a{
        padding-left: 30px;
    }
    .newsv2 .agrop .next{
        padding-left: 0;
        padding-right: 30px;
    }
    .newsv2 .agrop a::after{
        width: 16px;
        height: 16px;
    }
    .newsv2 .share{
        font-size: 14px;
    }
    .newsv2 .share a{
        width: 30px;
        height: 30px;
    }
}




.solve{
    padding: 120px 0;
}
.solve .pub_tit{
    margin-bottom: 20px;
}
.solve .txt{
    color: #666;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 75px;
}
.solve .listbox .list{
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 65px;
}
.solve .listbox .list:nth-child(3n){
    margin-right: 0;
}
.solve .list .img{
    height: 340px;
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: 10px;
}
.solve .list p{
    color: #666;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.solve .list:hover p{
    color: #ee7a09;
} 
.solve .page{
    padding-top: 55px;
    padding-bottom: 0;
}




@media(max-width:1500px){
    .solve{
        padding: 100px 0;
    }
    .solve .txt{
        margin-bottom: 60px;
    }
    .solve .listbox .list{
        margin-bottom: 50px;
    }
    .solve .list .img{
        height: 300px;
        margin-bottom: 25px;
    }
    .solve .page{
        padding-top: 40px;
    }
}
@media(max-width:1400px){
    .solve{
        padding: 80px 0;
    }
    .solve .listbox .list{
        margin-bottom: 40px;
    }
    .solve .list p{
        font-size: 16px;
    }
}
@media(max-width:1300px){
    .solve{
        padding: 60px 0;
    }
    .solve .txt{
        margin-bottom: 50px;
    }
    .solve .list .img{
        height: 250px;
        margin-bottom: 20px;
    }
    .solve .page{
        padding-top: 30px;
    }
}
@media(max-width:991px){
    .solve_nav ul{
        justify-content: flex-start;
    }
    .solve{
        padding: 50px 0;
    }
    .solve_nav ul li{
        width: 30%;
    }
    .solve .txt{
        margin-bottom: 40px;
    }
    .solve .listbox .list{
        margin-bottom: 30px;
    }
    .solve .list .img{
        height: 220px;
    }
    .solve .page{
        padding-top: 20px;
    }
}
@media(max-width:768px){
    .solve{
        padding: 40px 0;
    }
    .solve .txt{
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 30px
    }
    .solve .listbox .list{
        width: 48%;
    }
    .solve .listbox .list:nth-child(2n){
        margin-right: 0;
    }
    .solve .listbox .list:nth-child(2n-1){
        margin-right: 4%;
    }
    .solve .list .img{
        height: 200px;
        margin-bottom: 15px;
    }
    .solve .list p{
        font-size: 14px;
    }
    .solve .page{
        padding-top: 10px;
    }
}
@media(max-width:480px){
    .solve .list .img{
        height: 160px;
    }
}




.busin1{
    padding-top: 40px;
    padding-bottom: 100px;
}
.busin1 .textbox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.busin1 .textbox .text{
    width: 40%;
}
.busin1 .textbox .pub_tit{
    margin-bottom: 30px;
}
.busin1 .textbox .txt{
    color: #666;
    font-size: 16px;
    line-height: 32px;
}
.busin1 .textbox  .video{
    width: 55%;
    height: 600px;
	text-align: right;
}
.busin1 .textbox  .video video{
	width: 100%;
	height: 100%;
}
.busin1 .textbox  .mbimg{
	width: 100%;
	height: 300px;
	display: none;
}
.busin1 .textbox  .mbimg img{
	width: 100%;
	height: 100%;
}




@media(max-width:1600px){
    .busin1{
        padding: 60px 0;
    }
}
@media(max-width:1500px){
    .busin1{
        padding: 30px 0;
    }
    .busin1 .textbox .pub_tit{
        margin-bottom: 25px;
    }
    .busin1 .textbox .txt{
        font-size: 13px;
        line-height: 30px;
    }
}
@media(max-width:1300px){
    .busin1{
        padding: 20px 0;
    }
    .busin1 .textbox .txt{
        line-height: 28px;
    }
    .busin1 .textbox  .video{
        height: 500px;
    }
}
@media(max-width:1200px){
    .busin1{
        padding: 60px 0;
    }
    .busin1 .textbox  .video{
        height: 400px;
    }
}
@media(max-width:991px){
    .busin_nav ul li{
        margin-right: 0;
    }
    .busin1 .textbox .txt{
        line-height: 26px;
    }
    .busin1 .textbox  .video{
		display: none;
    }
}
@media(max-width:768px){
    .busin1{
        padding: 40px 0;
    }
    .busin1 .textbox .text{
        width: 100%;
        margin-bottom: 30px;
    }
    .busin1 .textbox  .mbimg{
		display: block;
	}
}

@media(max-width:540px){
    .busin1{
        padding: 40px 0;
    }
    .busin1 .textbox .text{
        width: 100%;
        margin-bottom: 30px;
    }
    .busin1 .textbox .img{
        width: 100%;
        max-width: 480px;
        height: 320px;
    }
}




.busin2{
    padding: 100px 0;
    background-color: #f2f2f2;
}
.busin2 .listbox .list{
    font-size: 16px;
    width: 32%;
    height: 250px;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.busin2 .listbox .list:nth-child(3n){
    margin-right: 0;
}
.busin2 .list a{
    width: 100%;
    height: 100%;
    padding: 45px 30px 60px 30px;
    box-sizing: border-box;
    display: inline-block;
}
.busin2 .list h4{
    color: #3e3a39;
    font-size: 22px;
    margin-bottom: 20px;
	font-family: alibb_r;
}
.busin2 .list .txt{
    color: #666;
    line-height: 32px;
	font-size: 15px;
	
}
.busin2 .list em{
    color: #ee780f;
    position: absolute;
    left: 30px;
    bottom: 32px;
	font-size: 15px;
}




@media(max-width:1600px){
    .busin2 .listbox .list{
        font-size: 15px;
    }
    .busin2 .list a{
        padding: 35px 15px 60px 15px;
    }
    .busin2 .list h4{
        font-size: 20px;
    }
    .busin2 .list em{
        left: 15px;
    }
}
@media(max-width:1300px){
    .busin2{
        padding-top: 80px;
        padding-bottom: 60px;
    }
}
@media(max-width:1200px){
    .busin2{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .busin2 .listbox .list{
        font-size: 14px;
        height: 220px;
    }
    .busin2 .list a{
        padding: 30px 10px 40px 10px;
    }
    .busin2 .list h4{
        margin-bottom: 15px;
    }
    .busin2 .list .txt{
        line-height: 28px;
    }
    .busin2 .list em{
        bottom: 15px;
	
    }
}
@media(max-width:991px){
    .busin2 .listbox .list{
        font-size: 12px;
        height: 200px;
    }
    .busin2 .list h4{
        font-size: 16px;
        margin-bottom: 12px;
		padding-left:10px
    }
    .busin2 .list .txt{
        line-height: 24px;
    }
}
@media(max-width:768px){
    .busin2 .listbox .list{
        width: 48%;
    }
    .busin2 .listbox .list:nth-child(2n){
        margin-right: 0;
    }
    .busin2 .listbox .list:nth-child(2n-1){
        margin-right: 4%;
    }
}
@media(max-width:540px){
    .busin2{
       padding: 40px 0;
    }
    .busin2 .listbox .list{
        width: 100%;
        height: 180px;
        float: none;
        margin-right: 0;
    }
    .busin2 .list a{
        padding: 25px 10px 40px 10px;
    }
    .busin2 .listbox .list:last-child{
        margin-bottom: 0;
    }
}




.busin3{
   padding-top: 115px;
   padding-bottom: 75px;
}
.busin3 .pub_tit{
    margin-bottom: 55px;
}
.busin3 .listbox{
    font-size: 0;
}
.busin3 .listbox .list{
    width: 23%;
    height: 265px;
    float: left;
    padding: 50px 30px 30px 50px;
    box-sizing: border-box;
    margin-right: 2.66%;
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ededed;
}
.busin3 .listbox .list:nth-child(4n){
    margin-right: 0;
}
.busin3  .list i{
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 45px;
    transition: all .3s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.busin3  .list:hover i{
    transform: translateY(-5px);
}
.busin3  .list p{
    color: #3e3a39;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
}




@media(max-width:1500px){
    .busin3{
        padding-top: 100px;
        padding-bottom: 65px;
    }
    .busin3 .pub_tit{
        margin-bottom: 45px;
    }
    .busin3 .listbox .list{
        height: 240px;
        margin-bottom: 30px;
        padding: 40px 20px 20px 40px;
    }
    .busin3 .list i{
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
    }
    .busin3 .list p{
        font-size: 15px;
    }
}
@media(max-width:1400px){
    .busin3{
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .busin3 .list i{
        width: 50px;
        height: 50px;
    }
}
@media(max-width:1300px){
    .busin3{
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .busin3 .pub_tit{
        margin-bottom: 30px;
    }
    .busin3 .listbox .list{
        height: 244px;
        padding: 30px 20px 20px 30px;
    }
    .busin3 .list i{
        margin-bottom: 25px;
    }
    .busin3 .list p{
        font-size: 15px;
    }
}
@media(max-width:991px){
    .busin3 .listbox .list{
        height: 226px;
        padding: 25px 15px 15px 25px;
    }
    .busin3 .list i{
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }
    .busin3 .list p{
        font-size: 15px;
        line-height: 26px;
    }
}
@media(max-width:768px){
    .busin3{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .busin3 .listbox .list{
        width: 48%;
        height: 180px;
        padding: 20px 15px 10px 15px;
    }
    .busin3 .listbox .list:nth-child(2n){
        margin-right: 0;
    }
    .busin3 .listbox .list:nth-child(2n-1){
        margin-right: 4%;
    }
    .busin3 .list i{
        width: 30px;
        height: 30px;
        margin-bottom: 15px;
    }
    .busin3 .list p{
        font-size: 14px;
        line-height: 24px;
    }
}




.join_banner{
    position: relative;
}
.join_banner .abvideo{
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.join_banner .abvideo:hover{
	cursor: pointer;
}
.join_banner .abvideo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join_banner .abvideo .abbtn{
	width: 80px;
    height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	display: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/ab_play.png);
}
.join_banner .abvideo .abbtn:hover{
	cursor: pointer;
}
.mbabvideo{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}
.join_banner .mbabvideo .mbabtn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ab_play.png);
}
.join_banner .mbabvideo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join_banner .mbimg{
	display: none;
}




@media(max-width:1300px){
    .join_banner .abvideo .abbtn{
        width: 60px;
        height: 60px;
    }
}
@media(max-width:991px){
    .join_banner .abvideo .abbtn{
        width: 40px;
        height: 40px;
    }
}
@media(max-width:640px){
	.join_banner .abvideo{
		display: none;
	}
	.mbabvideo{
		display: block;
	}
	.join_banner .picimg{
		display: none;
	}
	.join_banner .mbimg{
		display: block;
	}
}




.join1{
    padding-top: 175px;
    padding-bottom: 125px;
} 
.join1 .text{
    width: 35%;
    float: left;
}
.join1 .text .pub_tit{
    margin-bottom: 25px;
}
.join1 .text .txt{
    color: #666;
    font-size: 15px;
    line-height: 36px;
}
.join1 .join_slide{
    width: 50%;
    height: 530px;
    float: right;
	position: relative;
}
.join_slide .swiper-wrapper,
.join_slide .swiper-slide
{
	width: 100%;
	height: 100%;
}
.join_slide .btngrop{
	width: 120px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.join_slide .btngrop .swiper-button-prev,
.join_slide .btngrop .swiper-button-next
{
	width: 50%;
	height: 100%;
	opacity: 1;
	outline: none;
	top: 0;
	margin-top: 0;
	position: relative;
	background-image: none;
}
.join_slide .btngrop .swiper-button-prev{
	left: 0;
	background-color: #f39821;
}
.join_slide .btngrop .swiper-button-next{
	right: 0;
	background-color: #fff;
}
.join_slide .btngrop .swiper-button-prev:hover,
.join_slide .btngrop .swiper-button-next:hover
{
	cursor: pointer;
}
.join_slide .btngrop .swiper-button-prev::after,
.join_slide .btngrop .swiper-button-next::after
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.join_slide .btngrop .swiper-button-prev::after{
	background-image: url(../images/join_prev.png);
}
.join_slide .btngrop .swiper-button-next::after{
	background-image: url(../images/join_next.png);
}




@media(max-width:1600px){
    .join1{
        padding-top: 150px;
    }
}
@media(max-width:1500px){
    .join1{
        padding: 125px 0;
    }
    .join1 .text .txt{
        font-size: 15px;
        line-height: 32px;
    }
}
@media(max-width:1400px){
    .join1{
        padding: 100px 0;
    }
    .join1 .text .txt{
        line-height: 28px;
    }
}
@media(max-width:1300px){
    .join1{
        padding: 80px 0;
    }
	.join1 .join_slide{
		height: 450px;
	}
}
@media(max-width:1200px){
    .join1{
        padding: 60px 0;
    }
	.join1 .join_slide{
		height: 400px;
	}
	.join_slide .btngrop{
		width: 100px;
		height: 50px;
	}
	.join_slide .btngrop .swiper-button-prev::after,
	.join_slide .btngrop .swiper-button-next::after
	{
		width: 8px;
		height: 18px;
	}
}
@media(max-width:991px){
    .join1 .text{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
	.join1 .join_slide{
		width: 100%;
		height: 350px;
	}
}
@media(max-width:768px){
    .join1{
        padding: 40px 0;
    }
    .join1 .text .pub_tit{
        margin-bottom: 20px;
    }
    .join1 .text .txt{
        font-size: 13px;
        line-height: 24px;
    }
	.join1 .join_slide{
		height: 300px;
	}
}
@media(max-width:480px){
	.join1 .join_slide{
		height: 250px;
	}
	.join_slide .btngrop{
		width: 80px;
		height: 40px;
	}
	.join_slide .btngrop .swiper-button-prev::after,
	.join_slide .btngrop .swiper-button-next::after
	{
		width: 6px;
		height: 16px;
	}
}




.join2{
    padding: 100px 0;
    background-color: #f2f2f2;
}
.join2 .itembox{
    padding: 0 50px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fca952;
	font-family: alibb_r;
}
.join2 .itembox div{
    color: #fff;
    font-size: 18px;
	text-align: left;
    line-height: 70px;
    width: 16%;
    height: 70px;
    float: left;
}
.join2 .listbox .list{
    padding: 0 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.join2 .list .hd{
    display: flex;
    position: relative;
}
.join2 .list .hd:hover{
    cursor: pointer;
}
.join2 .list .hd::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/join_icon1.png);
}
.join2 .list.on .hd::after{
    background-image: url(../images/join_icon11.png);
}
.join2 .list .hd li{
    color: #3e3a39;
    font-size: 17px;
	text-align: left;
    line-height: 80px;
    width: 16%;
    height: 80px;
}
.join2 .list .text{
    color: #666;
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    display: none;
    border-top: 1px solid #dcdcdc;
}
.join2 .list .text.on{
    display: block;
}




@media(max-width:1500px){
    .join2 .itembox{
        padding: 0 30px;
    }
    .join2 .itembox div{
        font-size: 17px;
    }
    .join2 .listbox .list{
        padding: 0 30px;
    }
    .join2 .listbox .list:last-child{
        margin-bottom: 0;
    }
    .join2 .list .hd li{
        font-size: 17px;
        line-height: 70px;
        height: 70px;
    }
    .join2 .list .text{
        font-size: 15px;
    }
}
@media(max-width:1300px){
    .join2{
        padding: 80px 0;
    }
    .join2 .itembox div,
    .join2 .list .hd li
    {
        font-size: 16px;
        line-height: 60px;
        height: 60px;
    }
    .join2 .list .hd::after{
        width: 30px;
        height: 30px;
    }
    .join2 .list .text{
        padding: 20px 0;
    }
}
@media(max-width:1200px){
    .join2{
        padding: 60px 0;
    }
}
@media(max-width:991px){
    .join2 .itembox div,
    .join2 .list .hd li
    {
        font-size: 15px;
        line-height: 50px;
        height: 50px;
    }
    .join2 .list .text{
        font-size: 13px;
        line-height: 24px;
    }
}
@media(max-width:768px){
    .join2{
        padding: 40px 0;
    }
    .join2 .itembox div,
    .join2 .list .hd li
    {
        width: 25%;
    }
	.join2 .itembox div:nth-child(1),
	.join2 .list .hd li:nth-child(1),
    .join2 .itembox div:last-child,
    .join2 .list .hd li:last-child
    {
        display: none;
    }
}
@media(max-width:480px){
    .join2 .itembox,
    .join2 .listbox .list
    {
        padding: 0 15px;
        border-radius: 5px;
    }
    .join2 .itembox div,
    .join2 .list .hd li
    {
        line-height: 45px;
        width: 33.3%;
        height: 45px;
		padding-left: 30px;
		box-sizing: border-box;
    }
    .join2 .itembox div:nth-child(4),
    .join2 .list .hd li:nth-child(4)
    {
        display: none;
    }
    .join2 .list .hd::after{
        width: 20px;
        height: 20px;
    }
}




.join3{
   padding: 120px 0;
}
.join3 .listbox .list{
    width: 24%;
    height: 440px;
    float: left;
    padding: 75px 35px 35px 35px;
    box-sizing: border-box;
    margin-right: 1.33%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}
.join3 .listbox .list:nth-child(4){
    margin-right: 0;
}
.join3 .list i{
    width: 70px;
    height: 70px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.join3 .list h4{
    color: #3e3a39;
    font-size: 22px;
    margin-top: 48px;
	font-family: alibb_r;
}
.join3 .list p{
    color: #666;
    font-size: 15px;
    line-height: 32px;
    margin-top: 20px;
}




@media(max-width:1500px){
    .join3{
        padding: 100px 0;
     }
}
@media(max-width:1400px){
    .join3 .list i{
        width: 60px;
        height: 60px;
    }
    .join3 .listbox .list{
        height: 400px;
        padding:  60px 35px 35px 35px;
    }
    .join3 .list h4{
        font-size: 22px;
        margin-top: 35px;
    }
}
@media(max-width:1300px){
    .join3{
        padding: 80px 0;
     }
     .join3 .listbox .list{
        height: 350px;
     }
     .join3 .list i{
        width: 50px;
        height: 50px;
     }
     .join3 .list h4{
        font-size: 20px;
        margin-top: 25px;
     }
     .join3 .list p{
        font-size: 15px;
        line-height: 28px;
     }
}
@media(max-width:1200px){
    .join3{
        padding: 60px 0;
     }
     .join3 .listbox .list{
        height: 320px;
        padding:  35px 20px 20px 20px;
    }
     .join3 .list h4{
        font-size: 18px;
     }
}
@media(max-width:991px){
    .join3 .listbox .list{
        width: 48%;
        height: 260px;
        margin-bottom: 40px;
    }
    .join3 .listbox .list:nth-child(2n){
        margin-right: 0;
    }
    .join3 .listbox .list:nth-child(2n-1){
        margin-right: 4%;
    }
    .join3 .list i{
        width: 40px;
        height: 40px;
    }
    .join3 .list h4{
        margin-top: 20px;
    }
}
@media(max-width:768px){
    .join3{
       padding-top: 40px;
       padding-bottom: 10px;
    }
    .join3 .listbox .list{
        margin-bottom: 30px;
    }
    .join3 .list h4{
        font-size: 16px;
    }
    .join3 .list p{
        font-size: 13px;
        line-height: 24px;
    }
}
@media(max-width:540px){
    .join3 .listbox .list{
        width: 100%;
        height: 250px;
        margin-right: 0;
    }
    .join3 .list h4{
        margin-top: 15px;
    }
    .join3 .list p{
        margin-top: 15px;
    }
}




.ab_banner{
    position: relative;
}
.ab_banner .abvideo{
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.ab_banner .abvideo:hover{
	cursor: pointer;
}
.ab_banner .abvideo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ab_banner .abvideo .abbtn{
	width: 80px;
    height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
    transform: translate(-50%,-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/ab_play.png);
}
.ab_banner .abvideo .abbtn:hover{
	cursor: pointer;
}
.mbabvideo{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}
.ab_banner .mbabvideo .mbabtn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ab_play.png);
}
.ab_banner .mbabvideo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ab_banner .mbimg{
	display: none;
}




@media(max-width:1300px){
    .ab_banner .abvideo .abbtn{
        width: 60px;
        height: 60px;
    }
}
@media(max-width:991px){
    .ab_banner .abvideo .abbtn{
        width: 40px;
        height: 40px;
    }
}
@media(max-width:640px){
	.ab_banner .abvideo{
		display: none;
	}
	.mbabvideo{
		display: block;
	}
	.ab_banner .picimg{
		display: none;
	}
	.ab_banner .mbimg{
		display: block;
	}
}




.about{
    padding: 130px 0;
}   
.about .textbox{
    width: 46%;
    float: left;
    padding-top: 90px;
}
.about .textbox .pub_tit{
    margin-bottom: 30px;
}
.about .textbox .text{
    color: #666;
    font-size: 16px;
    line-height: 34px;
}
.about .img{
    width: 45%;
    height: 650px;
    float: right;
}




@media(max-width:1600px){
    .about .textbox{
        padding-top: 30px;
    }  
}    
@media(max-width:1500px){
    .about{
        padding: 110px 0;
    }  
    .about .textbox{
        padding-top: 0;
    }  
    .about .img{
        height: 550px;
    }
}
@media(max-width:1400px){
    .about{
        padding: 90px 0;
    } 
    .about .img{
        height: 450px;
    }
}
@media(max-width:1200px){
    .about{
        padding: 70px 0;
    } 
    .about .img{
        height: 350px;
    }
}
@media(max-width:991px){
    .about{
        padding: 50px 0;
    } 
    .about .textbox{
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .about .textbox .text{
        line-height: 30px;
    }
    .about .img{
        width: 100%;
        height: 300px;
        float: none;
    }
}
@media(max-width:768px){
    .about{
        padding: 60px 0;
    } 
    .about .textbox .pub_tit{
        margin-bottom: 20px;
    }
    .about .textbox .text{
        font-size: 13px;
        line-height: 24px;
    }
    .about .img{
        height: 300px;
    }
}




.arch{
    padding-top: 75x;
    padding-bottom: 135px;
}
.arch .pub_tit{
    margin-bottom: 95px;
}
.arch .mbimg{
    display: none;
}




@media(max-width:1500px){
    .arch{
        padding-bottom: 120px;
    }
    .arch .pub_tit{
        margin-bottom: 80px;
    }
}
@media(max-width:1300px){
    .arch{
        padding-bottom: 100px;
    }
    .arch .pub_tit{
        margin-bottom: 65px;
    }
}
@media(max-width:1200px){
    .arch{
        padding-bottom: 80px;
    }
    .arch .pub_tit{
        margin-bottom: 50px;
    }
}
@media(max-width:991px){
    .arch{
        padding-bottom: 60px;
    }
    .arch .pub_tit{
        margin-bottom: 40px;
    }
}
@media(max-width:768px){
    .arch{
        padding-bottom: 40px;
    }
    .arch .pub_tit{
        margin-bottom: 25px;
    }
    .arch .pcimg{
        display: none;
    }
    .arch .mbimg{
        display: block;
    }
}




.vision {
    padding-bottom: 85px;
}
.vision .pub_tit{
    margin-bottom: 45px;
}
.vision .txt{
    color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 60px;
}
.vision_slide .swiper-wrapper{
    margin-bottom: 60px;
}
.vision_slide .swiper-slide{
    text-align: center;
    height: 400px;
    padding: 65px 25px 25px 25px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/ab3bg.jpg);
}
.vision_slide i{
    width: 100px;
    height: 120px;
    display: block;
    margin: 0 auto;
	transition: all .5s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.vision_slide .swiper-slide:hover i{
	transform: translateY(-5px);
}
.vision_slide h4{
    color: #3e3a39;
    font-size: 24px;
    margin-top: 30px;
	font-family: alibb_r;
}
.vision_slide p{
    color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
}




@media(max-width:1500px){
    .vision_slide .swiper-slide{
        height: 360px;
        padding: 50px 15px 15px 15px;
    }
    .vision_slide i{
        width: 80px;
        height: 100px;
    }
    .vision_slide p{
        font-size: 15px;
        line-height: 30px;
    }
}
@media(max-width:1300px){
    .vision .pub_tit{
        margin-bottom: 35px;
    }
    .vision .txt{
        margin-bottom: 50px;
    }
    .vision_slide .swiper-slide{
        height: 300px;
    }
    .vision_slide i{
        width: 60px;
        height: 80px;
    }
    .vision_slide h4{
        font-size: 20px;
        margin-top: 20px;
    }
    .vision_slide p{
        line-height: 28px;
    }
}
@media(max-width:1200px){
    .vision{
        padding-bottom: 70px;
    }
    .vision_slide .swiper-wrapper{
        margin-bottom: 50px;
    }
}
@media(max-width:991px){
    .vision{
        padding-bottom: 50px;
    }
    .vision .pub_tit{
        margin-bottom: 25px;
    }
    .vision .txt{
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .vision_slide .swiper-wrapper{
        margin-bottom: 40px;
    }
    .vision_slide i{
        width: 60px;
        height: 80px;
    }
    .vision_slide h4{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .vision{
        padding-bottom: 60px;
    }
    .vision .pub_tit{
        margin-bottom: 20px;
    }
    .vision .txt{
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .vision_slide .swiper-wrapper{
        margin-bottom: 40px;
    }
    .vision_slide .swiper-slide{
       height: 250px;
       padding: 30px 15px;
    } 
    .vision_slide i{
        width: 40px;
        height: 60px;
    }
    .vision_slide h4{
        font-size: 16px;
        margin-top: 10px;
    }
    .vision_slide p{
        font-size: 13px;
        line-height: 24px;
    }
}
@media(max-width:460px){
    .vision_slide .swiper-slide{
        height: 220px;
    }
}




.manage{
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/ab4bg.jpg);
}
.manage .textbox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.manage .img{
    width: 35%;
    height: 650px;
    margin-left: 70px;
}
.manage  .text{
    width: 47%;
}
.manage .text .pub_tit{
    margin-bottom: 40px;
}
.manage .text .txt{
    color: #666;
    font-size: 16px;
    line-height: 32px;
}
.manage .text .img2{
    float: right;
    margin-top: 20px;
}




@media(max-width:1600px){
    .manage{
        padding: 110px 0;
    }
}
@media(max-width:1500px){
    .manage{
        padding: 90px 0;
    }
    .manage .img{
        height: 550px;
        margin-left: 50px;
    }
}
@media(max-width:1300px){
    .manage{
        padding: 70px 0;
    }
    .manage .img{
        height: 450px;
        margin-left: 20px;
    }
    .manage .text .txt{
        font-size: 15px;
        line-height: 28px;
    }
}
@media(max-width:991px){
    .manage{
        padding: 50px 0;
    }
    .manage .img{
        height: 350px;
        margin-left: 0;
    }
}
@media(max-width:768px){
    .manage{
        padding: 60px 0;
    }
    .manage .text .pub_tit{
        margin-bottom: 25px;
    }
    .manage .img{
        text-align: center;
        width: 100%;
        height: 408px;
        margin-bottom: 40px;
    }
    .manage .text{
        width: 100%;
    }
    .manage .text .txt{
        font-size: 13px;
        line-height: 24px;
    }
}




.course{
    padding-top: 160px;
    padding-bottom: 170px;
}
.coursebox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.course .smslideb{
    width: 38%;
    height: 620px;
    padding-top: 190px;
    box-sizing: border-box;
    overflow: hidden;
    /* border: 1px solid green; */
}
.course .smlslidebox{
    position: relative;
    padding-left: 250px;
    padding-right: 90px;
    /* border: 1px solid red; */
}
.course .smlslidebox .yeadr{
    position: absolute;
    top: -65px;
    left: 0;
    /* border: 1px solid blue; */
}
.course .smlslidebox .yeadr p{
    color: #fca952;
    font-size: 220px;
    font-weight: bold;
}
.course .smlslide{
    height: 220px;
    overflow: visible;
}
.course .smlslide .swiper-slide{
    color: #f2f2f2;
    font-size: 220px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    /* height: 250px!important; */
    box-sizing: border-box;
    /* border: 1px solid red; */
}
.course .smlslide .swiper-slide-active{
	color: #fca952;
}
.course .swiper-slide-thumb-active{
    color: #fca952!important;
}
.course .smlslidebox .btngrop{
    position: absolute;
    top: 50px;
    right: 0;
    /* border: 1px solid red; */
}
.course .btngrop .swiper-button-prev,
.course .btngrop .swiper-button-next    
{
    width: 54px;
    height: 54px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 0;
    border: none;
    outline: none;
	background-image: none;
}
.course .btngrop .swiper-button-prev{
    left: 0;
    border: 2px solid #dcdcdc;
    margin-bottom: 10px;
}
.course .btngrop .swiper-button-next{
    right: 0;
    border: 2px solid #fca952;
}
.course .btngrop .swiper-button-prev::after,
.course .btngrop .swiper-button-next::after
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.course .btngrop .swiper-button-prev::after{
    background-image: url(../images/course_prev.png);
}
.course .btngrop .swiper-button-next::after{
    background-image: url(../images/course_next.png);
}
.course .bigslide{
    width: 38%;
	margin-left: 190px;
}
/* .course .bigslide .list{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.course .bigslide .list:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.course .bigslide .list h4{
    color: #3e3a39;
    font-size: 22px;
	font-family: alibb_r;
}
.course .bigslide .list p{
    color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
}
 */
.course .bigslide .text{
	color: #666;
	font-size: 16px;
	line-height: 48px;
}
.course .bigslide .text p{
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}
.course .bigslide .text p::after{
	content: '◆';
	position: absolute;
	top: 0;
	left: 0;
	color: #fca952;
	font-size: 16px;
}





@media(max-width:1600px){
    .course .smlslidebox .yeadr p{
        font-size: 200px;
    }
    .course .smlslide{
        height: 200px;
    }
    .course .smlslide .swiper-slide{
        font-size: 200px;
    }
    .course .smlslidebox .btngrop{
        top: 40px;
    }
}
@media(max-width:1500px){
    .course{
        padding-top: 120px;
        padding-bottom: 140px;
    }
    .course .smslideb{
        height: 960px;
        padding-top: 160px;
    }
    .course .smlslidebox{
        padding-left: 170px;
        padding-right: 70px;
    }
    .course .smlslidebox .yeadr{
        top: -55px;
    }
    .course .smlslidebox .yeadr p{
        font-size: 160px;
    }
    .course .smlslide{
        height: 160px;
    }
    .course .smlslide .swiper-slide{
        font-size: 160px;
    }
    .course .smlslidebox .btngrop{
        top: 20px;
    }
    .course .btngrop .swiper-button-prev,
    .course .btngrop .swiper-button-next
    {
        width: 48px;
        height: 48px;
    }
    .course .bigslide .text{
		line-height: 42px;
	}
}
@media(max-width:1400px){
	.course .bigslide{
		margin-left: 140px;
	}
	.course .bigslide .text{
		line-height: 36px;
	}
}
@media(max-width:1200px){
    .course{
        padding: 100px 0;
    }
    .course .smlslidebox .yeadr{
        top: -42px;
    }
	.course .bigslide{
		margin-left: 80px;
	}
	.course .bigslide .text{
		font-size: 15px;
		line-height: 32px;
	}
}
@media(max-width:991px){
    .course{
        padding: 60px 0;
    }
    .course .smslideb{
        padding-top: 120px;
        height: 680px;
    }
    .course .smlslidebox{
        padding-left: 130px;
    }
    .course .smlslidebox .yeadr p{
        font-size: 120px;
    }
    .course .smlslide .swiper-slide{
        font-size: 120px;
    }
    .course .smlslide{
        height: 110px;
    }
    .course .smlslidebox .btngrop{
        top: 15px;
    }
    .course .btngrop .swiper-button-prev,
    .course .btngrop .swiper-button-next
    {
        width: 32px;
        height: 32px;
    }
   .course .bigslide{
   	margin-left: 40px;
   }
}
@media(max-width:768px){
    .course{
        padding: 60px 0;
    }
    .course .smslideb{
        height: 300px;
        padding-top: 120px;
    }
    .course .smlslidebox{
        padding-left: 90px;
        padding-right: 50px;
    }
    .course .smlslidebox .yeadr{
        top: -35px;
    }
    .course .pub_tit h2{
        padding-left: 15px;
    }
    .course .smlslidebox .yeadr p{
        font-size: 80px;
    }
    .course .smlslide{
        height: 70px;
    }
    .course .smlslide .swiper-slide{
        font-size: 80px;
    }
    .course .smlslidebox .btngrop{
        top: 0;
    }
    .course .btngrop .swiper-button-prev, 
    .course .btngrop .swiper-button-next
    {
        width: 25px;
        height: 25px;
    }
    .course .bigslide{
    	margin-left: 20px;
    }
	.course .bigslide .text{
		font-size: 13px;
		line-height: 26px;
	}
}
@media(max-width:640px){
    .course .smslideb{
        padding-top: 60px;
    }
    .course .smlslidebox{
        padding-left: 30px;
        padding-right: 70px;
    }
    .course .smlslidebox .yeadr{
        top: 8px;
    }
    .course .smlslidebox .yeadr p{
        font-size: 30px;
    }
    .course .smlslidebox .yeadr .pub_tit{
        position: absolute;
        top: -70px;
        left: 0;
        width: 90px;
        display: block;
    }
    .course .smlslide{
        width: 30px;
        height: 50px;
    }
    .course .smlslide .swiper-slide{
        font-size: 30px;
    }
    .course .smlslidebox .btngrop{
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
    }
}
@media(max-width:480px){
	.course .smslideb{
		width: auto;
	}
	.course .smlslide .swiper-slide{
		padding-left: 10px;
		box-sizing: border-box;
	}
	.course .bigslide {
		width: 60%;
		margin-left: 0;
	}
	.course .bigslide .text{
		margin-left: 0;
	}
}
@media(max-width:420px){
	.coursebox{
		align-items: inherit;
	}
}
@media(max-width:320px){
	.course .bigslide {
		width: 50%;
	}
}




.honor{
    /* position: relative; */
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 125px;
    padding-bottom: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/honorbg.jpg);
}
.honor .pub_tit{
    margin-bottom: 70px;
}
.honor .honor_slide{
	/* position: relative; */
	max-width: 1340px;
	margin: 0 auto;
}
.honor_slide .swiper-wrapper{
    margin-bottom: 75px;
}
.honor_slide .swiper-slide{
	width: 540px;
	height: 405px;
}
.honor_slide .swiper-slide .img{
	width:100%;
	height:100%;
	display:flex;
	overflow:hidden;
	align-items:center;
	flex-direction:column;
	justify-content:center;
}
/* .honor_slide .swiper-slide .img img{
    width: 100%;
    height: 100%;
} */
/* .honor_slide .swiper-slide .img{
    overflow: hidden;
}
.honor_slide .swiper-slide .img img{
    object-fit: cover;
} */
.mbhonor_slide{
    display: none;
}
.mbhonor_slide .img{
    height: 240px;
}



@media(max-width:1600px){
    .honor{
        padding: 120px 0;
    }
    .honor_slide .swiper-slide{
        width: 520px;
        height: 380px;
    }
}
@media(max-width:1400px){
    .honor{
        padding: 100px 0;
    }
    .honor_slide .swiper-slide{

        height: 340px;
    }
}
@media(max-width:1300px){
    .honor{
        padding: 80px 0;
    }
}
@media(max-width:1200px){
    .honor{
        padding: 60px 0;
    }
}
@media(max-width:991px){
    .honor{
        padding: 60px 0;
    }
    .honor_slide{
        display: none;
    }
    .honor .pub_tit{
        margin-bottom: 40px;
    }
    .mbhonor{
        display: block;
    }
    .mbhonor_slide{
        display: block;
    }
}
@media(max-width:768px){
    .honor .pub_tit{
        margin-bottom: 40px;
    }
    .mbhonor_slide .img{
        height: 180px;
    }
}
@media(max-width:420px){
    .mbhonor_slide .img{
        height: 140px;
    }
}




.team{
    padding-top: 140px;
    padding-bottom: 160px;
}
.team .titbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
}
.team  .btngrop span{
    width: 53px;
    height: 53px;
    float: left;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    border: 3px solid #dcdcdc;
}
.team  .btngrop span:hover{
    cursor: pointer;
    border: 3px solid #fcad5b;
}
.team  .btngrop span::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 9px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.team  .btngrop .item-prev::after{
    background-image: url(../images/team_prev.png);
}
.team  .btngrop .item-next::after{
    background-image: url(../images/team_next.png);
}
.team  .btngrop .item-prev:hover:after{
    background-image: url(../images/team_prev11.png);
}
.team  .btngrop .item-next:hover:after{
    background-image: url(../images/team_next11.png);
}
.team  .btngrop span:last-child{
    margin-right: 0;
}
.team_slide .swiper-slide{
    color: #666;
    font-size: 16px;
    text-align: center;
    height: 510px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
	z-index: 99;
    background-color: #f2f2f2;
}
.team_slide .item1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   padding: 60px 20px 20px 20px;
    box-sizing: border-box;
}
.team_slide .img{
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin: 0 auto;
}
.team_slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_slide h4,
.team_slide p,
.team_slide i
{
    transition: all .5s;
}
.team_slide h4{
    color: #3e3a39;
    font-size: 26px;
    margin-top: 50px;
	font-family: alibb_r;
}
.team_slide p{
    margin-top: 10px;
    margin-bottom: 30px;
}
.team_slide .swiper-slide:hover h4,
.team_slide .swiper-slide:hover p,
.team_slide .swiper-slide:hover i
{
    color: #fff;
}
.team_slide .mask{
    width: 100px;
    height: 100px;
    transition: all .5s;
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: -1;
    opacity: 0;
    border-radius: 100px;
    transform: translateX(-50%);
    background-color: #fca952;
}
.team_slide .swiper-slide:hover .mask{
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    border-radius: 0;
}




@media(max-width:1600px){
    .team{
        padding: 140px 0;
    }
}
@media(max-width:1500px){
    .team{
        padding: 120px 0;
    }
    .team .titbox{
        margin-bottom: 60px;
    }
    .team .btngrop span{
        width: 45px;
        height: 45px;
    }
    .team_slide .swiper-slide{
        height: 480px;
    }
    .team_slide .img{
        width: 180px;
        height: 180px;
    }
    .team_slide h4{
        margin-top: 40px;
    }
}
@media(max-width:1300px){
    .team{
        padding: 100px 0;
    }
    .team_slide .swiper-slide{
        height: 450px;
    }
    .team_slide .img{
        width: 160px;
        height: 160px;
    }
    .team_slide h4{
        font-size: 22px;
    }
    .team_slide p{
        margin-bottom: 20px;
    }
}
@media(max-width:1200px){
    .team{
        padding: 80px 0;
    }
    .team .titbox{
        margin-bottom: 50px;
    }
    .team .btngrop span{
        width: 37px;
        height: 37px;
    }
    .team_slide .swiper-slide{
        height: 400px;
    }
    .team_slide .item1{
        padding: 40px  20px 20px 20px;
    }
    .team_slide .img{
        width: 140px;
        height: 140px;
    }
    .team_slide h4{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .team{
        padding: 60px 0;
    }
    .team .titbox{
        margin-bottom: 40px;
    }
    .team .btngrop span{
        width: 33px;
        height: 33px;
        border: 2px solid #dcdcdc;
    }
    .team  .btngrop span:hover{
        border: 2px solid #fcad5b;
    }
    .team .btngrop span::after{
        height: 12px;
    }
    .team_slide .swiper-slide{
        height: 350px;
    }
    .team_slide .item1{
        padding: 40px 15px;
    }
    .team_slide .img{
        width: 120px;
        height: 120px;
    }
    .team_slide h4{
        font-size: 18px;
        margin-top: 30px;
    }
}
@media(max-width:768px){
    .team{
        padding: 60px 0;
    }
    .team_slide .swiper-slide{
        font-size: 14px;
        height: 280px;
    }
    .team_slide h4{
        font-size: 16px;
        margin-top: 20px;
    }
    .team_slide p{
        margin: 10px 0;
    }
}




.inum{
    padding: 100px 0;
}
.inum_slide{
    color: #666;
    font-size: 16px;
    text-align: center;
}
/* .inum_slide .swiper-slide{
    border-right: 1px solid #dcdcdc;
} */
.inum_slide .value{
    color: #222;
    font-size: 55px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.inum_slide .value i{
    position: absolute;
    top: 8px;
    right: -30px;
    color: #666;
    font-size: 16px;
    font-weight: normal;
}




@media(max-width:1500px){
    .inum{
        padding: 80px 0;
    }
    .inum_slide .value{
        font-size: 50px;
    }
}
@media(max-width:1400px){
    .inum{
        padding: 60px 0;
    }
    .inum_slide{
        font-size: 15px;
    }
    .inum_slide .value{
        font-size: 40px;
    }
    .inum_slide .value::after{
        font-size: 15px;
        top: 0;
    }
}
@media(max-width:1300px){
    .inum_slide .value{
        font-size: 30px;
    }
}
@media(max-width:768px){
    .inum{
        padding: 40px 0;
    }
    .inum_slide{
        font-size: 13px;
    }
    .inum_slide .value{
        font-size: 36px;
    }
    .inum_slide .value::after{
        font-size: 12px;
		right: -20px;
    }
}




.ibusin{
    padding-top: 10px;
}
.ibusin .listbox{
    width: 38%;
    float: left;
    margin-left: 100px;
	margin-top: 80px;
}
.ibusin .listbox .list{
    margin-bottom: 20px;
}
.ibusin .listbox .list:hover{
    cursor: pointer;
}
.ibusin .list .tit{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ibusin .list .tit i{
    width: 45px;
    height: 45px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.ibusin .list .tit h4{
    color: #666;
    font-size: 18px;
    margin-left: 25px;
}
.ibusin .list.on .tit h4{
    color: #333;
    font-size: 28px;
	font-family: alibb_r;
}
.ibusin .list .txt{
    padding-left: 70px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.ibusin .list .txt p{
    color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
}
.ibusin .list .txt .more{
   color: #fff;
   font-size: 16px;
   line-height: 45px;
   height: 45px;
   display: inline-block;
   padding-left: 20px;
   padding-right: 50px;
   box-sizing: border-box;
   border-radius: 50px;
   position: relative;
   z-index: 1;
   transition: all .5s;
   background-color: #fca952;
   border: 1px solid #fca952;
}
.ibusin .list .txt .more:hover{
    color: #fca952;
}
.ibusin .list .txt .more::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50px;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ibusin .list .txt .more:hover:before{
    transform: scaleX(1);
    transform-origin: left;
}
.ibusin .list .txt .more::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 7px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/more_icon.png);
}
.ibusin .list .txt .more:hover:after{
    background-image: url(../images/more_icon2.png);
}
.ibusin .video{
    width: 55%;
    height: 710px;
    float: right;
}
.ibusin .video video{
	width: 100%;
	height: 100%;
}
.ibusin .mbimg{
	width: 100%;
	height: 350px;
	display: none;
}
.ibusin .img img{
	width: 100%;
	height: 100%;
}




@media(max-width:1500px){
    .ibusin{
        padding-top: 60px;
    }
    .ibusin .listbox{
        margin-left: 0;
    }
    .ibusin .list .tit i{
        width: 40px;
        height: 40px;
    }
    .ibusin .list.on .tit h4{
        font-size: 24px;
    }
    .ibusin .list .txt p{
        font-size: 15px;
        line-height: 30px;
    }
    .ibusin .list .txt .more{
        font-size: 15px;
        line-height: 40px;
        height: 40px;
     }
    .ibusin .video{
        height: 580px;
    }
}
@media(max-width:1300px){
    .ibusin .list.on .tit h4{
        font-size: 20px;
    }
    .ibusin .list .tit h4{
        font-size: 16px;
    }
    .ibusin .list .txt{
        padding-bottom: 10px;
    }
    .ibusin .list .txt p{
        margin-bottom: 20px;
    }
     .ibusin .video{
        height: 520px;
    }
}
@media(max-width:1200px){
    .ibusin{
        padding-top: 40px;
    }
     .ibusin .video{
        height: 450px;
    }
}
@media(max-width:991px){
    .ibusin{
        padding-top: 0;
    }
    .ibusin .listbox{
        width: 100%;
        float: none;
		margin-top: 50px;
        margin-bottom: 30px;
    }
    .ibusin .list .txt{
        padding-bottom: 0;
    }
     .ibusin .video{
       display: none;
    }
	.ibusin .mbimg{
		display: block;
	}
}
@media(max-width:768px){
	.ibusin .listbox{
		margin-top: 10px;
	}
    .ibusin .list .txt{
        /* padding-left: 55px; */
    }
    .ibusin .list.on .tit h4{
        font-size: 18px;
       /* margin-left: 10px; */
    }
    .ibusin .list .txt p{
        font-size: 13px;
        line-height: 24px;
    }
    .ibusin .list .txt .more{
        font-size: 14px;
		line-height: 35px;
		height: 35px;
        padding-right: 40px;
    }
}




.ibox{
    background-image: linear-gradient(to top,#fefefe,#f6f6f6,#f9f9f9,#fdfdfd);
}




.iadv{
    padding-top: 150px;
    padding-bottom: 150px;
}
.iadv .ipub_tit{
    margin-bottom: 20px;
}
.iadv .ipub_txt{
    margin-bottom: 70px;
}
.iadv .listbox .list{
    color: #666;
    font-size: 16px;
    text-align: center;
    width: 25%;
    height: 300px;
    padding: 70px 20px 20px 20px;
    box-sizing: border-box;
    float: left;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}
.iadv .listbox .list:hover{
    box-shadow: 1px 1px 30px #f4f4f4;
}
.iadv .listbox .list::before,
.iadv .listbox .list::after
{
    content: '';
    position: absolute;
    background-color: #e5e5e5;
}
.iadv .listbox .list::before{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.iadv .listbox .list:nth-child(5)::before,
.iadv .listbox .list:nth-child(6)::before,
.iadv .listbox .list:nth-child(7)::before,
.iadv .listbox .list:nth-child(8)::before
{
    display: none;
}
.iadv .listbox .list::after{
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}
.iadv .list i{
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.iadv .list h4{
    color: #3e3a39;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
	font-family: alibb_r;
}
.iadv .list em{
    line-height: 30px;
}
.iadv .list:hover i,
.iadv .list:hover h4,
.iadv .list:hover em
{
    opacity: 0;
}
.iadv .list .txt{
    text-align: left;
    line-height: 34px;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .5s;
    /* border-bottom: 3px solid #fca952; */
}
.iadv .list:hover .txt{
    opacity: 1;
}
.iadv .list .txt::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    transition: all .5s;
    background-color: #fca952;
}
.iadv .list:hover .txt::after{
    width: 100%;
}




@media(max-width:1600px){
    .iadv{
        padding: 150px 0;
    }
}
@media(max-width:1500px){
    .iadv{
        padding: 120px 0;
    }
    .iadv .list i{
        width: 55px;
        height: 55px;
    }
}
@media(max-width:1400px){
    .iadv{
        padding: 100px 0;
    }
    .iadv .list h4{
        font-size: 20px;
        margin-top: 15px;
    }
}
@media(max-width:1300px){
    .iadv{
        padding: 80px 0;
    }
    .iadv .ipub_txt{
        margin-bottom: 60px;
    }
    .iadv .listbox .list{
        height: 250px;
        padding: 50px 20px 20px 20px;
    }
}
@media(max-width:1200px){
    .iadv{
        padding: 60px 0;
    }
    .iadv .ipub_txt{
        margin-bottom: 50px;
    }
    .iadv .listbox .list{
        font-size: 15px;
    }
    .iadv .list i{
        width: 45px;
        height: 45px;
    }
    .iadv .list h4{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .iadv{
        padding: 40px 0 60px 0;
    }
    .iadv .ipub_txt{
        margin-bottom: 30px;
    }
    .iadv .listbox .list{
        font-size: 13px;
        width: 50%;
        height: 180px;
        padding: 35px 15px 15px 15px;
    }
    .iadv .list i{
        width: 35px;
        height: 35px;
    }
    .iadv .list h4{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .iadv .list em{
        line-height: 24px;
    }
    .iadv .list .txt{
        font-size: 14px;
        line-height: 24px;
    }
    .iadv .listbox .list:nth-child(5)::before,
    .iadv .listbox .list:nth-child(6)::before
    {
        display: block;
    }
    .iadv .listbox .list:nth-child(2n):after{
        display: none;
    }
}
@media(max-width:420px){
	.iadv .list i{
		width: 30px;
		height: 30px;
	}
	.iadv .list .txt{
		padding: 40px 10px;
	}
}




.ifreight{
    text-align: center;
    padding-bottom: 95px;
    background-color: #fff;
}
.ifreight .ipub_tit{
    margin-bottom: 20px;
}
.ifreight .ipub_txt{
    margin-bottom: 65px;
}
.ifreight .formbox{
    max-width: 1400px;
    margin: 0 auto;
}
.ifreight .formbox .jijian{
    margin-bottom: 65px;
}
.ifreight .formbox .move{
    color: #888;
    font-size: 16px;
    padding-left: 245px;
    box-sizing: border-box;
    position: relative;
    justify-content: inherit;
}
.ifreight .formbox .move p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.ifreight .formbox .radiobox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ifreight .formbox .radio{
    color: #333;
    font-size: 16px;
    padding-left: 100px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
/* .ifreight .formbox .radio:nth-child(1){
    padding-left: 50px;
} */
.ifreight .formbox .radio:hover{
    cursor: pointer;
}
.ifreight .formbox .radio input{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.ifreight .formbox .radio::before,
.ifreight .formbox .radio::after
{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.ifreight .formbox .radio::before{
    left: 50px;
    width: 40px;
    height: 30px;
}
.ifreight .formbox .radio:nth-child(1)::before{
    background-image: url(../images/ifreight_icon5.png);
}
.ifreight .formbox .radio:nth-child(2)::before{
    background-image: url(../images/ifreight_icon1.png);
}
.ifreight .formbox .radio:nth-child(3)::before{
    background-image: url(../images/ifreight_icon2.png);
}
.ifreight .formbox .radio:nth-child(4)::before{
    background-image: url(../images/ifreight_icon3.png);
}
.ifreight .formbox .radio:nth-child(5)::before{
    background-image: url(../images/ifreight_icon4.png);
}
.ifreight .formbox .radio::after{
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(../images/ifreight_round1.png);
}
.ifreight .formbox .radio.on::after{
    background-image: url(../images/ifreight_round2.png)
}
.ifreight .ligrop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.ifreight .ligrop .li{
    color: #888;
    font-size: 16px;
    width: 46%;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}
.ifreight .li p,
.ifreight .li span
{
	z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ifreight .li p{    
    left: 0;
}
.ifreight .li span{
    color: #666;
    font-size: 16px;
    right: 0;
}
.ifreight .li input,
.ifreight .li select
{
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding-left: 80px;
    box-sizing: border-box;
    outline: none;
    border: none;
    display: inline-block;
}
.ifreight .li input{
    color: #888;
}
.ifreight .li select{
    color: #333;
}
.ifreight .formbox button{
    color: #fff;
    font-size: 18px;
    height: 60px;
    border: none;
    outline: none;
    margin: 0 auto;
    margin-top: 35px;
    position: relative;
    display: inline-block;
    padding-left: 140px;
    padding-right: 105px;
    border-radius: 50px;
    transition: all .5s;
    background-color: #fca952;
}
.ifreight .formbox button:hover{
    cursor: pointer;
    background-color: #f9b46b;
}
.ifreight .formbox button::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/ifreight_search.png);
}
.ifreight .tips{
    color: #888;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-left: 42px;
    margin-top: 40px;
    position: relative;
    display: inline-block;
}
.ifreight .tips::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/ifreight_round2.png);
}
.ifreight .formbox .whether{
	display: none;
}
.ifreight .formbox .li .layui-unselect{
	width: 100%;
	height: 60px;
}
.ifreight .formbox .layui-form-select dl{
	top: 62px;
}
.ifreight .formbox  .layui-form-select dl dd.layui-this{
	background-color: #fca952!important;
}
.ifreight .formbox .layui-form-radio{
	display: none;
}




@media(max-width:1400px){
    .ifreight{
        padding-bottom: 70px;
    }
    .ifreight .formbox .jijian{
        margin-bottom: 40px;
    }
    .ifreight .formbox .move{
        font-size: 15px;
        padding-left: 220px;
    }
    .ifreight .formbox .radio{
        font-size: 13px;
    }
    .ifreight .ligrop .li{
        font-size: 15px;
        height: 50px;
    }
    .ifreight .li span{
        font-size: 15px;
    }
    .ifreight .li input,
    .ifreight .li select
    {
        font-size: 15px;
    }
    .ifreight .formbox button{
        height: 50px;
        margin-top: 20px;
    }
	.ifreight .formbox .li .layui-unselect{
		height: 50px;
	}
	.ifreight .formbox .layui-form-select dl{
		top: 55px;
	}
}
@media(max-width:1300px){
    .ifreight{
        padding-bottom: 60px;
    }
    .ifreight .ipub_txt{
        margin-bottom: 50px;
    }
    .ifreight .formbox button{
        font-size: 16px;
        padding-left: 100px;
        padding-right: 60px;
    }
    .ifreight .formbox button::after{
        left: 70px;
    }
}
@media(max-width:991px){
    .ifreight{
        padding-bottom: 50px;
    }
    .ifreight .ipub_txt{
        margin-bottom: 40px;
    }
    .ifreight .formbox .move{
        padding-left: 0;
    }
    .ifreight .formbox .move p{
        position: static;
        margin-bottom: 15px;
    }
    .ifreight .tips{
        font-size: 15px;
    }
}
@media(max-width:768px){
    .ifreight{
        padding-bottom: 40px;
    }
    .ifreight .ipub_tit{
        margin-bottom: 10px;
    }
    .ifreight .ipub_txt{
        margin-bottom: 10px;
    }
    .ifreight .ligrop{
        margin-bottom: 0;
    }
    .ifreight .formbox .jijian{
        margin-bottom: 20px;
    }
    .ifreight .ligrop .li{
        font-size: 13px;
        width: 100%;
        height: 40px;
        margin-bottom: 20px;
    }
    .ifreight .li span{
        font-size: 13px;
    }
    .ifreight .li input,
    .ifreight .li select
    {
        font-size: 13px;
    }
    .ifreight .formbox .move p{
        margin-bottom: 10px;
    }
    .ifreight .formbox .radiobox{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ifreight .formbox .radio{
        width: 33.3%;
        padding-left:0;
        margin-bottom: 10px;
    }
    .ifreight .formbox .radio:nth-child(1){
        padding-left: 0;
    }
    .ifreight .formbox .radio::before{
        display: none;
    }
    .ifreight .formbox button{
        font-size: 14px;
        height: 40px;
        padding-left: 60px;
        padding-right: 30px;
        margin-top: 10px;
    }
    .ifreight .formbox button::after{
        left: 30px;
        width: 16px;
        height: 16px;
    }
	.ifreight .formbox .li .layui-unselect{
		height: 40px;
	}
	.ifreight .formbox .layui-form-select dl{
		top: 45px;
	}
    .ifreight .tips{
        font-size: 14px;
        padding-left: 0;
        margin-top: 20px;
    }
    .ifreight .tips::after{
        display: none;
    }
}




.inews{
    padding: 150px 0;
}
.inews .ipub_tit{
    margin-bottom: 20px;
}
.inews .hd{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 75px;
}
.inews .hd li{
    color: #666;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    margin-right: 70px;
    position: relative;
}
.inews .hd li:last-child{
    margin-right: 0;
}
.inews .hd li:hover{
    cursor: pointer;
}
.inews .hd li::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    transition: all .5s;
    background-color: #fca952;
}
.inews .hd li.on::after,
.inews .hd li:hover::after{
    width: 100%;
}
.inews .listbox .list{
    color: #666;
    font-size: 16px;
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.inews .listbox .list:last-child{
    margin-right: 0;
}
.inews .list .picbox{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.inews .list .img{
    height: 320px;
}
.inews .list .time{
    color: #fff;
    text-align: center;
    line-height: 50px;
    width: 140px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-top-left-radius: 10px;
    background-color: #fca952;
}
.inews .list h4,
.inews .list p
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.inews .list h4,
.inews .list em
{
    transition: all .5s;
}
.inews .list h4{
    color: #3e3a39;
    font-size: 22px;
    -webkit-line-clamp: 1;
    margin-top: 40px;
	font-family: alibb_r;
}
.inews .list p{
    line-height: 32px;
    -webkit-line-clamp: 2;
    margin-top: 20px;
}
.inews .list em{
    padding-right: 20px;
    display: inline-block;
    position: relative;
    margin-top: 35px;
}
.inews .list:hover h4,
.inews .list:hover em
{
    color: #fca952;
}
.inews .list em::after{
    content: '>';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}




@media(max-width:1600px){
    .inews{	
        padding: 150px 0;
    }
}
@media(max-width:1500px){
    .inews{
        padding: 120px 0;
    }
    .inews .list .img{
        height: 280px;
    }
}
@media(max-width:1400px){
    .inews{
        padding: 100px 0;
    }
    .inews .listbox .list{
        font-size: 15px;
    }
    .inews .list .img{
        height: 260px;
    }
    .inews .list .time{
        line-height: 40px;
        width: 120px;
        height: 40px;
    }
    .inews .list h4{
        font-size: 20px;
    }
}
@media(max-width:1300px){
    .inews{
        padding: 80px 0;
    }
    .inews .hd{
        margin-bottom: 60px;
    }
    .inews .hd li{
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        margin-right: 50px;
    }
    .inews .list .img{
        height: 240px;
    }
    .inews .list h4{
        margin-top: 30px;
    }
    .inews .list p{
        line-height: 30px;
    }
    .inews .list em{
        margin-top: 25px;
    }
}
@media(max-width:1200px){
    .inews{
        padding: 60px 0;
    }
    .inews .ipub_tit{
        margin-bottom: 10px;
    }
    .inews .hd{
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .inews .hd li{
        margin-right: 40px;
    }
}
@media(max-width:991px){
    .inews .hd{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .inews .hd li{
        font-size: 15px;
        line-height: 40px;
        height: 40px;
        margin-right: 30px;
    }
    .inews .list h4{
        font-size: 18px;
        margin-top: 25px;
    }
    .inews .list p{
        line-height: 26px;
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .inews{
        padding: 60px 0;
    }
    .inews .ipub_tit{
        margin-bottom: 5px;
    }
    .inews .hd{
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .inews .hd li{
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        width: 32%;
        height: 35px;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .inews .hd li:nth-child(3n){
        margin-right: 0;
    }
    .inews .hd li.on,
    .inews .hd li:hover{
        color: #fff;
        background-color: #fca952;
    }
    .inews .hd li::after{
        display: none;
    }
    .inews .listbox .list{
        font-size: 14px;
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .inews .listbox .list:last-child{
        margin-bottom: 0;
    }
    .inews .list  .picbox{
        max-width: 480px;
        border-radius: 5px;
    }
    .inews .list .img{
        height: 210px;
    }
    .inews .list .time{
        line-height: 35px;
        width: 90px;
        height: 35px;
        border-top-left-radius: 5px;
    }
    .inews .list h4{
        font-size: 16px;
    }
    .inews .list p{
        line-height: 24px;
		font-size: 13px;
    }
    .inews .list em{
        margin-top: 15px;
		font-size: 13px;
    }
}




.icoop{
    padding-bottom: 120px;
    box-sizing: border-box;
}
/* .icoop .listbox{
    display: flex;
    justify-content: center;
    padding: 0 40px;
    box-sizing: border-box;
}
.icoop .listbox .list{
    width:10%;
    height: 60px;
    margin-right: 8%;
    filter: grayscale(100%);
}
.icoop .listbox .list:last-child{
    margin-right: 0;
}
.icoop .listbox .list:hover{
    filter: grayscale(0);
} */
.icoop .icoop_slide .swiper-slide{
	 filter: grayscale(100%);
}
.icoop .icoop_slide .swiper-slide:hover{
	  filter: grayscale(0);
}




@media(max-width:1500px){
    .icoop{
        padding-bottom: 140px;
    }
}
@media(max-width:1400px){
    .icoop{
        padding-bottom: 120px;
    }
}
@media(max-width:1300px){
    .icoop{
        padding-bottom: 100px;
    }
    .icoop .listbox{
        padding: 0;
    }
}
@media(max-width:1200px){
    .icoop{
        padding-bottom: 80px;
    }
}
@media(max-width:991px){
    .icoop{
        padding-bottom: 60px;
    }
    .icoop .listbox{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .icoop .listbox .list{
        text-align: center;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .icoop .listbox .list:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width:768px){
    .icoop{
        padding-bottom: 50px;
    }
    .icoop .listbox .list{
        height: 35px;
    }
}




.ihonor{
    padding-top: 20px;
    padding-bottom: 150px;
}
.ihonor .ipub_tit{
    margin-bottom: 20px;
}
.ihonor .ipub_txt{
    margin-bottom: 75px;
}
.ihonor_slide .swiper-wrapper{
    margin-bottom: 75px;
}
.ihonor_slide .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}
.ihonor_slide .swiper-slide-active,
.swiper-slide-duplicate-active{
    transform: scale(1);
}




@media(max-width:1600px){
    .ihonor{
        padding-top: 0;
    }  
}
@media(max-width:1500px){
    .ihonor{
       padding-bottom: 120px;
    }  
}
@media(max-width:1400px){
    .ihonor{
        padding-bottom: 100px;
    }  
    .ihonor .ipub_txt{
        margin-bottom: 60px;
    }
    .ihonor_slide .swiper-wrapper{
        margin-bottom: 60px;
    }
}
@media(max-width:1300px){
    .ihonor{
       padding-bottom: 80px;
    } 
    .ihonor .ipub_txt{
        margin-bottom: 50px;
    } 
    .ihonor_slide .swiper-wrapper{
        margin-bottom: 50px;
    }
}
@media(max-width:1200px){
    .ihonor{
       padding-bottom: 60px;
    }  
    .ihonor .ipub_txt{
        margin-bottom: 40px;
    }
    .ihonor_slide .swiper-wrapper{
        margin-bottom: 40px;
    }
}
@media(max-width:768px){
    .ihonor{
      padding-bottom: 40px;
    }  
    .ihonor .ipub_tit{
        margin-bottom: 10px;
    }
    .ihonor .ipub_txt{
        margin-bottom: 40px;
    }
    .ihonor_slide .swiper-wrapper{
        margin-bottom: 30px;
    }
}




.message{
    padding: 130px 0;
    background-image: linear-gradient(to top,#fafafa,#f5f5f5,#f2f2f2);
}
.message .ipub_tit{
    margin-bottom: 20px;
}
.message .ipub_txt{
    margin-bottom: 120px;
}
.message .text{
    color: #666;
    font-size: 16px;
    width: 31%;
    float: left;
    padding: 50px 45px 45px 45px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    border-top: 3px solid #fca952;
    background-color: #fff;
}
.message .text .tit{
    margin-bottom: 40px;
}
.message .text .tit h4{
    color: #3e3a39;
    font-size: 28px;
    margin-bottom: 12px;
	font-family: alibb_r;
}
.message .text .listbox{
    margin-bottom: 40px;
}
.message .text .listbox .list{
    text-align: center;
    width: 140px;
    float: left;
    margin-right: 30px;
}
.message .text .listbox .list:last-child{
    margin-right: 0;
}
.message .text .list .img{
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
}
.message .text .list .img img{
    width: 100%;
    height: 100%;
}
.message .text .txt{
    line-height: 32px;
    margin-bottom: 25px;
}
.message .text #map1{
   width: 100%;
   height: 200px;
   border-radius: 10px;
   overflow: hidden;
}
.message .map2{
    width: 66%;
    float: right;
    position: relative;
}
.message .map2 .item:hover{
    cursor: pointer;
}
.message .map2 .li{
    position: absolute;
}
.message .map2 .li1{
    top: 68%;
    right: 40%;
}
.message .map2 .li2{
    top: 69%;
    right: 37%;
}
.message .map2 .li3{
    top: 60%;
    right: 35%;
}
.message .map2 .li4{
	top: 39%;
	left: 22%;
}
.message .map2 .li5{
	top: 36%;
	left: 25%;
}
.message .map2 .li6{
	top: 50%;
	left: 39%;
}




@keyframes FpulseSlow {
	0% {transform:scale(1);opacity:1;}
	100%{transform:scale(0.85);opacity:0.5;}
}
@keyframes FpulseSlow2 {
	0% {transform:scale(0.25);opacity:0.8;}
	100%{transform:scale(1);opacity:0;}
}
.message .map2 .li:hover{
    cursor: pointer;
}
.message .map2 .li .slowbox{
    width: 16px;
    height: 16px;
    z-index: 1;
	margin: 0 auto;
    position: relative;
}
.message .map2 .li .slowbox span{
    display: block;
}
.message .map2 .li .slowbox span:nth-child(1){
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/msg_icon.png);
}
.message .map2 .li .slowbox span:nth-child(2),
.message .map2 .li .slowbox span:nth-child(3)
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    animation: FpulseSlow2 infinite 3s linear;
    background-color: #fff;
}
.message .map2 .li .slowbox span:nth-child(2){
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    z-index: -1;
}
.message .map2 .li .slowbox span:nth-child(3){
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    z-index: -2;
}
.message .map2 .li p{
    color: #666;
    font-size: 15px;
	text-align: center;
    margin-top: 5px;
}
.mbmessage{
    display: none;
}




@media(max-width:1500px){
    .message{
        padding: 110px 0;
    }
    .message .ipub_txt{
        margin-bottom: 90px;
    }
}
@media(max-width:1400px){
    .message{
        padding: 90px 0;
    }
    .message .ipub_txt{
        margin-bottom: 70px;
    }
    .message .text{
        padding: 40px 30px;
    }
    .message .text .tit{
        margin-bottom: 30px;
    }
    .message .text .tit h4{
        font-size: 24px;
    }
    .message .text .listbox{
        margin-bottom: 30px;
    }
    .message .text .listbox .list{
        width: 120px;
        margin-right: 20px;
    }
    .message .text .list .img{
        height: 120px;
        margin-bottom: 10px;
    }
}   
@media(max-width:1200px){
    .message{
        padding: 70px 0;
    }
    .message .ipub_txt{
        margin-bottom: 55px;
    }
    .message .text{
        font-size: 15px;
        padding: 40px 20px;
    }
    .message .text .tit h4{
        font-size: 20px;
    }
    .message .text .listbox .list{
        width: 80px;
    }
    .message .text .list .img{
        height: 80px;
        margin-bottom: 5px;
    }
    .message .text .txt{
        line-height: 28px;
    }
    .message .text #map1{
        max-width: 200px;
        height: 120px;
     }
}
@media(max-width:991px){
    .message{
        display: none;
    }
    .mbmessage{
        display: block;
    }
}




.mbmessage{
    color: #666;
    font-size: 14px;
    padding: 40px 0;
    background-image: linear-gradient(to top,#fafafa,#f5f5f5,#f2f2f2);
}
.mbmessage .listbox .list{
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color:#fff;
}
.mbmessage .listbox .list:nth-child(2n){
    margin-right: 0;
}
.mbmessage .list .textbox{
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    display: none;
}
.mbmessage .list .textbox.on{
    display: block;
}
.mbmessage .list h4{
   font-size: 15px;
    padding: 15px 20px;
   box-sizing: border-box;
   position: relative;
}
.mbmessage .list h4::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 8px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/pub_next.png);
}
.mbmessage .list .address{
    margin-bottom: 25px;
}
.mbmessage .list .itembox{
    margin-bottom: 25px;
}
.mbmessage .list .itembox .item{
    float: left;
    margin-right: 15px;
}
.mbmessage .list .item .img{
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}
.mbmessage .list .item .img img{
    width: 100%;
    height: 100%;
}
.mbmessage .list .item p{
    text-align: center;
}
.mbmessage .list .txt{
    line-height: 24px;
    margin-bottom: 25px;
}
.mbmessage .list #map{
    width: 220px;
    height: 120px;
}




@media(max-width:768px){
    .mbmessage .listbox .list{
        width: 100%;
        margin-bottom: 15px;
    }
    .mbmessage .listbox .list:last-child{
        margin-bottom: 0;
    }
}




.ibanner{
    position: relative;
}
.ibanner video{
    width: 100%;
    object-fit: cover;
}
.ibanner .formbox{
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1600px;
    margin: 0 auto;
}
.ibanner .formbox h2{
   font-size: 42px;
   font-weight: bold;
   margin-bottom: 35px;
   font-family: alibb_b;
}
.ibanner .formbox  p{
    font-size: 28px;
    margin-bottom: 40px;
}
.ibanner .formbox form{
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    max-width: 440px;
    margin-bottom: 45px;
}
.ibanner .formbox input,
.ibanner .formbox button
{
    height: 60px;
    border: none;
    outline: none;
}
.ibanner .formbox input{
    color: #888;
    font-size: 16px;
    width: 80%;
    padding: 0 20px;
    box-sizing: border-box;
}
.ibanner .formbox input::-webkit-input-placeholder{
    color: #888;
}
.ibanner .formbox button{
    width: 20%;
    position: relative;
    background-image: linear-gradient(to right,#fca852,#ee7a11);
}
.ibanner .formbox button:hover{
    cursor: pointer;
}
.ibanner .formbox button::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/ifreight_search.png);
}
.ibanner .agrop a{
    color: #666;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.ibanner .agrop a:last-child{
    margin-right: 0;
}
.ibanner .agrop a:hover{
   color: #333;
}
.ibanner .agrop a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    transition: all .5s;
    background-color: #ee780f;
}
.ibanner .agrop a.on::after,
.ibanner .agrop a:hover:after
{
    width: 100%;
}



@media(max-width:1600px){
    .ibanner .formbox{
        padding: 0 15px;
        box-sizing: border-box;
    }
}
@media(max-width:1500px){
    .ibanner .formbox h2{
        font-size: 38px;
    }
}
@media(max-width:1400px){
    .ibanner .formbox h2{
        font-size: 30px;
        margin-bottom: 25px;
    }
    .ibanner .formbox p{
        font-size: 24px;
    }
    .ibanner .formbox form{
        margin-bottom: 35px;
    }
}
@media(max-width:1200px){
    .ibanner .formbox h2{
        font-size: 26px;
    }
    .ibanner .formbox p{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .ibanner .formbox form{
        margin-bottom: 20px;
        max-width: 350px;
    }
    .ibanner .formbox input, 
    .ibanner .formbox button
    {
        height: 55px;
    }
}
@media(max-width:991px){
    .ibanner .formbox h2{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ibanner .formbox p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ibanner .formbox form{
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .ibanner .formbox input,
    .ibanner .formbox button
    {
        height: 45px;
    }
    .ibanner .formbox input{
        font-size: 14px;
    }
    .ibanner .formbox button::after{
        width: 16px;
        height: 16px;
    }
    .ibanner .agrop a{
        font-size: 14px;
        line-height: 45px;
        height: 45px;
        margin-right: 20px;
    }
}
@media(max-width:768px){
    .ibanner .formbox h2{
        font-size: 18px;
    }
    .ibanner .formbox p{
        font-size: 14px;
    }
    .ibanner .formbox form{
        max-width: 250px;
    }
    .ibanner .formbox input,
    .ibanner .formbox button
    {
        height: 40px;
    }
}




.imessage{
    padding-top: 20px;
    padding-bottom: 110px;
}
.imessage .ipub_tit{
    margin-bottom: 20px;
}
.imessage .ipub_txt{
    margin-bottom: 85px;
}
.imessage .text{
    color: #666;
    font-size: 16px;
    width: 31%;
    float: left;
    padding: 50px 45px 45px 45px;
    box-sizing: border-box;
    margin-top: 100px;
    border-radius: 10px;
    overflow: hidden;
    border-top: 3px solid #fca952;
    background-color: #fff;
}
.imessage .text .tit{
    margin-bottom: 40px;
}
.imessage .text .tit h4{
    color: #3e3a39;
    font-size: 28px;
    margin-bottom: 12px;
	font-family: alibb_r;
}
.imessage .text .listbox{
    margin-bottom: 40px;
}
.imessage .text .listbox .list{
    text-align: center;
    width: 140px;
    float: left;
    margin-right: 30px;
}
.imessage .text .listbox .list:last-child{
    margin-right: 0;
}
.imessage .text .list .img{
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
}
.imessage .text .list .img img{
    width: 100%;
    height: 100%;
}
.imessage .text .txt{
    line-height: 32px;
}
.imessage .text #map1{
   max-width: 290px;
   height: 150px;
   border-radius: 10px;
   overflow: hidden;
}
.imessage .map2{
    width: 66%;
    float: right;
    position: relative;
}
.imessage .map2 .item:hover{
    cursor: pointer;
}
.imessage .map2 .li{
    position: absolute;
}
.imessage .map2 .li1{
    top: 68%;
    right: 40%;
}
.imessage .map2 .li2{
    top: 69%;
    right: 37%;
}
.imessage .map2 .li3{
    top: 60%;
    right: 35%;
}
.imessage .map2 .li4{
	top: 39%;
	left: 22%;
}
.imessage .map2 .li5{
	top: 36%;
	left: 25%;
}
.imessage .map2 .li6{
	top: 50%;
	left: 39%;
}
@keyframes FpulseSlow {
	0% {transform:scale(1);opacity:1;}
	100%{transform:scale(0.85);opacity:0.5;}
}
@keyframes FpulseSlow2 {
	0% {transform:scale(0.25);opacity:0.8;}
	100%{transform:scale(1);opacity:0;}
}
.imessage .map2 .li:hover{
    cursor: pointer;
}
.imessage .map2 .li .slowbox{
    width: 16px;
    height: 16px;
    z-index: 1;
	margin: 0 auto;
    position: relative;
}
.imessage .map2 .li .slowbox span{
    display: block;
}
.imessage .map2 .li .slowbox span:nth-child(1){
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/msg_icon.png);
}
.imessage .map2 .li .slowbox span:nth-child(2),
.imessage .map2 .li .slowbox span:nth-child(3)
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    animation: FpulseSlow2 infinite 3s linear;
    background-color: #fff;
}
.imessage .map2 .li .slowbox span:nth-child(2){
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    z-index: -1;
}
.imessage .map2 .li .slowbox span:nth-child(3){
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    z-index: -2;
}
.imessage .map2 .li p{
    color: #666;
    font-size: 15px;
	text-align: center;
    margin-top: 5px;
}
.imbmessage{
    display: none;
}




@media(max-width:1500px){
    .imessage{
        padding-top: 0;
        padding-bottom: 90px;
    }
    .imessage .ipub_txt{
        margin-bottom: 90px;
    }
}
@media(max-width:1400px){
    .imessage{
        padding-bottom: 70px;
    }
    .imessage .ipub_txt{
        margin-bottom: 70px;
    }
    .imessage .text{
        padding: 40px 30px;
    }
    .imessage .text .tit{
        margin-bottom: 30px;
    }
    .imessage .text .tit h4{
        font-size: 24px;
    }
    .imessage .text .listbox{
        margin-bottom: 30px;
    }
    .imessage .text .listbox .list{
        width: 120px;
        margin-right: 20px;
    }
    .imessage .text .list .img{
        height: 120px;
        margin-bottom: 10px;
    }
}   
@media(max-width:1200px){
    .imessage{
        padding-bottom: 60px;
    }
    .imessage .ipub_txt{
        margin-bottom: 55px;
    }
    .imessage .text{
        font-size: 15px;
        padding: 40px 20px;
    }
    .imessage .text .tit h4{
        font-size: 20px;
    }
    .imessage .text .listbox .list{
        width: 80px;
    }
    .imessage .text .list .img{
        height: 80px;
        margin-bottom: 5px;
    }
    .imessage .text .txt{
        line-height: 28px;
    }
    .imessage .text #map1{
        max-width: 200px;
        height: 120px;
     }
}
@media(max-width:991px){
    .imessage{
        padding-bottom: 50px;
    }
    .imessage{
        display: none;
    }
    .imbmessage{
        display: block;
    }
}
@media(max-width:768px){
    .imessage{
        padding-bottom: 40px;
    }
}




.imbmessage{
    color: #666;
    font-size: 14px;
    padding: 20px 0 60px 0;
  /*  background-image: linear-gradient(to top,#fafafa,#f5f5f5,#f2f2f2); */
}
.imbmessage .listbox .list{
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;
    border-radius: 5px;
    background-color:#fff;
}
.imbmessage .listbox .list:nth-child(2n){
    margin-right: 0;
}
.imbmessage .list .textbox{
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    display: none;
}
.imbmessage .list .textbox.on{
    display: block;
}
.imbmessage .list h4{
   font-size: 14px;
    padding: 15px 20px;
   box-sizing: border-box;
   position: relative;
}
.imbmessage .list h4::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 8px;
    height: 18px;
	transition: all .5s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/pub_next.png);
}
.imbmessage .list h4.on::after{
	transform: rotate(90deg);
}
.imbmessage .list .address{
    margin-bottom: 25px;
}
.imbmessage .list .itembox{
    margin-bottom: 25px;
}
.imbmessage .list .itembox .item{
    float: left;
    margin-right: 15px;
}
.imbmessage .list .item .img{
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}
.imbmessage .list .item .img img{
    width: 100%;
    height: 100%;
}
.imbmessage .list .item p{
    text-align: center;
}
.imbmessage .list .txt{
    line-height: 24px;
}
.imbmessage .list #map{
    width: 220px;
    height: 120px;
}




@media(max-width:768px){
    .imbmessage .listbox .list{
        width: 100%;
        margin-bottom: 15px;
    }
    .imbmessage .listbox .list:last-child{
        margin-bottom: 0;
    }
}

.case{overflow:hidden;}
.case ul{width:512px;margin: 0px 10px;}
.case li{margin-bottom:10px;}
.case li .pli{width:100%;height:310px;overflow:hidden;}
.case li img{width:100%;height:100%;object-fit: cover;transition: all 0.6s;}
.case li:hover img{transform: scale(1.2);}
.case li h3{font-size:16px;line-height:50px;text-align: center;}
@media(max-width:768px){
    .case ul{width:100%;margin:0 auto;}
    .case li .pli{height:auto;}
}

/* 侧边栏 */
.right_sidebar{
    padding: 8px;
    box-sizing: border-box;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
	z-index: 9999;
    background-color: #f2f2f2;
}
.right_sidebar .list{
    margin-bottom: 5px;
    position: relative;
}
.right_sidebar .list:nth-child(1){
    color: #666;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 50px;
}
.right_sidebar .list:last-child{
    margin-bottom: 0;
}
.right_sidebar .list:hover{
	cursor: pointer;
}
.right_sidebar .list a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    position: relative;
}
.right_sidebar .list a.on{
    color: #fff;
    background-color: #fca952;
}
.right_sidebar .list:nth-child(1) a{
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
    box-sizing: border-box;
}
.right_sidebar .list a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.right_sidebar .list  .infor::after{
    background-image: url(../images/sideba_icon1.png);
}
.right_sidebar .list  .phone::after{
    background-image: url(../images/sideba_icon2.png);
}
.right_sidebar .list  .gotop::after{
    background-image: url(../images/sideba_icon3.png);
}
.right_sidebar .list .infor.on::after{
    background-image: url(../images/sideba_icon11.png);
}
.right_sidebar .list .phone.on::after{
    background-image: url(../images/sideba_icon22.png);
}
.right_sidebar .list .gotop.on::after{
    background-image: url(../images/sideba_icon33.png);
}
.right_sidebar .list .show{
   color: #666;
   font-size: 18px;
   text-align: center;
   width: 180px;
   padding: 20px 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: -200px;
   display: none;
   box-shadow:  0px 0px 10px #dcdcdc;
   background-color: #fff;
}
.right_sidebar .list.on .show{
    display: block;
}




@media(max-width:991px){
    .right_sidebar{
       display: none;
    }
}




html,body{
    position: relative;
}
/* 报价单 */
.quotation{
    color: #666;
    font-size: 16px;
    width: 60%;
    max-width: 940px;
    height: 590px;
    padding: 50px 0;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    display: none;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/quotationbg.png);
}
.quotation .tit{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 65px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.quotation .tit h4{
    color: #ee780f;
    font-size: 28px;
}
.quotation .tit .close{
    width: 28px;
    height: 28px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/close.png);
}
.quotation .tit .close:hover{
    cursor: pointer;
}
.quotation .textbox .text,
.quotation .textbox .text2
{
    width: 50%;
    padding: 0  65px;
    box-sizing: border-box ;
}
.quotation .textbox .text{
    float: left;
}
.quotation h5{
    color: #ee7a09;
    font-size: 16px;
}
.quotation .text h5{
    margin-bottom: 20px;
}
.quotation .text .txt{
    line-height: 38px;
}
.quotation .textbox .text2{
    width: 50%;
    float: right;
}
.quotation .text2 h5{
    margin-bottom: 35px;
}
.quotation  .text2 .price{
    margin-bottom: 45px;
}
.quotation .text2 .price span{
    color: #ee7a09;
    font-weight: bold;
}
.quotation .text2 p{
    line-height: 34px;
}
.quotation .text2 a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    width: 200px;
    height: 60px;
    display: block;
    border-radius: 50px;
    margin-top: 50px;
    transition: all .3s;
    background-color: #fca952;
}
.quotation .text2 a:hover{
    background-color: #faae5f;
}
.quomask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,0.5);
}
.quomask.on{
    display: block;
}




@media(max-width:1500px){
    .quotation{
        height: 550px;
        padding: 40px 0;
    }
    .quotation .tit{
        padding: 0 40px;
        margin-bottom: 50px;
    }
    .quotation .tit h4{
        font-size: 24px;
    }
    .quotation .tit .close{
        width: 24px;
        height: 24px;
    }
    .quotation .textbox .text,
    .quotation .textbox .text2
    {
        padding: 0 40px;
    }
    .quotation .text2 a{
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
}
@media(max-width:1300px){
    .quotation{
        font-size: 15px;
        height: 520px;
    }
    .quotation .tit{
        padding: 0 25px;
        margin-bottom: 40px;
    }
    .quotation h5{
        font-size: 15px;
    }
    .quotation .text .txt{
        line-height: 34px;
    }
    .quotation .text2 p{
        line-height: 30px;
    }
    .quotation .textbox .text,
    .quotation .textbox .text2
    {
        padding: 0 25px;
    }
}
@media(max-width:1200px){
    .quotation .tit{
        margin-bottom: 30px;
    }
    .quotation .tit h4{
        font-size: 20px;
    }
    .quotation .tit .close{
        width: 20px;
        height: 20px;
    }
    .quotation .text2 a{
        width: 160px;
    }
}
@media(max-width:991px){
    .quotation{
        height: auto;
    }
    .quotation .text h5{
        margin-bottom: 15px;
    }
    .quotation .text2 h5{
        margin-bottom: 25px;
    }
    .quotation .text2 .price{
        margin-bottom: 25px;
    }
    .quotation .text2 a{
        font-size: 15px;
        line-height: 45px;
        width: 140px;
        height: 45px;
        margin-top: 25px;
    }
}
@media(max-width:768px){
    .quotation{
        font-size: 14px;
        width: 90%;
    }
    .quotation .tit{
        padding: 0 20px;
    }
    .quotation .tit h4{
        font-size: 18px;
    }
    .quotation .tit .close{
        width: 16px;
        height: 16px;
    }
    .quotation .textbox .text,
    .quotation .textbox .text2
    {
        width: 100%;
        padding: 0 20px;
    }
    .quotation .textbox .text{
        margin-bottom: 25px;
    }
    .quotation .text .txt{
        line-height: 28px;
    }
    .quotation .text h5{
        margin-bottom: 10px;
    }
    .quotation .text2 h5{
        margin-bottom: 15px;
    }
    .quotation .text2 a{
        font-size: 14px;
        line-height: 40px;
        width: 120px;
        height: 40px;
    }
}




/* 留言窗 */
.leave{
    color: #666;
    font-size: 16px;
    width: 53%;
    max-width: 850px;
    height: 730px;
    z-index: 9;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
	z-index: 999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/leavebg.png);
}
.leavebox{
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 85px 0 85px;
    /* box-sizing: border-box;
    border: 1px solid red; */
}
.leavebox .tit{
    position: relative;
    margin-bottom: 45px;
}
.leavebox .tit h2{
    color: #3e3a39;
    font-size: 24px;
    text-align: center;
    position: relative;
	font-family: alibb_r;
}
.leavebox .tit .close{
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/close.png);
}
.leavebox .tit .close:hover{
    cursor: pointer;
}
.leavebox p{
    margin-bottom: 15px;
}
.leavebox  .formbox input,
.leavebox  .formbox textarea{
    color: #666;
    font-size: 16px;
    width: 100%;
    border: none;
    outline: none;
    display: block;
    border-bottom: 1px solid #dcdcdc;
}
.leavebox  .formbox input{
    height: 55px;
}
.leavebox  .formbox  textarea{
    height: 90px;
    padding: 20px 0;
    box-sizing: border-box;
}
.leavebox  .formbox button{
    color: #fff;
    font-size: 16px;
    width: 190px;
    height: 55px;
    border: none;
    outline: none;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    border-radius: 5px;
    transition: all .3s;
    background-color: #fca952;
}
.leavebox  .formbox button:hover{
    cursor: pointer;
    background-color: #fbb367;
}




@media(max-width:1500px){
    .leavebox{
        padding:  50px 40px 0 40px;
    }
    .leavebox .tit{
        margin-bottom: 35px;
    }
}
@media(max-width:1300px){
    .leavebox .tit h2{
        font-size: 20px;
    }
    .leavebox .tit .close{
        width: 20px;
        height: 20px;
    }
    .leavebox .formbox textarea{
        padding: 15px 0;
    }
    .leavebox .formbox button{
        width: 170px;
    }
}
@media(max-width:1200px){
    .leave{
        font-size: 15px;
        height: 650px;
    }
    .leavebox .formbox input{
        font-size: 15px;
        height: 45px;
    }
    .leavebox .formbox textarea{
        font-size: 15px;
        height: 80px;
    }
    .leavebox .formbox button{
        font-size: 15px;
        height: 45px;
    }
}
@media(max-width:991px){
    .leave{
        height: 620px;
    }
    .leavebox{
        padding: 40px 30px 0 30px;
    }
    .leavebox .formbox button{
        margin-top: 30px;
    }
}
@media(max-width:768px){
    .leave{
        font-size: 14px;
        width: 80%;
        height: 580px;
    }
    .leavebox .tit{
        margin-bottom: 25px;
    }
    .leavebox .tit h2{
        font-size: 18px;
    }
    .leavebox .tit .close{
        width: 16px;
        height: 16px;
		right: 0;
    }
    .leavebox p{
        margin-bottom: 10px;
    }
    .leavebox .formbox input,
    .leavebox .formbox textarea
    {
        font-size: 14px;
    }
    .leavebox .formbox textarea{
        padding: 10px 0;
    }
    .leavebox .formbox button{
        font-size: 14px;
        width: 150px;
    }
}




.leavemask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
	z-index: 99;
    background-color: rgba(0,0,0,.6);
}




/* @font-face {
	font-family: alibb_b;
	src: url(../fonts/alibb_b.otf);
}
@font-face {
	font-family: alibb_r;
	src: url(../fonts/alibb_r.otf);
}
@font-face {
	font-family: alibb_m;
	src: url(../fonts/alibb_m.otf);
} */




/* 底部按钮 */
.footerpillar{
	height: 50px;
	display: none;
}
.footerbtn{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99999;
	background-color: #fca952;
}
.footerbtn .listbox .list{
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	width: 33.3%;
	height: 50px;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.footerbtn .listbox .list::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px ;
	height: 20px;
	background-color: #fff;
}
.footerbtn .listbox .list:last-child::after{
	display: none;
}
.footerbtn .list i,
.footerbtn .list span
{
	display: inline-block;
}
.footerbtn .list a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerbtn .list i{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
}
.footerbtn .list:nth-child(1) i{
	background-image: url(../images/footer2_1.png);
}
.footerbtn .list:nth-child(2) i{
	background-image: url(../images/footer2_2.png);
}
.footerbtn .list:nth-child(3) i{
	background-image: url(../images/footer2_3.png);
}




@media(max-width:640px){
	.footerpillar,
	.footerbtn
	{
		display: block;
	}
}


input::placeholder {
  color: #909090; /* 提示文字颜色为灰色 */
}