.swiper-button-next, .swiper-button-prev{
    width: 60px;
    height:60px;
    background: rgba(0,0,0,0.5);
    border-radius:60px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    color:#fff;
    font-size: 24px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    color:#fff;
    font-size: 24px;
}
.swiper-pagination-bullet{
    width:17px;
    height:9px;
    border-radius:9px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width:37px;
    height:9px;
    background: rgba(0,0,0,0.1);
    border-radius:9px;
}
.about{
    width:100%;
    height:auto;
    min-height: 415px;
    background: url("../images/about.png")no-repeat center top;
    margin-bottom:40px;
}
.about_title{
    text-align: center;
    padding-top:43px;
}
.title_en{
    font-size: 24px;
    color:rgba(255,255,255,0.2);
    text-align: center;
}
.title_cn{
    font-size: 26px;
    color:#fff;
    display: inline-block;
    position: relative;
    margin-top:12px;
}
.title_cn::after{
    content:'';
    width:80%;
    height:4px;
    background: #fff;
    margin:auto;
    left:0;
    right:0;
    bottom:-16px;
    position: absolute;
    border-radius: 4px;
}
.title_sub{
    font-size: 16px;
    color:#fff;
    text-align: center;
    padding-top:26px;
}
.about_con{
    width:1150px;
    height:auto;
    overflow: hidden;
    padding:25px;
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.1);
    margin:0 auto;
    margin-top:54px;
}
.about_con_img{
    width:534px;
    height:385px;
}
.about_con_img img{
    width:100%;
    height:100%;
}
.about_con_text{
    width:50%;
    padding-left:33px;
    padding-top:20px;
}
.about_con_text p{
    font-size: 14px;
    color:#333;
    line-height: 2;
    margin-bottom:10px;
}
.lookMore{
    width:148px;
    height:40px;
    border-radius:40px;
    border:1px solid #eee;
    font-size: 12px;
    color:#666;
    text-align: center;
    line-height: 40px;
    display: block;
    float: right;
    margin-top:50px;
}
.lookMore:hover{
    background: #e1410f;
    border-color:#e1410f;
    color:#fff;
}
.idea{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-bottom:50px;
}
.a_title{
    text-align: center;
}
.a_title_en{
    text-align: center;
    font-size: 24px;
    color:#f8f8f8;
    font-weight: bold;
}
.a_title_cn{
    font-size: 26px;
    color:#333;
    font-weight: bold;
    display: inline-block;
    /* margin-top:12px; */
    position: relative;
}
.a_title_cn::before{
    content:'';
    width:80%;
    height:4px;
    border-radius:4px;
    background: #e1410f;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    bottom:-16px;
}
.idea_list{
    width:1147px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
    padding-top:35px;
}
.ided_item{
    width:234px;
    height:auto;
    overflow: hidden;
    margin-right:66px;
}
.ided_item:last-child{
    margin-right:0;
}
.idea_item_img{
    width:100%;
    height:234px;
}
.idea_item_img img{
    width:100%;
    height:100%;
}
.idea_text{
    padding-top:23px;
    color:#333;
    font-size: 16px;
    text-align: center;
}
.mission{
    width:100%;
    height:400px;
    background: url("../images/mission.jpg")no-repeat center /cover;
}
.mission .a_title{
    padding-top:40px;
}
.mission .a_title .a_title_en{
    color:rgba(0,0,0,0.2)
}
.a_title_sub{
    font-size: 16px;
    color:#333;
    padding-top:32px;
}
.news{
    width:1200px;
    height:auto;
    padding: 47px 15px;
    margin:0 auto;
}
.news_con{
    padding-top:43px;
}
.news_con_left{
    width:400px;
    height:auto;
}
.news_title span{
    font-size: 20px;
    color:#333;
}
.news_title span:nth-child(2){
    /* font-size: 14px; */
    color:#666;
}
.news_title a{
    font-size: 14px;
    color:#e1410f;
}
.news_con_left_list{
    margin-top:26px;
    width:100%;
    height:auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.1);
}
.news_con_left_img{
    width:100%;
    height:256px;
}
.news_con_left_img img{
    width:100%;
    height:100%;
}
.news_con_left_con{
    padding:23px 8px;
}
.news_con_left_title{
    font-size: 18px;
    color:#333;
}
.news_con_left_p{
    font-size: 12px;
    color:#666666;
    line-height: 1.7;
    margin-top:5px;
}
.news_con_left_con .more{
    font-size: 12px;
    color:#e1410f;
    float: right;
}
.news_con_left_con_list{
    width:100%;
    height:auto;
    overflow: hidden;
    margin-top: 20px;
}
.news_con_left_con_li{
    padding-left:20px;
    margin-bottom:10px;
    position: relative;
}
.news_con_left_con_li::before{
    content:'';
    width:5px;
    height:5px;
    border-radius:5px;
    background: #bfbfbf;
    position: absolute;
    top:6px;
    left:0;
}
.news_con_left_con_li span{
    font-size: 14px;
    color:#333;
}
.news_con_right{
    width:750px;
}
.news_con_right_ul{
    width:100%;
    padding-top:27px;
}
.news_con_right_item{
    width:100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.1);
    background: #fff;
    margin-bottom:30px;
}
.news_con_right_item:last-child{
    margin-bottom:0;
}
.news_con_right_item:hover{
    box-shadow: 0 0 8px 4px rgba(255,65,15,0.1);
}
.news_con_right_item:hover .news_con_right_con p{
    text-decoration: underline;
}
.news_con_right_item:hover .news_con_right_con .news_con_right_title{
    color:#e1410f;
}
.news_con_right_img{
    width:360px;
    height:230px;
}
.news_con_right_img img{
    width:100%;
    height:100%;
}
.news_con_right_con{
    width:47%;
    padding:10px 16px;
}
.news_con_right_title{
    font-size: 18px;
    color:#333;
}
.news_con_right_con p{
    font-size: 14px;
    color:#333;
    line-height: 2;
    margin-top:15px;
}
.lookDetail{
    width:90px;
    height:20px;
    border-radius:6px;
    border:1px solid #eee;
    text-align: center;
    display: block;
    font-size: 12px;
    color:#999;
    line-height: 20px;
    margin-top:50px;
    margin-right:0;
    float: right;
}
.lookDetail:hover{
    color:#fff;
    background: #e1410f;
    border:1px solid #e1410f;
}