﻿html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*width: 100%;position: absolute;background: rgba(255,255,255, 0.6);*/
body {
    font-family: "微软雅黑";
    /*font-weight: lighter;*/
    color: #000;
    background: #fff;
    font-size: 14px;
    font-family: "微软雅黑","Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif
}
.wrtbg{background: #FFF;}
a {
    text-decoration: none;
    color: #000
}

a:hover,a:focus {
    color: #005bac;
    text-decoration: none
}
/*宽度响应*/
.w_col {
    padding: 0 190px
}

@media (max-width: 1681px) {
    .w_col {
        padding:0 60px
    }
}

@media (max-width: 1440px) {
    .w_col {
        padding:0 40px
    }
}

@media (max-width: 1380px) {
    .w_col {
        padding:0 20px
    }
}

@media (max-width: 1288px) {
    .w_col {
        padding:0 10px
    }
}

.w {
    width: 1200px;
    margin: 0 auto
}

@media (min-width: 1600px) {
    .w {
        width:1600px;
        margin: 0 auto
    }
}
.w1300 {
    width: 1300px;
    margin: 0 auto
}

@media (min-width: 1400px) {
    .w1300 {
        width:1300px;
    }
}
@media (max-width: 1440px) {
    .w1300 {
        width: 100%;
        padding:0 40px
    }
}

@media (max-width: 1380px) {
    .w1300 {
        width: 100%;
        padding:0 20px
    }
}

@media (max-width: 1288px) {
    .w1300 {
        width: 100%;
        padding:0 10px
    }
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input:focus{outline:none;}
button:focus{outline:none;}
button:-moz-focus-inner{border:0;}，
input[type="number"] {
    -moz-appearance: textfield;
}
.cutstring {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#warper {
    max-width: 1920px;
    margin: 0 auto
}
header .head {
    position: relative;
    z-index: 30;
    height: 105px;;
}
header .headercontent{
    margin-left: 395px;
}
header a.logo {
    display: block;
    width: 295px;
    height: 95px;
    position: absolute;
    padding-top: 5px;;
    left: 0;
    top: 0
}
header .tools{
    width: 100%;
    position: relative;
    height: 50px;
    text-align: right;
    padding-top: 10px;
}
header .tools::after{
    clear: both;
}
header .tools .input-group-search {
    float: right;
    width: 200px;
}
header .tools .input-group-search input,
header .tools .input-group-search input:focus,
header .tools .input-group-search input:hover{
    padding-left: 15px;
    font-size: 14px;
    border-radius: 1rem 0rem 0rem 1rem;
    border-right-width:0px ;
    outline: none;
    height: 30px;
}
header .tools .input-group-search .input-group-text{
    padding-left: 15px;
    font-size: 16px;
    background: #FFF;
    border-left-width: 0px;
    border-radius: 0rem 1rem 1rem 0rem;
    outline: none;
}
header .tools .top_btns{
    padding: 5px 20px;
    width: 200px;
    float: right;
    color: #999;
}
header .tools .top_btns a{
    font-size: 12px;;
    color: #999;
}
/*导航*/
nav {
    
}

.nav {
    width: 100%;
    height: 45px
}

.nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav ul li.m {
    display: block;
    float: left;
    width: 12.5%;
    font-weight: normal;
    text-align: center;
    position: relative
}

.nav ul li.m h3 {
    font-weight: normal;
    font-size: 16px;
}

.nav ul li.m h3 a {
    display: block;
    text-decoration: none;
    height: 45px;
    line-height: 45px
}

.nav ul li.m h3 a span {
    display: block;
    width: 95px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    font-size: 16px;
    color: #000;
    font-weight: lighter;
    position: relative
}

@media (max-width: 1681px) {
    .nav ul li.m h3 a span {
        font-size:18px
    }
}

@media (max-width: 1440px) {
    .nav ul li.m h3 a span {
        font-size:16px
    }
}

@media (max-width: 1380px) {
    .nav ul li.m h3 a span {
        font-size:14px
    }
}

.nav ul li.m h3 a span:after {
    content: '';
    width: 0px;
    height: 2px;
    line-height: 2px;
    background: #005bac;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.nav ul li.m h3 a:hover span,.nav ul li.m h3 a.on span {
    color: #005bac
}

.nav ul li.m h3 a:hover span:after,.nav ul li.m h3 a.on span:after {
    width: 100%;
    left: 0px
}

.nav ul li.m.on h3 a span {
    color: #005bac
}

.nav ul li.m.on h3 a span:after {
    width: 100%;
    left: 0px
}

.nav ul li.m .sub {
    display: none;
    width: 100%;
    /* background: rgba(255,255,255,0.7); */
    background: #FFF;
    padding: 15px 0;
    position: absolute;
    left: -1px;
    top: 45px;
    z-index: 200;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.nav ul li.m .sub ul {
    padding: 0
}

.nav ul li.m .sub ul a {
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    line-height: 44px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 1681px) {
    .nav ul li.m .sub ul a {
        font-size:16px;
        line-height: 30px
    }
}

@media (max-width: 1440px) {
    .nav ul li.m .sub ul a {
        font-size:14px
    }
}

@media (max-width: 1380px) {
    .nav ul li.m .sub ul a {
        font-size:12px
    }
}

/*benner*/
.benner{
    width: 100%;
    background: url(/images/bigbn2.jpg) no-repeat top center;
    height: 598px;
}
/*topnews*/
.today-news{
    position: relative;
    margin-top: 0px;
    border-bottom: 1px solid #ddd;
}
.today-news-hd{
    text-align: center;
    overflow: hidden;
     height: 100PX;
}
.today-news h1{
    padding-top: 12px;
    color: #e10000;
    font-size: 37px;
    font-weight: bold;
}
.today-news h1 a{
    color: #e10000;
}
.today-news .head-news-btn{
    position: absolute;
    left: 0px;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    background: #cc0000;
    display: inline-block;
    vertical-align: top;
    width: 88px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 16px;
} 
.today-news-hd .info{
    margin-top: 15px;
}
.today-news-hd .info a{
    font-weight:500;
    font-size: 14px;
    color: #666;
    padding: 0 10px;
}
.today-news-hd .ttItem {
    padding-top:15px;
}
.today-news-top-box{
    padding-bottom: 26px;
    border-bottom: 1px solid #dedede;
}
 
 
 
.my_swiper-button-next {
    font-size:16px; 
    color:#c00;
    position:absolute;
    width:16px; 
    height:20px; 
    right:6px; 
    bottom:10px; 
    cursor:pointer;
    z-index:999;
}   
.my_swiper-button-prev {
    font-size:16px; 
    color:#c00;
    position:absolute;
    width:16px; height:20px;
    right:6px; 
    top:10px;
    cursor:pointer;
    z-index:999;
}
/*foucsNews*/
.index_news{margin-top: 15px;}
.focusNews { 
    position:relative;    
    width: 45%;
    min-width:400px;
    max-width: 700px;
    height:445px;
    position:relative; 
    float: left;
}
 
.focusNews a{  
    display:block;
    
}
.focusNews p.title {
    position:absolute;
    bottom:0px; 
    width:100%;
    background:#000;
    opacity:0.5; 
    z-index:5;
}    
.focusNews .pos-text {
    text-align:left; 
    padding-left:20px;
}
.focusNews .pos-text a {
    font-size:16px;color:#FFF;
}
.focusNews .pn-swiper-pagination {
    position:absolute;
    bottom:10px; 
    right:10px;
    width:60px;
    color:#DDD;
    font-size:14PX;
}
.focusNews .newsitem img{    
    height: 445px;width: 100%;}
.pos-text{
    position: absolute;
    width: 100%;
    bottom:-2px;
    zoom: 1;
    left: 0;
    background:rgba(0,0,0,.5);
    text-align: center;
}
.pos-text p{
    color: #fff;
    line-height: 50px;
    font-weight:500;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.latestNews{
    width: 52%;
    float: right;
}
.tabnews {
    position: relative;
}
.tabnews ul.nav li a{
    display: block;
    padding: 10px 20PX;
    font-size: 16PX;
    background: #F3F3F3;
}
.tabnews ul.nav li a.active{
    background: #005bac;
    color: #FFF;
}
.tabnews .nav-tabs{border-bottom-width: 0px;}
.tabnews  div.more{
    position: absolute;
    width: 100px;
    right: 0px;font-size: 16PX;
    padding: 10PX 0PX;
    text-align: right;
    color: #666;
}
.tabnews  div.more a{
    color: #666;font-size: 16PX;
}
.nlist{
    margin: 0px;
}
.nlist ul{
    padding: 18px 0px;
    list-style: none;
}
.nlist ul li{
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 9px 0px;font-size: 16px;
}
.nlist ul li a{
    padding: 7px 0px;font-size: 16px;
    color:#000;
}
.nlist ul li span{float: right;font-size: 14px;color:#666 ;}
.adbox{
    margin: 5px;
}
.secNews{
    margin-top: 15px;
}
.panel-vdnews{
    padding: 0px;
}
.panel-vdnews .panel-title{
    padding: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    background: url(/images/titIcon.jpg) no-repeat center left;
    font-size: 20px; 
}
.panel-vdnews .panel-title span{float: right;}
.panel-vdnews .panel-title span a{
    font-size: 14px;color:#666;
}
.panel-vdnews .video{
    text-align: center;margin-top: 10px;
}
.panel-vdnews .video img{
    width: 100%;
}
.panel-vdnews .vlist{
    padding: 10px 0px;
}
.panel-vdnews .vlist ul{
    list-style:none;
}
.panel-vdnews .vlist ul li{
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 0px;
}
.panel-vdnews .vlist ul li i{
    font-size: 18px;color:#e10000;
}
.panel-vdnews .vlist ul li a{
    font-size: 15px;
    color:#000;
}
.tab2nav .nav{
    border-bottom:1px solid #eee;  
}
.tab2nav .nav li,.tab2nav ul.nav>li>a{
    background: #FFF;
}
.panel-vdnews .glist ul li i{
    color: #40a5ff;
}
.panel-vdnews .glist ul li .badge{background: #F00; color: #FFF;}
.grayBox{
    background: #F3F3F3;
    padding: 40px 0px;
    padding-bottom: 60px;
    
}


.tabCase {
    position: relative;
    padding: 18px;

}
.tabCase ul.nav{
    margin-bottom: 35px;
}
.tabCase ul.nav li a{
    display: block;
    padding: 10px 20PX;
    font-size: 18PX;
    font-weight: 700;
    background: transparent;
}
.tabCase ul.nav li a.active{
    background: transparent;
    border-bottom: #005bac 2px solid;
    color: #005bac;
}
.tabCase .nav-tabs{
    border-bottom-width: 0px;
}
.tabCase  div.more{
    position: absolute;
    width: 100px;
    right: 0px;font-size: 16PX;
    padding: 10PX 0PX;
    text-align: right;
    color: #666;
}
.tabCase  div.more a{
    color: #666;
    font-size: 16PX;
    
}
.tabCase .tab-content ul {
    list-style: none;

}
.tabCase .tab-content li{
    float: left;
    width: 24.8%; 
    height: 245px;
    overflow: hidden;
}
.tabCase a.textBox{
    display: block;
    padding: 10px 18px;
    
}
.tabCase .tab-content img{
    width: 100%;
}
.tabCase a.textBox h3{
    font-size: 17px;
    line-height: 26px;
    color: #333;
    padding: 10px 0px 12px 0px;
    font-weight: 530;
}
.tabCase a.textBox p.text{
    font-size: 15px;
    line-height: 28px;
    color: #999;
    padding: 13px 0px 8px 0px;
}
.tabCase a.textBox p.line{
    width: 70px;
    border-bottom: 3px solid #F60;
}
.ftbackground{
    background: #174FA4;
}
.ftbackground2{
    background: #0B3E8F;
}
footer{
    background: #174FA4;
    padding: 20px;
}
.frendlink{
    margin: 40px;
}
.frendlink h3{
    background: url(/images/icon.jpg) no-repeat center left;
    color:#fff;
    font-size: 18px;
    padding-left: 25px;
    font-weight: bold;
}
.frendlink ul{
    list-style: none;
    padding:10px 0px;
}
.frendlink li{
    display: inline-block;
    padding: 10px 18px;
    background: url(/images/dot.jpg) no-repeat left center;
}
.frendlink li a{
    color: #FFF;
    font-size: 15px;
}
.qrcode{
    padding: 20px;
    width: 180px;
    float: right;
    text-align: center;
    color: #FFF;
}
.qrcode p{ text-align: center;padding: 8px;}
.footbottom{
    padding: 20px;
    text-align: center;
    color: #FFF;

}