a:hover{
    text-decoration: none;
}
::-moz-selection{
    background: #ce000c;
}
::selection{
    /*background: #ce000c;*/
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6{
    font-family: 'PingFang SC', 'Microsoft Yahei', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;

}

html, body, input, select, textarea, button {
    font-family: 'PingFang SC', 'Microsoft Yahei', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
li{
    list-style: none;
}

header{
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
header.uk-active{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
header .uk-logo img{
    width: 90%;

}
header .uk-logo{
    justify-content: left;
}
header.uk-active .uk-logo img{
    width: 90%;
}
.uk-navbar .uk-navbar-left{
    width: 20%;
}
.uk-navbar-nav li a{
    transition: color .36s ease;
    color: #333;
    font-size: 18px;
}

.uk-navbar-nav li a:hover{
    color: #cf0200;
}



.uk-navbar-nav li{
    position: relative;

}
.uk-navbar-nav li:after{
    content: "";
    display: block;
    width: 1px;
    height: 2px;
    position: absolute;
    bottom: 0;

    background: #ce000c;
    transition: width .6s ease;
    opacity: 0;
    transform: translate(-50%);
    left: 50%;
}
.uk-navbar-nav li:hover::after{
    width: 100%;
    opacity: 1;
}
.uk-navbar-nav li{
    position: relative;
}
.uk-navbar-nav li ul li:after{
    display: none;
}
.uk-navbar-nav li a{
    padding: 10px 30px;
}
.uk-navbar-nav li .sub{
    overflow: hidden;
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #f5f6f8;
    left: 0;
    top: 80px;
    /*opacity: 0;*/
    display: block;
    height: 0;

}
.uk-navbar-nav li:hover .sub{
    /*opacity: 1;*/
    height: 357px;
    z-index: 9;
}
.uk-navbar-nav li:hover .sub .sub_container{
    padding: 50px 0 ;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.sub_container{
    width: 1500px;
    max-width: 90%;
    margin: 0 auto;
}
.sub_container ul{
    margin-bottom: 0;
    padding: 0;
}

.uk-navbar-nav li .sub .text{
    width: 25%;
    float: left;
}
.uk-navbar-nav li .sub .text .title {
    font-size: 26px;
    color: #333;
}
.uk-navbar-nav li .sub .text .summary {
    max-width: 240px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 30px 0 26px;
}
.uk-navbar-nav li .sub .text .href {
    color: #ce000c;
    display: inline-block;
    padding: 10px 36px;
    border-radius: 30px;
    border: 1px solid #ce000c;
    transition: all .36s ease;
}
.uk-navbar-nav li .sub .text .href:hover{
    background: #ce000c;
    color: #fff;
}
.uk-navbar-nav li .sub .img{
    width: 35%;
    overflow: hidden;
    float: left;
    padding: 0;
}
.uk-navbar-nav li.header-bottom-a-now a{
    /*color: #ce000c;*/
}
.uk-navbar-nav li .sub .img img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.uk-navbar-nav li .sub .img:hover img{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
img{
    display: block;
    transition: all .36s ease;
}
.uk-navbar-nav li .subNav{
    width: 36%;
    padding-left: 4%;
    float: right;
    margin: 0;
}
.uk-navbar-nav li .subNav li a{
    display: flex;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
    transition: all .36s ease;
}
.uk-navbar-nav li .subNav li:hover a{
    padding: 8px 0 8px 10px;
    color: #ce000c;
}
.uk-navbar-nav li .subNav li a i{
    color: #888;
    font-size: 22px;
    line-height: 32px;
    transition: all .36s ease;
}
.n_banners{
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
/*.n_banners img{*/
/*    display: inline-block;*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    max-width: none !important;*/
/*}*/
.n_bannerbt_t{
    margin: 10px 0;
    color: #fff;
    font-size: 30px;
}
.n_bannerbt_b{
    color: #fff;
    font-size: 46px;
    font-weight: normal;
}
.sub_container_b{
    text-align: left;
    left: 0;
    --uk-position-translate-x:0;
    z-index: 2;
}
.top_nav {
    height: 70px;
    line-height: 70px;

    background: #f5f6f8;
}
.top_navr {
    height: 70px;
    line-height: 70px;
}
.top_navr a {
    color: #333;
    font-size: 16px;
}

.top_navr a:hover{
    color: #cf0200;
    transition: color .36s ease;
}


.l{
    float: left;
}
.r {
    float: right;
}
.top_navr_home {
    color: #333;
    margin-right: 0;
}
.top_navr_home svg{
    width: 17px;
}
.c_hmnav{
    text-align: center;
    margin-top: 20px;
}
.c_hmnav ul{
    display: inline-block;
}
.c_hmnav ul li{
    float: left;
}
.c_hmnav ul li.am-now a{
    background: #ce000c;
    color: #fff;
    border: 1px solid #ce000c;
}
.c_hmnav ul li a{
    display: inline-block;
    border: 1px solid #bfbfbf;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0 50px;
    line-height: 52px;
    color: #666666;
    font-size: 18px;
    margin: 0 10px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.c_hmnav ul li a:hover{
    background: #ce000c;
    color: #fff;
    border: 1px solid #ce000c;
}
.news_list{
    /*overflow: hidden;*/
}
.news_list li{
    float: left;
    width: calc(100% - 80px);
    background: #fff;
    border: 1px solid #f0f0f0;
    margin-bottom:30px;
    padding: 35px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    transition: all .36s ease;
}
.news_list li:hover{
    background: #f3f3f3;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.news_list li:hover h3 {
    color: #cf0200;
}



.news_list li:hover .num {

}
.news_list li:hover h3 {

}
.news_list li:hover p {

}
.news_list li:hover span {

}

.news_list li a{
    text-decoration: none;
    outline: none;
    color: #666;
    display: block;
}
.news_list li .num {
    color: #999999;
    font-size: 16px;
}
.news_list li h3 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list li p {
    margin-top: 10px;
    color: #666666;
    font-size: 16px;
    width:90%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_list li span {
    margin-top: 30px;
    display: inline-block;
    color: #999;
    font-size: 16px;
    background: url(../images/gljt7.png) no-repeat left center/cover;
    background-size: 8px 13px;
    padding-left: 15px;
    line-height: 20px;
    transition: all .36s ease;
}
.news_list li:hover span{
    margin-left: 15px;
}
.footer{
    background: #f2f3f5;
    padding: 60px 0 30px;
    overflow: hidden;
}
.footert{
    overflow: hidden;
    margin-bottom: 70px;
}
.footers .dz{
    color: #666;

    line-height: 28px;
    font-size: 14px;
    margin-right: 75px;
    background: url(../images/fomap1.svg) no-repeat center left / contain;
    background-size: 13%;
    padding-left:35px;
}
.footers .dh{

    line-height: 28px;
    font-size: 14px;
    margin-right: 75px;
    background: url(../images/fomap2.svg) no-repeat center left / contain;
    background-size:13%;
    padding-left:35px;
}
.footers .yx{

    line-height: 28px;
    font-size: 14px;
    margin-right: 75px;
    background: url(../images/fomap3.svg) no-repeat center left / contain;
    background-size:9%;
    padding-left:35px;
}

.footert_l{
    width: 70%;
    float: left;
}
.footert_r{
    width: 30%;
    float: right;
}
.footert_l ul li{
    float: left;
    width: 14.5%;
}
.footert_l ul li .bt{
    display: block;
    font-size: 18px;
    color: #404040;
    transition: color .36s ease;
}

.footert_l ul li .bt:hover{
    color: #cf0200;
    transition: color .36s ease;
}


.footert_l ul li .text {
    margin-top: 25px;
    padding-left: 0;
}
.footert_l ul li .text li{
    width: 100%;
    float: none;
}
.footert_l ul li .text li a{
    display: block;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 34px;
}

.footert_l ul li .text li a:hover {
    color: #cf0200;
    transition: color .36s ease;
}

.footert_r .ewm{
    width: 23%;
    float: right;
    margin: 0 15px;
    text-align: center;
    line-height: 15px;
}
.footert_r .ewm img{
    width: 100%;
}
.footers{

    overflow: hidden;
}
.footers div{
    float: left;
}



.hm_content{
    overflow: hidden;
    padding-top: 40px;
}
.hm_content2{
    overflow: hidden;
}
.footerb{
    margin-top: 40px;
    border-top: 1px solid #757575;
    overflow: hidden;
    padding-top: 20px;
}


.links {
    float: left;
    margin-top: 12px;
}

.links a {
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    line-height: 0;
    overflow: hidden;
    margin-right: 15px;
}

.links .bshare-custom a.weixin1,.links .bshare-custom a.weixin2 {
    background: url(../images/fxicon1.png) no-repeat center;

    display: inline-block;
}
.links .bshare-custom a.bshare-sinaminiblog {
    background: url(../images/fxicon2.png) no-repeat center;
}

.links .bshare-custom a.bshare-qzone {
    background: url(../images/fxicon3.png) no-repeat center;
}

.links .bshare-custom a.linkedin2 {
    background: url(../images/fxicon4.png) no-repeat center;
    display: inline-block;
}

.footer-bottom .img {
    float: left;
    width: 154px;
    line-height: 0;
    margin-top: 6px;
}
.footer-bottom .right {
    float: right;
}
.links a:last-child {
    margin-right: 0;
}
.banquan{
    background: #0b1528;
    font-size: 12px;
    color: #555c69;
    padding: 25px 0;
    overflow: hidden;
}
.footerbbl{
    float: left;
    font-size: 14px;
}
.footerbbr{
    float: right;
    font-size: 14px;
}
.footerbbr a{
    font-size: 14px;
    color: #666;
}


.newshowbox{
    width: 100%;
    padding: 30px 0;
    float: left;
}

.newshowbox_r{
    width: 100%;
    float: right;
    margin:0 0 50px 0;
}

.newshow_name{

    font-size: 28px;

    color: #333333;

    font-weight: normal;

    line-height: 30px;

}

.newshow_zx div{

    float: left;

    font-size: 14px;

    color: #999999;

}

.newshow_ctrl a{

    color: #999999;

    font-weight: 600;

    margin-right: 10px;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}

.newshow_ctrl a:hover{

    color: #333;

}

.newshow_follow{

    margin-right: 20px;

}

.newshow_fx .bdsharebuttonbox a{

    margin: 0 6px 0 0;

}

.newshow_fx{

    margin-left: 30px;

}

.newshow_zx{

    margin-top: 20px;

}

.newshow_title{
    overflow: hidden;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.newshow_zx .newshow_back{

    float: right;

}

.newshow_back a{
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newshow_back a:hover{
    color: #333333;
}

.newshow_cont{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 24px;
}

.newshow_cont p{
    margin-bottom: 30px;
}

.newshow_cont p img{
    max-width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}

.newshow_cont div img{
    max-width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}

.newshow_cont h3 { font-weight:bold; font-size:18px; margin-bottom:15px; color:#333;}

.newshow_cont h4 { font-weight:bold; font-size:14px; margin-bottom:15px; color:#333;}
.newshow{
    padding: 50px 0;
    overflow: hidden;
}

.newshow_aboutsearch{

    font-size: 14px;

    color: #333;

    font-weight: bold;

}

.newshow_aboutsearch a{

    color: #333333;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}

.newshow_aboutsearch a:hover{

    color: #666666;

}

.newshow_pjs{

    float: left;

    margin-top: 20px;

    font-size: 14px;

    color: #333333;

    line-height: 28px;

}

.newshow_p a{

    color: #333333;

    padding-bottom: 2px;

    border-bottom: 1px solid #666666;

}

.newshow_p{

    float: left;

}

.newshow_pjs_fx{

    float: right;

}

.newshow_bottom{

    margin-top: 14px;

}
.newshowbox_r_t{
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.newshow_back{
    overflow: hidden;
    float: right;


}
.newshow_back a{
    color: #333333;
    font-size: 16px;
    position: relative;
    display: block;
    padding-left: 60px;
}
.newshow_back a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 46px;
    height: 46px;
    background: url(../images/gljt2.png) no-repeat center center/cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.newshowbox_r_b{

    margin-top: 30px;

    width: 100%;

    padding-bottom: 30px;

}
.newshowbox_r_bl{
    width: 70%;
    float: left;
}
.newshowbox_r_br{
    width: 30%;
    line-height: 72px;
    float: right;
}

.show_prev_title{

    font-size: 16px;
    line-height: 36px;
    color: #666;
    float: left;
}

.show_prev_time{

    font-size: 12px;

    color: #555555;

    margin-top: 5px;

}

.show_prev_name{
    font-size: 16px;
    color: #666;
    line-height: 36px;
    float: left;
}

.newshowbox_r_b_prev{
    width: 100%;
    overflow: hidden;
}

.news_contbtr a{

    color: #666;

}
#bsWXBox{

    width: 232px !important;

    height: 256px !important;

}

.bshare-custom.icon-medium .bshare-weixin{

    background:url("../images/weixinico.jpg") no-repeat !important;

    margin-right: 10px;

}

.bshare-custom.icon-medium .bshare-sinaminiblog{

    background:url("../images/weiboico.jpg") no-repeat !important;;

}

.bshare-custom.icon-medium a{
    width: 45px !important;
    height: 45px !important;
    padding-left: 0 !important;
}
.news_btdycb{
    float: left;
    margin-top: 0;
}
.news_btdycb>div{
    display: inline-block;
    padding-left: 20px;
    margin-top: 20px;
}
.newshowbox_r_b_next2 .show_prev_name2{
    border-bottom: 1px solid #ECECEC;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.chanpin_list{
    margin-bottom: 40px;
}

.chanpin_list ul li a{
    height: auto;
    overflow: hidden;
    display: block;
    background: #fff;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;

}
.chanpin_list ul li:hover a{
    box-shadow: 0 40px 40px 0 rgb(0 0 0 / 20%);
}

.chanpin_list ul li a .img{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;

}
.chanpin_list ul li a:hover .img img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.chanpin_list ul li a:hover .img img{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.chanpin_list ul li a .bt{
    height: auto;
    display: block;
    width: calc(100% - 60px);
    background: #fff;
    padding:30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.chanpin_list ul li a span{
    display: block;
}
.nrbg_cs{
    overflow: hidden;
    background: #fff;
}
.nrbg_cs2{
    overflow: hidden;
    background: #fff;
}

.nrbg_cs8{
    overflow: hidden;
    background: #f5f6f8;
}



.chanpin_list ul li a .bt .title{
    font-size: 20px;
    text-align: center;
    color: #333;
}



.chanpin_list ul li a .bt .con{
    display: none;
    text-align: center;
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    opacity: 0;
}

.chanpin_list ul li:hover a .bt .con{
    opacity: 1;
}
.chanpin_list ul li a:after{
    content: '';
    display:block;
    line-height: 1;
    width: 0;
    height: 3px;
    bottom: 0;
    background: #ce000c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.chanpin_list ul li:hover a:after{
    width: 100%;
}

.chanpin_show .left .uk-slideshow-items li img{
    width: 80% !important;
    height: auto !important;
}
.chanpin_show .left{
    min-height: 690px;
}
/*.chanpin_show .left .uk-slideshow-items li{*/
/*    opacity: 0;*/
/*    transition: all 0.3s ease-in-out;*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    -moz-transition: all 0.3s ease-in-out;*/
/*    -o-transition: all 0.3s ease-in-out;*/
/*    -ms-transition: all 0.3s ease-in-out;*/
/*}*/
/*.chanpin_show .left .uk-slideshow-items li.uk-active{*/
/*    opacity: 1;*/
/*}*/
.lenavt{
    width: 100%;
    text-align: center;
}
.lenavt ul{
    display: inline-block;
}
.lenavt ul li{
    float: left;
}

.chanpin_show .right .title{
    color: #ce000c;
    font-size: 44px;
    margin-top: 100px;
    font-weight:bold;
}
.chanpin_show .right .lmms{
    margin-bottom: 30px;
}
.chanpin_show .right .de{
    font-size: 16px;
    color: #394854;
}
.show_bg{
    background: url("../images/180.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.zp_list{
    background: #fff;
}
.zp_list ul.uk-accordion{
    margin: 0;
}
.zp_list ul li{
    margin: 0 !important;
}
.zp_list ul li .uk-accordion-title .zpbt{
    display: block;
    float: left;
    width: 24.666%;
    text-align: center;
    font-size: 16px;
}
.zp_list ul li .uk-accordion-title .zwlbc{
    display: block;
    float: left;
    width: 15.666%;
    text-align: center;
    font-size: 16px;
}
.zp_list ul li .uk-accordion-title .gzxzc{
    display: block;
    float: left;
    width: 15.666%;
    text-align: center;
    font-size: 16px;
}
.zp_list ul li .uk-accordion-title .xlc{
    display: block;
    float: left;
    width: 14.666%;
    text-align: center;
    font-size: 16px;
}
.zp_list ul li .uk-accordion-title .gzddc {
    display: block;
    float: left;
    width: 12.666%;
    text-align: center;
    font-size: 16px;
}
.zp_list ul li .uk-accordion-title{
    line-height: 70px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    color: #666;
}
.zp_list ul li .uk-accordion-content{
    background: #fff;
    margin-top: 0;
    padding: 30px 141px;
}
.zp_list ul li .uk-accordion-content h3 {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.zp_list ul li .uk-accordion-content p {
    color: #666;
    font-size: 16px;
    line-height: 34px;
    margin: 0;
}
.zp_list ul li .uk-accordion-title:before{
    display: block;
    line-height: 80px;
    width: 16.666%;
    font-size: 16px;
    position: absolute;
    right: 0;
    margin: 0;
    height: 80px;
}
.join_list_b_title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #00266e;
}
.join_list_b_title div:nth-child(1){
    width: 24.666%;
}
.join_list_b_title div:nth-child(2){
    width: 15.666%;
}
.join_list_b_title div:nth-child(3){
    width: 15.666%;
}
.join_list_b_title div:nth-child(4){
    width: 14.666%;
}
.join_list_b_title div:nth-child(5){
    width: 12.666%;
}
.join_list_b_title div {
    float: left;
    width: 16.666%;
    text-align: center;
}
.zp_box_s .zp_title{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.zp_box_s .zp_title h1{
    font-size: 42px;
    line-height: 42px;
    color: #232d46;
    margin-bottom: 20px;
}
.zp_box_s .zp_title p{
    font-size: 18px;
    line-height: 26px;
    color: #555;
}
.zp_box_s{
    margin-bottom: 50px !important;
}



.page_lxwm{
    padding: 0 0 50px 0;
    overflow: hidden;
}
.page_lxwm .left{
    background: #f5f6f8;
    padding: 50px 40px;
    width: calc(45% - 80px);
    height: calc(724px - 100px);
    float: left;
}
.page_lxwm .left>div {
    font-size: 16px;
    color: #616161;
    line-height: 70px;
    border-bottom: 1px solid #dcdde1;
}
.page_lxwm .left>div:nth-child(1){
    background: url('../images/ph_map-pin-fill.svg') no-repeat center left / contain;
    background-size: 5%;
    padding-left: 50px;
}
.page_lxwm .left>div:nth-child(2){
    background: url('../images/ic_round-local-phone.svg') no-repeat center left / contain;
    background-size: 5%;
    padding-left: 50px;
}
.page_lxwm .left>div:nth-child(3){
    background: url('../images/ic_round-markunread-mailbox.svg') no-repeat center left / contain;
    background-size: 5%;
    padding-left: 50px;
}
.page_lxwm .left>div:nth-child(4){
    background: url('../images/mdi_web.svg') no-repeat center left / contain;
    background-size: 5%;
    padding-left: 50px;
}
.page_lxwm .left>div:nth-child(5){
    background: url('../images/ic_baseline-mail.svg') no-repeat center left / contain;
    background-size: 5%;
    padding-left: 50px;
}
.page_lxwm .left>div{
    font-size: 16px;
    color: #616161;
    line-height: 70px;
    border-bottom: 1px solid #dcdde1;
}
.page_lxwm .left div.lewm{
    border-bottom: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
}
.page_lxwm .right img{
    transition: none;
}
.page_lxwm .right .anchorBL{
    display: none;
}
.lewmx{
    display: inline-block;
}
.lewm img{
    width: 100%;
}
.lewm .lml{
    display: block;
    float: left;
    width: 120px;
    margin: 0 60px;
    line-height: 16px;
}
.lewm .lmr{
    display: block;
    float: right;
    width: 120px;
    margin: 0 70px;
    line-height: 16px;
}
.page_lxwm .right{
    width: 53%;
    float: right;
}
.page_lxwm .right #map{
    width: 100%;
    height: 724px;
}
.page_lxwm_bd .title h3{
    text-align: center;
    font-size: 30px;
    color: #2c2c2c;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
}
.page_lxwm_bd .title p{
    text-align: center;
    font-size: 16px;
    color: #808080;
    line-height: 24px;
    margin-bottom: 25px;
}
.page_lxwm_bd .cont .cont_pot{
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}
.page_lxwm_bd .cont .cont_pot input{
    border: 1px solid #d5d5d5;
    font-size: 16px;
    width: 27.93%;
    margin-right: 2%;
    float: left;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 46px 0 13px;
    outline:none;

}
.page_lxwm_bd .cont .cont_pot input#xm{
    background: url(../images/ri_user-fill.svg) no-repeat 97% 55% #fff;
    background-size: 7%;
}
.page_lxwm_bd .cont .cont_pot input#dh{
    background: url(../images/ic_baseline-phone.svg) no-repeat  97% 55% #fff;
    background-size: 7%;
}
.page_lxwm_bd .cont .cont_pot input#yx{
    background: url(../images/ic_baseline-email.svg) no-repeat 97% 55% #fff;
    margin-right: 0;
    background-size: 7%;
}
.page_lxwm_bd .cont .cont_pos textarea{
    border: 1px solid #d5d5d5;
    font-size: 16px;
    outline:none;
    font-family: "Microsoft Yahei";
    padding: 10px 40px 10px 13px;
    width: calc(100% - 53px);
    height: 149px;
    line-height: 1.5;
    margin-bottom: 20px;
    background: url(../images/iconoir_message-text.svg) no-repeat 98.8% 8% #fff;
    background-size: 2.3%;
}
.cont_pob .cont_pobl{
    width: 50%;
    float: left;
}
.cont_pob .cont_pobl input{
    line-height: 46px;
    height: 46px;
    width: 30%;
    text-indent: 20px;
    margin-right: 25px;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    outline:none;
    float: left;
}
.cont_pob .cont_pobl img{
    width: 120px;
    height: 50px;
    margin-right: 10px;
    float: left;
}
.cont_pob .cont_pobr{
    width: 50%;
    float: right;
}
.cont_pob .cont_pobr input{
    width: 45%;
    height: 45px;
    line-height: 37px;
    border: none;
    color: #fff;
    cursor: pointer;
    float: left;
    background-color: #ce000c;
    display: inline-block;
    margin-bottom: 0;
    padding: 4px 10px;
    border-radius: 22px;
    transition: .3s ease;
    font-size: 16px;
}
.cont_pob .cont_pobr input:nth-child(2){
    float: right;
    background-color: #00266e;
    transition: .3s ease;

}
.cont_pob .cont_pobr input:nth-child(2):hover{
    /*background-color: #ce000c;*/
}

#page {

    clear: both;
    text-align: center;
    overflow: hidden;
    margin:30px 0 50px 0;
}

#page .con_box a.a1 {
    width: 60px;
}
#page .con_box a {
    vertical-align: middle;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #C6C6C6;
    /* background-color: #c6c6c6; */
    color: #999;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#page .con_box span {
    vertical-align: middle;
    color: #fff;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background-color: #ce000c;
    display: inline-block;
    font-size: 14px;
}

#join #main {
    position: relative;
    z-index: 10;
}
#join #main .aniTxt span {
    font-size: inherit;
    color: transparent;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    font-weight: inherit;
}
#join #main .aniTxt span:after {
    content: attr(title);
    position: absolute;
    color: #040404;
    font-size: inherit;
    font-family: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    justify-content: flex-start;
    align-items: center;
    transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
    transition-delay: 0.3s;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
}
#join #main .aniTxt span:nth-of-type(2):after {
    transition-delay: 0.4s;
}
#join #main .aniTxt span.go:after {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
#join #main .r1 .inner {
    height: 652px;
    /*padding: 0 10%;*/
}
#join #main .r1 .inner .items {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#join #main .r1 .inner .items .list {
    width: calc(100%/3);
    padding: 0 2%;
    height: 100%;
    transition: background-color 1.2s cubic-bezier(0, 0, 0, 1);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#join #main .r1 .inner .items .list .box {
    width: 100%;
    padding-top: 112%;
    position: relative;
}
#join #main .r1 .inner .items .list .box .img {
    width: 99%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: no-repeat center center;
    background-size: cover;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#join #main .r1 .inner .items .list .box .main_company_morph {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: none;

}
#join #main .r1 .inner .items .list .box .main_company_morph .main_company_morph_init {
    transition: fill 1.2s cubic-bezier(0, 0, 0, 1);
}
#join #main .r1 .inner .items .list .box .main_company_morph .main_company_morph_hover {
    visibility: hidden;
}
#join #main .r1 .inner .items .list .msg {
    margin-top: 40px;
    text-align: center;
}
#join #main .r1 .inner .items .list .msg h3 {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
#join #main .r1 .inner .items .list.on {
    background-color: #fff;
}
#join #main .r1 .inner .items .list.on .main_company_morph_init {
    fill: #fff;
}
.page_rcln{
    margin-bottom: 60px;
}
.znewshowdata .tit {
    font-size: 18px;
    line-height: 28px;
    color: #ce000c;
    margin-bottom: 5px;
    
}
.znewshowdata .con{
    overflow: hidden;
}
.znewshowdata .date {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #2c2c2c;
    float: left;
}
.znewshowdata .switcher {
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin-left: 30px;
    float: left;
}
.znewshowdata .switcher i{
    float: left;
}
i, em {
    font-style: normal;
}
.newshow_ctrl{
    float: left;
    padding-left: 10px;
}

.in_title {
    font-size: 40px;
    line-height: 45px;
    color: #000;
    display: block;
    overflow: hidden;
    text-align: left;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 35px;
}

.jsyf_list .bottom ul li span{
    display: inline-block;


}
.jsyf_list .bottom>ul li{
    margin-bottom: 50px;
}
.jsyf_list .bottom ul li span.ri{
    height: 400px;
    overflow: hidden;
}
.jsyf_list .bottom ul li span.le{
    padding-left: 100px;
}
.jsyf_list .bottom ul li span.le:after{
    content: "";
    display: block;
    height: 1px;
    width: 125px;
    background: #000;
    margin-top: 30px;
}
.jsyf_list .bottom ul li span span{
    width: 100%;
}

.jsyf_list .bottom ul li .ico{
    width: 84px;
    height: 84px;
    margin-top: 88px;
}
.jsyf_list .bottom ul li .ico img{
    width: 100%;
}
.jsyf_list .bottom ul li .title{
    margin: 40px 0 10px 0;
    font-size: 35px;
    color: #000;

}
.jsyf_list .bottom ul li .de2{
    margin-bottom: 20px;
}
.jsyf_list .bottom ul li .de span{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}
.jsyf_list .bottom ul li .de span:after{
    content: "";
    display: block;
    top: calc(50% - 2px);
    left: 0;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #000000;
}
.jsyf_list .bottom ul li .de{
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.8;
}
.jsyf_list .bottom ul li .jt{
    width: 100%;
    position: relative;
    display: none;
}
.jsyf_list .bottom ul li .jtl{
    line-height: 1;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: lighter;
    color: #2c2c2c;
}
.jsyf_list .bottom ul li .jtr{
    height: 1px;
    width: 35px;
    position: absolute;
    left: 80%;
    bottom: 0;
    background-color: #003abc;
    transition: all .36s ease;
}
.jsyf_list .bottom ul li .jtr:after{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 8px;
    right: 0;
    top: 0;
    background-color: #003abc;
    transform-origin: 100% 50%;
    transform: rotate(-45deg);
}
.jsyf_list .bottom ul li .jtr:before{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 8px;
    right: 0;
    top: 0;
    background-color: #003abc;
    transform-origin: 100% 50%;
    transform: rotate(45deg);
}
/*.jsyf_list .bottom ul li:nth-child(2n) .le{*/
/*    text-align: right;*/
/*}*/
/*.jsyf_list .bottom ul li:nth-child(2n) .jtl{*/
/*    line-height: 1;*/
/*    width: 50%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    left: auto;*/
/*    bottom: 0;*/
/*    font-size: 18px;*/
/*    font-weight: lighter;*/
/*    color: #2c2c2c;*/
/*}*/
/*.jsyf_list .bottom ul li:nth-child(2n) .jtr{*/
/*    height: 1px;*/
/*    width: 35px;*/
/*    position: absolute;*/
/*    right: 80%;*/
/*    left:auto ;*/
/*    bottom: 0;*/
/*    background-color: #003abc;*/
/*    transition: all .36s ease;*/
/*}*/
/*.jsyf_list .bottom ul li:nth-child(2n) .jtr:after{*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 1px;*/
/*    width: 8px;*/
/*    left: 0;*/
/*    right: auto;*/
/*    top: 0;*/
/*    background-color: #003abc;*/
/*    transform-origin: 0 50%;*/
/*    transform: rotate(-45deg);*/

/*}*/
/*.jsyf_list .bottom ul li:nth-child(2n) .jtr:before{*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    height: 1px;*/
/*    width: 8px;*/
/*    left: 0;*/
/*    right: auto;*/
/*    top: 0;*/
/*    background-color: #003abc;*/
/*    transform-origin: 0 50%;*/
/*    transform: rotate(45deg);*/
/*}*/
.jsyf_list .bottom ul li .ri span{
    overflow: hidden;
}
.jsyf_list .bottom ul li .ri img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.jsyf_list .bottom ul li:hover .ri img{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.jsyf_list .bottom ul li:hover .jtr{
    width: 75px;
}
.ds_aw{
    display: block;
    width: 100%;
    height: 100%;
}
.ds_aw img{
    margin: 0;
    width: 100%;
}
.about_page{
    overflow: hidden;
    width: 100%;
}
.about_paget{
    overflow: hidden;
    width: 100%;
}
.about_pagetl{
    float: left;
    width: calc(60% - 80px);
    padding-right: 80px;
}
.about_pagetlt {
    font-size: 60px;
    font-weight: 100;
}
.about_pagetlt b{
    font-weight: bold;
    color: #ce000c;
}
.about_pagetls{

}
.about_pagetr{
    width: 40%;
    float: right;
}
.about_pagetr:hover img{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.about_pagetls{
    margin: 60px 0;
    overflow: hidden;
    position: relative;
}
.about_pagetls p{
    font-size: 30px;
    line-height: 36px;
}
.about_pagetls::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
    position: absolute;
    width: calc(10vw + 50%);
    top: 50%;
    margin-top: -7.5px;
    left: 530px;
}
.about_pagetlb{
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-bottom: 30px;
}
.about_pagetlb b{
    font-size: 23px;
    color: #333;
    padding: 0 10px;
}
.about_pagetr{
    max-height: 550px;
    overflow: hidden;
}
.about_paget{
    margin-bottom: 60px;
}
.about_pagec{
    margin-bottom: 60px;
}
.about_pagec .t{
    font-size: 45px;
    color: #ce000c;
}
.about_pagec .b{
    font-size: 20px;
    color: #333;
}
.about_pagec>div:nth-child(1){
    text-align: center;
}
.about_pagec>div:nth-child(2){
    text-align: center;
}
.about_pagec>div:nth-child(3){
    text-align: center;
}
.about_pagec>div:nth-child(4){
    text-align: center;
}
.about_pageb{
    padding: 60px 0;
    overflow: hidden;
    width: 100%;
    background: #e5e5e5;
}
.about_pageb .title{
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
}
.about_pageb .de{
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 100;
    font-family: Arial;
}
.about_mol{
    position: relative;
    overflow: hidden;
}
.about_molt{
    position: absolute;
    text-align: center;
    z-index: 2;
}
.about_mol img{
    width: 100%;
}
.about_mol .dsw_c{
    width: 100%;
    -webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;
    transition: opacity .4s ease-in,transform .6s linear;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.about_mol:hover .dsw_c{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.about_molt .t{
    display: inline-block;
    width: 120px;
}
.about_molt .s{
    font-size: 40px;
    color: #fff;

}
.about_molt .d{
    font-weight: 100;
    color: rgba(255, 255, 255, 0.6);
    font-size: 25px;
}
.about_molt .b{
    color: #fff;
    font-size: 28px;
    margin-top: 60px;
    line-height: 55px;
}
.news_list ul li .new_tp{
    width: 20%;
    height: 206px;
    float: right;
    overflow: hidden;
}
.news_list ul li .new_tp img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.news_list ul li:hover .new_tp img{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.news_list ul li .new_wz{
    width: 76.8%;
    float: left;
    overflow: hidden;
}

.contentIndex .cA ul li .uk-panel{
    border: 1px solid #ececec;
    border-top: 0;

}
.contentIndex .cA ul li .uk-panel h1{
    font-size: 20px;
    text-align: center;
    color: #333;
    font-weight: normal;
    padding: 30px 0;
    margin-bottom: 0;
}
.contentIndex .cA ul li .uk-panel p{
    font-size: 16px;
    color: #666;
    padding: 0 30px 30px 30px;
    margin-top: 0;
    display: none;
}
.contentIndex .cA ul.uk-slider-items li a{
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.contentIndex .cA ul.uk-slider-items li a::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    z-index: 2;
    transform: translate(-50%);
    left: 50%;
    background: #cf0200;
    transition: width .6s ease;
}
.contentIndex .cA ul.uk-slider-items li a .ca_cptumber{
    overflow: hidden;
}
.contentIndex .cA ul.uk-slider-items li a .ca_cptumber img{

    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);

}
.contentIndex .cA ul.uk-slider-items li a:hover .ca_cptumber img{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.contentIndex .cA ul.uk-slider-items li a:hover{
    /*box-shadow: 0 40px 40px 0 rgb(0 0 0 / 20%);*/
}

.contentIndex .cA ul li a:hover::after{
   width: 100%;
}
.contentIndex .cA .uk-light .uk-slidenav{
    color: #1259aa;
}
.contentIndex .cA .uk-light .uk-slidenav svg{
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -moz-transform: scale(1.4);
}
.Index_title_ty{
    color: #151926;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 1.5%;
    text-align: center;
    font-size: 36px;
    padding-bottom: 30px;
}
.cA{
    overflow: hidden;
}
.cB{
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}
.inlistnews{
    padding: 10px 0;
}
/*.cB ul li a{*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    width: calc(100% - 100px);*/

/*    box-shadow: 0 0 10px #d4d4d4;*/
/*    padding: 50px;*/
/*}*/
/*.cB ul li a span{*/
/*    display: block;*/
/*}*/
/*.cB ul li a{*/
/*    position: relative;*/
/*}*/
/*.cB ul li a::after{*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    transform: translate(-50%);*/
/*    left: 50%;*/
/*    background: #ce000c;*/
/*    transition: width .3s ease;*/
/*    width: 0;*/
/*    height: 3px;*/
/*    bottom: 0;*/
/*}*/
/*.cB ul li a:hover::after{*/
/*    width: 100%;*/
/*}*/
/*.cB ul li .data{*/
/*    position: relative;*/
/*    width: 65px;*/
/*    height: 65px;*/
/*    border: 1px solid #000;*/
/*    transition: all .36s ease;*/
/*}*/
/*.cB ul li:hover .data{*/
/*    background: #cf0200;*/
/*    border: 1px solid #cf0200;*/
/*}*/
/*.cB ul li:hover .data .day{*/
/*    color: #fff;*/
/*}*/
/*.cB ul li:hover .data .ym{*/
/*    color: #fff;*/
/*}*/
/*.cB ul li:hover .data::after{*/
/*    background: #fff;*/
/*}*/
/*.cB ul li .data::after{*/
/*    content: "";*/
/*    top: 30px;*/
/*    display: block;*/
/*    width: 65px;*/
/*    height: 1px;*/
/*    background: #000;*/
/*    position: absolute;*/
/*    transform: rotate(-45deg)*/
/*}*/
/*.cB ul li .data .day{*/
/*    position: absolute;*/
/*    left: 5px;*/
/*    top: 0;*/
/*    font-size: 22px;*/
/*    color: #000;*/
/*}*/
/*.cB ul li .data .ym{*/
/*    position: absolute;*/
/*    right: 3px;*/
/*    bottom: 0;*/
/*    color: #000;*/
/*    font-size: 12px;*/
/*}*/
/*.cB ul li .bt{*/
/*    font-size: 22px;*/
/*    color: #000;*/
/*    padding: 20px 0;*/
/*    font-weight: 500;*/
/*    overflow : hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box !important;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/

/*}*/
/*.cB ul li .cont{*/
/*    color: #666;*/
/*    font-size: 15px;*/
/*    overflow : hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box !important;*/
/*    -webkit-line-clamp: 3;*/
/*    -webkit-box-orient: vertical;*/
/*    margin-bottom: 40px;*/
/*}*/
/*.cB ul li .more{*/
/*    font-size: 15px;*/
/*    color: #000;*/
/*}*/
.cB .inlistnews .left{
    width: 41.5%;
    float: left;
    position: relative;
    height: 620px;
    overflow: hidden;
}
.cB .inlistnews .left .index_news_01{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 45px 40px;
    color: #fff;
    z-index: 9;
}
.cB .inlistnews .left .index_news_01 .data{
    margin-bottom: 10px;
}
.cB .inlistnews .left .index_news_01 h1{
    line-height: 40px;
    max-height: 80px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 30px;
    margin: 0;
    color: #fff;
}
.cB .inlistnews .left .index_news_01 h1 a{
    color: #fff;
}
.cB .inlistnews .left a img{
    transition: all .36s ease;
}
.cB .inlistnews .left:hover a img{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.cB .inlistnews .right{
    width: 56.4%;
    float: right;
    height: 620px;
    overflow: hidden;
}
.cB .inlistnews .right ul li{
    float: left;
    width: 48%;
    height: 48%;
    margin-bottom:25px;
    margin-right: 25px;
}
.cB .inlistnews .right ul li:nth-child(2){
    margin-right: 0;
}
.cB .inlistnews .right ul li:nth-child(3){
    margin-bottom: 0;
}
.cB .inlistnews .right ul li:nth-child(4){
    margin-bottom: 0;
    margin-right: 0;
}
.cB .inlistnews .right ul{
    height: 100%;
}
.cB .inlistnews .right ul li a{

    position: relative;
    display: block;
    height: 100%;
}
.cB .inlistnews .right ul li .rightt{
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: all .36s ease;
    opacity: 0;
}
.cB .inlistnews .right ul li .rightt img{
    transition: all .36s ease;
}
.cB .inlistnews .right ul li span.more{
    display: inline-block;
    width: 34px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #cf0200;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.cB .inlistnews .right ul li:hover .rightt img{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.cB .inlistnews .right ul li span{
    display: block;
}
.cB .inlistnews .right ul li .rightb{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 42px);
    height: calc(100% - 72px);
    opacity: 1;
    border: 1px solid #e2e2e2;
    padding: 35px 20px;
}

.cB .inlistnews .right ul li .rightb .data{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.chanpin_show .uk-thumbnav>*>::after{
    display: none;
}
.cB .inlistnews .right ul li .rightb .title{
    line-height: 28px;
    height: 56px;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #202f45;
    font-size: 20px;
}
.cB .inlistnews .right ul li .ms{
    color: #84888d;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.cB .inlistnews .right ul li:hover .rightt{
    opacity: 1;
}
.cB .inlistnews .right ul li:hover .rightb{
    opacity: 0;
}
.cC{
    overflow: hidden;
    margin-top: 50px;
}
.cC .index_box{
    position: relative;
}
.cC .index_box .ratio-img{
    width: 100%;
}
.cC .index_text{
    z-index: 777;
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
}
.cC .index_text>a{
    padding: 11%;
    display: block;
    width: calc(100% - 22%);
}
.cC .index_text h1{
    position: relative;
}
.cC .index_text h1 span{
    color: #fff;
    font-size: 36px;

    display: block;
}
.cC .index_text h1 i{
    display: block;
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100px;
    height:3px;
    background: #fff;

}
.cC .index_text p{
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 24px;
    margin: 54px 0 40px 0;
}
.cC .index_box .bg12{
    background: #000;
    display: block;
    overflow: hidden;
}
.cC .index_box .bg12 img{
    transition: all .36s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.cC .index_box:hover img{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.cC .index_box .ratio-img{
    opacity: .7;
}
.cC .index_more span{
    display: inline-block;
    width: 34px;
    height: 24px;
    line-height: 24px;
    text-align: center;

    border-radius: 20px;
    font-weight: bold;
    background: #fff;
    color: #cf0200;
}
.cD{
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%; background: url(../images/about_profile.jpg) no-repeat;
    background-size: cover;
}

.about_profile{
    overflow: hidden;
    margin: 120px 0 210px 0;
}
.cD .Index_title_ty{
    margin-top: 50px;
}
.about_profile .left { float: left; width: 40%;}
.about_profile .left h3 { font-size: 36px; color: #000000;margin: 0}
.about_profile .left h4 { font-size: 24px; color: #000000; padding: 10px 0 40px 0;; margin: 0}
.about_profile .left p { font-size: 16px; color: #666; line-height: 30px; margin-bottom:40px; margin-top: 0}
.about_profile .left .more { width: 180px; height: 40px; line-height: 40px; position: relative; background: #cf0200; border-radius: 6px; text-align: center;
    transition: all 0.3s ease 0s;}
.about_profile .left .more a { color: #fff; font-size: 14px; display: inline-block; width: 100%; height: 100%;}
.about_profile .left .more a:hover { color: #fff !important; }
.about_profile .left .more img { position: absolute; right: 16px; top:40%; transition: all 0.3s ease 0s;}
.about_profile .left .more:hover { opacity: 0.8;}
.about_profile .left .more:hover img { right: 42px; }
.about_profile .right { float: right; width: 48%;padding-top: 20px}
.about_profile .right .wrap ul { width: 100%;padding: 0;margin: 0 ;overflow: hidden}
.about_profile .right .wrap ul li {  float: left; margin-bottom: 50px; border-right: solid 1px #b6b9bb;  width: 42%;}
.about_profile .right .wrap ul li h3{margin-bottom: 0}
.about_profile .right .wrap ul li h3 span { color: #cf0200;}
.about_profile .right .wrap ul li h3 .fnt_100 { font-size: 60px;}
.about_profile .right .wrap ul li p { color: #000; font-weight: bold;margin: 0}
.about_profile .right .wrap ul li:nth-child(2) { border-right: none; float: right;}
.about_profile .right .wrap ul li:nth-child(4) { border-right: none;float: right;}

.qywhwz{
    overflow: hidden;

}
.qywh_page h3{
    font-size:30px ;
    color: #fff;
}
.qywh_page p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 70px;
}
.qywh_page{
    padding-top: 50px;
    overflow: hidden;
    margin-bottom: 50px !important;
}
.qywh_page_bg{
    background: url("../images/about-us-cover.jpg") no-repeat center;
    background-size: cover;
}
.qywh .qywhbox{
    min-height: 180px;
    position: relative;
    margin-bottom: 60px;
}
.qywh .qywhbox:after{
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.qywh .qywhbox .qywhlt{
    color: #fff;
    font-size: 30px;
    margin-bottom:15px;
}
.qywh .qywhbox .qywhlb{
    color: #fff;
    font-size: 18px;
}