@charset"utf-8";

/*banner*/

.banner{
    width: 100%;
    padding-top: 85px;
    position: relative;
}

.swiper-container{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .swiper-slide img{
	width: 100%;
}

.banner .banner_m{
    display: none;
}

.m_banner{
    display: none;
}

.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(../images/icon_prev.png) no-repeat center;
    background-size: cover;
    left: 5%;
}

.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../images/icon_next.png) no-repeat center;
    background-size: cover;
    right: 5%;
}

.head{
    position: fixed;
    height: 85px;
    background: white;
    z-index: 9999;
    width: 100%;
}

.head .logo{
    float: left;
    margin-top: 16px;
}

.head .nav{
    float: left;
    margin-left: 80px;
}

.head .nav > li{
    display: inline-block;
    position: relative;
    padding: 35px 20px;
}

.head .nav > li > a{
    display: block;
    color: #333333;
    font-size: 16px;
    padding-bottom: 10px
}

.head .nav > li.cur > a,
.head .nav > li > a:hover{
    border-bottom: 3px solid #621C75; 
}

.head .nav ul{
    position: absolute;
    top: 85px;
    left: -3px;
    background: white;
    width: 110px;
    text-align: center;
    padding: 10px;
}

.head .nav ul li a{
    color: #333333;
    display: block;
    line-height: 150%;
}

.head .nav ul li a:hover{
    font-size: 18px;
}

.head .search{
    float: right;
    margin-top: 30px;
    margin-right: 8px;
}

.head .language{
    margin-top: 30px;
    float: right;
    margin-right: 5px;
}

.head .language a{
    font-size: 16px;
}

.industry{
    margin: 0 auto;
    margin-top: -120px;
    max-width: 1240px;
    position: relative;
    z-index: 99;
    padding-bottom: 20px;
}

.m_industry{
    display: none;
}

.industry .swiper-container{
    padding-top: 20px;
}

.industry .industry_item{
    float: left;
    width: 21%;
    margin: 0 2%;
    box-shadow: 0 0 10px rgba(0,0,0,0.26);
    transition: 0.6s;
}

.industry .industry_item .top{
    width: 100%;
    position: relative;
}

.industry .industry_item .top img{
    display: block;
    width: 100%;
}

.industry .industry_item .top .mask{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #727272;
    opacity: 0;
    transition: 0.6s;
}

.industry .industry_item .top .mask p{
    font-size: 1rem;
    font-weight: bold;
    color: white;
    padding:10%;
    line-height: 200%;
}

.industry .industry_item:hover{
    transform: translate(0,-20px);
}

.industry .industry_item:hover .top .mask{
    opacity: 1;
}

.industry .industry_item .bot{
    background: white;
    border-bottom: 2px solid #621B75;
    padding: 20px 0;
    text-align: center;
}

.industry .industry_item .bot h1{
    font-size: 22px;
    color: #333;
}

.industry .industry_item .bot .info{
    margin-top: 10px;
    text-align: center;
}

.industry .industry_item .bot .info p{
    display: inline-block;
    color: #333;
}

.industry .industry_item .bot .info .bar{
    display: inline-block;
    height: 2px;
    background: #621b75;
    width: 30px;
    margin:0 5px;
    vertical-align: middle;
}

/* indexNews */
.indexNews{
    background: url(../images/index_newsbg.jpg) no-repeat center;
    height: 747px;
    position: relative;
}

.indexNews .table{
    width: 120px;
    float: left;
    margin: 115px 0;
    text-align: center;
}

.indexNews .table .bar1{
    background: url(../images/bar1.png) no-repeat center;
    height: 144px;
    width: 2px;
    margin-left: 59px;
}

.indexNews .table .bar2{
    background: url(../images/bar2.png) no-repeat center;
    height: 68px;
    width: 18px;
    margin-left: 51px;
}

.indexNews .table span{
    display: block;
    font-size: 24px;
    color: white;
    transition: 1s;
    height: 36px;
    cursor: pointer;
}

.indexNews .table span.cur,
.indexNews .table span:hover{
    font-size: 26px;
}

.indexNews .index_news_box{
    float: left;
    width: 70%;
    height: 660px;
    margin:43px 5%;
    background: white;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.indexNews .index_news_box .more{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #c186d1;
    padding-bottom: 3px;
    z-index: 9;
    transition: 0.6s;
}

.indexNews .index_news_box .more:hover{
    border-bottom: 1px solid #621b75;
}

.indexNews .index_news_box .news_wrap{
    height: 190px;
    margin-bottom: 25px;
}

.indexNews .index_news_box .news_wrap:last-child{
    margin-bottom: 0;
}

.indexNews .index_news_box .news_wrap a{
    display: block;
    width: 100%;
    height: 100%;
}

.indexNews .index_news_box .news_wrap .news_pic{
    float: left;
    width: 330px;
    overflow: hidden;
    height: 190px;
}

.indexNews .index_news_box .news_wrap .news_pic img{
    display: block;
    width: 100%;
}

.indexNews .index_news_box .news_wrap .news_info{
    float: left;
    width: calc(90% - 330px);
    width: -webkit-calc(90% - 330px);
    width: -moz-calc(90% - 330px);
    margin: 0 5%;
}

.indexNews .index_news_box .news_wrap .news_info h1{
    font-size: 20px;
    color: #333;
    transition: 0.6s;
}

.indexNews .index_news_box .news_wrap .news_info p{
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 30px;
    text-indent: 2em;
    max-height: 54px;
    overflow: hidden;
}

.indexNews .index_news_box .news_wrap .news_info span{
    font-size: 12px;
    color: #999;
}

.indexNews .index_news_box .news_wrap .news_info i{
    display: block;
    width: 59px;
    height: 13px;
    background: url(../images/icon_arrow2.png) no-repeat center;
    position: relative;
    margin-top: 10px;
    transition: 0.6s;
    opacity: 1;
}

.indexNews .index_news_box .news_wrap .news_info:hover h1{
    color: #621c75;
}

.indexNews .index_news_box .news_wrap .news_info i:after{
    content: "";
    position: absolute;
    width: 59px;
    height: 13px;
    background: url(../images/icon_arrow3.png) no-repeat center;
    opacity: 0;
    top: -13px;
    transition: 0.6s;
}

.indexNews .index_news_box .news_wrap .news_info i:hover:after{
    top: 0;
    opacity: 1;
}

.indexNews .news_button{
    float: right;
    width: calc(20% - 120px);
    width: -webkit-calc(20% - 120px);
    width: -moz-calc(20% - 120px);
    margin-top:560px; 
}

.indexNews .news_button img{
    display: block;
    width: 100%;
}

.indexNews .index_news_box .swiper-button-next{
    width: 40px;
    height: 40px;
    right: 0;
    background: url(../images/icon_next.png) no-repeat center;
    background-color: #5F1672;
    top: 55%;
}

.indexNews .index_news_box .swiper-button-prev{
    width: 40px;
    height: 40px;
    right: 0;
    left: inherit;
    background: url(../images/icon_prev.png) no-repeat center;
    background-color: #5F1672;
    top: 45%;
}

.index_news_m{
    display: none;
}

/* 首页content1 */
.content1{
    text-align: center;
    padding: 20px 0;
    max-width: 780px;
    margin: 0 auto;
}

.content1 .col{
    float: left;
    margin: 0 72px;
    cursor: pointer;
}

.content1 .col i{
    display: block;
    position: relative;
    border-radius: 100%;
    width: 115px;
    height: 115px;
    border: 1px solid #ccc;
    clip: rect(auto,115px,60px,auto);
}

.content1 .col i:before{
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    top: -1px;
    left: -1px;
    width: 115px;
    height: 115px;    
    border: 1px solid #5f1672;
    clip: rect(auto,115px,60px,auto);
    transition: 0.6s;
}

.content1 .col i:hover{
    box-shadow: 1px 0px 10px rgba(0,0,0,0.26);
}

.content1 .col.col1 i:before{
    transform: rotate(240deg);
}

.content1 .col.col2 i:before{
    transform: rotate(60deg);
}

.content1 .col.col2 i:before{
    transform: rotate(120deg);
}

.content1 .col.col1 i:hover:before{
    transform: rotate(600deg);
}

.content1 .col.col2 i:hover:before{
    transform: rotate(420deg);
}

.content1 .col.col3 i:hover:before{
    transform: rotate(480deg);
}

.content1 .col i img{
    position: absolute;
    width: 52px;
    height: 52px;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -26px;
}

.content1 .col p{
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.content1 .col:hover p{
    color: #5f1672;
}


/*首页content2 */
.content2 {
    margin-bottom: 40px;
}
.content2 .video_item{
    float: left;
    width: 48%;
    margin-right: 2%;
    display: flex;
}

.content2 .video_item .video_left{
    /* float: left; */
    width: 50%;
    position: relative;
    flex: 1;
    cursor: pointer;
}

.content2 .video_item .video_left .video_bg{
    width: 100%;
}

.content2 .video_item .video_left .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.content2 .video_item .video_left .mask span{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.content2 .video_item .video_info{
    flex: 1;
    width: 50%;
    /* float: left; */
    text-align: center;
    box-shadow:0 2px 5px rgba(0,0,0,0.26); 
    transition: 0.6s;
}

.content2 .video_item .video_info h1{
    font-size: 24px;
    margin-top: 5vw;
    color: #621c75;
    transition: 0.6s;
}

.content2 .video_item .video_info a{
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 200%;
    margin-top: 2vw;
    margin-left: -30px;
    transition: 0.6s;
}

.content2 .video_item:hover .video_info{
    box-shadow:0 2px 15px rgba(0,0,0,0.26); 
}

.content2 .video_item:hover a{
    color: #621c75;
}

.content2 .video_item .video_info a:before{ 
    content: "";
    position: absolute;
    background: url(../images/icon_arrow1.png) no-repeat center;
    background-size: 30px 10px;
    width: 30px;
    height: 10px;
    left: 80px;
    top: 9px;
    transition: 0.6s;
    opacity: 0;
}

.content2 .video_item .video_info a:hover{
    margin-left: 40px;
}

.content2 .video_item .video_info a:hover::before{
    left: -40px;
    opacity: 1;
}

.content2 .index_culture{
    float: left;
    width: 48%;
    margin-left: 2%;
}

.content2 .index_culture a{
    display: flex;
}

.content2 .index_culture .Ind_culture_left{
    flex: 1;
}

.content2 .index_culture .Ind_culture_left img{
    display: block;
    width: 100%;
}

.content2 .index_culture .Ind_culture_right{
    flex: 1;
    width: 50%;
    /* float: left; */
    box-shadow:0 2px 5px rgba(0,0,0,0.26); 
    transition: 0.6s;
    /* padding: 2%; */
}

.content2 .index_culture .Ind_culture_right h1{
    color: #333;
    font-size: 24px;
    margin: 12% 4% 0;
}

.content2 .index_culture .Ind_culture_right p{
    margin: 1vw 4% 0;
    font-size: 14px;
    text-indent: 2em;
    line-height: 150%;
}

.content2 .index_culture .Ind_culture_right span{
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin: 1vw 4% 0;
}

.content2 .index_culture:hover .Ind_culture_right{
    box-shadow:0 2px 15px rgba(0,0,0,0.26); 
}


/* 首页content3 */
.content3{
    padding: 40px 0;
}

.content3 .table_slide{
    padding: 10px;
}

.content3 .table_slide.hide{
    display: none;
}

.content3 .table_slide .col{
    width: 100%;
    transition: 0.6s;
    padding-bottom: 20px;
    border-bottom: 1px solid #5f1672;
}

.content3 .table_slide .col .col_img{
    width: 100%;
}

.content3 .table_slide .col .col_img img{
    display: block;
    width: 100%;
}

.content3 .table_slide .col h1{
    font-size: 24px;
    color: #333;
    line-height: 200%;
    text-align: center;
}

.content3 .table_slide .col .bar{
    width: 100%;
    height: 1px;
    background: #ccc;
}

.content3 .table_slide .col .col_info{
    padding: 20px;
}

.content3 .table_slide .col .col_info p{
    min-height: 120px;
    line-height: 30px;
    color: #1d1d1d;
    text-indent: 2em;
}

.content3 .table_slide .col .col_info span{
    float: right;
    color: #666;
    margin-top: 15px;
}

.content3 .table_slide .col:hover{
    box-shadow:4px 4px 15px rgba(0,0,0,0.26); 
    border-bottom: none;
}

.content3 .swiper-button-prev{
    display: none;
}

.content3 .swiper-button-next{
    display: none;
}

/* footer */
.footer{
    background: #454545;
    height: 250px;
    padding: 70px 0;
}

.footer .qc_code{
    float: left;
    text-align: center;
}

.footer .qc_code p{
    font-size: 12px;
    color: #959597;
    line-height: 24px;
}

.footer .footer_info{
    float: right;
}

.footer .footer_info h1{
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
}

.footer .footer_info p{
    font-size: 14px;
    color: #959597;
}

.footer .footer_nav{
    margin: 0 0 0 15%;
}

.footer .footer_nav > li{
    float: left;
    text-align: center;
    margin: 0 2%;
}

.footer .footer_nav > li > a{
    display: block;
    font-size: 16px;
    color: white;
}

.footer .footer_nav li ul li a{
    font-size: 14px;
    color: #959597;
    line-height: 30px;
}

/* copyright */
.copyright{
    height: 50px;
    background: #454545;
    border-top: 1px solid#A3A3A5;
    line-height: 50px;
}

.copyright span{
    color: #959597;
    display: inline-block;
    margin-right: 15%;
}

.copyright span a,.copyright span a:hover,.copyright span a:link{
    color:#959597;
}

.copyright img{
    margin-right: 20px;
}

.m_nav{
    display: none;
}


/* 内页 */

.i_banner{
    padding-top: 85px;
    width: 100%;
}

.i_banner img{
    display: block;
    width: 100%;
}

.i_banner img.banner_m{
    display: none;
}


/* 公共导航 */

.c_nav{
    position: relative;
    height: 100px;
    padding-bottom: 120px;
    border-bottom: 1px solid #d9d9d9;
}

.c_nav .fl{
    position: absolute;
    top: -200px;
    width: 253px;
    height: 298px;
    background: url(../images/tit_border.png) no-repeat center;
    background-size: 253px 298px;

}

.c_nav .fl .p1{
    position: absolute;
    bottom: 70px;
    left: 90px;
    font-size: 24px;
    color: #666;
}

.c_nav .fl .p2{
    position: absolute;
    bottom: 32px;
    left: 90px;
    font-size: 28px;
    color: #621b75;
    text-transform: uppercase;
    white-space: nowrap;
}

.c_nav .fl .p3{
    position: absolute;
    left: 90px;
    bottom: 0;
    font-size: 24px;
}

.c_nav .r_nav{
    float: right;
}

.c_nav .r_nav .top{
    margin-top: 95px;
    text-align: right;
}

.c_nav .r_nav .top span{
    font-size: 14px;
}

.c_nav .r_nav .top a{
    font-size: 14px;
    font-weight: bold;
}

.c_nav .r_nav .bot{
    margin-top: 26px;
}

.c_nav .r_nav .bot a{
    display: inline-block;
    margin: 0 40px;
    font-size: 18px;
}

.c_nav .r_nav .bot a.cur{
    color: #621b75;
    border-bottom: 1px solid #621C75;
}


/* about1 */

.about1{
    margin-top: 3px;
    padding-bottom: 60px;
}

.about1 .info{
    padding: 90px 0 180px;
    background:url(../images/about1_bg.jpg) no-repeat center;
}

.about1 .info p{
    padding: 0 8px;
    font-size: 18px;
    color: #666;
    line-height: 36px;
    text-indent: 2em;
}

.about1 img{
    display: block;
    max-width: 100%;
    margin: -100px auto 0;
}


/* about2 */

.about2{
    display: flex;
    padding: 60px 0;
    width: 100%;
}

.about2 .item{
    width: 25%;
    text-align: center;
    margin-right: 129px;
}

.about2 .item.item1{
    margin-top: 408px;
}

.about2 .item.item2{
    margin-top: 274px;
}

.about2 .item.item3{
    margin-top: 137px;
}

.about2 .item.item4{
    margin-right: 0;
}

.about2 .item .tit{
    position: relative;
    margin-bottom: 20px;
    border-bottom: 16px solid #666;
}

.about2 .item .tit:after{
    position: absolute;
    right: -72px;
    bottom: -40px;
    width: 16px;
    height: 200px;
    background: #666;
    transform: rotate(45deg);
    content: "";
}

.about2 .item.item4 .tit:after{
    width: 0;
    height: 0;
    background: none;
    content: "";
}

.about2 .item .tit span{
    font-size: 32px;
    text-shadow: 0px 6px 6px rgba(14, 5, 11, 0.38);
}

.about2 .item.item1 .tit span{
    color: #970a02;
}

.about2 .item.item2 .tit span{
    color: #01a778;
}

.about2 .item.item3 .tit span{
    color: #047f9e;
}

.about2 .item.item4 .tit span{
    color: #970263;   
}

.about2 .item .tit p{
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.about2 .item .tit img{
    max-width: 100%;
}

.about2 .item .tit img.about2_img2{
    display: none;
}

.about2 .item .info{
    text-align: left;
    width: 130%;
}

.about2 .item .info p{
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.about2 .item .info p:before{
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #631d76;
    content: "";
}


/* about3 */

.about3{
    margin: 60px 0;
}

.about3 img{
    max-width: 100%;
}


/* about4*/

.about4{
    margin: 60px auto;
    padding: 0 100px;
}

.about4 .gallery-top{
    border: 1px solid #eee;
    padding: 40px 0;
}

.about4 .gallery-top .video_wrapper{
    position: relative;
    max-width: 60%;
    margin: 0 auto;
}

.about4 .gallery-top .video_wrapper > img{
    display: inline-block;
    width: 100%;
}

.about4 .gallery-top .video_wrapper .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.about4 .gallery-top .video_wrapper .mask span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.about4 .over-gallery{
    position: relative;
    margin-top: 60px;
    padding: 0 60px;
}

.about4 .over-gallery .gallery-thumbs .video_wrapper > img{
    display: inline-block;
    width: 100%;
}

.about4 .over-gallery .gallery-thumbs .video_wrapper{
    position: relative;
}

.about4 .over-gallery .gallery-thumbs .video_wrapper .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.about4 .over-gallery .gallery-thumbs .video_wrapper .mask span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.about4 .gallery-thumbs .video_wrapper .mask span img{
    width: 50px;
    height: 50px;
}

.about4 .over-gallery .gallery-thumbs .video_info{
    padding-top: 25px;
}

.about4 .over-gallery .gallery-thumbs .video_info h1{
    font-size: 24px;
    color: #621b75;
    text-align: center;
}

.about4 .over-gallery .gallery-thumbs .video_info p{
    font-size: 16px;
    line-height: 150%;
    margin: 20px 0 10px;
}

.about4 .over-gallery .swiper-button-next{
    right: 0;
    width: 40px;
    height: 96px;
    background: url(../images/icon_next.png) no-repeat center;
    background-size: 20px 36px;
    background-color: #621b75;
    border-radius: 8px;
    outline: none;
}

.about4 .over-gallery .swiper-button-prev{
    left: 0;
    width: 40px;
    height: 96px;
    background: url(../images/icon_prev.png) no-repeat center;
    background-size: 20px 36px;
    background-color: #621b75;
    border-radius: 8px;
    outline: none;
}

.about4 .over-gallery .swiper-button-prev.swiper-button-disabled{
    background-color: #dbdbdb;
}

.about4 .over-gallery .swiper-button-next.swiper-button-disabled{
    background-color: #dbdbdb;
}


/* news */

.news{
    margin: 60px auto;
}

.news .news_top .fl{
    margin-right: 45px;
}

.news .news_top .fl img{
    width: 420px;
    height: 258px;
}

.news .news_top .n_t_info .tit{
    margin-bottom: 30px;
    font-size: 24px;
    color: #621b75;
}

.news .news_top .n_t_info p{
    margin-bottom: 25px;
    min-height: 72px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.news .news_top .n_t_info span{
    display: block;
    font-size: 14px;
    color: #666;
}

.news .news_top .n_t_info span.data{
    margin-bottom: 30px;
}

.news .news_top .n_t_info .btn{
    padding: 10px 20px;
    border: 1px solid #621b75;
    transition: .6s;
}

.news .news_top .n_t_info .btn:hover{
    background: #621b75;
    color: #fff;
}

.news .news_list{
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.news .news_list a{
    cursor: default;
}

.news .news_list .row{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.news .news_list .row .fl{
    margin-right: 50px;
    width: 269px;
    height: 178px;
    overflow: hidden;
}

.news .news_list .row .fl img{
    display: block;
	width: 100%;
}

.news .news_list .row .info{
    width: calc(100% - 319px);
}

.news .news_list .row .info .tit{
    margin-bottom: 22px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.news .news_list .row .info p{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    cursor: pointer;
}

.news .news_list .row .info span{
    color: #a3a3a3;
    cursor: pointer;
}

/*page2*/
.page2{
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

.page2 span,.page2 a{
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    font-size: 22px;
    color: #666;
}

.page2 span.cur a{
    color: #621C75 !important;
    text-decoration: underline;
}

/* news_show */

.news_show{
    margin: 60px 0;
}

.news_show .top{
    text-align: center;
    border-bottom: 1px solid #eee;
}

.news_show .top h1{
    margin-bottom: 40px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.news_show .top span{
    display: inline-block;
    margin-bottom: 10px;
}

.news_show .top span.data{
    margin-left: 100px;
}

.news_show .info{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.news_show .info p{
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
}

.news_show .info img{
    display: block;
    max-width: 100%;
    margin: 30px auto;
}

.page{
    padding: 20px 0;
}

.page .fl .row a{
    display: block;
    margin-bottom: 10px;
    transition: .6s;
}

.page .fl .row a:hover font{
    color: #621b75;
    text-decoration: underline;
}

.page .return{
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #621b75;
    transition: .6s;
}

.page .return:hover{
    background: #621b75;
    color: #fff;
    cursor: pointer;
}


/* product */

.product .top{
    padding: 60px 0 30px;
}

.product .top p{
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
}

.pro_link .tit{
    padding-bottom: 10px;
    border-bottom: 1px solid #621b75;
}

.pro_link .tit span{
    color: #621b75;
}

.pro_link .tit .fl{
    font-size: 24px;
}

.pro_link .tit .fr{
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
}

.pro_link .link_wrap a{
    display: inline-block;
    margin:15px 24px;
    font-size: 18px;
}

.product .mid{
    margin-top: 60px;
    font-size: 18px;
    color: #666;
    line-height: 36px;
    text-indent: 2em;
}

.over_honor{
    position: relative;
    padding: 40px;
}

.over_honor .swiper-wrapper .swiper-slide{
    text-align: center;
}

.over_honor .swiper-wrapper .swiper-slide img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.over_honor .swiper-wrapper .swiper-slide .honor_info{
    font-size: 24px;
    color: #666;
}


.over_honor .swiper-button-next{
    right: 0;
    width: 40px;
    height: 96px;
    background: url(../images/icon_next.png) no-repeat center;
    background-size: 20px 36px;
    background-color: #621b75;
    border-radius: 8px;
    outline: none;
}

.over_honor .swiper-button-prev{
    left: 0;
    width: 40px;
    height: 96px;
    background: url(../images/icon_prev.png) no-repeat center;
    background-size: 20px 36px;
    background-color: #621b75;
    border-radius: 8px;
    outline: none;
}

.over_honor .swiper-button-next.swiper-button-disabled{
    background-color: #dbdbdb;
}

.over_honor .swiper-button-prev.swiper-button-disabled{
    background-color: #dbdbdb;
}


/* .product_show */

.product_show .info{
    padding: 60px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.product_show .info img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


/* culture */

.culture_wrap .container_1520{
    display: flex;
    padding: 40px 15px;
    align-items: center;
}

.culture_wrap2{
    position: relative;
    width: 100%;
}

.culture_wrap2 .container_1520{
    position: relative;
    z-index: 2;
    flex-direction: row-reverse;
}

.culture_wrap .info{
    flex: 1;
}

.culture_wrap .info h1{
    margin-bottom: 40px;
    font-size: 44px;
    color: #621b75;
}

.culture_wrap .info p{
    font-size: 18px;
}

.culture_wrap .culture_pic{
    flex: 1;
    padding: 0 0 0 30px;
}

.culture_wrap2 .culture_pic{
    padding: 0 30px 0 0;
}

.culture_wrap .culture_pic img{
    display: block;
    max-width: 100%;
}

#canvas{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.culture_wrap4{
    padding: 50px 0;
    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}

.culture_wrap4 .top{
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 15px;
}

.culture_wrap4 .top h1{
    font-size: 44px;
    color: #621b75;
    text-align: center;
}

.culture_wrap4 .top p{
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    line-height: 27px;
}

.culture_wrap4 .container_1520{
    flex-direction: row-reverse;
}

.culture_wrap4 .culture_pic{
    padding: 0 30px 0 0;
}

.culture_wrap4 .info .row{
    padding-left: 25px;
    margin-bottom:40px;
}

.culture_wrap4 .info .row h2{
    position: relative;
    font-size: 20px;
    color: #333;
}

.culture_wrap4 .info .row h2:before{
    position: absolute;
    left: -25px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #621b75;
    border-radius: 50%;
    content: "";
}

.culture_wrap4 .info .row p{
    font-size: 16px;
    line-height: 24px;
}


/* social */

.social1,
.social2,
.social3{
    padding: 60px 0 50px 0;
    /* text-align: center; */
}

.social1 p,
.social2 p,
.social3 p{
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
    /* text-align: left; */
}

.social1 img,
.social2 img,
.social3 img{
    position: relative;
    display: block;
    /* width: 100% !important; */
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
}

.social1_bg{
    position: relative;
    z-index: 1;
    margin-top: -200px;
    width: 100%;
    height: 260px;
    /* background: url(../images/social1_bg.jpg) no-repeat center; */
    background-size: cover;
}

.social2_bg{
    position: relative;
    z-index: 1;
    margin-top: -200px;
    width: 100%;
    height: 260px;
    /* background: url(../images/social2_bg.jpg) no-repeat center; */
    background-size: cover;
}

.social1_bg img,
.social2_bg img{
    display: none;
}

.social3_bot .row{
    display: flex;
    margin: 15px 0;
}

.social3_bot .row .info{
    margin-left: 40px;
}

.social3_bot .row .info span{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
    color: #621b75;
}

.social3_bot .row .info p{
    margin: 10px 0;
    font-size: 20px;
}


/* talent */

.talent1{
    margin: 60px 0; 
}

.talent1 .tit h1{
    margin:30px 0;
    text-align: center;    
    font-size: 30px;
    color: #621b75;
}

.talent1 .tit p{
    margin-bottom: 20px;
    font-size: 18px;
}

.talent_container .col{
    position: relative;
    text-align: center;
}

.talent_container .col img.col_p{
    display: block;
    width: 100%;
}

.talent_container .col .col_bg{
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60%;
    background: rgba(213,213,213,0.93);
    transform: translate(-50%,-50%);
    align-items: center;
    justify-content: center;
    transition: .6s;
    opacity: 0;
}

.talent_container .col:hover .col_bg{
    opacity: 1;
}

.talent_container .col .col_bg h2{
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.talent_container .col .col_bg p{
    line-height: 24px;
}

.talent_container .col .mask{
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: .6s;
}

.talent_container .col:hover .mask{
    opacity: 0;
}

.talent_container .col .mask p{
    margin-top: 24px;
    color: #fff;
    font-size: 24px;
}

.talent1_develop .box{
    float: left;
    display: flex;
    width: 50%;
    margin: 40px 0;
    align-items: center;
}

.talent1_develop .box .info{
    padding: 0 20px;
}

.talent1_develop .box .info h2{
    margin-bottom: 10px;
    font-size: 22px;
    color: #333;
}

.talent2{
    padding: 40px 0;
}

.talent2 .talent2_top{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;

}

.talent2 .talent2_pc .col{
    display: flex;
    margin-bottom: 20px;
}

.talent2 .talent2_pc .col_lf{
    display: flex;
    width: 220px;
    margin-right: 20px;
    padding: 20px 0;
    border: 1px solid #eee;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.talent2 .talent2_pc .col_lf img{
    max-width: 100%;
}

.talent2 .talent2_pc .col_lf h2{
    margin: 30px 0 16px;
    font-size: 26px;
    color: #621b75;
}

.talent2 .talent2_pc .col_lf p{
    font-size: 18px;
    color: #621b75;
}

.talent2 .talent2_pc .table{
    width: calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
}


.talent2 .talent2_pc .table table{
    width: 100%;
    /* table-layout:fixed; */
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.table table tr td{
    padding: 13px 12px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.table table thead td{
    width: 100%;
    font-size: 0;
}

.table table thead td span{
    display: inline-block;
    width: 25%;
    margin: 10px 0;
    font-size: 16px;
}

.table table tbody td{
    vertical-align: top;
}

.table table tbody td.last_td{
    vertical-align: middle;
    text-align: center;
}

.table table tbody td h2{
    margin-bottom: 10px;
    font-size: 16px;
    color: #621b75;
}

.table table tbody td p{
    font-size: 14px;
    line-height: 24px;
}

.table table tbody td.last_td a{
    display: inline-block;
    margin-top: 30px;    
}

.table table tbody td.last_td i{
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 5px;
    background: url(../images/icon_sq.png) no-repeat center;
    background-size: 17px 15px;
}

.table table tbody td.last_td span{
    font-size: 18px;
    color: #621b75;
}

.talent2_m{
    display: none;
}


/* contact */

.contact{
    padding: 60px 0;
}

.contact .contact_tit{
    margin-bottom: 20px;
}

.contact .contact_tit h1{
    font-size: 32px;
    color: #ccc;
}

.contact .contact_tit p{
    font-size: 18px;
}

.contact_wrap .contact_info h2{
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.contact_wrap .contact_info .row{
    margin-bottom: 15px;
}

.contact_wrap .contact_info .row i img{
    display: inline-block;
    width: 25px;
    margin-right: 15px;
}

.contact_wrap .contact_info .row span{
    font-size: 18px;
}

.map{
    width: calc(100% - 440px);
    width: -webkit-calc(100% - 440px);
    width: -moz-calc(100% - 440px);
    height: 300px;
}

.contact_bot{
    display: flex;
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #621b75;
    flex-wrap: wrap;
}

.contact_bot .col{
    position: relative;
    width: 33%;
    margin-bottom: 10px;
}

.contact_bot .col .tit{
    margin-bottom: 10px;
    cursor: pointer;
}

.contact_bot .col .tit h2{
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    color: #333;
    vertical-align: middle;
}

.contact_bot .col .tit i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/icon_arrow.png) no-repeat center;
    background-size: 22px;
    vertical-align: middle;
    transition: .6s;
}

.contact_bot .col .tit i.down{
    transform:rotate(180deg);
}

.contact_bot .col .wrap .row{
    margin-bottom: 15px;
}

.contact_bot .col .wrap .row i img{
    display: inline-block;
    width: 25px;
    margin-right: 15px;
}

.contact_bot .col .wrap .row span{
    font-size: 18px;
}

.message{
    height: 590px;
    background: url(../images/contact_bg.jpg) no-repeat center;
}

.message .container_1520{
    position: relative;
}

.message .message_tit{
    position: absolute;
    top: 70px;
    left: 15px;
}

.message .message_tit h1{
    font-size: 32px;
    color: #ccc;    
}

.message .message_tit p{
    font-size: 18px;
    color: #fff;
}

.message .info{
    position: absolute;
    top: 230px;
    left: 15px;
}

.message .info h2{
    margin-bottom: 20px;
    font-size: 36px;
    color: #ccc;
}

.message .info p{
    font-size: 20px;
    color: #ccc;
}

.message .form{
    position: absolute;
    right: 15px;
    top: 100px;
}

.message .form .row{
    display: flex;
    margin-bottom:30px;
}

.message .form .row span{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

.message .form .row input{
    display: inline-block;
    width: 400px;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    outline: none;
}

.message .form .row textarea{
    display: inline-block;
    width: 400px;
    height: 200px;
    padding: 10px;
}

.message .form button{
    display: block;
    position: relative;
    left: calc(50% - 21px);
    width: 132px;
    height: 42px;
    /* margin-left: 46px; */
    background: #621b75;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    outline: none;
    border: none;
}

.c_return{
    display: none;
}


/* 7.29修改 */
.indexNews .swiper-button-prev.swiper-button-disabled,.indexNews .swiper-button-next.swiper-button-disabled{
    pointer-events: inherit;
}

.index_news_m .swiper-button-prev.swiper-button-disabled,.index_news_m .swiper-button-next.swiper-button-disabled{
    pointer-events: inherit;
}

.industry-container .swiper-button-prev.swiper-button-disabled,.industry-container .swiper-button-next.swiper-button-disabled{
    pointer-events: inherit;
}

.culture_p{
    padding-top: 60px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}