html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:15px;
    vertical-align:baseline;
    background:transparent;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

img{
    vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #000000;
}
a, span, b, p,h1,h2,h3,h4,h5,div{
    font-family: Microsoft YaHei;
}



table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select{
    outline: medium none;
}


input{
    padding: 0;
}
input, select {
    vertical-align:middle;
}
li{
    list-style: none;
}
body{
    min-width: 1200px;
}
.width1145{
    width: 1145px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: '';
    height: 0;
    width: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}


.top{
    width: 100%;
    height: 145px;
    margin-top: -820px;
}

.top .logo{
    height: 96px;
    line-height: 96px;
}
.top .nav {
    height: 40px;
}
.top .nav a{
    display: block;
    float: left;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 66px;
    margin-left: 30px;
    font-weight: bold;
}
.top .nav a:nth-child(1){
     margin-left: 0px;
}

.top .nav a:hover{
    color: #B42026;
}

.banner{
    width: 100%;
    height: 850px;
    text-align: center;
    line-height: 575px;
    background: url(../images/index/banner-new.png) no-repeat center;
    background-size:auto 850px;
}
.banner img{
    -webkit-animation: hideShowHide-data-v-200e52b4 7s ease infinite;
    animation: hideShowHide-data-v-200e52b4 7s ease infinite;
}



@-webkit-keyframes hideShowHide-data-v-200e52b4 {
0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
}
@keyframes hideShowHide-data-v-200e52b4 {
0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
}
.dl_model{
    margin:50px auto;
}
.dl_model a{
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 6px;
}
.dl_model a  span{
    display: block;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    text-align: center;

}


.dl_model a.dl1 i{
    background: url(../images/index/icon1.png) no-repeat center;
}
.dl_model a.dl2 i{
    background: url(../images/index/icon2.png) no-repeat center;
}
.dl_model a.dl3 i{
    background: url(../images/index/icon3.png) no-repeat center;
}
.dl_model a:hover span{
    color: #B42026;
    font-weight: 600;
}
.dl_model a.dl1:hover i{
     background: url(../images/index/icon1a.png) no-repeat center;
}
.dl_model a.dl2:hover i{
     background: url(../images/index/icon2a.png) no-repeat center;
}
.dl_model a.dl3:hover i{
     background: url(../images/index/icon3a.png) no-repeat center;
}

.dq_location{
    width: 100%;
    height: 220px;
    background: url(../images/index/bg1.png) no-repeat center;
}


.tele_call{
    background: url(../images/index/dh.png) no-repeat center left;
    font-size: 22px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 49px;
    height: 49px;
    padding-left: 35px;
    float: left;
    margin:80px 140px;
}
.loca_dz{
    background: url(../images/index/dz.png) no-repeat center left;
    font-size: 22px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 49px;
    height: 49px;
    padding-left: 35px;
    float: left;
    margin:80px 140px;
}

.footer{
    width: 100%;
    height: 77px;
    margin: 0 auto;
    background-color: #004290;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer p{
    font-size: 15px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #FFFFFF;
    /*text-shadow: 0 1px 5px rgba(0, 0, 0,0.59);*/
    text-align: center;
    display: flex;
    line-height: 30px;
}
.footer a{
    font-size: 15px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 30px;
    /*text-shadow: 0 1px 5px rgba(0, 0, 0,0.59);*/
}





#pic_box{
    width:610px;
    height:396px;
    float: left;
    overflow:hidden;
    /*border: 1px solid red;*/
}
/*newspic*/
#pic_box{width:540px;height:360px;float: left; overflow:hidden}
.photo{display:none}
.photo .text_bg{width:540px;height:40px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;z-index:1;position:absolute;margin-top:-45px;}
.photo .text a{width:400px;height:40px; margin-left:10px; line-height:40px;color:#fff; font-family:microsoft yahei,simsun,"宋体"; font-size:16px;text-decoration:none;z-index:2;position:absolute;margin-top:-45px;overflow:hidden}
#photo_btn{padding:0px; margin:0px; height:20px;position:absolute;margin-top:-30px; margin-left:470px; z-index:3}
#photo_btn li{width:10px;height:10px;_height:8px; list-style-type:none;float:left;margin-left:5px; background:#fff}
#photo_btn .at{background:#479dff;width:10px;height:10px;_height:8px; list-style-type:none;float:left;margin-left:5px;}

/*newshot*/
.news-hot{width:540px;height:360px;float: right}

/*border*/
.bb1{border-bottom:4px #004290 solid;}
.bb2{border-bottom:3px #064cc3 solid;}
.bb3{border-bottom:1px #D4D4D4  solid;}
.bbx{border-bottom: 1px #555555 dotted}

/*font*/
.font-white-16,.font-white-16 a{font:bold 16px/36px "Microsoft YaHei";color:#FFFFFF; text-decoration: none}
.font-white-12,.font-white-12 a{font:12px/30px "Microsoft YaHei";color:#FFFFFF; text-decoration: none}
.font-white-14,.font-white-14 a{font:14px/26px "Microsoft YaHei";color:#FFFFFF; text-decoration: none}
.font-black-16,.font-black-16 a{font:16px/30px "Microsoft YaHei";color:#333333; text-decoration: none}
.font-black-18,.font-black-18 a{font:bold 18px/30px "Microsoft YaHei";color:#333333; text-decoration: none}
.font-black-22,.font-black-22 a{font:bold 22px/50px "Microsoft YaHei";color:#333333; text-decoration: none}
.font-grey-12,.font-grey-12 a{font-size:12px;font-family: "simsun",sans-serif;color:#555555; text-decoration: none;}
.font-red-22,.font-red-22 a{font:bold 22px/46px "Microsoft YaHei";color:#ec3c15; text-decoration: none}
.font-blue-12,.font-blue-12 a{font:12px/24px "Microsoft YaHei";color:#006ba9; text-decoration: none}
.font-blue-16,.font-blue-16 a{font:14px/24px "Microsoft YaHei";color:#006ba9; text-decoration: none}
/*line-height*/
.lh24{line-height: 24px !important;}
.lh30{line-height: 30px !important;}
/*margin*/
.mt-10{margin-top: 10px}
.mt-20{margin-top: 20px}
.mb-20{margin-top: 20px}
/*padding*/
.p-all-5{padding: 5px;}