@charset "utf-8";
/* CSS Document */
.top{
    height: 62px; 
    background-color: #000000;
}
.top_left{
    width: 500px; 
    font-size: 20px; 
    color: #ffffff; 
    line-height: 62px; 
    float: left;
}
.top_right{
    width: 388px; 
    padding-top: 5px; 
    float: right;
}

.head{ 
    padding-top: 20px;
    height: 100px; 
    position: relative;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.head .logo{
    width: 240px;background:url(logo.jpg)no-repeat;
}
.head .logo a{
    text-indent:-999em; display:block;  width:240px; height:59px;
}
.head .menu{
    width: 880px; 
    height: 76px; 
    padding-top: 16px;
}
.nav{
    width: 880px;
    height: 60px;
    position: relative; 
    z-index: 1; 
}
.nav a{ 
    color: #fff;  
}
.nav .nLi{
    padding-left: 10px; 
    max-width: 120px; 
    line-height: 20px; 
    float: left; 
    position: relative; 
    display: inline; 
}
.nav .nLi h3,.nav .nLi div{ 
    float: left;
    height: 60px; 
}
.nav .nLi h3 a,.nav .nLi div a{ 
    font-size: 16px; 
    display: block; 
    color: #000000; 
    font-weight: normal;
}
.nav .nLi h3 a span,.nav .nLi div a span{
    font-size: 12px;
}
.nav .nLi h3 a:hover,.nav .nLi div a:hover{
    color: #0088cf;
}

.nav .sub{ 
    display: none; 
    width: 150px; 
    padding: 10px;
    left: -20px;
    top: 60px;  
    position: absolute; 
/*    border-bottom: 36px solid #12499e;  */
}
.nav .sub li{ 
    height: 36px; 
    line-height: 36px; 
    border-bottom: 1px solid #028dd6; 
    padding: 0 10px;
    text-align: center;
}
.nav .sub a{ 
    display: block;
    font-size: 14px;  
}
.nav .on h3 a,.nav .on div a{ 
    color: #0088cf;  
}
.nav li.home{
    max-width: 80px;
}


.fw_product{
    margin: 25px 0;
}
.common_tit{
    padding-bottom: 30px;
    background: url(tt2.png) no-repeat center bottom;
    margin-bottom: 30px;
}
.common_tit > h2{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.common_tit > h1 > span{
    color: #999999;
}
.common_tit > p{
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
}
.pro_img{
    border: solid 1px #cccccc;
    padding: 10px 0;
    background: url(cp_bg02.jpg) no-repeat;
/*    background: #e5e5e5;*/
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}
.pro_img > img{
    width: 100%;height:150px;
    transition: all 0.6s;
}
.pro_img:hover img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.pro_part p{
    line-height: 36px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab_btn{
    width: 70%;
    height: 54px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.tab_btn li{
    float: left;
    width: 25%;
    line-height: 48px;
    text-align: center;
    padding: 0 10px;
}
.tab_btn li > span{
    display: block;
    width: 100%;
    height: 100%;
/*    background-color: #e5e5e5;*/
    background-color: #265aa1;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-family: "微软雅黑";
    transition: all 0.6s;
    
}
.tab_btn li > span > a{
    position: relative;
    color: #fcfcfc;
    z-index: 9;
    font-weight: normal;
    width: 100%;
    height: 100%;
}
.tab_btn li > span:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    background-color: #e9840c;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    transition: all 0.6s;
}


.tab_btn li > span:hover:after{
     width: 100%;
}

.tab_btn  li:hover a{
    color: #fcfcfc;
}

.tab_btn li > span.mr{
    background-color: #e9840c;
}
.tab_btn li > span.mr a{
    color: #fcfcfc;
}
.area_part{
    position: relative;
    overflow: hidden;
}
.area_pic > img{
    width: 100%;height:150px;
    transition: all 0.6s;
}
.area_part > h3{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    color: #f2f2f2;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    width: 100%;
    font-weight: normal;
}

.area_part .area_txt1{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    color: #f2f2f2;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    width: 100%;
    font-weight: normal;
}
.area_part .area_txt1 a{color: #f2f2f2;}
.area_part .area_txt1 a:hover{color: #f2f2f2;font-weight:bold;}
.application .row > div{
    margin-bottom: 20px;
}
.application{
    margin-bottom: 40px;
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 20px;
}
.area_part:hover .area_pic img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.area_part:hover h3{
    background-color: rgba(0,0,0,.8);
}

.news_part h3{
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #333;
    text-decoration: underline;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_part p{
    text-align: justify;
    font-size: 16px;
    color: #555;
    line-height: 22px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list_nr li {
    height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;width:45%;float:left;margin-right:5%;
}

@media (max-width: 768px){
	
	.list_nr li {
    height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;width:100%;clear:both;
}
	
}

.news_btn{
    height: 36px;
    margin-bottom: 30px;
}
.news_btn li{
    float: left;
    text-align: center;
}
.news_btn li > a{
	width: 120px;
	height: 36px;
	display: block;
	background-color: #ccc;
	font-size: 16px;
	line-height: 36px;
    color: #333;
    border-radius: 5px;
}
.news_btn li > a.gb{
    background-color: #265aa1;
    color: #fcfcfc;
}
.news_btn li > a.gb:active{
    background-color: #e9840c;
}
.news_btn li.fgx{
	width: 2px;
	height: 30px;
	background-color: #666;
	display: inline-block;
	vertical-align: middle;
	margin: 3px 20px;
}
.information{
    margin-bottom: 50px;
}
.friendlinks{
    height: 90px;
    width: 100%;
    background: url(flinks_bg2.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 10px 0;
}
.friendlinks h4,
.friendlinks .links_box{
    float: left;
}
.friendlinks h4{
    line-height: 70px;
    color: #fcfcfc;
    font-weight: normal;
}
.friendlinks .links_box{
    width: 92%;
    padding-left: 30px;
}
.friendlinks .links_box li{
    display: inline-block;
    line-height: 35px;
}
.friendlinks .links_box li:after{
    content: "|";   
    display: inline-block;   
    width: 2px;   
    height: 14px;
    color: #265aa1;
    margin: 0 10px;  
}
.friendlinks .links_box li:first-child{
    margin-left: 50px;
}
.friendlinks .links_box li:last-child:after{
    display: none;
}

.footer_region{
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #084584;
    color: #fcfcfc;
}
.footer_region a{
    color: #e5e5e5;
}
.pc_kong{
    height: 80px;
    width: 100%;
}
/*面包屑区域*/

.crumbs{
    height: 42px;
    line-height: 42px;margin-top:20px;
    background-color: #e5e5e5;
}
.crumbs .crumbsnav i{
/*    padding-left: 30px;*/
/*    background: url(../images/wz_icon.png) no-repeat;*/
    
}
.crumbs .crumbsnav i:before{
    content: " ";   
    display: inline-block;   
    width: 24px;   
    height: 24px;
    background: url(../images/wz_icon.png) no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    margin: -4px 6px 0;  
    vertical-align: middle;
}
.crumbs .crumbsnav a:after{
    content: " > ";   
    display: inline-block;   
    color: #333;
    margin: 0 6px 0 10px;
}
.crumbs .crumbsnav a:last-child:after{
    display: none;
}


.cp_region > h1{
    font-size: 24px;
    display: inline-block;
    border-bottom: 4px solid #333;
    line-height: 40px;
    margin-bottom: 20px;
}
.cp_region > h1:hover,
.cp_region > h1:active,
.cp_region > h1:focus{
    color: #0754bd;
    border-bottom: 4px solid #0754bd;
}
.cp_region > h1:hover a,
.cp_region > h1:active a,
.cp_region > h1:focus a{
    color: #0754bd;
}
.cp_region > h1 > a:hover ,
.cp_region > h1 > a:active,
.cp_region > h1 > a:focus{
    color: #0754bd;
}

.details_part .pic_show img,
.cp_nr .pic_show img{
    width: 100%;height:110px;
}
.related .details_part,
.cp_nr{
    background-color: #ededed;
    height: 160px;
    transition: all ease-in-out .3s;
}
.related .details_part .pic_show,
.cp_nr .pic_show{
    padding-top: 4px;
    background-color: #ededed;
    transition: all ease-in-out .3s;
}
.related .details_part .cp_text,
.cp_nr .cp_text{
    border-top: 2px #ff7f27 solid; 
    padding: 10px 0;
    transition: all ease-in-out .3s;
	 overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.related .details_part .cp_text span,
.cp_nr .cp_text span{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 0 auto;
    background: url(../images/cp_icon.png) no-repeat;
    transition: all ease-in-out .3s;
}
.related .details_part .cp_text h3,
.cp_nr .cp_text h3{
    color: #333333;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all ease-in-out .3s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 6px;
    font-weight: normal;
}
.related .details_part:hover,
.cp_nr:hover{
    background-color: #ff7f27;
    transition: all ease-in-out .3s;
}
.related .details_part:hover .pic_show,
.cp_nr:hover .pic_show{
    padding-top: 10px;
    transition: all ease-in-out .3s;
}
.related .details_part:hover .cp_text span,
.cp_nr:hover .cp_text span{
    background: url(../images/cp_icon_hover.png) no-repeat;
    transition: all ease-in-out .3s;
    margin-top: 10px;
}
.related .details_part:hover .cp_text h3,
.cp_nr:hover .cp_text h3{
    color: #fafafa;
    margin-top: 10px;
    transition: all ease-in-out .3s;
}
/*产品分类*/
.cpfl_box{
    margin: 10px 0;
}
.cpfl_box .left_bar{
    background-color: #f2f2f2;
}
.left_bar .head_tit{
    background-color: #265aa1;
    color: #fcfcfc;
    padding: 15px 15px;
    margin-bottom: 10px;text-align:center;
}
.left_bar .head_tit > h2{
    font-family: "Arial";
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}
.left_bar .project{
    padding: 0 10px 30px;
}
.left_bar .project li{
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 45px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
    background: #e6e6e6 url(nav_ico.png) no-repeat 16px 13px;
}
.left_bar .project li a{
    width: 100%;
    height: 100%;
    display: block;
}
.left_bar .project li:hover{
    background: #376db7 url(nav_ico.png) no-repeat 16px -37px;
}
.left_bar .project li:hover a{
    color: #fcfcfc;
}
.left_bar .fw_regoin{
    background-color: #265aa1;
    text-align: center;
    padding-bottom: 16px;
}
.cpfl_box .right_cont{
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.cpfl_box .right_cont .tit_sec,
.cpfl_box .news_list .tit_sec{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 12px;
}
.cpfl_box .right_cont .tit_sec > h1,
.cpfl_box .news_list  .tit_sec > h1{
    font-size: 24px;
    color: #333;
    line-height: 40px;
    display: inline-block;
    border-bottom: 1px solid #265aa1;
}

.cpfl_box .right_cont li .ms{
    background-color: #ebebeb;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.cpfl_box .right_cont li .ms > p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cpfl_box .right_cont .cp_list > div,
.cpfl_box .news_list .cp_list > div{
    margin-bottom: 20px;
}
.cpfl_box .right_cont .fy,
.cpfl_box .news_list .fy{
    text-align: center;
/* margin: 30px 0 50px; */
}
.cpfl_box .right_cont .cp_list{
    
}
.nr_btn{
    margin-top: 20px;
}
.nr_btn .hqbj,
.nr_btn .qgrx{
    height: 56px;
    border: 1px solid #e98209;
    float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
}
.nr_btn .hqbj > a,
.nr_btn .qgrx > a{
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
}
.nr_btn .hqbj > a{
    line-height: 54px;
    font-size: 20px;
}
.nr_btn .qgrx > a > p:nth-of-type(1){
    font-size: 20px;
    line-height: 30px;
}
.nr_btn .qgrx > a > p:nth-of-type(2){
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}
.nr_btn > div.mr{
    background-color: #e98209;
}
.nr_btn > div.mr a{
    color: #fcfcfc;
}
.nr_btn > div.mr a > p:last-child{
    color: #eee;
}

.sdzc{
    padding: 50px 0 30px;
    background: url(../images/sdjgzc_bg.jpg) no-repeat;
}
.sdzc .jg_part{
/*    margin-top: 30px;*/
}
.cpfl_box .news_list{
    height: 1350px;
    margin-bottom: 30px;
    overflow: hidden;
}
.cpfl_box .news_list .cp_list{
    height: 1200px;
}
.cpfl_box.newListBox{
    margin-bottom: 0;
}
.wd_cont{
    background-color: #f2f2f2;
    padding-top: 20px;
    margin-bottom: 30px;
}
.wd_cont .wz_head > h1{
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 36px;
}
.wd_cont .wz_head .single_meta{
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 6px;
}
.wd_cont .wz_head .single_meta > span{
    width: 33.333%;
    float: left;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.wd_cont .wz_nr{
/*    background-color: #f2f2f2;*/
    padding: 10px 20px;
}
.wd_cont .wz_nr > p{
    margin: 10px 0;
    text-align: justify;
}
.wd_cont .wz_nr > img{
    display: block;
    margin: 20px auto;
}
.new_zx{
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.new_zx > h2{
    font-size: 20px;
    color: #333;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 3px solid #333;
    margin-bottom: 10px;
}
.new_zx .zx_cont{
    padding: 0 2px;
}
.new_zx .zx_cont li{
    font-size: 16px;
    padding-left: 16px;
    background: url(xw_icon.png) no-repeat 0 center;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xgzs.xtbk{
    margin-bottom: 10px;
}
.jdal.xtbk{
    margin-bottom: 80px;
}
.system_main.big_mian{
/*    border: 1px solid #ccc;*/
}

.tp_img{
    overflow: hidden;
}
.tp_img > img{
    width: 100%;
    transition: all ease-in-out .5s;
}
.tp_box:hover .tp_img > img{
    transform: scale(1.1);
    transition: all ease-in-out .5s;
}


.xgcp.pdc_list .related .details_part .pic_show{
    padding-top: 10px;
}
.xgcp.pdc_list .related .details_part:hover .pic_show{
    padding-top: 20px;
}
 
.m_header,
.m_nav,
.m_kong,
.slider_m,
.zjwm_m,
.m_footer,
.m_copy{
	display: none;
}