/* @description: 独立样式
*  @author: name
*  @update: name(xxxx-xx-xx xx:xx)
*/
.index{
    position: relative;
    padding: 110px 0 0 0;
    margin-bottom: 12px;
    /*height: 100vh;*/
}

.index .header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

/*.index_slide,
.index_slide .slick-list,
.index_slide .slick-track{
    height: 100%;
}*/

.index_slide .item{
    -webkit-background-size: cover;
    background-size: cover;
}

.index_slide .item em{
    display: block;
    padding-top: 41%;
}

/*箭头*/
.index_slide .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background: url(../images/arr.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.index_slide .slick-arrow:hover{
    opacity: .7;
}

.index_slide .slick-prev{
    left: 100px;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.index_slide .slick-next{
    right: 100px;
}

.index_nav{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4444;
    padding-top: 18px;
    width: 100%;
    overflow: hidden;
    background:rgba(0,0,0,.26);
}

.index_nav_box{
    margin-left: -8px;
}

.index_nav .item{
    float: left;
    width: 25%;
}

.index_nav a{
    /*display: flex;*/
    display: block;
    /*justify-content: center;*/
    /*-webkit-flex-direction: column;*/
    /*flex-direction: column;*/
    margin-left: 8px;
    height: 137px;
    text-align: center;
    color:#fff;
    padding-top: 24px;
}

.index_nav a *{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.index_nav p{
    font-size: 12px;
    text-transform: uppercase;
}

.index_nav h3{
	margin-top:10px;
    font-size: 26px;
}

.index_nav .item1 a{background:#01b1b1;}
.index_nav .item2 a{background:#bcdc93;}
.index_nav .item3 a{background:#9ed7c6;}
.index_nav .item4 a{background:#f4b544;}


/* 项目投资 */
.project{
    overflow: hidden;
}

.project .img_slide{
    float: left;
    width: 470px;
}

.img_slide .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/arr2.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.img_slide .slick-prev{
    left: 8px;
    transform:rotate(180deg);
}

.img_slide .slick-next{
    right: 8px;
}

.project_rig{
    float: right;
    width: 690px;
}

.project_rig .tit{
    font-size: 22px;
    color:#2b2b2b;
}

.project_news a{
    display: block;
    overflow: hidden;
}

.project_news .time{
    float: left;
    font-size: 18px;
    color:#2b2b2b;
    width: 130px;
}

.project_news .con{
    padding-left: 133px;
}

.project_item{
    padding: 16px 0;
    border-bottom: 1px solid #888;
}

.project_news h3{
    margin-bottom: 6px;
    font-size: 18px;
}

.project_news .time,
.project_news h3{
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.project_news p{
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color:#454545;
}

.project_news .slick-dots{
    position: absolute;
    right: 0;
    top: -29px;
}

.project_news .slick-dots li{
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
}

.project_news .slick-dots li button{
    width: 6px;
    height: 6px;
    font-size: 0;
    border:1px solid #888;
    border-radius: 50%;
    overflow: hidden;
    background:none;
}

.project_news .slick-dots .slick-active button{
    background: #888;
}

.project_video{
    padding: 60px 0 0;
}

.video_btn{
    position: relative;
    display: block;
}

.video_btn:after{
    content:"";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin:-45px 0 0 -45px;
    background: url(../images/video_icon.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
}

.project_video .img{
    position: relative;
    padding-top: 56%;
}

.project_video .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.project_video .m_btn{
    text-align: right;
}

.project_video .btn{
    width: 370px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
}

.project_fd{
    padding: 48px 0;
    background: rgba(252,248,239);
}

.project_fd .img{
    float: right;
}

.project_fd .img,
.project_fd .img img{
    width: 593px;
    height: 322px;
}

.project_fd .img img{
    display: block;
}

.project_fd .txt{
    width: 570px;
}

.project_fd .con{
    height: 224px;
    overflow: hidden;
}

.project_fd .txt h3{
    padding-bottom: 12px;
    font-size: 20px;
    color:#a8261d;
}

.project_fd .txt p{
    line-height: 28px;
    font-size: 14px;
    color:#454545;
}

.project_fd .fd{
    padding-top: 3px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.project_fd .fd .m_btn{
    padding: 0;
}

.project_fd .fd strong{
    font-size: 20px;
    font-weight: normal;
}

.car_ban{
    height: 790px;
}

.car_img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.car_img ul{
    margin:0 -7px;
    padding: 0 176px;
    overflow: hidden;
}

.car_img li{
    float: left;
    width: 20%;
}

.car_img .img{
    margin:0 7px;
}

.car_img em{
    display: block;
    padding-top: 47%;
    background-size: cover;
    -webkit-background-size: cover;
}

.car_list{
    padding: 30px 0 0;
}

.car_list .item{
    padding: 17px 0;
}

.car_list .even{
    background: #fcf8ef;
}

.car_list .wp{
    /*height: 200px;*/
/*    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;*/
    overflow: hidden;
}

.car_list .img{
    float: right;
    height: 200px;
    width: 353px;
    overflow: hidden;
    /*flex:0 0 auto;*/
}

.car_list .img img{
    display: block;
    height: 200px;
    width: 353px;
}

.car_list .txt{
    margin-right: 380px;
    height: 200px;
    display: flex;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.car_list .txt h3{
    margin-bottom: 14px;    
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color:#a8221c;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.car_list .txt p{
    max-height: 112px;
    line-height: 28px;
    font-size: 14px;
    color:#454545;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.car_list .even .img{
    /*margin:0 30px 0 0;*/
    float: left;
}

.car_list .even .txt{
    margin:0 0 0 380px;
}

.m_txt.brand{
    padding: 46px 0;
}

.ins_xq{
    background: url(../images/bg1.jpg) no-repeat center;
}
.m_ban.xq{
    height: 300px;
}

.ins_xq{
    padding: 60px 0 30px;
}

.ins_xq h1{
    padding-bottom: 20px;
    text-align: center;
    color:#2b2b2b;
    font-size: 18px;
}

.ins_xq p{
    font-size: 14px;
    line-height: 28px;
}

.m_ban .bg{
    position: absolute;
    height: 100%;

}

.m_ban .bg{
    position: absolute;
    top: 0;
    height: 100%;
}

.m_ban .bg1{
    left: -360px;
}

.m_ban .bg2{
    left: 533px;
}

.m_ban2 .wp{
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.m_ban2 .m_box{
    height: 386px;
    background: url(../images/bg4.jpg) no-repeat center;
}

.m_ban2 .m_box,
.m_ban2 .m_box h3{
    color:#fff;
}

.m_ban2 .m_box h3{
    border-bottom-color: #fff;
}

.charitable_box{
    overflow: hidden;
}

.charitable_box .let{
    float: left;
    width: 446px;
}

.charitable_box .rig{
    margin-left: 446px;
    overflow: hidden;
}

.charitable_box .item{
    display: block;
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
}

.charitable_box .img img{
    display: block;
}

.charitable_box .item1 .img,
.charitable_box .item1 .img img{
    width: 100%;
    height: 177px;
}

.charitable_box .txt{
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    
}

.charitable_box .txt h3{
    font-size: 32px;
}

.charitable_box .txt p{
    font-size: 24px;
}

.charitable_box .item1:hover .txt{
    color:#1c89b9;
}

.charitable_box .item2{
    float: left;
    padding-left: 12px;
    width: 50%;
}

.charitable_box .item2 .img img{
    width: 100%;
    height: 368px;
}


.contact_us{
    padding-bottom: 30px;
    overflow: hidden;
}

#map{
    float: left;
    width: 700px;
    height: 366px;
    padding: 3px;
    border:1px solid #d9a09a;
}

.contact_us_txt{
    float: right;
    width: 450px;
}

.contact_us_txt h3{
    margin-bottom: 24px;
    font-size: 20px;
}

.contact_us_txt p{
    margin-bottom: 10px;
    font-size: 18px;
}

.contact_us_txt .m_btn{
    padding-top: 37px;
    text-align: left;
}

.contact_us_txt .btn{
    border-radius: 12px;
}

.contact_us_txt .btn img{
    position: relative;
    top: -2px;
    margin-right: 5px;
    width: 21px;
    vertical-align: middle;
}


.list_brand{
    overflow: hidden;
    margin:-10px 0 0 -10px;
    padding-bottom: 30px;
}

.list_brand .item{
    float: left;
    width: 16.66%;
}

.list_brand .box{
    margin:10px 0 0 10px;
}

.list_brand em{
    display: block;
    padding-top: 51%;
    background-size: cover;
    -webkit-background-size: cover;
	border: 1px solid #888;
}

/* list_news */
.list_news a{
    display: block;
    padding: 20px 0 ;
    border-bottom: 1px solid #888;
    overflow: hidden;
}

.list_news h3{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color:#2b2b2b;
}

.list_news a:hover h3,
.list_news a:hover em{
    color:#a8221c;
}

.list_news h3 strong{
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.list_news h3 span{
    float: right;
    margin-left: 5px;
    font-size: 16px;
}

.list_news p{
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color:#454545;
}

.list_news em{
    font-size: 14px;
    float: right;
    color:#2b2b2b;
}

.project_video2{
    padding: 60px 0 20px;
}


/* list_imgtxt */
.list_imgtxt .wp{
    overflow: hidden;
}

.list_imgtxt .item{
    padding: 60px 0;
}

.list_imgtxt .img{
    float: right;
    width: 586px;
    height: 350px;
}

.list_imgtxt .img img{
    display: block;
    width: 586px;
    height: 350px;
}

.list_imgtxt .txt{
    float: left;
    width: 583px;
}

.list_imgtxt .time{
    font-size: 16px;
    color:#454545;
}

.list_imgtxt h3{
    margin:4px 0 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color:#a8221c;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.list_imgtxt .line{
    height: 1px;
    background: #a8221c;
}

.list_imgtxt p{
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
    color:#454545;
    max-height: 168px;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.list_imgtxt .m_btn{
    text-align: right;
}

.list_imgtxt .btn{
    border-radius: 12px;
}

.list_imgtxt .item.odd{
    background:#fbf8f1 url(../images/list_bg1.jpg) no-repeat center;
}

.list_imgtxt .item.odd .img{
    float: left;
}

.list_imgtxt .item.odd .txt{
    float: right;
}

/* list_recruit */
.list_recruit .item{
    margin-bottom: 15px;
    padding:25px 30px 0;
    background: #f4f4f4;
    border:1px solid #e8e8e8;
    border-radius: 12px;
}

.list_recruit .item.on{
    background: #fff7ee;
}

.list_recruit_hd{
    padding-bottom: 22px;
}

.list_recruit_hd h3{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color:#454545;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: 400;
}

.list_recruit_hd p{
    margin:6px 0 21px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}

.list_recruit_hd p em{
    display: inline-block;
    margin-right: 60px;
}

.list_recruit_hd .time{
    font-size: 16px;
    font-weight: 400;
}

.list_recruit_bd{
    display: none;
    border-top: 1px solid #7f7f7f;
}

.list_recruit_bd h4{
    padding: 24px 0 4px;
    font-size: 16px;
}

.list_recruit_bd p{
    font-size: 14px;
    line-height: 31px;
}

.list_recruit_bd strong{
    display: block;
    padding: 16px 0 0;
    font-size: 16px;
    line-height: 30px;
}

.list_recruit_bd .m_btn{
    text-align: left;
}

.list_recruit_bd .btn{
    border-radius: 32px;
    font-size: 16px;
}

.m_btn.more .btn{
    border-radius: 20px;
    font-size: 16px;
}

.list_icon{
    text-align: center;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
}

.list_icon .item{
    display: flex;
    margin:0 54px;
    width: 136px;
    height: 156px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: url(../images/icon6.png) no-repeat center;
    color:#b6c5e1;
    font-size: 16px;
}

.list_icon strong{
    font-size: 24px;
    font-weight: normal;
}

/* list_honor */
.list_honor{
     position: relative;
     padding-bottom: 30px;
	 height:800px;
	 background:none !important;
	 margin-bottom:50px;
	/*  overflow-y: auto; */
}

.ovh{
	overflow:hidden;
}

.list_honor:after{
    content:'';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #a8221c;
}

.list_honor .item{
    overflow: hidden;
	padding:10px 0;
}

.list_honor .con{
    position: relative;
    width: 550px;
    text-align: right;
	
}

.list_honor .con:after{
    content:'';
    position: absolute;
    z-index: 3;
    right: -76px;
    top: 0;
    width: 49px;
    height: 49px;
    background:#f1f1f1;
    border:1px solid #c9c9c9;
    border-radius: 50%;
}

.list_honor .con:before{
    content:'';
    position: absolute;
    z-index: 4;
    top: 17px;
    right: -58px;
    width: 14px;
    height: 14px;
    background:#d1d1d1;
    border-radius: 50%;
}

.list_honor .odd .con:before{
	right:auto;
	left:-58px;
}

.list_honor .odd .con:after{
	right:auto;
	left:-76px;
}

.list_honor .odd .con{
    float: right;
    text-align: left;
}

.list_honor .con:hover:after{
    border-color: #b03630;
    background: #fff4f4;
}
.list_honor .con:hover:before{
    background: #cb5e59;
}

.list_honor h3{
    font-size: 24px;
    color:#a8221c;
}

.list_honor p{
    font-size: 14px;
    line-height: 24px;
}

.list_honor .img{
    padding-top: 16px;
    overflow: hidden;
    margin:0 -7px;
}

.list_honor .img_item{
    float: right;
    padding: 0 7px 7px;
    /*width: 20%;*/
}

.list_honor .odd .img_item{
    float: left;
}

.list_honor .img_item em{
    display: block;
    padding-top: 65%;
    -webkit-background-size: cover;
    background-size: cover;
}

.list_honor .img_item img{
    height: 64px;
}


/*list_culture*/
.list_culture{
    padding-bottom: 30px;
}

.list_culture_hd{
    /*display: flex;*/
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background: cover;
    -webkit-background: cover;
}

.list_culture_hd .con{
    float: left;
    display: flex;
    width: 45%;
    height: 100%;
/*    -ms-align-items: center;
    align-items: center;*/
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.even .list_culture_hd .con{
    float: right;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.list_culture_hd h3{
    position: relative;
    font-size: 40px;
    color:#a8221c;
}

.list_culture_hd h3:before{
    content:'';
    position: absolute;
    left: -30px;
    top: 28px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #a8221c;
}

.list_culture_hd h3:after{
    content:"";
    display: block;
    margin:14px 0 30px;
    width: 28px;
    height: 5px;
    background:#a8221c;
}

.list_culture_hd p{
    font-size: 27px;
    line-height: 43px;
}

.list_culture_bd{
    display: none;
    padding: 30px 0;
    line-height: 30px;
    background:#fbf8ef url(../images/txt_bg.png) no-repeat center;
}

.list_culture_bd p{
    text-indent: 2em;
}

.president_speech{
    padding: 40px 0;
    overflow: hidden;
}

.president_speech .img{
    float: right;
    width: 388px;
    height: 426px;
}

.president_speech .img img{
    display: block;
    width: 388px;
    height: 426px;
}

.president_speech .txt{
    float: left;
    width: 775px;
}

.president_speech .txt img{
    display: block;
    width: 100%;
}


.m_row{
    overflow: hidden;
    margin-bottom: 30px;
}

.m_row_l{
    float: left;
    padding: 0 11px;
    width: 740px;
    height: 454px;
    background: #fcf8f2 url(../images/txt_bg1.jpg) no-repeat right top;
    overflow: hidden;
}

.m_row_r{
    float: right;
    padding: 0 11px;
    width: 440px;
    height: 454px;
    overflow: hidden;
    background:#fcf8f2 url(../images/txt_bg2.jpg) no-repeat right bottom;
}

.m_row .tit{
    margin-bottom: 17px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 18px;
    color:#a8221c;
    border-bottom: 1px dashed #a8221c;
}

.m_row .tit strong{
    font-weight: normal;
}

.m_row .tit span{
    float: right;
}

.m_row .tit a{
    color:#a8221c;
}

.m_row_l img{
    display: block;
    height: 233px;
    width: 100%;
}

.m_row p{
    line-height: 25px;
    font-size: 14px;
}

.m_row_l p{
    margin: 10px 14px 0;
    max-height: 100px;
}

.m_row_r img{
    float: left;
    margin:0 17px 0 0;
}

.m_row_r .con{
    height: 325px;
    overflow: hidden;
}

.ul_honor{
    padding-bottom: 30px;
}

.ul_honor .tit{
    padding: 52px 0 23px;
    text-align: center;
    color:#a8221c;
}

.ul_honor .tit em{
    display: block;
    text-transform: uppercase;
}

.ul_honor .tit strong{
    position: relative;
    display: inline-block;
    padding: 0 14px;
    font-weight: normal;
    font-size: 20px;
}

.ul_honor .tit strong:after,
.ul_honor .tit strong:before{
    content:'';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background:#a8221c;
}

.ul_honor .tit strong:after{
    left: 100%;
}

.ul_honor .tit strong:before{
    right: 100%;
}

.ul_honor ul{
    overflow: hidden;
    margin:-20px 0 0 -20px;
}

.ul_honor li{
    float: left;
    width: 25%;
}

.ul_honor li a{
    display: block;
    margin:20px 0 0 20px;
}

.ul_honor .img{
    overflow: hidden;
}

.ul_honor .img em{
    display: block;
    padding-top: 71%;
    background-size: cover;
    -webkit-background-size: cover;
}


.ul_news{
}

.ul_news li a{
    display: block;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dashed #888;
}

.ul_news .first .img{
    float: left;
    width: 228px;
    height: 128px;
}

.ul_news .first .img img{
    display: block;
    width: 228px;
    height: 128px;
}

.ul_news .first .txt{
    margin-left: 250px;
    padding-top: 10px;
}

.ul_news  .txt h2,
.ul_news  .time{
    overflow: hidden;
    line-height: 27px;
    height: 27px;
    font-size: 18px;
    color:#2b2b2b;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.ul_news .txt h2{
    margin-bottom: 3px;
}

.ul_news p{
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    color:#454545;
}

.ul_news a:hover .txt h2,
.ul_news a:hover .time{
    color:#a8221c;
}

.ul_news .timeBox{
    float: left;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100px;
    height: 100px;
    background: #ca5752;
    color:#fff;
    overflow: hidden;
}

.ul_news .timeBox h3{
    font-size: 24px;
    color:#fff;
}

.ul_news .timeBox em{
    font-size: 16px;
}

.ul_news .txt{
    margin-left: 124px;
    padding-top: 5px;
}

.ul_news .txt em{
    float: right;
    color:#a8221c;
    font-size: 14px;
    color:#6b6b6b;
}

.ul_news a:hover .txt em{
    color:#ca5752;
}


/* list_link */
.list_link h2{
    text-align: center;
    font-size: 20px;
    color:#ca5752;
}


.list_link ul{
    margin-left: -20px;
    padding:26px 0 0;
    overflow: hidden;
}

.list_link li{
    float: left;
    width: 25%;
}

.list_link a{
    display: block;
    margin:0 0 20px 20px;
    padding: 0 33px;
    border:1px solid #f7e2a2;
    height: 67px;
    line-height: 65px;
    overflow: hidden;
    font-size: 16px;
    color:#ca5752;
    text-overflow:ellipsis;
    white-space:nowrap;
    background: #fbf8ef;
}


.list_link a:hover{
    border-color:#ccddf2;
}

.news_xq{
    padding: 54px 0 30px;
}

.news_xq h1{
    text-align: center;
    font-size: 20px;
    color:#454545;
}

.news_xq .hd{
    margin-bottom: 30px;
    padding: 18px 0 7px;
    text-align: center;
    border-bottom: 1px dashed #888;
}

.news_xq .hd em{
    display: inline-block;
    font-size: 16px;
    margin:0 67px;
}

.project_video2{
    position: relative;
}

.project_video2 .m_btn{
    position: absolute;
    bottom: 22%;
    right: 22%;
}

.project_video2 .btn{
    width: 171px;
    height: 56px;
    background: #1e5f80;
    border-radius: 8px;
    line-height: 56px;
}

.project_video2 .btn img{
    position: relative;
    top: 4px;
    margin-right: 4px;

}


/* 2019/8/14 */
.fd_con{
	width:460px;
	padding-right:20px;
    float: left;
}

.fd_link{
	float:left;
	width:300px;
}

.fd_link p{
	margin:10px 0;

    line-height: 15px;
    font-size: 12px;
}

.fd_tit{
	padding-bottom:10px;
	font-weight:bold;
	color:#333;
	font-size:16px;
}

.nav .last{
	display:none;
}

.fd_wx{
    float: right;
}

.fd_wx .item{
    float: left;
    margin:0 10px;
    text-align: center;
}

.fd_wx img{
    display: block;
	margin:0 auto;
    width: 100px;
}

.fd_wx em{
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
