/* @description: 独立样式
*  @author: name
*  @update: name(xxxx-xx-xx xx:xx)
*/
#banner .item em{
    display: block;
    height: 526px;
    background-position: center;
    background-repeat: no-repeat;
}

#banner .item{
    position: relative;
}

#banner .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -55px;
    z-index: 3;
    width: 70px;
    height: 110px;
    -webkit-transition:.3s;
    transition:.3s;
    background-color: rgba(0,0,0,.3);
    font-size: 0;
}

#banner .slick-arrow:after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/arr.png) no-repeat center;
}

#banner .slick-arrow:hover:after{
    background-image: url(../images/arr_on.png);
    transform:rotate(180deg);
}

#banner .slick-arrow:hover{
    background: rgba(51,126,206,.8);
}

#banner .slick-prev{
    left: 8%;
}

#banner .slick-next{
    right: 8%;
    transform:rotate(180deg);
}

.index_video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.index_video video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}


/*•功能模块*/
/* module: module2 (by 小李) */

.index_row{
    overflow: hidden;
    margin-bottom: 20px;
}

.index_row_let{
    float: left;
    padding: 10px 20px 15px;
    width: 720px;
    background: #fff;
    height: 272px;
}

.index_row_let2{
    height:586px;
}

.index_row_rig{
    float: right;
    padding: 10px 20px 15px;
    width: 460px;
    background: #fff;
}

.index_box{
    padding:50px 0;
}

.index_tit{
    margin-bottom: 3px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.index_tit span{
    float: right;
}

.index_tit strong{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 22px;
    color:#424242;
    font-weight: normal;
}

.index_tit strong:after{
    content:'';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 4px;
    height: 20px;
    background: #337ece;
}

.index_about{
    margin-top: 13px;
    height: 208px;
    line-height: 32px;
    overflow: hidden;
}

.index_about p{
    height: 186px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.index_about p a{
    color:#707070;
}

.index_about p a:hover{
    color:#026e9f;
}

.index_about .m_btn{
    padding-top: 20px;
}


.index_row_rig .ul_txt{
    height: 204px;
    overflow: hidden;
    /*margin-top: 7px;*/
}

.index_row_rig .ul_txt a{
    height: 42px;
    line-height: 42px;
}

.index_row .ul_imgtxt{
    margin-top: -10px;
    overflow: hidden;
    height: 525px;
}

.index_row .ul_imgtxt2{
    margin-top: -7px;
}

.index_join{
    padding: 10px 20px 15px;
    background: #fff;
}

.list_join{
    overflow: hidden;
}

.list_join li{
    float: left;
    width: 33%;
}
.list_join li:first-child+li{
    text-align:center;
}
.list_join li:first-child+li+li{
    text-align:right;
}

.list_join a{
    position: relative;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
    color:#707070;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.list_join i:before{
    content:'';
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -3px;
    width: 4px;
    height: 4px;
    background: #bebebe;

}

.list_join em{
    display:inline-block;
    vertical-align:top;
    text-align:left;
    width:130px;
    height: 36px;
    line-height: 36px;
    overflow:hidden;
    margin-left: 38px;
}

.list_join a:hover{
    color:#337ece;
}

.list_join a:hover:before{
    background: #337ece;
}

.list_join i{
    font-style: normal;
    width: 130px;
    display: inline-block;
    vertical-align:top;
    text-align:left;
    padding-left:10px;
    position:relative;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_news a{ 
    display: block;
    overflow: hidden;
}

.box_news a:hover h3,
.box_news a:hover p{
    color:#4c8cc7;
}


.box_news_img{
    float: left;
    width: 324px;
    height: 217px;
}

.box_news_img img{
    display: block;
    width: 324px;
    height: 217px;
}

.box_news_txt{
    margin-left: 355px;
}

.box_news_txt h3{
    font-size: 17px;
    color:#424242;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.box_news_txt p{
    margin:2px 0 30px;
    font-size: 14px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color:#707070;
}

.box_news_footer span{
    float: right;
    line-height: 30px;
    font-size: 16px;
    color:#707070;
}

.box_news_footer em{
    display: inline-block;
    border:1px solid #707070;
    width: 120px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border:1px solid #707070;
    font-size: 14px;
    color:#707070;
    border-radius: 32px;
}

.box_news2 .box_news_txt{
    margin-left: 0;
}

.list_news{
    padding: 10px 0;
}

.list_news a{
    display: block;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px dashed #e3e3e3;
}

.list_news span{
    float: right;
    margin-left: 10px;
    font-size: 16px;
    color:#707070;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.list_news p{
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.box_xq h1{
    padding-bottom: 30px;
    text-align: center;
    font-size: 24px;
    color:#424242;
}

.box_xq .time{
    padding: 5px 0;
    font-size: 18px;
    text-align: center;
    color:#707070;
}

.box_xq_fd{
    margin-top: 20px;
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
}

.box_xq_fd .box{
    width: 50%;
    float: left;
}

.box_xq_fd .box2{
    text-align: right;
}

.box_xq_fd a{
    display: inline-block;
    position: relative;
    font-size: 16px;
    color:#333;
}


.box_xq_fd a:hover{
    color:#337ece;
}

.box_xq_fd .box1 a{
    padding-left: 20px;
}

.box_xq_fd .box2 a{
    padding-right: 20px;
}


.box_xq_fd .box a:after{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9px;
    background-image: url(../images/arr3.png);
    background-repeat: no-repeat;
    background-position: center;
}

.box_xq_fd .box1 a:after{
    left: 0;
}

.box_xq_fd .box2 a:after{
    right: 0;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.box_xq_fd .box a:hover:after{
    background-image:  url(../images/arr3_on.png);
}

.join_list{
    padding: 0 10px;
    overflow: hidden;
}

.join_list li{
    overflow: hidden;
    text-align: center;
}

.join_list_hd{
    background: #337ece;
}

.join_list li{
    border-bottom: 1px dotted #e9e9e9;
}


.join_list_hd li{
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    border-bottom: 0;
}



.join_list .item{
    float: left;
    width: 25%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 16px;
    padding: 0 5px;

}

.join_list a{
    display: inline-block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #337ece;
    color:#fff;
    border-radius: 12px;
}

.join_list_hd2{
    padding: 0 40px;
}

.join_list_hd2 li{
    width: 33.33%;
}

.join_list_hd2 .li1{
    text-align: left;
}

.join_list_hd2 .li3{
    text-align: right;
}

.join_xq{
    padding:5px 40px;
}

.join_xq h3{
    padding: 10px 0;
    font-size: 16px;
    color:#424242;
}

.join_xq p{
    font-size: 14px;
    color:#707070;
    line-height: 30px;
}

.list_case:after{
    content:"";
    clear: both;
    display: block;
}

.list_case{
    padding: 0 0 20px;
    margin:-22px 0 0 -22px;
}

.list_case li{
    float: left;
    width: 33.33%;
}

.list_case a{
    display: block;
    margin:22px 0 0 22px;
}

.list_case .img{
    position: relative;
    padding-top: 61%;
}

.list_case .img em{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.list_case .txt{
    padding:5px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.13);
}

.list_case h3{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    text-overflow:ellipsis;
    white-space:nowrap;
    border-bottom: 1px solid #e9e9e9;
}

.list_case p{
    /*display: flex;*/
    /*justify-content: space-between;*/
    height: 40px;
    /*-ms-align-items: center;*/
    overflow: hidden;
    line-height: 40px;
    /*align-items: center;*/
    font-size: 14px;
    color:#959495;
}

.list_case span{
    float: right;
    margin-top: 11px;
    width: 18px;
    height: 18px;
    border:1px solid #959495;
    border-radius: 50%;
    background: url(../images/arr4.png) no-repeat center;
}

.list_case a:hover .txt{
    background: #337ece;
}


.list_case a:hover h3,
.list_case a:hover p{
    color:#fff;
}


.list_case a:hover span{
    background-image: url(../images/arr4_on.png);
    border-color:#fff;
}

.contact_us{
    overflow: hidden;
}

#map{
    margin-bottom: 43px;
    height: 450px;
}

#map img{
    max-width: 99999999999px;
    -webkit-transition:0s;
    transition:0s;
}

.contact_us_let{
    float: left;
    max-width: 600px;
}

.contact_us h3{
    font-size: 18px;
    color:#424242;
}

.contact_us_let li{
    padding:3px 0 15px 38px;
    background-position: left 0;
    background-repeat: no-repeat;
    font-size: 16px;
    color:#707070;
}

.contact_us_let .li1{background-image: url(../images/contact_icon1.png);}
.contact_us_let .li2{background-image: url(../images/contact_icon2.png);}
.contact_us_let .li3{background-image: url(../images/contact_icon3.png);}

.contact_us h3{
    padding-bottom: 20px;
}

.contact_us_rig{
    float: right;
    max-width: 500px;
    width: 100%;
}


.contact_us_rig li{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    
}

.contact_us_rig .inp{
    width: 100%;
}

.contact_us_rig .inp2{
    width: 122px;
}

.contact_us_rig input{
    padding: 0 13px;
    width: 100%;
    height: 34px;
    border:1px solid #e0e0e0;
}

.contact_us_rig .yzm{
    margin-left: 10px;
    height: 34px;
    width: 110px;
}

.contact_us_rig .flex{
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.contact_us_rig button{
    width: 123px;
    height: 34px;
    line-height: 34px;
    background: none;
    border:1px solid #e0e0e0;
    font-size: 16px;
    color:#707070;
}

.list_map li{
    padding: 10px 0;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

.list_map .a1{
    display: block;
    margin: 20px 23px 20px 0;
        width: 281px;
        height: 54px;
        background: #337ece;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 54px;
        color:#fff;
}

.list_map dd{
    float: left;
    margin: 20px 23px 20px 0;
    vertical-align: middle;
}

.list_map dd a{
    display: block;
    width: 281px;
    height: 54px;
    background: #ececec;
    color: #484e5c;
    font-size: 14px;
    text-align: center;
    line-height: 54px;
}

.index_video_btn{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    -webkit-background-size: cover;
}

.index_video_btn img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    width: 120px;
}
