html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0;}  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img {border:0 none;}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none;}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
input,select,textarea,button {vertical-align:middle;border:none;outline:none;}  /* 重置表单控件垂直居中*/
input:focus,select:focus,textarea:focus,button:focus {border:none;outline:none;background-image: none;}  /* 重置表单控件选中样式*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
th,td,input,select,textarea,button {font-size:12px;font-family:"微软雅黑", "黑体","宋体";color:#444} /* 重置页面文字属性 */
a {color:#666;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none !important;}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */
table {border-collapse:collapse;border-spacing:0;table-layout:fixed;margin:0 auto;}  /* 重置table属性 */
iframe{border: none;width: 100%;height: 100%;box-sizing: border-box;}
img {border: 0;max-width: 100%;height: auto;vertical-align: middle;}
em{font-style: normal}
input:focus,select:focus,textarea:focus,button:focus {border:1px solid #dedede;outline:none;background-image: none;}  /* 重置表单控件选中样式*/
a:focus, a:hover{color: #ea5f3c;}


html,body{
    width: 100%;
    padding: 0 !important;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
    color:#31404c;
    overflow-x: hidden
}
.hidden{
    display: none;
}
.icon{
    padding: 2px 10px;
    margin-right: 10px;
    background: url(../../images/icon.png)
}
.container{
    width: 1200px;
    margin: 0 auto;
    padding: 0
}
a.more{
    font-size: 14px;
    font-weight: normal;
    color: #999
}


.breadcrumb,.breadcrumb a{
    font-size: 12px;
    line-height: 40px;
    color: #9fa9b3;
    background-color: #F5F7F9
}
.breadcrumb a:hover{
    color: #ea5f3c;
}


/* header start */
.header{
    font-size: 12px;
    color: #838c94;
    background-color:#eeeeee;
    height: 40px;
    line-height: 40px;
}
.header-l img{
    margin-right:5px;
}
.header dl {
    float: left;
    position: relative;
    color: #31404c;
    margin: 0 10px;
    cursor: pointer;
}
.header dl dt{ 
    height: 40px;
    line-height: 40px
}
.header dl:hover dd{
    display: block;
}
.header dl dd {
    display: none;
    position: absolute;
    width: 110px;
    text-align: center;
    right: -10px;
    text-align: right;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0,0,0,.2);
    z-index: 99;
}
.header dl dd p{
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5px;
    text-align: center
}
.header dl dd::before{
    position: relative;
    content: '';
    display: block;
    margin: 0 auto;
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:7px solid #fff;
    top: -5px;
}
.wxtools-icon{
    background-position: -4px -190px;
}
.wxpublic-icon{
    background-position: -4px -145px;
}
/* header end */

/* head start */
.head{
    background-color: #fff;
    padding: 50px 0 40px;
}
.head h1{
    position: absolute;
    left: -99999px;
    z-index: -9999;
}
.head-logo{
    position: static !important;
    float: left;
    width: 23%;
}
.nav .caret{
    border-top-color: #192d76;
    border-bottom-color: #192d76;
}
/*head search begin*/
.head .head-search{
    position: relative;
    float:left;
    width: 47%;
    background-color: #192d76;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 4%;
    height: 42px;
    margin-top:5px;
}
.head ul{
    position: absolute;
    right: 108px;
    top: 11px;
}
.head ul li {
    float: left;
    width: 65px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    background-color: #cfcfcf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}
.head ul li a{
    color: #fff;
}
.head ul li:hover{
    background-color: #192d76;
}
.head .search-input{
    float: left;
    width: 56%;
    width: calc(100% - 80px);
    height: 42px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

.head .search-button{
    float:left;
    width: 15%;
    max-width: 80px;
    height: 42px;
    line-height: 42px;
    background: #192d76 url(../../images/public/search-icon.png) no-repeat center center;
    text-align: center;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    overflow: hidden;
}
.head .search-button a{
    color:#fff;
    font-size:16px;
}
.head .search-button input{
    color:#fff;
    font-size:16px;
    padding-left:25px;
    border:0;
    background-color:transparent;
    cursor: pointer;
}
.head .search-input input{
    width: 100%;
    border:1px #192d76 solid;
    color: #969696;
    height: 42px;
    line-height: 28px;
    padding: 5px 0 5px 26px;
}
/*head search end*/
.head-tel p{
    font-size: 14px;
    line-height: 20px;
    color: #a9a9a9
}
.head-tel .tel{
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #ea5f3c;
    padding-left: 30px;
    background: url(../../images//phone-icon.png) no-repeat left center;
    margin-top: 5px;
}
/* head end */

/* nav start */
.nav{
    background-color: #fff;
    border-bottom: 2px solid #192d76;
}
.nav-box {
    position: relative;
    padding-left: 300px;
    height: 42px;
    line-height: 42px;
    z-index: 99;
}

.nav-box > li{
    position: relative;
    float: left;
    width: 11.111%;
    text-align: center;
}
.nav-box > li a{
    color: #333;
    background: none !important;
}
.dropdown-menu{
    left: 50%;
    min-width: 100px;
    margin-left: -50px;
    top: 38px;
    border: none;
    border-top: 2px solid #ea5f3c;
    border-radius: 0 0 4px 4px;
    text-align: center;
}
.dropdown-menu > li > a:hover,.nav-box > li a:hover{
    color: #ea5f3c;
}


.nav-box .menu-btn{
    position: absolute;
    width: 222px;
    width: 243px;
    height: 42px;
    top: 0;
    left: 0;
    background-color: #192d76;
    /* padding-left: 20px; */
    z-index: 1;
}
.nav-box .menu-btn i {
    background-position: -4px -278px
}

.nav-box .menu-btn .nav-title{
    color: #fff;
    cursor: pointer;
    padding-left: 20px;
    text-align: left;
}
.nav-box .menu-btn .nav-title span{
    padding-right: 60px;
}
.nav-title button{
    color: #fff;
}
.sub-nav {
    height: 0;
    overflow: hidden;
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.sub-nav > li{
    border-bottom: 1px dashed #eee;
    padding-bottom: 9px;
    margin: 0 15px 10px;
}
.sub-nav > li:last-child{
    padding-bottom: 0;
    /* margin: 0; */
    border-bottom-color: #fff;
}
.sub-nav .wximg img{
    width: 90px;
}
.menu-title{
    font-size: 14px;
    line-height: 20px;
    color: #192d76;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}
.sub-nav ul li {
    float: left;
    font-size: 12px;
    line-height: 26px;
    margin-right: 10px;
    color: #6d747a;
    text-align: left;
}
.sub-nav .row3 ul li{
    /* width: 28.333%; */
    width: calc(33.333% - 10px);
}
.sub-nav .hot-news-menu ul li{
    /* width: 48%; */
    width: calc(50% - 10px);
}
.sub-nav ul li a:hover{
    text-decoration: underline !important
}
.sub-nav dl{
    float: left;
    width: 48%;
    margin: 0 1%;
}
.sub-nav dd{
    font-size: 12px;
    line-height: 30px;
    color: #6d747a
}



.move-btn{
    display: none;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    cursor: pointer;
}
.mark.show{
    display: block;
    background-color: #000;
    opacity: .3;
    z-index: 99;
}
.mark{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f5f7f9;
    opacity: 0;
    top: 61px;
    left: 0;
    z-index: -99;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
}
/* nav end */



@media only screen and (min-width: 1200px){
    .menu-btn:hover .sub-nav{
        padding:12px 0 0;
        height: 422px;
    }
}

@media only screen and (max-width: 1024px){
    .navbar-toggle{
        margin-right: 0
    }
    .head ul{
        right: 15%;
    }
    .head .search-input input{
        padding-left: 2%
    }

    .breadcrumb{
        padding-left: 2%
    }
    .header,.head .head-search,.head-tel,.nav-more,.menu-btn,.collapsing .navbar-nav{
        display: none
    }
    .head{
        display: flex;
        width: 100%;
        height: 60px;
        padding: 0;
        position: absolute;
        overflow: hidden;
        align-items: center;
    }
    .head-logo{
        width: 50%;
        max-width: 188px;
    }
    .move-btn{
        display: block;
        float: right;
    }
    .nav{
        height: 61px;
        border-bottom: 1px solid #ebebeb 
    }
    .nav .container{
        position: relative;
    }
    .nav-box{
        position: absolute;
        width: 120px;
        height: 0;
        padding: 0;
        font-size: 14px;
        top: 60px;
        right: -1%;
        z-index: 9999;
        background-color: #fff;
        transition: height .5s;
        -webkit-transition: height .5s;
        -moz-transition: height .5s;
        -ms-transition: height .5s;
        -o-transition: height .5s;
        overflow: hidden;
    }
    .nav-box.open{
        height: 307px;
    }
    .nav-box > li,.nav-box .menu-btn{
        width: 100%;
    }
    .nav-box .menu-btn{
        position: relative;
    }
    .sub-nav{
        position: fixed;
        display: none;
        top: 60px;
        width: calc(100% - 160px);
        box-shadow: 0 2px 2px rgba(0,0,0,.4);
        padding: 0;
        transition: left .5s ;
        -webkit-transition: left .5s ;
        -moz-transition: left .5s ;       
        -ms-transition: left .5s ;
        -o-transition: left .5s ;
    }
 
    .sub-nav.open{
        left: 0;
        display: block;
        padding: 20px 0 0;
        height: auto;
    }


    .hot-news-mobile{
        margin: 0 1% 20px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        border-radius: 4px;
        overflow: hidden;
    }
    .hot-news-mobile .menu-title{
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        background: #192d76;
        text-align: center;
        margin-bottom: 0 ;
    }
    .hot-news-mobile ul{
        padding: 1% 2%;
    }
    .hot-news-mobile ul li{
        float: left;
        width: 25%;
        padding: 5px;
    }
    .hot-news-mobile ul li a{
        display: block;
        text-align: center;
        font-size: 14px;
        background: #fff8f5;
        color: #333;
        border: 1px solid #edcbbd;
        border-radius: 3px;
    }
}


@media only screen and (max-width: 768px){
    .hot-news-mobile ul li{
        width: 33.333%;
    }
}
@media only screen and (max-width: 428px){
    .hot-news-mobile ul{
        padding: 2%;
    }
    .hot-news-mobile ul li{
        width: 50%;
    }
}