*{margin: 0px;padding: 0px;}
body {background: #FFFFFF;color: #333;font-family: "微软雅黑";font-size: 14px;font-weight: lighter;min-width: 1000px;}
ul,li,ol,dl,dt,dd {list-style: none;}
a {color: #333;text-decoration: none;cursor: pointer;outline: 0 none;}
a:link,a:visited {text-decoration: none;color: #1F376D;}
a:hover,a:active {text-decoration: none;color: #BD0A01;border: none;}
button,input,select {vertical-align: middle;}
button{cursor: pointer;}
img {border: 0 none;}
table{border-collapse:collapse;}
.fl{float: left;}
.fr{float: right;}
.overflow-h {overflow: hidden;}
.cl {clear: both;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.none {display: none}
.block {display: block}
.inline-block{display: inline-block}
.t-l {text-align: left;}
.t-c {text-align: center;}
.t-r {text-align: right;}
.vm {vertical-align: middle}
/*html5*/ article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
.swiper-container {
    width: 100%;
    height:400px;
    margin: auto; 
  
}
.swiper-slide {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
}
.banner_word{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 550px;
    height: 100px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    margin-left: -275px;
    margin-top: -50px;
    text-align: center;
}
.banner_word:hover{
    background-color: rgba(255,255,255,0.6);
}
.banner_word p{
    width: 100%;
    height: 100%;
    font-size: 36px;
    color: #000;
    z-index: 999;
    line-height: 100px;
}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .banner_word{
        position: absolute;
        width: 550px;
        height: 100px;
        border-radius: 10px;
        background-color: #ffffff;
      filter:Alpha(opacity=50);
      margin-left: -275px;
      margin-top: -50px;
      text-align: center;
   
      *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    .banner_word p{
        width: 100%;
        height: 100%;
        font-size: 36px;
        color: #000;
        z-index: 999;
        line-height: 100px;
      position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }  
  }
.swiper-slide:hover{
    cursor: pointer;
}
.banner-swiper{
    position: relative;
}
.pagination {
position: absolute;
z-index: 20;
bottom: 10px;
width: 100%;
text-align: center;
}
.swiper-pagination-switch {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 8px;
background: #555;
margin: 0 5px;
opacity: 0.8;
border: 1px solid #fff;
cursor: pointer;
}
.swiper-active-switch {
background: #fff;
}
/*版心*/
@media screen and (max-width:1200px) and (min-width:1024px){
    .w{
        width:1024px;
        margin:0 auto;
        position: relative;  
    }
    .ad ul  li{
        width: 338px;
        float: left;   
        height: 80px;
        margin-left: 5px;
    }
    .ad1 ul  li{
        width: 252px;
        float: left;   
        height: 80px;
        margin-left: 5px;
    }
    .logo_ad_left{
        width: 740px;
        height: 130px;
     }
}
.nav_w{
    width:1200px;
    margin:0 auto;
    position: relative;
}
.w{
        width:1000px;
        margin:0 auto;
        position: relative;
}
.active{
    background: #006DC9;
}
.header{
    width: 100%;
    height: 140px;
    /* background: pink; */
    position: relative;
}
.logo{
    width: 676px;
    height: 100px;
    /* background: yellow; */
    position: absolute;
    top: 17px;
    left: 0;  
    cursor: pointer;
    /* background: url('../gzimg/logo9.png') no-repeat center;
    background-size: 350; */
}
.logo p{
    position: absolute;
    font-size: 18px;
    font-weight: 550;
    color: #999;
    top: 43px;
    right: 21px;
    letter-spacing:2px;
    display: none;
}
.logo img{
    /* width: 100%; */
    height: 100%;
}
.right{
    top: 8px;
    /* height: 60px; */
    position: absolute;
    right: 0; 
    min-width: 270px;
    min-height:80px;
  
}
.right .right_p{
    position: absolute;
    height: 28px;
    right: 0px;
    min-width: 300px;
    top: 25px;
}
.right .right_p p{
    position: absolute;
    right: 50px;
    font-weight: 600;
}
.right .right_p .btn{
    position: absolute;
    right: 0;
    width: 38px;
    height: 28px;
    border: none;
    color: #ffffff;
    background:#ff7f50;
    font-size: 12px;

}
.input{
  position: absolute;
  height: 27px;
  right: 0;
  min-width: 250px;
  top: 73px;
  /* width: 100%; */
  border: none;
  outline: none;
}
.input .input_div{
    position: absolute;
    right: 0;
    width: 236px;
    height: 26px;
    border: 1px solid #999;
    /* top: 40px; */
    right: 50px;
}
.input .search{
    position: absolute;
    right: 0;
    /* top: 40px; */
    width: 38px;
    height: 28px;
    border: none;
    color: #ffffff;
    background: #006DC9;
    font-size: 12px;
}
.input .input_div input{
    height: 25px;
    width: 175px;
    border: none;
    outline: none;
    padding-left: 10px;
}
.erweima{
    position:absolute;
    left: 520px;
    top: 23px;
    width: 90px;
    height: 90px;  
    transition: all 0.6s;
    margin-top: 5px;
    cursor: pointer;
    /* position: relative; */
}

.erweima p{
    display: none;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: -36px;
    min-width: 150px;
    font-size: 600;
}
.erweima img:hover{
    transform: scale(1.1);
}
.erweima img{
    width: 70px;
    height: 70px;
    transition: all 0.6s;
}

.input .input_div span{
    position: absolute;
    right: 15px;
    top: 4px;
    width: 15px;
    height:15px;
    /* background: url('../gzimg/search.png')no-repeat center;
    background-size: cover; */
    cursor: pointer;
}
.input .input_div span img{
    width: 100%;height: 100%;
}
.word{
    color: #CE0000;
    font-size: 14px;
    margin-top: 10px;
}
.nav{
    background: #004987;
    width: 100%;
    height: 46px;
}
.nav_ul{
    width: 100%;
    height: 45px;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
.nav_li{
    display: inline-block;
    list-style: none;
    width: 107.7px;
    /* width: 97.7px; */
    height: 100%;
    /* border-bottom: 1px solid red; */
    /* float: left; */
    position: relative;
}
.nav_li .nav_li_child_ul{
    min-width: 100%;
    position:absolute;
    display:none; 
    z-index: 999;
}
.nav_li .nav_li_child_ul li{
    float:none;
    background-color:#004987; 
    list-style: none;
    
}
.nav_li .nav_li_child_ul li a{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
   width: auto;
   white-space: nowrap;
   display: block;
}
.nav_li .nav_li_child_ul li:hover{
    background: #006DC9;
}
.nav_li:hover .nav_li_child_ul{
    display:block;
}
.nav_li:nth-child(5){
    width: 120px;
}
.nav_li:hover{
    background: #006DC9;
}

.nav_li a{
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.nav_li a:first-child{
    text-align: center;
    padding: 0;
}
.Carousel{
    width: 100%;
    height: 400px;
}
.new_tilte_active{
    cursor: pointer;
    color: #ffffff !important;
    background: #004987 !important;
}
.position_com{
    position: relative;
}
/* footer */
.footer{
    width: 100%;
    min-height: 360px;
    background: #004987;
    margin-top: 30px;
}
.footer_nav{
    width: 100%;
}
.footer_nav ul{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-top: 60px;
}
.footer_nav ul li{
    float: left; 
}
.footer_nav ul li a{
    color: #fff;
    text-decoration: none;
}

.footer_nav ul .nav_li1{
    width: 96.7px;
    height: 45px;
    float: left;
    text-align: center;
    color: #ffffff;
    list-style: none;
}
.footer_nav ul .nav_li1:nth-child(9){
    width: 119px;
}
.quality_navli1{
    width: 119px !important;
}
.li_line{
    width: 1px;
    height: 15px;
    background: #ffffff;
    margin-top: 15px;
    list-style: none;
}
.banquan_word{
    margin-top: 30px;
}
.banquan{
    text-align: center;
    /*height: 30px;*/
    line-height: 30px;
    color: #ffffff;
}
.banquan_img{
    width: 80px;
    height: 70px;
    margin: 0 auto;
}

/* @media screen and (max-width:1024px){
    .w{
        width:960px;
        margin:0 auto;
        position: relative;
    }   
    .ad ul  li{
        width: 315px;
        float: left;   
        height: 80px;
        margin-left: 5px;
    }
    .ad1 ul  li{
        width: 235px;
        float: left;   
        height: 80px;
        margin-left: 5px;
    }
    .logo_ad_left{
        width: 685px;
        height: 130px;
     }
}
@media screen and (min-width:1200px){
    .w{
        width:1200px;
        margin:0 auto;
        position: relative;
    }  
    .ad ul  li{
        width: 395px;
        float: left;   
        height: 80px;
        margin-left: 5px;
    }
    .ad1 ul  li{
        width: 295px;
        float: left;   
        height: 80px;
        margin-left: 5px;
    }
    .logo_ad_left{
        width: 909px;
        height: 130px;
     }
} */
.time_com{
    height: 34px;
    line-height: 34px;
    float: right;
    color: rgb(148,148,148);
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.word_com{
    float:right;
    width: 520px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;/*加宽度width属来兼容部分浏览*/
    height: 34px;
    line-height: 34px;
    float: right;  
}
/* 子页面切换、图片以及列表 */
/* 图片集合样式 */
.pic_ul{
    width: 100%;
}
.pic_li{
    width: 180px;
    height: 180px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    cursor: pointer;
    
}
.pic_li img{
    width: 100%;
    height: 120px;
    border: 2px solid #ccc;
}
.pic_li span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
}
/* 列表集合样式 */
.list_ul{
    width: 100%;
}
.list_ul .list_li{
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}

#swiper-wrapper1{
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 210px;
    top: 15px;
    height: 120px;
}
.swiper-slide1 {
    text-align: center;
    font-size: 12px;
    background: #fff;
    width: 122px !important;
    height: 122px !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px !important;
}
.banner_lunbo{
    height: 100%;
}