
.zont{
    padding: 35px 0 145px;
    min-height: 500px;
}
.zont2{
    width: 20%;
    float: left;

}

.zont3{

    width: 77%;
    float: right;
}

.banner{
    height: 387px;
    width: 100%;
    overflow: hidden;
}
.banner img{
    margin-top: -315px;
    margin-left: 0px;
    width: 100%;
    height: 702px;
}
.menu{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    height: 59px;
}
.menu .m_fl{
    position: relative;
    text-align: center;
    float: left;
}
.menu .m_fl a{
    position: relative;
    z-index: 4;
    font-size: 16px;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #999;
    display: inline-block;
    margin-right: 8px;
    padding: 0 35px;
    cursor: pointer;
}
.menu .m_fl a:hover{

    color: #fff;
    background: #015198;
}
.menu .m_fl a.on{
    color: #fff;
    background: #015198;
}
/*.menu .m_fl a:after{*/
    /*content: "";*/
    /*width: 9px;*/
    /*height: 6px;*/
    /*position: absolute;*/
    /*bottom: -10px;*/
    /*left: 50%;*/
    /*margin-left: -4.5px;*/
    /*background: url("../images/btm.png") no-repeat center;*/
    /*transition: .3s;*/
    /*opacity: 0;*/
    /*transform: scale(0);*/
/*}*/
/*.menu .m_fl a:hover:after{*/
    /*transform: scale(1);*/
    /*opacity: 1;*/
    /*bottom: -26px;*/
/*}*/
.menu .m_fl a.on:after{
    transform: scale(1);
    opacity: 1;
    bottom: -26px;
}
.menu .m_fr{
    float: right;
    line-height: 59px;
    right: 0px;
    color: #999;
    padding-left: 14px;
    background: url("../images/home_ico.png") left center no-repeat;
}
.menu .m_fr a,.menu .m_fr i{
    margin: 0 4px;
    color: #adadad;
    transition: all 0.36s ease-in-out;
    font-size: 14px;
}
.menu .m_fr a:hover{
    color: #015198;
}
.menu .m_fr i{
    font-size: 14px;
    font-style: normal;
}
.menu .m_fr em{
    font-style: normal;
    color: #015198;
}
.aboutus{
    padding-top: 70px;
}
.aboutus .tit{
    text-align: center;
}
.aboutus .tit .hh1{
    color: #262626;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
}
.aboutus .tit .hh2{
    text-align: center;
    font-size: 24px;
    color: #015198;
}
.aboutus .tit .hh3{
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 36px;
    color: #015198;
}
.aboutus .cont{
    margin-top: 41px;
    line-height: 36px;
    font-size: 15px;
    color: #585858;
    text-align: center;

}
.aboutus .cont img{
    display: block;
    margin: 10px auto;
    max-width: 100%;
}
.honor{
    background: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 80px;
    margin-top: 70px;
}
.honor .tit{
    font-size: 27px;
    color: #444;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    height: 52px;
}
.honor .tit:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #015198;
    display: block;
    content: '';
    margin: 0 auto;
}
.culture{
    padding: 70px 0 40px;
}
.culture .fl{
    float: left;
    display: table;
    width: 50%;
    height: 416px;
}
.culture .fl .tab_cel{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.culture .fl .tab_cel h5{
    font-size:  26px;
    color: #444;
    font-weight: normal;
    margin-bottom: 26px;
    position: relative;
    height: 51px;
 }
.culture .fl .tab_cel h5:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #015198;
    display: block;
    content: '';
}
.culture .fl .tab_cel .cont p{
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-bottom: 23px;
}
.culture .fr{
    float: right;
    width: 40%;
}
.culture .fr img{
    width: 100%;
    height: 416px;

}
.honor .inca6{
    text-align: center;
}
.menu1 .m_fr{
    float: left;
}
.column{
    padding: 55px 0 100px;
}
#nav_fl{
    width: 20%;
    float: left;
}
#nav_fl .fl_tit{
    background: #015198;
    background-size: 100%;
    width: 100%;
    height: 100px;
    margin-bottom: 25px;
    position: relative;
}
#nav_fl .fl_tit .ch{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding-left: 35px;
    padding-top: 20px;
}
#nav_fl .fl_tit .en{
    padding-left: 35px;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
}
#nav_fl .fl_tit:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    display: block;
    height: 0;
    border-bottom: 100px solid #ff8901;
    border-left: 39px solid transparent;
}
#nav_fl li{
    width: 100%;
    border: 1px solid #423636;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin-bottom: 13px;
    position: relative;
    padding-left: 45px;
}
#nav_fl li:before{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 0;
    height: 45px;
    content: '';
    display: block;
    z-index: -1;
    background: #015198;
    transition: all .5s;
}
#nav_fl li:after{
    position: absolute;
    left: 20px;
    top: 22px;
    width: 15px;
    height: 2px;
    background: #a3a0a0;
    content: '';
    z-index: 2;
    display: block;
    transition: .5s;
}
#nav_fl li a {
    display: block;
    color: #423636;
    transition: .5s;
}
#nav_fl li:hover{
    border: #015198;

}
#nav_fl li:hover:before{
    width: 100%;
}
#nav_fl li:hover a{
    color: #fff;
}

#nav_fl li:hover:after{
    background: #015198;
}
.column .fr{
    float: right;
    width: 77%;
}

.goods-right-one-zont4{
    line-height: 45px;
    height: 45px;
    background: #f2f2f2;
    margin-bottom: 15px;
}
.goods-right-one-zont41{
    display: inline-block;
    background: #015198;
    height: 45px;
    width: 145px;
    color: #fff;
    font-size: 18px;
    padding-left: 16px ;
    position:relative;
    box-sizing: border-box;
    overflow: hidden;

}
.goods-right-one-zont41:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    content: '';
    display: block;
    height: 0;
    border-bottom: 45px solid #f2f2f2;
    border-left: 18px solid transparent;
}
.goods-right-one-about{
    line-height: 30px;
    text-indent: 2em;
    color: #555;
    padding: 0 10px;
}
.goods-right-one-about img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.goods-right-one-zont5{
    line-height: 45px;
    height: 45px;
    background: #f2f2f2;
    margin-bottom: 15px;
    margin-top: 60px;
}
.goods-right-one-zont51{
    display: inline-block;
    background: #F2B705;
    height: 45px;
    width: 145px;
    color: #fff;
    font-size: 18px;
    padding-left: 16px ;
    position:relative;
    box-sizing: border-box;
    overflow: hidden;


}
.goods-right-one-zont51:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    content: '';
    display: block;
    height: 0;
    border-bottom: 45px solid #f2f2f2;
    border-left: 18px solid transparent;
}
.goods-right-one-zont5>em{
    float: right;
    font-style: normal;
    background: #F2B705;
    color: #fff;
    height: 25px;
    width: 60px;
    display: block;
    line-height: 25px;
    border-radius: 4px;
    text-align: center;
    margin-right: 15px;
    margin-top: 11px;
    opacity: .5;
}
.goods-right-one-zont5>em a{
    color: #fff;
}
.goods-right-one-zz1{
    margin-top: 25px;
}
.goods-right-one-zz1>ul>li{
    width:30.6%;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    padding:  0;
    box-sizing: border-box;
}
.goods-right-one-zz1>ul>li:nth-of-type(3n){
    margin-right: 0;
}
.goods-right-one-zz2 img{
    width: 100%;
    height: 225px;
    transition: all 0.3s ease-out;
    transform: scale(1);
}
.goods-right-one-zz2{
    height: 225px;
    background: #ffffff;
    border: solid 1px #dddddd;
    overflow: hidden;
    box-sizing: border-box;
}
.goods-right-one-zz3{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
}
.goods-right-one-zz1>ul>li:hover .goods-right-one-zz3{
    color: #015198;
}
.goods-right-one-zz1>ul>li:hover .goods-right-one-zz2 img{
    transform: scale(1.1);
}

.page {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.page a {
    padding: 0 13px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 6px 0 0;
    color: #666;
    background-color: #fff;
    transition: all .5s;
    border: 1px solid #dedede;
}
.page p {
    padding: 0 13px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 6px 0 0;
    color: #666;
    background-color: #fff;
    transition: all .5s;
    border: 1px solid #dedede;
}
.page p.pageRemark{
    border: none;

}
.page a.on {
    color: #333;
    cursor: default;
    border-color: #666;
}
.page a:hover{
    color: #333;
    cursor: pointer;
    border-color: #333;
}

.page_article {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.page_article a {
    display: block;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    width: 50%;
    float: left;
}
.page_article a:nth-child(2){
    text-align: right;
}



.goods-right-one-goods-info-tit{
    text-align: center;
    font-size: 23px;
    margin-top: 45px;
    line-height: 30px;
}
.goods-right-one-goods-info-span{
    text-align: center;
}
.goods-right-one-goods-info-span span{
    display: inline-block;
    color: #888;
    font-size: 13px;
    line-height: 35px;
    padding-bottom: 25px;
    margin: 15px 10px;
}
.goods-right-one-goods-info-contact{
    text-align: justify;
    line-height: 33px;
    color: #888;
    text-indent: 2em;
}
.goods-right-one-goods-info-contact img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
.page_article a:hover{
    color: #015198;
}
.pro_list li{
    float: left;
    width: 23%;
    height: auto;
    margin-right: 2.6678%;
}
.pro_list li:nth-child(4n){
    margin-right: 0;
}
.pro_list li .img{
    width: 100%;
    height: 226px;
    overflow: hidden;
    position: relative;
}
.pro_list li .img img{
    width: 100%;
    height: 226px;
    transition: .5s all;
}
.pro_list li:hover .img img{
    transform: scale(1.1);
}
.pro_list li .img .mask{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,.6);
    overflow: hidden;
    transition: all .2s;

}
.pro_list li:hover .img .mask{
    height: 100%;
}
.pro_list li .img .mask span{
    display: block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 24px;
    color: #015198;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin:  92px auto;
}
.pro_list li .title{
    line-height: 54px;
    height: 54px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    transition: all .2s;
}
.pro_list li:hover .title{
    color: #015198;
}
.pro_cont{
    padding-top: 0;
}
.news_list .news_top{
    margin-bottom: 50px;
}
.news_list .news_top li{
    width: 47%;
    margin-right: 6%;
    position: relative;
    overflow: hidden;
    float: left;
    height: 370px;
}
.news_list .news_top li a{
    display: block;
}
.news_topx{
    height: 370px;
    overflow: hidden;
}
.news_topx img{
    width: 100%;
    height: 370px;
    transition: .8s;
}
.news_topx3{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    padding:  0 20px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    background: rgba(1,81,152,.76);
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
}
.news_topx1 a{
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    position: relative;
}
.news_topx1 a i{
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 40px;
    width: 20px;
    background: url("../images/right.png")  no-repeat center/8px ;
}
.news_topx2{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #ddd;
}

.news_list .news_top li:nth-child(2){
    margin-right: 0;
}
.news_list .news_top li:hover .news_topx3{
    height: 100px;
}
.news_list .news_top li:hover .news_topx img{
    transform: scale(1.1);
}
.news_list .news_top li:hover .news_topx1 a{
    height: 40px;
    line-height: 40px;
}

.news_list .un_box{
    overflow: hidden;
    padding-bottom: 30px;
}
.news_list .un_box li{
    height: 175px;
    padding: 47px 30px 47px 0;
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #edecec;
}
.news_list .un_box li:nth-child(5),.news_list .un_box li:nth-child(6){
    border-bottom: none;
}
.news_list .un_box li .box{
    padding: 0 0 0 95px;
    position: relative;
}
.news_list .un_box li .date_box{
    position: absolute;
    left: 0;
    top:0px;
    text-align: center;
    width: 60px;
}
.news_list .un_box li .date_box strong{
    padding-bottom: 6px;
    border-bottom: 1px solid #e4e2e2;
    display: block;
    font-size: 36px;
    color: #015198;
    font-weight: normal;
}
.news_list .un_box li .date_box span{
    font-size: 14px;
    color: #8d8d90;
    margin-top: 9px;
    display: block;
    text-transform: uppercase;
}
.news_list .un_box li h1{
    height: 35px;
    line-height: 27px;
    overflow: hidden;
}

.news_list .un_box li a{
    display: block;
    font-size: 17px;
    color: #474749;
    margin-bottom: 13px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 13px;
}
.news_list .un_box li:hover a{
    color: #015198;
    font-size: 18px;
}
.news_list .un_box .cont{
    line-height: 26px;
    height: 52px;
    font-size: 14px;
    color: #848487;
    overflow: hidden;
}

.news_list .un_box li:nth-child(2n){
    border-left:1px solid #edecec;
    padding-right: 0;
    padding-left: 30px;
}
.mycase_list li{
    float: left;
    width: 23%;
    height: auto;
    margin-right: 2.6678%;
    margin-bottom: 51px;
}
.mycase_list li:nth-child(4n){
    margin-right: 0;
}
.mycase_list li .img{
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 188px;
    position: relative;
}
.mycase_list li .img img{
    width: 100%;
    height: 188px;
}
.mycase_list li .img .mark{
    background: rgba(26,68,144,.57);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
}
.mycase_list li .img:hover .mark{
    opacity: 1;
}
.mycase_list li .img .line1{
     display: block;
     position: absolute;
     width: 52px;
     height: 1px;
     margin:  -1px 0 0 -26px;
     top: 50%;
     left: 50%;
     background-color: #fff;
     transition: .4s all;
     visibility: hidden;
    z-index: 2;
    transform: translateX(55px);
 }
.mycase_list li .img .line2{
    display: block;
    position: absolute;
    height: 52px;
    width: 1px;
    margin:  -26px 0 0 -1px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transition: .4s all;
    visibility: hidden;
    z-index: 2;
    transform: translateY(55px);
}
.mycase_list li .img:hover .line1{
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}
.mycase_list li .img:hover .line2{
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}
.mycase_list li .cont{
    background-color: #f8f8f8;
    padding: 23px 17px 26px;
    box-sizing: border-box;
}
.mycase_list li .cont h1{
    display: block;
    font-size: 20px;
    line-height: 22.5px;
    height: 22.5px;
    color: #333;
}

.mycase_list li .cont h1 span{
    display: inline-block;
    max-width: 85%;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
}
.mycase_list li .cont h1:hover span{
    color: #015198;
}

.mycase_list li .cont h1 i{
    display: inline-block;
    float: right;
    width: 27px;
    height: 24px;
    background: url("../images/link.png") no-repeat center/27px 22.5px;
}
.mycase_list li .cont h1:hover i{
    background: url("../images/link_hover.png") no-repeat center/27px 22.5px;
}
.mycase_list li .cont hr{
    margin: 17px 0;
    height: 1px;
    display: block;
    background: #d8d8d8;
    padding: 0;
    border:none;
}
.mycase_list li .cont h5{
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.contact_con{
    padding:  50px 0 30px;
}
.contact_con img{
    max-width: 100%;
    margin: 20px 0;
}


.zzopp1{
    border: solid 2px #ddd;
    height: 333px;
    width: 1200px;
    margin:  auto;
}

.zxzx{
    float:left;
    width: 500px;

}
.zxzx img{
    width: 100%;
}
.zxzx1{
    float: right;
    width: 700px;
    box-sizing: border-box;
    padding:20px 40px;
}
.zxzx1z{
    height: 40px;
    margin-bottom: 25px;
}
.zxzx1z>div:nth-of-type(1){
    float: left;
    width: 300px;
}
.zxzx1z>div:nth-of-type(2){
    float: right;
    width: 300px;
}
.zxzx1z>div input{
    width: 100%;
    height: 40px;
    border: solid 1px #ddd;
    padding: 0 10px;
    box-sizing: border-box;
}
.zxzx13 textarea{
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ddd;
}
.zxzx14 button{
    width: 100%;
    height: 40px;
    background: #1A4490;
    color: #fff;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}
.message{
    margin-top: 15px;
}
.comn1{
    float: left;
    width: 40%;
}
.comn2{
    float: right;
    width: 60%;
}
.comn2 img{
    width: 100%;
}
.comn4{
    line-height: 30px;
    color: #555;
}
.comn3{
    font-size: 22px;
    height: 40px;
    position: relative;
    margin-bottom: 25px;
}
.comn3:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #015198;
    display: block;
    content: '';
}
