/* header */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: '微软雅黑', 'Microsoft Yahei', "Segoe UI", Helvetica, Arial, sans-serif !important;
}
.ir-banner_wrap img{
    width: 100%;
}
.yihan{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
html {
    /* font-size: 3.7333vw;
    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

    _filter:none; */
}
body{
    background: #FFFFFF;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;  
    font-family: Microsoft YaHei;
    color:#666666;
}


.clearfix:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
}

.oh {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.menu_active_link>a{
    color: #D81C25 !important;
}
.wx1200{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.wx1320{
    width: 1320px;
    height: auto;
    margin: 0 auto;
}
.ellipsis_d{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-line-clamp: 3!important;
    line-clamp: 3!important;
    -webkit-box-orient: vertical;
}
/* 以上通用 */

.header_wrap{
    max-width: 1920px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #ECECEC;
    padding: 20px 50px 20px 40px;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 118px;
    height: 48px;
    cursor: pointer;
}
.logo img{
    width: 100%;
    max-height: 100%;
    display: block;
}
.nav{
    /*width: 775px;*/
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav ul{
    /*width: 570px;*/
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}
.nav_li{
    /* line-height: 22px; */
    position: relative;
    height: 100%;
    padding: 0 15px;
}
.nav_li a{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #454545;
    font-weight: bold;
}
.nav_li_en a{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #454545;
}
.nav_li >a{
    padding-bottom: 20px;
}
.nav_li:hover >a{
    color: #D81C25;
}
.nav_li:hover .dfmz-nav-i{
    opacity:1;
}
/* .nav_li:hover .child_box{
    display: block;
} */
.child_box{
    display: none;
    /*width: 150px;*/
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
    padding: 8px 18px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 40px;
}
.child_box::before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 18px;
}
.child_box .item_child{
    padding-left: 20px;
    line-height: 36px;
}
.child_box .item_child a{
    font-size: 14px;
    white-space:nowrap;
}
.child_box .item_child:hover a{
    color: #ea0428;
}
.dfmz-nav-i{ 
    display:block;
    height:2px; 
    width:38%; 
    position:absolute; 
    left:50%; 
    background:#fd6a2a; bottom:-6px; 
    margin-left:-19%;
    opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
    transition:all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -webkit-transition:all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition:all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.dfmz-nav-i{ width:4px; height:4px; border-radius:50%; background:#ea0428; margin-left:-2px;}

.Navmeau2Line{ display:block; height:36px; width:1px; position:absolute; left:18px; top:23px; z-index:777;}
.Navmeau2Line em{ display:block; float:left; width:1px; height:26px; margin-top:5px; background:#ea0428 ;}

.search_icon{
    /* width: 20px; */
    height: 22px;
    /* background: url(../images/top_search.png) no-repeat;
    background-size: 100% 100%; */
    margin-right: 25px;
}
/*.search_icon input{*/
/*    padding-left: 20px;*/
/*}*/
.tab_lang{
    width: 70px;
    height: 22px; 
    background: rgba(255, 255, 255, 0);
    /* border: 1px solid #333333; */
    border-radius: 11px;
    /*overflow: hidden;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab_lang a{
    display: flex;
    width: 50%;
    height: 100%;
    color: #454545;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.lang_cn{
    border: 1px solid #BCBCBC;
    border-right: none;
    border-radius:10px 0 0 10px;
}
.lang_en{
    border: 1px solid #BCBCBC;
    border-left: none;
    border-radius: 0 10px 10px 0;
}

.lang_active{
    background: #D81C25;
    border: 1px solid #D81C25;
    color: #ffffff !important;
}
/* 搜索框 */
.search_icon .searchclass{
    display: block;
    width: 90%;
    height: 22px;
    outline: none;
    border: 1px solid #ccc;
    padding: 0 5px 0 24px;
    border-radius: 11px;
    background: url(../images/top_search.png) no-repeat 5px center;
    background-size: 13px
}

/* footer */

.footer{
    width: 100%;
    height: auto;
    background: #515151;
    padding: 11px 0 0 0;
}
.footer_top{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}
.footer_top .top_left{
    /*width: 40%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;   
}
.footer_top .top_left a{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 30px;
}
.footer_top .top_left a:hover{
    color: #E9081E;
}
.footer_top .top_rig{
    /* width: 90px; */
    display: flex;
    justify-content: center;
    align-items: center;    
    position: relative; 
}

.footer_top .top_rig img{
    display: block;
    width: 48px;
    height: 48px;
    margin-left: 14px;
}
.footer_top .top_rig img:first-of-type{
    margin: 0;
}
.footer_mid{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    border-bottom: 1px solid #666666;
    /*padding-bottom: 26px;*/
}
.footer_mid .img_box{
    display: flex;
    justify-content: start;
    align-items: center;
}
.footer_mid .img_box img{
    width: auto;
    height: 100%;
}
.mid_left{

}
.mid_left .img_box img{
    width: 18px;
    height: 20px;
    margin-right: 5px;
}
.mid_left>div{
    margin-bottom: 16px;
}
.mid_rig{

}
.mid_rig>div{
    margin-bottom: 16px;
}
.company_title{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}
.footer_mid .img_boxwh img{
   display: block;
   width: 14px;
   height: 14px; 
   margin-right: 5px;
}

.footer_down{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.down_left img{
    margin-right: 17px;
}
.down_left img:nth-child(1){
    width: 73px;
    height: 25px;
}
.down_left img:nth-child(2){
    width: 77px;
    height: 24px;
}
.down_left img:nth-child(3){
    width: 60px;
    height: 24px;
}
.down_left img:nth-child(4){
    width: 78px;
    height: 23px;
}
.down_left{
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.down_left .sanhan{
font-size: 6px;
font-family: PingFang SC;
font-weight: 400;
color: #FFFFFF;

}
.down_rig{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    opacity: 0.5;
}
.footer_top .top_rig .weichatcode{
    width: 179px;
    height: 185px;
    position: absolute;
    display: none;
    top: -178px;
    right: -65px;
}


.font20px{
    font-size: 20px !important;
}

/* 其余公共 */
.h2_title{
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
    padding: 44px 0 35px 0;
}
.h2_title_FIVE{
    padding-top: 29px;
    padding-bottom: 30px;
}

.h2_title_NEWS{
    padding-top: 40px;
    padding-bottom: 30px;
}

.h2_title_INVEST{
    padding-top: 29px;
    padding-bottom: 13px;
}
.h2_title_SOCITY{
    padding-top: 30px;
    padding-bottom: 30px;
}
.h2_title_OPG{
    padding-top: 30px;
    padding-bottom: 30px;
}

.search_icon_add{.search_icon .searchclass
    line-height: 22px;
}

/*整个网站的文字颜色不一致，且请使用VI标准字色系。
所有大标题颜色：#222222，
新闻列表标题及小标题颜色改成#302e2f,
正文颜色改成：#6d6e71，
次要文字颜色#999999,
所用选中色为：#d81c25*/

.dabiaoti{
    color: #454545 !important;
}
.xinwenliebiaoti{
    color: #454545 !important;
}
.zhengwenbiaoti{
    color: #6d6e71 !important;
}
.ciyaobiaoti{
    color: #999999 !important;
}
.xuanzhongyanse{
    color: #d81c25 !important;
}
























