/* 公共css */
body, html {
    min-width: 320px;
    max-width: 100%;
    overflow-x: hidden;

}

a {
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
/*input,a,div{*/
    /*border: none;*/
    /*outline: none;*/
    /*-webkit-appearance: none;*/
    /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
/*}*/
.wh1600 {
    max-width: 1600px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1900px) {
    .wh1600 {
        margin: 0 5% !important;
    }
}
.pub_banner{
    display: block;
}
.mi_pub_banner{
    display: none;
}

/*input{*/
    /*!*去除阴影*!*/
    /*box-shadow:none;*/
    /*!*聚焦input的蓝色边框*!*/
    /*outline: none;*/
    /*!*textarea 禁止拖拽*!*/
    /*resize: none;*/
    /*!*去除边框*!*/
    /*border: none;*/
    /*!*常用于IOS下移除原生样式*!*/
    /*-webkit-appearance: none;*/
    /*!*点击高亮的颜色*!*/
    /*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
/*}*/



.headtop{
    background-color: #eeeeee;
    font-size: 14px;
    padding: 1% 0;
}
.headtop .hy1{
    float: left;
}
.headtop .hy2{
    float: right;
}

.headlogo{
    background-color: #f3f6fb;
}
.headlogo .logofl{
    float: left;
    width: 38%;
}
.headlogo .logofr{
    width: 38%;
    float: right;
}
.headlogo img{
    width: 100%;
    display: block;
}

.nyrelative{
    position: relative;
}

.menu{
    background-color: #015293;
    position: relative;
    padding: 0.5% 0;
}

.menu_line{
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    top: 50%;
}
.menu ul .CAli{
    float: left;
    font-size: 16px;
    color: #ffffff;
    width: 11.1%;
    text-align: center;
    border-right: 1px solid #ffffff;
    margin: 1% 0;
}
.menu ul .CAli:nth-child(9n){
    border-right: 0;
}
.menu ul .CAli .CAa{

}





.i_bnafg{
    min-width: 1200px;
    position: relative;
    margin: 2% 0;
}

.i_bnafg .ibnafg_box .ibf_lift{
    float: left;
    margin: 20px 0 0 9px;
}
/*banner*/
.heismb{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* margin-top: -40px; */
    position: absolute;
    bottom: 0;
}
.advert {
    width: 64%;
    height: 20vw;
    position: relative;
    z-index: 0;
    overflow: hidden;
    float: left;
}
.advert img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.advertwz{
    float: right;
    width: 36%;
    height: 20vw;
    padding: 0 3%;
    position: relative;
    border: 1px solid #cccccc;
}
.advertwz .advertwzbox{
    width: 84%;
    position: absolute;
    display: none;
}
.advertwz .advertwzbox .tit{
    width: 100%;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin: 6% 0 4%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height: 2;
}
.advertwz .advertwzbox .bntime{
    font-size: 18px;
    color: #555555;
    background: url(../images/bntime.jpg)no-repeat left;
    text-align: right;
    padding: 2% 0;
    background-size: 27%;
}
.advertwz .advertwzbox .intro{
    width: 100%;
    line-height: 25px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    height: 100px;
    overflow: hidden;
}
.advertwz .advertwzbox .intro *{
    line-height: 2!important;
    font-size: 16px!important;
}
.advertwz .advertwzbox .ck{
    width: 100%;
    margin-top: 5%;
    border-top: 1px solid #cccccc;
    text-align: right;
}
.advertwz .advertwzbox .ck .ckny{
    font-size: 16px;
    color: #015293;
    display: inline-block;
    letter-spacing: 1px;
    padding-top: 7%;
}
.btn{
    width: 64%;
    position: absolute;
    text-align: right;
    bottom: 10%;
}
.btn span:last-child{
    margin-right: 5%;
}
.btn>span{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #015293;
    margin-right: 1.5%;
    cursor: pointer;
    border-radius: 50%;
}
.spanClss{
    background: #b63030 !important;
}


.zxt_links{
    position: relative;
    padding-bottom: 2%;
	    width: 1200px;
    margin: auto;
	    margin-top: 20px;
}

.zxt_links ul li{
    width: 12%;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2.08%;
    transition: all 0.5s;
}
.zxt_links ul li:nth-child(7n){
    
}
.zxt_links ul li .linksimg{
    width: 100%;
}
.zxt_links ul li .linksimg img{
    width: 100%;
    display: block;
}
.zxt_links ul li .linkstit{
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10%;
}
.zxt_links ul li:nth-child(8n){
    display: none;
}
.zxt_links ul li:nth-child(9n){
      width: 1%;
	  margin-right: 0;
	  position:absolute;
	  right:0;
	  height:100%;
	 
	   
    display: flex;
    font-size: 14px;
    align-items: center;
	line-height:2;
    justify-content: center;
}
.zxt_links .wzlink{
	 
	
}
/*.zxt_links ul li:hover{
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
}*/

.i_pjrz{
    height: 760px;
    z-index: 100    ;
	    width: 1200px;
    margin: auto;
}

.i_pjrz .ipjrz_box .zwdiv{
    height: 114px;
}
.i_pjrz .ipjrz_box .zwdiv .a1{
    width: 585px;
    height: 65px;
    display: block;
    float: left;
    margin-left: 10px;
}
.slide_all{
    position: relative;
}
.list_lh{
    float: left;
    width: 47.5%;
    height:720px;
    overflow:hidden;
    margin-right: 5%;
    position: relative;
}
.list_lh:nth-child(2n){
    margin-right: 0;
}

.slide_gif{
    width: 100%;
    position: absolute;
    top: 0;
    height: 60px;
    line-height: 60px;
    color: #b63030;
    background-color: #ffffff;
    letter-spacing: 1px;
    overflow: hidden;
}
.slide_gif .ny1{
    font-size: 24px;
    float: left;
    font-weight: bold;
}
.slide_gif .ny2{
    float: left;
    background: url(../images/slide_gif.gif) no-repeat left;
    background-size: 30%;
    padding-left: 5%;
    margin: 3px 0 0 5%;
    font-weight: bold;
}

.slide_tit{
    width: 100%;
    background-color: #015293;
    position: absolute;
    top: 60px;
    color: #ffffff;
    font-size: 18px;
    padding: 3% 3%;
}
.slide_tit .ny1{
    float: left;
    background: url(../images/slide_logo1.png) no-repeat left;
    background-size: 6%;
    width: 32%;
    padding-left: 5%;
}
.slide_tit .ny2{
    float: left;
    width: 30%;
    text-align: center;
}
.slide_tit .ny3{
    float: left;
    width: 30%;
    text-align: center;
}






.list_lh li {
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-bottom: 1px dashed #cccccc;
    font-size: 16px;
}
.list_lh .spot{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e3e3e3;
    float: left;
    margin: 24px 3% 0;
}
.list_lh li .nys1{
    color: #404040;
    width: 35%;
    margin-right: 3%;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_lh li .nys2{
    color: #404040;
    width: 18%;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_lh li .nys3{
    color: #404040;
    width: 34%;
    display: block;
    float: right;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_lh li.lieven {
    background: #F0F2F3;
    z-index: 1;
}


.research{
    position: relative;
    padding-bottom: 3%;
}
.research ul li{
    width: 12.5%;
    float: left;
    margin-right: 2%;
    transition: all 0.5s;
}
.research ul li .researchimg{
    width: 100%;
}
.research ul li .researchimg img{
    width: 100%;
    display: block;
}
.research ul li:nth-of-type(7){
    margin-right: 0;
}
/*.research ul li:hover{
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
}*/

.main_img2 {
    display: none;
    height: 26vw;
    overflow: hidden;
    position: relative;
}
.main_img2 .img{
    width: 30%;
    margin: 0 1.6%;
    float: left;
}

.main_img2 ul {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.main_img2 li {
    width: 100%;
}

.main_img2 li span {
    display: block;
    width: 100%;
    height: 270px;
    box-sizing: border-box;
    overflow: hidden;
}

.point2{
    text-align: center;
    padding-bottom: 5%;
    display: none;
}
.point2 .mimca{
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    background-color: #a0a0a0;
    transition: all 0.5s;
}
.point2 .on{
    width: 5vw;
    background-color: #015293;
    border-radius: 10%;
}

.zxt_news{
    position: relative;
    padding-bottom: 3%;
}

.news_mk{
    float: left;

    width: 31.25%;
    margin-right: 3%;
}
.news_mk:nth-child(3n){
    margin-right: 0;
}

.news_mk .nk_title{
    border-bottom: 3px solid #cccccc;
}

.news_mk .nk_title .nkny1{
    float: left;
    color: #ffffff;
    position: relative;
    z-index: 2;
    padding: 2% 10% 2% 6%;
    font-size: 18px;
    letter-spacing: 1px;
}
.news_mk .nk_title .nkny3{
    float: left;
    position: relative;
    z-index: 2;
    padding: 2% 10% 2% 6%;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
}
.news_mk .nk_title .nkt1{
    background: url(../images/nk_title1.png) no-repeat left;
    background-size: 100%;
}
.news_mk .nk_title .nkt2{
    background: url(../images/nk_title2.png) no-repeat left;
    background-size: 100%;
}
.news_mk .nk_title .nkt3{
    background: url(../images/nk_title3.png) no-repeat left;
    background-size: 100%;
}
.news_mk .nk_title .nkny2{
    float: right;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 2.5%;
    margin: 1%;
}
.news_mk .nk_title .nkl1{
    background: url(../images/nk_logo1.png) no-repeat left;
    background-size: 100%;
}
.news_mk .nk_title .nkl2{
    background: url(../images/nk_logo2.png) no-repeat left;
    background-size: 100%;
}

.news_mk .xwpcck{
    display: block;
}
.news_mk .xwmbck{
    display: none;
    float: right;
    color: #333333;
    text-align: center;
    margin: 1.5% 0 0;
    font-size: 3.5vw;
}

.news_mk .nk_list{

}
.news_mk .nk_list ul li{
    border-bottom: 1px dashed #cccccc;
    padding: 5% 3%;
}
.news_mk .nk_list ul li .nkly1{
    float: left;
    width: 3%;
    height: 0.75vw;
    background-color: #e5e5e5;
    border-radius: 50%;
    transition: all 0.3s;
}
.news_mk .nk_list ul li .nkly2{
    float: left;
    font-size: 16px;
    color: #404040;
    width: 65%;
    margin-left: 3%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition: all 0.5s;
    line-height: 1.1;
}
.news_mk .nk_list ul li .nkly3{
    float: right;
    font-size: 14px;
    color: #898989;
}
.news_mk .nk_list ul li .nkly4{
    font-size: 14px;
    color: #404040;
    width: 94%;
    float: right;
    margin: 3% 0 0;
    line-height: 2;
}
/*.news_mk .nk_list ul li:hover .nkly1{
    background-color: #b63030;
}
.news_mk .nk_list ul li:hover .nkly2{
    font-weight: bold;
}*/
.credit{
    padding-bottom: 3%;
}
.credit img{
    width: 100%;
    display: block;
}





.cityList {
    width: 100%;
    background: #ffffff;
    margin-top: -2px;
}
.cityList .header_tr {
    background: #B6302F;

}
.cityList .header_tr .bs{
    color: #ffffff;
    padding: 2% 0;
    font-weight: bold;
}

.cityList td {
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #404040;
    padding: 1.2% 0;
}
.cityList tr {
    padding: 3% 0;
    line-height: 28px;
    text-align: center;
}
.cityList .odd{
    background-color: #f5f5f5;
}


.friend_link{
    position: relative;
}
.friend_link .flink_tit{
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 2%;
    position: relative;
}
.friend_link .flink_tit .flt1{
    width: 30%;
    font-size: 22px;
    color: #333333;
    background: url(../images/flinkimg.png) no-repeat left;
    background-size: 4%;
    padding-left: 2%;

}
.friend_link .flink_tit .flt1 span{
    font-size: 16px;
    color: #333333;
}
.friend_link .flink_tit .flt2{

}








.platform-list{

}
.platform-tab{
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    text-align: right;
}
.platform-tab span{
    width: 40%;
    position: relative;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 100%;
}
.platform-tab span{

}
.platform-tab span.active{
    color:#b63030;
}
.platform-tab span.active i{
    display:inline-block;
}
.platform-tab span i{
    content: "";
    display: none;
    position: absolute;
    left: 45%;
    bottom: 0;
    border-width: 0px 5px 10px;
    border-style: solid;
    border-color: transparent transparent #CA0A19;
}
.platform-content-lists{
    width:100%;
    box-sizing:border-box;
}
.platform-content-lists>div{
    width:100%;
    padding:1% 0;
    box-sizing:border-box;
    overflow:hidden;
    display:none;
}
.platform-content-lists>div.active{
    display:block;
}
.platform-content-lists ul{
}
.platform-content-lists .lastUl{
    width:100px;
}


.Members ul{

}
.Members .units-list7{
    /*float:right;*/
    /*text-align:right;*/
}
.Members ul a{
    height:100%;
    width:100%;
    line-height:25px;
    font-size:16px;
    color:#626161;
}
.Members ul a.disable{
    cursor:no-drop;
    color:#aaa;
}
.Members li{
    float: left;
    margin: 0 4%;
    width: 9%;
    text-align: center;
    padding: 1% 0;
}
.Members li:nth-of-type(1){
    width: 10%;
    margin: 0 4% 0 2%;
}
.Members li:nth-child(6n){
    width: 10%;
    margin: 0 2% 0 4%;
}
.Members li:nth-child(6n+1){
    width: 10%;
    margin: 0 4% 0 2%;
}
.Members ul li.firstLi{
    font-weight:bold;
}
.Members li.textSpace{
    letter-spacing: 3px;
}





.foot{
    background-color: #e5e5e5;
    padding: 2% 0;
    position: relative;
}

.foot .foot_menu{
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height:3;
}
.foot .foot_menu .zny{
    color: #303c92;
}
.foot .foot_ny{
    font-size: 15px;
    color: #333333;
    text-align: center;
    line-height: 3;
}

.foot_logo{
    text-align: center;
}
.foot_logo ul li{
    width: 9%;
    margin: 1% 1% 0;
    display: inline-block;
}
.foot_logo ul li img{
    width: 100%;
    display: block;
}

.foot_ewm{
    position: absolute;
    right: 0;
    top: 30%;
    width: 10%;
}
.foot_ewm img{
    width: 100%;
    display: block;
}







/*ny-k*/

.content_main{
    padding: 3% 0;
}

.cmfl{
    width: 62.25%;
    float: left;
}
.cmfll{
    width: 100%;
    float: left;
}
.cmfr{
    width: 30%;
    float: right;
}

.position{
    width: 100%;
    margin-bottom: 3%;
}
.position span:nth-of-type(1){
    background: url(../images/position_logo.png) no-repeat left;
    background-size: 30%;
    padding-left: 3%;
}
.position span{
    font-size: 14px;
    color: #333333;
}

.inside_tit{
    width: 100%;
    background: url(../images/inside_tit.png) no-repeat;
    background-size: 3%;
    padding-left: 5%;
    font-size: 24px;
    color: #333333;
    padding-bottom: 2%;
    border-bottom: 5px solid #d2d2d2;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 3%;
}
.inside_tit:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 15%;
    border-bottom: 5px solid #015293;
}

.public_content{
    position: relative;

}
.public_content img{
    max-width: 100%;
}
.nrCenter{
    text-align: center;
}
.comprehensive{
    background-color: #f5f5f5;
    padding: 3%;
    margin-top: 10%;
}
.comprehensive .ny1{
    font-size: 24px;
    color: #333333;
    letter-spacing: 1px;
    border-bottom: 1px dashed #a3a3a3;
    padding: 3% 3% 4%;

}
.comprehensive .nylist{
    padding: 5% 3%;
}
.comprehensive .nylist ul li{
    margin-top: 7%;
}
.comprehensive .nylist ul li:nth-of-type(1){
    margin-top: 0;
}
.comprehensive .nylist ul li .cny1{
    font-size: 16px;
    color: #015293;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 1%;
    font-weight: bold;
    transition: all 0.3s;
    line-height: 2;
}
.comprehensive .nylist ul li .cny2{
    font-size: 14px;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height: 2;
}
.comprehensive .nylist ul li:hover .cny1{

}


.column{
    background-color: #f5f5f5;
    padding: 3%;
    margin-top: 5%;
}
.column .ny1{
    font-size: 24px;
    color: #333333;
    letter-spacing: 1px;
    border-bottom: 1px dashed #a3a3a3;
    padding: 3% 3% 4%;

}
.column .nylist{
    padding: 2% 3%;
}
.column .nylist ul li{
    width: 47.5%;
    float: left;
    background-color: #015293;
    font-size: 20px;
    color: #ffffff;
    margin: 3% 5% 3% 0;
    text-align: center;
    padding: 3% 0;
    letter-spacing:1px;
}
.column .nylist ul li:nth-child(2n){
    margin: 3% 0 0 0;
}

.article_search{
    background-color: #f5f5f5;
    margin-top: 5%;
}
.article_search .ny1{
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 2px;
    background-color: #015293;
    padding: 4% 5%;
}
.article_search .nylist{
    padding: 5%;
    display: flex;
}
.article_search .nylist .nysrk{
    background-color: #ffffff;
    padding: 4%;
    border: 0;
    width: 85%;
}
.article_search .nylist .nyan{
    width: 15%;
    background: url(../images/article_search_an.jpg) no-repeat;
    background-size: 100%;
    border: 0;
}






.single_rmone{
    display: flex;
    margin-bottom: 5%;
}
.single_rmone .img{
    width: 61.9%;
    overflow: hidden;
}
.single_rmone:hover .img img{
    transform: scale(1.1);
}
.single_rmone .cot{
    padding: 5% 3%;
    width: 38.1%;
    background-color: #f5f5f5;
}
.single_rmone .cot .ny1{
    font-size: 18px;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.single_rmone .cot .ny2{
    font-size: 14px;
    color: #aaaaaa;
    margin: 5% 0;
}
.single_rmone .cot .ny3{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-bottom: 8%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.single_rmone .cot .ny4{
    font-size: 14px;
    color: #ffffff;
    background-color: #015293;
    padding: 4% 0;
    border-radius: 10px;
    width: 40%;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 60%;
}




.single_item{
    width: 45%;
    float: left;
    margin-right: 10%;
    margin-bottom: 5%;
}

.single_item:nth-child(2n){
    margin-right: 0;
}
.single_item .dytit{
    width: 100%;
    background: url(../images/inside_tit.png) no-repeat;
    background-size: 7.5%;
    font-size: 22px;
    color: #333333;
    border-bottom: 5px solid #d2d2d2;
    letter-spacing: 1px;
    position: relative;
    padding: 0.5% 0 5% 11%;
}
.single_item .dytit:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30%;
    border-bottom: 5px solid #015293;
}
.single_item .dytit .ck{
    font-size: 14px;
    color: #777777;
    float: right;
    margin-top: 1%;
}

.single_item .dylist{

}
.single_item .dylist li{
    font-size: 16px;
    color: #333333;
    border-bottom: 1px dashed #a3a3a3;
    padding: 6% 6% 6% 6%;
    position: relative;
    transition: all 0.3s;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.single_item .dylist li:before{
    content: '';
    position: absolute;
    left: 1%;
    top: 43%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #015293;
}
.single_item .dylist li:hover{
    color: #015293;
}



.single_item .dylists{

}
.single_item .dylists li{
    padding: 5% 0;
    border-top: 1px dashed #a3a3a3;
}
.single_item .dylists li:nth-of-type(1){
    border-top: 0;
}
.single_item .dylists li .img{
    width: 100%;
    overflow: hidden;
    margin: 0 0 5%;
}
.single_item .dylists li .tit{
    font-size: 16px;
    color: #333333;
    margin: 0 0 5%;
    font-weight: bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition: all 0.3s;
}
.single_item .dylists li .cot{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.single_item .dylists li:hover .img img{
    transform: scale(1.1);
}
.single_item .dylists li:hover .tit{
    color: #015293;
}

.industry_list{
    background-color: #f5f5f5;
    position: relative;
}
.industry_list .industry_tit{
    font-size: 24px;
    padding: 2%;
    color: #ffffff;
    background-color: #015293;
    letter-spacing: 1px;
}
.industry_ny{
    padding: 3% 0;
}
.industry_ny li{
    width: 50%;
    float: left;
    border-right: 1px dashed #a3a3a3;
    padding: 1.5% 4% 1.5% 4%;
    position: relative;
}

.industry_ny li:nth-child(2n){
    border-right: 0;
}
.industry_ny li .tit{
    padding-left: 5%;
    font-size: 16px;
    color: #333333;
    position: relative;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition: all 0.3s;
}
.industry_ny li .tit:before{
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #015293;
}
.industry_ny li .cot{
    padding-left: 5%;
    margin-top: 3%;
    font-size: 14px;
    color: #333333;
    line-height: 2;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.industry_ny li:hover .tit{
    color: #015293;
}



.news_item{
    position: relative;
    margin-bottom: 2%;
    padding: 0 1%;
    border-bottom: 1px solid #cccccc;
    transition: all 0.5s;
}
.news_item .tit{
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-bottom: 1%;
    transition: all 0.5s;
    position: relative;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news_item .int{
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-bottom: 2%;
    transition: all 0.5s;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news_item .cot{
    margin-bottom: 3%;
    transition: all 0.5s;
}
.news_item .cot .fulei{
    float: left;
    width: 50%;
    transition: all 0.5s;
}
.news_item .cot .fulei .nys1{
    background-color: #015293;
    color: #ffffff;
    padding: 2%;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    float: left;
    transition: all 0.5s;
}
.news_item .cot .fulei .nys2{
    background-color: #eeeeee;
    color: #333333;
    padding: 2%;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    float: left;
    transition: all 0.5s;
}


.news_item .cot .timey{
    width: 50%;
    float: right;
    font-size: 14px;
    color: #555555;
    padding: 1%;
    text-align: right;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.news_item:hover .tit{
    color: #015293;
    padding-left: 1%;
}









.paging{
    text-align:center;
    padding: 3%;
}
.noinfo{
    font-size: 16px;
    letter-spacing: 3px;
    color: #555555;
}
.paging a{
    font-size: 15px;
    padding: 0.9% 1.5%;
    margin:0 1%;
    border-radius: 2px;
    letter-spacing: 1px;
    border: 1px solid #898989;
}
.paging span{
    margin:0 5px;
}
.paging a:hover{
    color:#fff;
    background-color:#015293;
    border: 1px solid #015293!important;
}
.currPage{
    color: #ffffff;
    background-color:#015293!important;
    border: 1px solid #015293!important;
}






.xwny1{
    font-size: 24px;
    color: #333333;
    line-height: 2;
    margin-bottom: 2%;
}
.xwny2{
    color: #555555;
    font-size: 16px;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #cccccc;
}
.xwny2 .xwny2_1{
    float: left;
}
.xwny2 .xwny2_2{
    float: left;
    margin:0 3%;
}

.xwnycot{
    line-height: 2.5;
    font-size: 14px;
    color: #555555;
}


.download_item{
    width: 27%;
    background-color: #F5F5F5;
    float: left;
    margin: 3%;
    padding: 1%;
    transition: all 0.1s;
}
.download_item .tit{
    font-size: 18px;
    color: #333333;
    border-bottom: 1px dashed #a3a3a3;
    padding: 10% 5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition: all 0.3s;
}
.download_item .cot{
    font-size: 14px;
    padding: 10% 5%;
}
.download_item .cot .ny1{
    float: left;
    font-weight: bold;
    color: #015293;
    transition: all 0.3s;
}
.download_item .cot .ny2{
    float: right;
    color: #333333;
    transition: all 0.3s;
}
.download_item:hover{
    background-color: #015293;
}
.download_item:hover .tit{
    border-bottom: 1px dashed #ffffff;
}
.download_item:hover .tit,.download_item:hover .cot .ny1,tit,.download_item:hover .cot .ny2{
    color: #ffffff;
}







.bottom-fix{
    background-color: #015293;
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.bottom-fix>a>img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}



/*sj-k*/



.mi_head{
    display: none;
    width: 100%;
    height: 20vw;
    background: url(../images/mi_head.jpg) no-repeat;
    background-size: 100%;
}
.mi_head .mi_Cal {
    float: right;
    width: 15%;
    padding-top: 4.5vw;
}
.mi_head .mi_Cal .mmx1 {
    width: 10vw;
    height: 2px;
    background-color: #015293;
    display: block;
    margin-top: 2.5vw;
}


.menuls{
    display: none;
    position: fixed;
    right: -110%;
    width: 100%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.2s ease 0s;
    overflow-y: scroll;
    overflow-x: hidden !important;

}
.menuls .menu_one {
    width: 100%;
    height: 20vw;
    background: url(../images/mi_head2.jpg) no-repeat;
    background-size: 100%;
    overflow: hidden;
    line-height: 20vw;
}

.menuls .menu_one .span1 {
    display: inline-block;
    font-size: 4.5vw;
    color: #015293;
    margin-left: 10%;
    letter-spacing: 2px;
    font-weight: bold;
    padding-top: 1vw;
}
.menuls .menu_one .close {
    display: inline-block;
    height: 19vw;
    /* background: url(../images/close.png) no-repeat center; */
    margin-right: 7.8%;
    /* margin-top: 6vw; */
    cursor: pointer;
    color: #015293;
    font-size: 9vw;

}

.menuls .menu_two ul {
    width: 100%;
}
.menuls .menu_two ul li {
    line-height: 15vw;
    width: 100%;
    border-top: 1px solid #f2f2f2;
}
.menuls .menu_two ul li>a{
    font-size: 4vw;
    display: block;
    width: 84%;
    padding: 0 7.8% 0 10.2%;
    color: #777;
    transition: color 0.3s ease 0s;
}
.menuls .menu_two ul .zwli {
	height:40vw;
}
.show {
    right: 0;
    transition: all 0.44s ease 0s;
}






















/*sj-g*/

















/*ldy*/
.pub_box{
    width: 1200px;
    margin: 0 auto;
}
.ldyhd{
    width: 100%;
    height: 668px;
    background: url(../images/ldybn.jpg)no-repeat center;
}

.ldyhdbox{
    width: 1200px;
    margin: 0 auto;
}
.ldyhd .lhlg{
    float: left;
    margin-top: 31px;
}
.ldyhd .ldyhdh{
    float: left;
    margin: 60px 0 0 470px;
}
.ldyhd .ldyhdh .img1{
    float: left;
    margin: -5px 15px 0 0;
}
.ldyhd .ldyhdh .p1{
    float: left;
    font-size: 30px;
    color: #ffffff;
    /*font-weight:bold;*/
}
.ldyhd .ldyhfh{
    margin-top: 50px;
    float: right;
    width: 140px;
    height: 45px;
    background-color: #015293;
    color: #ff0000;
    font-size: 14px;
    border: 0px;
    border-radius: 35px;
    display: block;
    text-align: center;
    line-height: 45px;
    letter-spacing: 2px;
}

.ldybz{
    min-width: 1200px;
    height: 640px;
    background: url(../images/ldyrzbz.jpg)no-repeat center;
    text-align: center;
}
.ldybz .p1{
    font-size: 36px;
    color: #292929;
    font-weight:bold;
    padding-top: 50px;
    letter-spacing: 1px;
}
.ldybz .p2{
    font-size: 18px;
    color: #292929;
    font-weight:bold;
    letter-spacing: 1px;
    margin-top: 200px;
}
.ldybz .p3{
    font-size: 36px;
    color: #292929;
    letter-spacing: 1px;
    margin-top: 25px;
}
.ldybz .p4{
    font-size: 36px;
    color: #f13529;
    letter-spacing: 1px;
    margin-top: 25px;
}
.ldybz .p5{
    font-size: 24px;
    color: #292929;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-left: 30px;
}
.ldybz .p6{
    width: 400px;
    height: 60px;
    background-color: #015293;
    color: #ffffff;
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
    border-radius: 30px;
    line-height: 60px;
}
.ldybz .p7{
    color: #292929;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 25px;
}
.ldydj{
    background-color: #015293;
    height: 640px;
    text-align: center;
}
.ldydj .p1tt{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    padding-top: 80px;
}
.ldydj .p2tt{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}
.ldydj .zpp{
    margin: 50px;
}
.ldydj .zpp .zs{
    width: 300px;
    float: left;
    text-align: center;
    margin: 0 30px;
}
.ldydj .zpp .zs .p1{
    width: 130px;
    height: 130px;
    border: 2px solid #ffffff;
    font-size: 60px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 130px;
    display: inline-block;
}
.ldydj .zpp .zs .p2{
    margin-top: 40px;
    font-size: 24px;
    color: #ffffff;
    line-height:32px;
}
.ldydj .zpp .fp{
    width: 300px;
    float: left;
    text-align: center;
    margin: 0 30px;
}
.ldydj .zpp .fp .p1{
    width: 130px;
    height: 130px;
    border: 2px solid #ffffff;
    font-size: 60px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 130px;
    display: inline-block;
}
.ldydj .zpp .fp .p2{
    margin-top: 40px;
    font-size: 24px;
    color: #ffffff;
    line-height:32px;
}
.ldydj .zpp .pc{
    width: 300px;
    float: left;
    text-align: center;
    margin: 0 30px;
}
.ldydj .zpp .pc .p1{
    width: 130px;
    height: 130px;
    border: 2px solid #ffffff;
    font-size: 60px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 130px;
    display: inline-block;
}
.ldydj .zpp .pc .p2{
    margin-top: 40px;
    font-size: 24px;
    color: #ffffff;
    line-height:32px;
}
.ldydj .djlxdh{
    width: 465px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 45px;
    display: inline-block;
}
.ldydj .djlxdh img{
    float: left;
    margin: 12px 20px 0 80px;
}
.ldydj .djlxdh span{
    font-size: 35px;
    color: #015293;
    float: left;
    margin-top: 16px;
    font-weight:bold;
}
.ldyxzhf{
    text-align: center;
    background-color: #ffffff;
}
.ldyxzhf .p1{
    font-size: 36px;
    color: #333333;
    padding-top: 75px;
}
.ldyxzhf .p2{
    font-size: 18px;
    color: #777777;
    margin-top: 25px;
}
.ldyxzhf .img1{
    margin: 25px 0;
}
.ldyxzhf ul{
    margin: 0px 40px;
}
.ldyxzhf ul li{
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin: 10px 75px;
    width: 130px;
}
.ldyxzhf .p3{
    font-size: 36px;
    color: #333333;
    margin-top: 25px;
}
.ldyxzhf .p4{
    font-size: 18px;
    color: #777777;
    margin-top: 25px;
    padding-bottom: 33px;
}
.ldydb{
    min-width: 1200px;
    height: 459px;
    background: url(../images/ldydbbj.jpg)no-repeat center;
}
.ldydb .ldydbfl{
    float: left;
    width: 400px;
    text-align: right;
    padding-top: 120px;
}
.ldydb .ldydbfl .p1{
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight:bold;
}
.ldydb .ldydbfl .p2{
    font-size: 18px;
    color: #ffffff;
    line-height: 35px;
    margin-top: 40px;
}
.ldydb .ldydbfr{
    float: right;
    width: 400px;
    text-align: left;
    padding-top: 120px;
}
.ldydb .ldydbfr .p1{
    font-size: 36px;
    color: #333333;
    letter-spacing: 3px;
    font-weight:bold;
}
.ldydb .ldydbfr .p2{
    font-size: 18px;
    color: #333333;
    line-height: 35px;
    margin-top: 40px;
}

.ldyfzjf table{width:100%;margin: 50px 0;}
.ldyfzjf table tr td, th{border:none;}
.ldyfzjf table tr{height:96px;}
.ldyfzjf table td.td1{width:41%; font-size:18px; text-align:right;letter-spacing: 5px;color: #333333;}
.ldyfzjf table td.td3{width:41%; font-size:18px; text-align:left;letter-spacing: 5px;color: #333333;}
.ldyfzjf table td img.l{margin-bottom:4px;margin-left:22px;margin-right:40px;vertical-align:middle}
.ldyfzjf table td img.r{margin-bottom:4px;margin-left:40px;margin-right:22px;vertical-align:middle}
.ldyfzjf table td.td2{width:8%; }
.ldyfzjf table td.td2 .c_m{width: 74px;height: 48px; background:url(../images/circle.png) no-repeat; color:#2e2e2e; font-size:22px; font-family:'Microsoft YaHei'; font-weight:bold; padding-top:26px;text-align:center; margin:0px auto}
.ldyfzjf table tr:hover .c_m{background:url(../images/circle_hover.png) no-repeat; color:#fff;}


.r_2{background: #015293;color:#fff;text-align:center;padding-bottom: 50px}
.r_2 table { border-collapse:collapse; width:1110px; text-align: center; margin: 60px auto; }
.r_2 table td{vertical-align: middle;}
.r_2 table tr td, th{border:1px solid #ffffff;}
.r_2 table tr{height:70px;}
.r_2 table td.th1{width:260px;}
.r_2 table td.th2{width:500px;}
.r_2 table td.th3{width:440px;}
.r_2 table td.th{font-size:24px}
.r_2 table td.td1{font-size:18px;font-weight:bold;}
.r_2 table td.td2{font-size:18px; text-align:center; }
.r_2 table tbody tr td.table_title { font-size: 18px; line-height: 38px; width: 150px; text-align: right; }
.r_2 table tbody tr td.table_contant { font-size: 14px; text-align: left; vertical-align:top; line-height:32px;}
.r_2 .p1{
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight:bold;
}
.r_2 .p2{
    margin-top: 15px;
    width: 360px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #ffffff;
    color: #015293;
    border-radius: 30px;
    font-size: 30px;
    display: inline-block;
    letter-spacing: 3px;
    font-weight:bold;
}
.r_2 .p3{
    margin-top: 15px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2px;
}


.r_6{text-align:center;padding-bottom: 50px}
.r_6 table{width:100%; margin-top:40px;border-top:1px solid #dadada;border-left:1px solid #dadada; vertical-align:middle;border-collapse: collapse;}
.r_6 table th{background-color:#E4ECFA;font-size:18px;font-weight:bold;color: #555555;}
.r_6 table td{text-align:center; color:#7b7b7b}
.r_6 table th, td{font-size:16px;}
.r_6 table .r_6_b{ text-align:center;font-size:18px;font-weight:bold;color: #555555;}
.r_6 table tr td, th{border-right:1px solid #dadada;border-bottom:1px solid #dadada;border-top:1px solid #dadada;border-left:1px solid #dadada;}
.r_6 table tr{height:46px;}
.r_6 table th,td{ vertical-align:middle}
.r_6 table td.name{padding-left:32px; font-size:14px;text-align:left;}
.r_6 .p1{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 70px;
    letter-spacing: 2px;
}
.r_6 .xmjslxfs{
    width: 360px;
    height: 55px;
    background-color: #015293;
    color: #ffffff;
    font-size: 30px;
    line-height: 55px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
}

.advert2 {
    width: 1180px;
    height: 360px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-left: 10px;
}
.advert2 img {
    display: block;
    width: 1180px;
    height: 360px;
    position: absolute;
}
.btn2{
    text-align: center;
    width: 100%;
    height: 5px;
    position: relative;
    margin-top: -50px;
    z-index: 5;
}
.btn2>span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #777777;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
}
.spanClss2{
    background: #ffffff !important;
}


.r_8{text-align:center;padding-bottom: 50px}
.r_8 ul{margin-top:46px}
.r_8 ul li{ text-align:left; clear:both; height:20px; padding:30px 0px 0px 0px}
.r_8 ul li.b_line{ border-bottom:1px dotted #cfcfcf; padding:18px 0px 30px 0px}
.r_8 ul li .icon_q{float:left; margin:0px 0px 0px 72px;background:url(../images/q_icon.png) no-repeat; width: 19px;height: 19px;}
.r_8 ul li .icon_a{float:left; margin:0px 0px 0px 72px;background:url(../images/a_icon.png) no-repeat; width: 19px;height: 19px;}
.r_8 ul li .q{float:left; margin:0px 0px 0px 10px;font-size:18px;}
.r_8 ul li .a{float:left; margin:2px 0px 0px 10px; font-size:14px;}
.r_8 ul li .datetime{float:right; margin:3px 24px 0px 0px; font-family:'Microsoft YaHei'; font-size:12px; color:#6f6f6f;}


.ldyhzhb{
    position: relative;
    background-color: #ffffff;
    padding-bottom: 50px;
}
.ldyhzhb .p1{
    padding-top: 30px;
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.ldyhzhb .p2{
    font-size: 18px;
    color: #777777;
    text-align: center;
    margin-top: 20px;
}
.ldyhzhb ul{
    margin: 35px 15px 0;
}
.ldyhzhb ul li{
    width: 390px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    float: left;
    font-size: 18px;
}
.ldyhzhb ul li:nth-child(1n){
    background-color: #015293;
    color: #ffffff;
}
.ldyhzhb ul li:nth-child(2n){
    background-color: #fafafa;
    color: #333333;
}


.ldyfuwu{
    position: relative;
    background-color: #ffffff;
    padding-bottom: 100px;
}
.ldyfuwu .p1{
    padding-top: 50px;
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.ldyfuwu .p2{
    font-size: 18px;
    color: #777777;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.ldyfuwu ul li{
    float: left;
    width: 150px;
    margin: 0 75px;
    text-align: center;
    color: #777777;
    font-size: 18px;
    margin-top: 38px;
}

.ldyfoot{
    background-color: #015293;
    text-align: center;
    padding-bottom: 50px;
}
.ldyfoot .p1{
    font-size: 18px;
    color: #ffffff;
    padding: 50px 0 40px;
}
.ldyfoot .p2{
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 20px;
}
.ldyfoot .p3{
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
/*ldy-g*/




/*企业信息*/
.qyinfo{

}
.qyinfo .STYLE2{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #FF0000;
}
.con-table {
    border-collapse: collapse;
    display: table;
    font-family: "宋体", sans-serif;
    line-height: 22px;
    position: relative;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #e4e4e4;
}
.con-table tr {
    /*padding: 4px;*/
    /*border-right: 1px solid #e4e4e4;*/
    /*border-bottom: 1px solid #e4e4e4;*/
    /*font-size: 12px;*/
    /*line-height: 30px;*/
    /*color: #333;*/
    /*background: #fafafa;*/
}
.con-table .td11 {
    padding: 5px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    line-height: 30px;
    background: #fafafa;
    font-size: 12px;
    color: #555555;
    table-layout: fixed;
    word-break: break-word;
}
.con-table b {
    font-size: 12px;
    color: #555555;
	font-weight:100;
}
.qyewm_xz{
    width: 130px;
    position: absolute;
    margin: -60px 0px 0 -60px;
}
.qyinfo .k1 {
    height: 40px;
    border-top: 1px #CCC dashed;
    border-bottom: 1px #CCC dashed;
    line-height: 40px;
    font-size: 16px;
    color: #F00;
}
.qyinfo .h10 {
    height: 10px;
}
.qyinfo .ejbt{
    font-weight: bold;
    color:#333;
    font-size: 14px ;
}

.qyinfo .k6 {
    width: 158px;
    height: 150px;
    float: left;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.k3{
    height:25px;
    line-height:25px;
    width:250px;
    float:left;
    font-size: 14px;
}

.grid{
    border: 1px solid #e4e4e4;
    width: 100%;
}
.grid td {
    padding: 5px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    line-height: 30px;
    background: #fafafa;
    font-size: 12px;
    color: #555555;
}
.grid tr td:nth-child(odd) {
    background: rgba(0, 132, 255, 0.03);
    width: 17%;
}
.qiye_ckpj{
    border: 1px solid #e4e4e4;
    padding: 10px;
    font-size: 14px;
    color: #555;
    display: none;
}
/*证书*/

#imgbox-loading { position: absolute; top: 0; left: 0; cursor: pointer; display: none; z-index: 90; }
#imgbox-loading div { background: #FFF; width: 100%; height : 100%; }
#imgbox-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; display: none; z-index: 80; }
.imgbox-wrap { position: absolute; top: 0; left: 0; background: #FFF; display: none; z-index: 90; }
.imgbox-img { padding: 0; margin: 0; border: none; width: 100%; height: 100%; vertical-align: top; }
.imgbox-title { padding-top: 10px; font-size: 11px; text-align: center; font-family: Arial; color: #333; display: none; }
.imgbox-bg-wrap { position: absolute; padding: 0; margin: 0; display: none; }
.imgbox-bg { position: absolute; width: 20px; height: 20px; }



.qyinfo p{
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


.scewm{
    position: relative;
}
.scewm .qyewm_xz{
    position: absolute;
    width: 65%;
    left: 16%;
    top: 10%;
    margin: 0;
}

.pcnycs{
    display: table;
}
.mnycs{
    display: none;
}
/*ny-g*/





















