﻿.cl {
    clear: both;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.fl{
    float:left;
}

.fr{
    float:right;
}
html,body{min-width: 1200px;margin: 0 auto;}


.newsShow img{
    display: inline-block;
}
.aboutCon img{
    display: inline-block;
}

.header .container{
    height:115px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .container .contact{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header .container .contact>div{
    display: flex;
    justify-content: flex-start;
    margin-left:30px;
}
.header .container .mesg{
    margin-left:12px;
}
.header .container .mesg p:nth-child(1){
    font-size: 14px;
    color:#333333;
}
.header .container .mesg p:nth-child(2){
    font-size: 21px;
    color:#black;
    font-weight: bold;
}
.header .nav{
    position: relative;
    z-index:1;
    height: 50px;
    background:#0067ac;
}
.header .nav ul{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin:0 auto;
    height: 100%;
}
.header .nav ul li{
    height: 100%;
    line-height: 50px;
    font-size: 16px;
    color:#fff;
    transition: .5s;
}
.header .nav ul li.on{
    background:#055083;
}
.header .nav ul li:hover{
    background:#055083;
}
.header .nav ul>li>a{
    display: block;
    height: 100%;
    padding:0 30px;
}
.header .nav ul>li ol{
    display: none;
}
.header .nav ul>li:hover ol{
    display: block;
}
.header .nav ul li ol li{
    height:50px;
    border-bottom: 1px solid #789ef1;
    background:#0067ac;
    text-align: center;
    font-size: 14px;
}
.flexCenter{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexStart{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexBetween{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexAround{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexEnd{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexColumn{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.clearfix:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}





/* 轮播图 */
.header .slideBox{
    position: relative;
}
.header .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.header .slideBox .bd ul {
    height: 100%;
}

.header .slideBox .bd li {
    height: 100%;
}

.header .slideBox .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .slideBox .bd img {
    width: 100%;
}


.item_container{background: #fafafa;padding: 40px 0;margin-top: 40px;}
.item_box .top{position: relative;}
.item_box .top .ss_kuang{position: absolute;width: 640px;height: 55px;left: 280px;bottom: 25px;}
.item_box .top .ss_kuang input{font-size: 16px;color: #c2c2c2; width: 535px;border: 0;background: #fff url(../images/ss.png) no-repeat 20px center;padding-left: 65px;box-sizing: border-box;height: 100%;outline: none;border-radius: 5px 0 0 5px;}
.item_box .top .ss_kuang div{width: 105px;background: #da251c;font-size: 24px;color: #fff;height: 100%;text-align: center;line-height: 55px;border-radius: 0 5px 5px 0;cursor: pointer;}
.item_box .top a{width: 250px;position: absolute;height: 100%;top: 0;right: 0;}


.layui-table th{text-align: center !important;}
.layui-table td{text-align: center !important;}

.code_box{height: 176px;background: url(../images/bg2.jpg);background-size: 100% 100%;}
.code_box .erweima{width: 132px;height: 132px;margin-right: 50px;margin-left: 50px;background: url(../images/1.png);position: relative;}
.code_box .erweima img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.code_box .lianjie div{font-size: 22px;color: #0067ac;text-align: right;margin-top: 15px;}

.xitong_container{background: url(../images/bg3.jpg) no-repeat top center;padding: 40px 0;}
.xitong_box .top h2{font-size: 42px;color: #0067ac;font-weight: bold;margin-left: 10px;}
.xitong_box .ss_kuang{width: 800px;height: 55px;margin: 40px auto;}
.xitong_box .ss_kuang input{font-size: 16px;color: #c2c2c2; width: 660px;border: 0;background: #fff url(../images/ss.png) no-repeat 20px center;padding-left: 65px;box-sizing: border-box;height: 100%;outline: none;border-radius: 5px 0 0 5px;}
.xitong_box .ss_kuang div{width: 140px;background: #da251c;font-size: 24px;color: #fff;height: 100%;text-align: center;line-height: 55px;border-radius: 0 5px 5px 0;cursor: pointer;}

.xitong_show .top{height: 55px;background: #e9f6ff;font-size: 16px;color: #0067ac;text-align: center;line-height: 55px;margin: 40px 0;}
.mesg_one{height: 577px;background: url(../images/bg4.jpg);background-size: 100% 100%;padding-top: 50px;box-sizing: border-box;}
.mesg_two{height: 680px;background: url(../images/bg5.jpg);background-size: 100% 100%;margin: 40px 0;padding-top: 120px;box-sizing: border-box;}
.mesg_one .code{width: 165px;height: 165px;box-sizing: border-box;background: #fff;padding: 10px;}
.mesg_one .mesg{width: 450px;margin-left: 200px;}
.mesg_one .mesg div{margin: 35px 0;}
.mesg_one .mesg div span:nth-child(1){font-size: 18px;color: #0f0f0f;font-weight: bold;}
.mesg_one .mesg div span:nth-child(2){font-size: 18px;color: #0f0f0f;}
.mesg_two>div{height: 460px;margin:0 auto;width: 900px;}
.mesg_two div div{width: 450px;}
.mesg_two div div span:nth-child(1){font-size: 18px;color: #0f0f0f;font-weight: bold;}
.mesg_two div div span:nth-child(2){font-size: 18px;color: #0f0f0f;}


.footer{
    border-top:5px solid #0067ac;
    background:#e9e9e9;
    padding-bottom: 70px;
}
.footer .left ul{
    display: flex;
    justify-content: flex-start;
    margin-top: 38px;
    height: 100%;
    height: 40px;
    position: relative;
}
.footer .left ul>li{
    margin-right: 8px;
    width: 130px;
    height:40px;
    background:#cccccc;
    font-size: 18px;
    color:#333;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.footer .left ul>li ol{
    display: none;
    overflow: hidden;
    color:#333;
    width: 175%;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    position: absolute;left:0;
}
.footer .left ul>li ol li{
    height:30px;
    background:#ccc;
    margin-top:5px;
    line-height: 30px;
    width:17%;
    float:left;
    font-size: 14px;
}
.footer .left ul>li ol li:hover{
    background:#0067ac;
    color:#fff;
}
.footer .left ul>li:hover{
    background:#0067ac;
    color:#fff;
}
.footer .left ul>li:hover ol{
    display: block;
}
.footer .left>div{
    margin-top: 44px;
}
.footer .left>div p{
    font-size: 14px;
    color:#333;
    margin-bottom: 15px;
}
.footer .left>div p a{
    margin-left:10px;
    padding-right: 10px;
    border-right: 2px solid #747474;
}
.footer .left>div p a:first-child{
    margin-left:0;
}
.footer .left>div p a:last-child{
    border-right: 0;
}
.footer .right img{
    width: 100px;margin:0 auto;
}
.footer .right{
    display: flex;
    justify-content: flex-start;
    margin-top: 70px;
}
.footer .right p{
    font-size: 16px;
    color:#333333;
    text-align: center;
    margin-top: 10px;
}
.footer .right .code02{
    margin-left: 30px;
}
.tzggC{
    height: 70px;
    border-bottom: 1px solid #e0e0e0;
}
.tzgg .left{
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tzgg .left span{
    font-size: 16px;
    color:#333333;
    margin:0 10px 0 5px;
}


.tzgg .right .search{
    width:260px;
    height:35px;
    background:url(../images/sousuo.png) no-repeat 8px center;
    margin-top:17.5px;
}
.tzgg .right .search form{
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.tzgg .right .search form input{
    outline: none;
    border:0;
    background:none;
}
.tzgg .right .search form .ss_btn{
    outline: none;
    border:0;
    background:none;
}
.tzgg .right .search form .ss_bd{
    width:197px;
    text-indent:35px;
    color:#a9a9a9;
    border:1px solid #d2d2d2;
    box-sizing: border-box;
}
.tzgg .right .search form .ss_bd::-webkit-input-placeholder{
    font-style: 14px;
    color:#929292;
}
.tzgg .right .search form .ss_btn{
    width: 63px;
    color:#fff;
    background:#0067ac;
}

.gzdt{
    margin-top: 30px;
}
.gzdt .slideBox {
    width: 612px;
    position: relative;
}

.gzdt .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}


.gzdt .slideBox .hd {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 20px;
    z-index: 1;
}

.gzdt .slideBox .hd ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-right: 18px;
    box-sizing: border-box;
}

.gzdt .slideBox .hd ul li{
    margin-left: 2px;
    width: 10px;
    height: 100%;
    border-radius: 50%;
    background:#fff;
    cursor: pointer;
    margin-left: 8px;
}
.gzdt .slideBox .hd ul li.on {
    background:#da251c;
}
.gzdt .slideBox .bd ul li div{
    position: absolute;
    width: 100%;
    height:50px;
    background:rgba(0,0,0,.5);
    bottom:0;
    font-size: 16px;
    color:#fff;
    line-height: 50px;
    text-indent:1em;
}

.gzdt .slideBox .bd ul {
    height: 100%;
}

.gzdt .slideBox .bd li {
    height: 100%;
}

.gzdt .slideBox .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gzdt .slideBox .bd img {
    width: 100%;
}
.gzdt .right{
    width: 566px;
}
.gzdt .right ul{
    display: none;position: relative;
}
.gzdt .right ul li{
    margin-top:20px;
}
.gzdt .right ul .mo{
    position: absolute;
    right:0;
    top:-65px;
    font-size: 20px;
    color: #0067ac;
}


.gzdt .right ul li a span:nth-child(1){
    font-size: 16px;
    color:#333333;
}
.gzdt .right ul li a span:nth-child(2){
    font-size: 16px;
    color:#9a9a9a;
    float:right;
    margin-right: -10px;
}
.gzdt .right>div{
    display: flex;
    justify-content: flex-start;
    height: 53px;
    /*background:url(../images/line.png) no-repeat;*/
    font-size: 20px;
    line-height: 55px;
    margin-bottom: 25px;
}
.gzdt .right>div.active{
    /*background:url(../images/line1.png) no-repeat;*/
}
.gzdt .right>div p{
    width: 145px;
    text-align: center;
    color:#333;
    cursor: pointer;
}
.gzdt .right>div p.select{
    color:#0067ac;
}
.zthdC{
    height: 419px;
    background:url(../images/bg03.jpg) no-repeat center center;
    margin-top: 40px;
}
.zthd{
    overflow: hidden;
}
.zthd .hd{
    font-size: 26px;
    color:#004995;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 35px;
}
.zthd .hd img{
    margin-left:10px;
    width: 15px;
    height: 15px;
}
.zthdC ul{
    display: flex;
    justify-content: space-between;
}
.zthdC ul li{
    width: 166px;
    transition: 1s;
}
.zthdC ul li:hover{
    transform: translateY(-20px);
}
.zthdC ul li a{
    display: block;
}
.zthdC ul li a div{
    overflow: hidden;
    height:153px;
    background:url(../images/bg01.png) no-repeat;
}
.zthdC ul li a div img{
    margin:33px auto;display: block;
}
.zthdC ul li a p{
    font-size: 18px;
    color:#004995;
    text-align: center;
    margin-top: 20px;
    line-height: 150%;
}
.fzjg{
    margin-top: 70px;
    padding-bottom: 20px;
}
.fzjg .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #0067ac;
}
.fzjg .tit div{
    width: 255px;
    font-size: 20px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    height:100%;
    background:#0067ac;
}
.fzjg .tit a{
    margin-right: 12px;
    font-size: 20px;
    color:#0067ac;
}
.fzjg ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}
.fzjg ul li{
    width: 230px;
    margin-right: 12.5px;
    margin-bottom: 30px;
}
.fzjg ul li p{
    height:46px;
    background:#f5f5f5;
    font-size: 16px;
    color:#333;
    text-align: center;
    line-height: 46px;
}
.fzjg ul li:hover p{
    color:#fff;
    background:#0067ac;
}
.fzjg ul li:nth-child(5n){
    margin-right: 0;
}
.fzjg ul li a{
    display: block;
    overflow: hidden;
}
.fzjg ul li a img{
    width: 100%;
    transition: 2s;
}
.fzjg ul li a:hover img{
    transform: scale(1.2);
}

.incHC{
    background:#f5f5f5;
    padding-top:35px;
    box-shadow: 0px 0px 25px #999 inset;
}
.incH .hzfc{
    width: 780px;
}
.incH .hzfc .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom:1px solid #b4cfe2;
}
.incH .hzfc .top div{
    width: 130px;
    height:100%;
    background:#0067ac;
    font-size: 20px;
    color:#fff;
    text-align: center;
    line-height: 40px;
}
.incH .hzfc .top a{
    font-size: 20px;
    color:#0067ac;
    margin-right: 8px;
}
.incH .picMarquee-left{overflow:hidden; position:relative;margin-top: 15px;margin-bottom: 25px;}
.incH .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.incH .picMarquee-left .bd ul li{width:119px;padding-right:12px;float:left;overflow:hidden; text-align:center;  }
.incH .picMarquee-left .bd ul li img{ width:119px;display:block;}
.incH .picMarquee-left .bd ul li p{font-size: 15.5px;color:#333333;line-height: 30px;background:#fff;}

.incH .hydw{
    width: 380px;
}
.incH .hydw .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom:1px solid #b4cfe2;
}
.incH .hydw .top div{
    width: 130px;
    height:100%;
    background:#0067ac;
    font-size: 20px;
    color:#fff;
    text-align: center;
    line-height: 40px;
}
.incH .hydw .top a{
    font-size: 20px;
    color:#0067ac;
    margin-right: 8px;
}
.incH .hydw ul li{
    margin-top: 12px;
}
.incH .hydw ul li a{
    font-size: 16px;
    color:#333333;
}

.about{
    margin-top: 25px;
}
.incLeft{
    width: 230px;
}
.incLeft .top{
    text-indent:20px;
    height: 74px;
    background:url(../images/incbg.jpg) no-repeat;
    font-size: 28px;
    color:#fff;
    font-weight: bold;
    line-height: 74px;
}
.incLeft ul{
    border:1px solid #dcdcdc;
    border-top:0;
    padding-bottom: 20px;
}
.incLeft ul li{
    height: 60px;
    border-bottom:1px dashed #dcdcdc;
    font-size: 18px;
    color:#333333;
    line-height: 60px;
    text-indent:50px;
    width: 211px;
    margin:0 auto;
    background:url(../images/hei.png) no-repeat 18px center;
    transition: 1s;
}
.incLeft ul li:hover{
    color:#0067ac;
    background:url(../images/lan.png) no-repeat 28px center;
    text-indent:60px;
}
.incLeft ul li.active{
    color:#0067ac;
    background:url(../images/lan.png) no-repeat 28px center;
    text-indent:60px;
}
.incLeft ul li a{
    display: block;
    height: 100%;
}
.incRight{  
    width: 948px;   
}
.incRight .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.incRight .top div{
    position: relative;
    height: 100%;
    border-bottom: 1px solid #0067ac;
    padding:0 15px;
    margin-top:1px;
    font-size: 22px;
    color:#0067ac;
}
.incRight .top div:after{
    content: "";
    position: absolute;
    bottom:-1px;
    left:50%;
    transform: translate(-50%);
    width: 12px;
    height:7px;
    background:url(../images/sanjioa.png) no-repeat;
}
.incRight .top p{
    font-size: 14px;
    color:#929292;
}
.incRight .top p span{
    color:#0067ac;
}
.incRight .aboutCon{
    padding:60px 0;
}
.newsC{
    margin-top: 25px;
}
.newsList li{
    height:63px;
    border-bottom: 1px dashed #e0e0e0;
}
.newsList li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    line-height: 63px;
}
.newsList li a span:nth-child(1){
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color:#333333;
}
.newsList li:hover a span:nth-child(1){
    color:#0067ac;
}
.newsList li a span:nth-child(1) img{
    margin:0 12px 0 10px;
}
.newsList li a span:nth-child(2){
   font-size: 16px;
   color:#929292;
}

.newsShow>h3{
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    color:#0067ac;
    margin:30px 0 20px;
}
.newsShow>p{
    text-align: center;
    font-size: 14px;
    color:#929292;
    margin-bottom: 25px;
}
.newsShow .con{
    padding-bottom: 50px;
    border-bottom:1px solid #e0e0e0;
}
.newsShow .con span{
    line-height:2;
    font-size:16px!important;
}
.newsShow .con>p{
    margin-top:0px!important;
    margin-bottom:0px!important;
    font-size:16px!important;
}
.newsShow .con>section{
    margin-top:0px!important;
    margin-bottom:0px!important;
    font-size:16px!important;
}
.newsShow .con img{
    margin-bottom:24px!important;
}
.proC{
    margin-top: 25px;
}
.proC .top{
    font-size: 24px;
}

.proC .incLeft ul li{
    height: 60px;
    border-bottom:1px dashed #dcdcdc;
    font-size: 18px;
    color:#333333;
    line-height: 60px;
    text-indent:25px;
    width: 211px;
    margin:0 auto;
    background:url(../images/hei.png) no-repeat left center;
    transition: 1s;
}
.proC  .incLeft ul li:hover{
    color:#0067ac;
    background:url(../images/lan.png) no-repeat 10px center;
    text-indent:35px;
}
.proC  .incLeft ul li.active{
    color:#0067ac;
    background:url(../images/lan.png) no-repeat 10px center;
    text-indent:35px;
}

.proList{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}
.proList li{
    width: 228px;
    margin-right: 12px;
    margin-bottom: 20px;
}
.proList li:nth-child(5){
    margin-right: 0px;
}
.proList li:nth-child(9){
    margin-right: 0px;
}
.proList li:nth-child(12){
    margin-right: 0px;
}
.proList li a{
    display: block;
    overflow: hidden;
}
.proList li a img{
    width: 100%;
    transition: 2s;
}
.proList li a:hover img{
    transform: scale(1.2);
}
.proList li p{
    height:46px;
    font-size: 16px;
    color:#333333;
    background:#f5f5f5;
    text-align: center;
    line-height: 46px;
}
.proList li:hover p{
    color:#fff;
    background:#0067ac;
}
.proShow>img{
    width: 300px;
    margin:60px auto 25px;
}

.proShow>p{
    font-size: 16px;
    color:#333333;
    text-align: center;
}

.proShow .con{
    border-top:1px dashed #e0e0e0;
    padding-top:35px;
    margin-top: 60px;
}

.newsList02{
    position: relative;
    padding-top:30px;
    border-top:1px solid #ccc;
    margin:30px 0;
}
.newsList02 > a{
    position: absolute;
    right:0;
    top:30px;
    font-size: 16px;
    color:#0067ac;
    margin-right: 8px;
}
.newsList02 li{
    font-size: 16px;
    color:#333;
    margin:5px 0;
}
.newsList02 li:hover{
    color:#0067ac;
}
.link{
    margin-bottom: 30px;
}
.link li{
    margin-top: 12px;
}
.link li a{
    font-size: 16px;
    color:#333333;
}



.prev-next a{
    display: block;
    font-size: 16px;
    color:#333333;
    margin:20px 0;
    margin-left:10px;
}


.page{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:50px auto;
}
.page a{
    display: block;
    margin-right: 10px;
    font-size: 16px;
    color:#333333;
    height:35px;
    border:1px solid #bfbfbf;
    line-height: 35px;
    padding:0 10px;
}
.page a.select{
    color:#0067ac;
    border-color:#0067ac;
}