/*innerbanner*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.hfbn01 {
    width: 100%;
    min-width: 1200px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.hfbn01 .zsy01 {
    position: relative;
    width: 1920px;
    height: auto;
    margin-left: -960px;
    left: 50%;
    padding-top: 100px;
}

.hfbn01 .zsy01 a {
    position: relative;
    display: block;
    width: 100%;
}
.hfbn01 .zsy01 a img{
    width: 100%;
    height: auto;
}
/*innerbanner*/
/*innernav*/
.inline-nav {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    z-index: 10;
    position: relative;
    padding: 20px 0px 0px 0px;
}

.inline-nav.pof {
    position: fixed;
    top: 0;
    left: 0;
}

.inline-nav .now {
    padding-left: 24px;
    background: url(../images/now01.png) no-repeat left center;
    height: 79px;
    line-height: 79px;
    color: #666;
    font-size: 14px;
}

.inline-nav .now font {
    color: #0256a5;
    font-size: 14px;
}

.inline-nav .w1200 {
    width: 1200px;
    margin: 0 auto;
    z-index: 5;
}

.inline-nav li {
    float: left;
    padding: 0 5px;
    margin: 0 0 0 36px;
    min-width: 60px;
    position: relative;
    text-align: center;
    line-height: 79px;
}

.inline-nav li a {
    display: block;
    width: 100%;
    color: #666666;
    transition: color 0.3s;
}
.inline-nav li .childwrap{
    position: absolute;
    min-width: 160px;
    left: 0;
    top: 79px;
    background: #0256a5;
    border-radius: 0px 0px 15px 0px;
    overflow: hidden;
    display: none;
}
.inline-nav li .childwrap .child{
    display: block;
    height: 45px;
    line-height: 44px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    transition: all .35s;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    padding:0 20px;
    width: auto;
}
.inline-nav li .childwrap .child:last-child{
    border-bottom: 0;
}
.inline-nav li .childwrap .child:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/arrow.png?6) no-repeat center center;
    right: 35px;
    top: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .5s;
}

.inline-nav li .childwrap .child:last-child {
    border-bottom: 0px none;
}

.inline-nav li .childwrap .child:hover {
    background: #666;
    color: rgba(255, 255, 255, 1);
}

.inline-nav li .childwrap .child:hover:after {
    right: 20px;
    filter: alpha(opacity=60);
    opacity: .6;
}

.inline-nav li .childwrap .child:last-child:hover {
    border-bottom: 0px none;
}
.inline-nav li:hover .childwrap{
    display: block;
}
.inline-nav li .line {
    height: 2px;
    background: #0256a5;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.inline-nav li:hover a,
.inline-nav li.cur a {
    color: #0256a5;
}

.inline-nav li:hover .line,
.inline-nav li.cur .line {
    width: 100%;
    left: 0;
}

.inline-nav .inline-bg {
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    height: 50px;
    width: 100%;
    z-index: 2;
    display: none;
}

.inline-nav li .con {
    position: absolute;
    top: 80px;
    left: -333px;
    height: 50px;
    width: 505px;
    display: none;
    line-height: 50px;
}

.inline-nav li .con.cons {
    left: -125px;
}

.inline-nav li .con.n {
    left: -212px;
}

.inline-nav li .con a {
    display: block;
    float: left;
    width: 100px;
    color: #666666;
    transition: color 0.3s;
}

.inline-nav li .con a:hover,
.inline-nav li .con a.on {
    color: #FF0000;
}

/*innernav*/
/*article*/
.ptb {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0px 50px 0px;
}

.ptb .w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.ptb .w1200 .sub_info {
    font-size: 14px;
}

/*article*/
/*honor*/
.ptb .w1200 .sub_info .honorwrap {
    position: relative;
    width: 100%;
    display: flex;
    align-content: flex-end;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.ptb .w1200 .sub_info .honorwrap .honor {
    position: relative;
    width: 25%;
}

.ptb .w1200 .sub_info .honorwrap .honor .inner {
    position: relative;
    margin: 0 20px;
}

.ptb .w1200 .sub_info .honorwrap .honor .inner .img {
    position: relative;
    width: 100%;
    height: 358px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptb .w1200 .sub_info .honorwrap .honor .inner .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ptb .w1200 .sub_info .honorwrap .honor .inner .txt {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
}

/*honor*/
/*product*/
#proList {
    position: relative;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}

#proList li {
    width: 25%;
    margin-bottom: 40px;
}

#proList li a {
    display: block;
    margin: 0 15px;
    padding: 15px;
    border: 1px solid #E6E6E6;
    border-top: 4px solid #E6E6E6;
    transition: all ease 0.3s;
}

#proList li a img {
    display: block;
    width: 100%;
    height: auto;
}

#proList li a span {
    display: block;
    font-size: 12px;
    border-top: 1px solid #EEE;
    padding-top: 10px;
    transition: all 0.25s;
    min-height: 36px;
    text-align: center;
}

#proList li a:hover,
#proList li a:active {
    border: 1px solid #CCC;
    border-top: 4px solid #D90000;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
}

#proList li a:hover span,
#proList li a:active span {
    padding-left: 10px;
}

/*productcenter*/
/*productdetail*/
#pp_info_l {
    width: 300px;
    text-align: center;
}

#pp_info_r {
    width: 520px;
    height: 360px;
    position: relative;
}

#pro_tit {
    font-size: 26px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
}

#pro_cls {
    background: #EEE;
    border-bottom: 1px dotted #CCC;
    padding: 11px 20px 13px 20px;
    color: #AAA;
}

#pro_cls img {
    margin: -2px 7px 0 0;
}

#pro_cls a {
    color: #D90000;
}

#pro_cls a:hover,
#pro_cls a:active {
    text-decoration: underline;
}

#pro_do {
    margin-top: 40px;
    padding-left: 20px;
}

#pro_do p {
    margin-top: 15px;
}

#pro_do p img {
    margin: -2px 7px 0 0;
}

#pro_tags .tags_title {
    border: 1px solid #E6E6E6;
    border-bottom: 0px none !important;
    padding: 20px 20px 0 20px !important;
    background: #FFF;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #D90000 !important;
}

#pro_tags .tags_content {
    margin-top: 0 !important;
    border: 1px solid #E6E6E6;
    border-top: 0px none !important;
    padding: 20px 30px 25px 30px !important;
    margin-bottom: 20px;
}
#pro_tabwrap{
    position: relative;
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
#pro_tabwrap .tab{
     position: relative;
     padding: 10px 20px;
     font-size: 16px;
}
.content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.content .hd {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}
#pro_img{
    width: 300px;
    height: 300px;
    border: 3px solid #EEE;
    overflow: hidden;
}
#pro_focus_img{
    width: 100%;
    height: 100%;
}
.zxx_zoom_image{
    width: 100%;
    height: 100%;
}
#pro_focus_list{
    width: 300px;
    margin-top: 10px;
    margin-left: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#pro_focus_imgs{
    width: 262px;
    height: 60px;
    overflow: hidden;
    margin-left: 3px;
    white-space: nowrap;
}
#pro_img_list_l{
    background: url(../images/pro_focus_left.gif) center center no-repeat rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    width: 13px;
    height: 58px;
    display: block;
}

#pro_img_list_r{
    background: url(../images/pro_focus_right.gif) center center no-repeat rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    width: 13px;
    height: 58px;
    display: block;
}
#pro_focus_imgs_list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#pro_focus_imgs_list img{
    width: 100%;
    height: 100%;
}
#pro_focus_imgs_list a{
    width: 58px;
    height: 57px;
    border: 1px solid rgb(236, 0, 0);
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 1px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}
/*productdetail*/
/* newscenter */
.newsList_01 {
    margin:  0px;
    padding:28px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dashed #dbdbdb;
}

.newsCalendar_01 {
    height: 84px;
    width: 84px;
    margin-right: 16px;
    text-align: center;
    background: #f2f2f2;
}

.newsListDate-part1_01 {
    font-size: 25px;
    line-height: 25px;
    padding-top: 20px;
}

.newsListDate-part2_01 {
    font-size: 14px;
    line-height: 14px;
}


.lineBody_01 {
    width: 1100px;
    line-height: 25px;
}

.lineBody_01 .newsTitle_01 {
    font-weight: bold;
}

.newsList_01:hover .newsCalendar_01 {
    background: #ED0221;
    color: #FFFFFF;
}

/* newscenter */
.message{
    position: relative;
   width: 600px;
   margin: 0 auto;
}
.message .inbox{
    position: relative;
    width: 100%;
} 
.message .inbox .in{
    position: relative;
    padding: 10px 20px;
}
.message .inbox .in .btn{
    position: relative;
    display: block;
    width:200px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #0256a5;
}
.message .inbox .in .btn:hover{
    background-color: #023667;
}
.message .inbox .in .inpwrap{
    position: relative;
    width: 100%;
    padding: 0 10px;
    line-height: 30px;;
    height: 30px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.message .inbox .in .t{
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.message .inbox .in .tawrap{
    position: relative;
    width: 100%;
    padding:10px;
    height: 100px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
@media screen and (max-width: 750px) {
    .message{
        width: 100%;
    }
    .ptb .w1200 {
        width: 100%;
    }

    .ptb .w1200 .sub_info {
        width: 90%;
        margin: 0 auto;
    }

    .hfbn01 {
        display: none;
    }

    .inline-nav {
        display: none;
    }

    .ptb .w1200 .sub_info .honorwrap .honor {
        width: 100%;
    }

    #proList li {
        width: 100%;
    }
    .newsList_01{
        display: block;
    }
    .lineBody_01{
        width: 100%;
    }
    .newsCalendar_01{
        background: transparent;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        
    }
    .newsListDate-part1_01{
        padding-top: 0;
        margin-right: 10px;
    }
    .content{
        width: 100%;
    }
    .content .hd{
        display: block;
    }
    #pp_info_l{
        width: 100%;
    }
    #pro_img{
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    #pro_focus_list{
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
    #pro_focus_imgs{
        width: calc(100% - 40px);
    }
    #pp_info_r{
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
}