@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;padding: 0;border: 0;vertical-align: baseline;font-weight: normal;}
html, body{	width: 100%;height: 100%; font-family: "微软雅黑","黑体","宋体", "Arial", "Microsoft YaHei",sans-serif;}
body{font-size: 16px;}
ul,ol,dl{list-style: none;}
img{vertical-align: bottom;}
* {box-sizing: border-box;}
:after,:before {box-sizing: border-box;}
a{text-decoration: none;}
/*表单相关元素*/
fieldset,img,input,button,textarea{border: none;margin: 0;padding: 0;/*去除外边线*/	outline: none;}
i,cite,em,var,address,dfn{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
button{vertical-align:middle;}
/*浮动*/
.fl{float: left;}
.fr{float: right;}
/* 间距0 */
.mr0{margin-right: 0 !important;}
.ml0{margin-left: 0 !important;}
.mt0{margin-top:0 !important}
.pr0{padding-right: 0 !important;}
.pl0{padding-left: 0 !important;}
/*清除浮动*/
.clearfix:before,
.clearfix:after{content: '';display: table;	clear: both;}
.clearfix{	*zoom:1;}
/* 不换行 */
.no-wrap{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*版心*/
.w-1920{width: 100%;max-width: 1920px;margin: 0 auto;}
/* .w-1280{max-width: 1280px;margin: 0 auto;} */
.w{width: 1280px;margin: 0 auto;}
.w-wrapper{width: 100%; float: left;}
/* 定位 */
.pot-r{position: relative;}
.pot-a{position: absolute;}
/*水平对齐*/
.tl{text-align: left;}
.tj{text-align: justify;}
.tc{text-align: center;}
.tr{text-align: right;}
@font-face{
    font-family: 'lqt'; 
    src: url('../d-css/lqt.TTF');
    font-weight: normal;
    font-style: normal;
}
.lqt{font-family: "lqt";}
.d-line{color: #fff;margin: 0 8px;display: inline-block;
}
/*opacity: 0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);/兼容ie8及以下/*/
/* 回到顶部 */
.C-onTop{
    width: 48px;
    height: 48px;
    background: url(../d-img/onTop.png) no-repeat center center;
    background-size: 28px;
    background-color: #0068b7;
    position: absolute;
    right: 10%;
    bottom: 30px;
    display: none;
}
.C-onTop:hover{
    cursor: pointer;
}
.C-onTop a{
        display: block;
    margin-top: 56px;
    white-space: nowrap;
    background: #0068b7;
    color: #fff;
    font-size: 12px;
    padding: 4px 7px;
}
/* ---------------------头部开始--------------------- */
.header-bg{
    background: url(../d-img/banner-bg.png) no-repeat center bottom;
}
.header{
    padding: 47px 0 40px;
    position: relative;
}
.top-logo{
    display: inline-block;
}
.nav-wrapper{
    box-shadow: 2px 0px 4px #efefef;
}
.search_box{
    margin-top: 10px;
}
.hot-search>p{
    color: #fff;
    padding-left: 28px;
    background: url(../d-img/hot.png) no-repeat left center;
    display: inline-block;
    font-size: 12px;
    line-height: 31px;
}
.hot-search{
    width: 434px;
    position: absolute;
    right: 0;
    top: 92px;
}
.hot-search ul li{
    float: left;
    margin: 0 9px;
    font-size: 12px;
    color: #fff;
    line-height: 31px;
}
.hot-search ul li:hover{
    cursor:pointer;
}
/* 搜索 */
.search_box{
    float: right;
}
.search-text{
    width: 364px;
    height: 37px;
       padding: 5px;
    color: #fff;
    padding-left: 38px;
    background: url(../d-img/search.png) no-repeat 10px center;
    border: 2px solid #fff;
}
.search-btn{
    vertical-align: top;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    color: #ff7800;
    background: #fff;
    width: 70px;
}
.search-btn:hover{
    cursor:pointer;
}
/* 导航开始 */
.nav{
    position: relative;
}
.nav>ul{

}
.nav>ul>li{
    float: left;
    position: relative;
    padding: 0 40px;
}
.nav>ul>li:hover{
    background: #2156a3;
}
.nav>ul>li:hover a{
   color:#fff;
}
.nav>ul>li>a{
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 40px;
}
/* 二级栏目 */
.nav>ul>li>ul{
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: 999;
    background: #2156a3;
    box-sizing: content-box;
    text-align: left;
    margin: 0 auto;
    min-width: 100%;
    display: none;
}
.nav>ul>li>ul>li{
     padding: 8px 15px;
    text-align: center;
}
.nav>ul>li>ul>li>a{
    display: block;
    white-space: nowrap;
    font-size: 15px;
    color: #fff;
}
.nav>ul>li>ul>li:hover{
    background: #2467c7;
}
@keyframes flipInY  {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
/*
.hasSub ul{
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}
*/
/* 导航结束 */
/* ---------------------头部结束--------------------- */
/* ---------------------尾部开始--------------------- */
.footer-wrapper{
    background: #0068b7;
}
.footer-logo{
    padding-top: 7px;
}
.code-list ul li{
    float: left;
    margin: 0 6px;
}
.code-list ul li img{
    display: block;
    margin: 0 auto;
    width: 79px;
    height: 79px;
}
.code-list ul li p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.copyright{
    margin: 0 15px 0 100px;
}
.copyright img{
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 28px;
}
.code-list {
    margin-left: 112px;
}
.copyright p{
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}
.pdz{
    background: url(../d-img/dz.png) no-repeat 2px center;
    padding-left: 20px;
}
.pyx{
background: url(../d-img/yx.png) no-repeat left center;
    padding-left: 21px;
}
.pbq{
background: url(../d-img/bq.png) no-repeat left center;
    padding-left: 20px;
}
.footer{
    padding: 40px 0 35px;
}
/* ---------------------尾部结束--------------------- */

/* ---------------------二维码--------------------- */
.side_code_a:hover .side_code{
 opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.side_code{
       position: absolute;
       right: 55px;
       top: -265px;
       opacity: 0;
       visibility: hidden;
       transition: all .3s;
       transform: translateY(-35px);
}
.side_code ul{
    /* width: 380px; */
}
.side_code li{
    margin: 0 5px;
}
.side_code li img{
       width: 79px;
    height: 79px;
    display: block;
    margin: 0 auto;
}
.side_code li p{
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
    line-height: 18px;
    background: #3568b8;
    border-radius: 2px;
}
/* ---------------------二维码--------------------- */