﻿@charset "utf-8"; 
/*=========================================全局共用属性CSS nie ===============================================*/
html,body{font-size:20px;}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset,figure,figcaption, table, th, td img{margin:0; padding:0; } 
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, ul {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; }
body{font-family:"微软雅黑"; font-size:0.7rem; text-align:left; margin:0 auto; line-height:1.2rem; background:#fff; color:#333; font-weight:normal; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block; }
.transition{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;}
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
button{border-radius:0px;-webkit-border-radius:0px; outline:none;}
input{/*-webkit-appearance:none;*/border-radius:0; outline:none;}
img{border:0; vertical-align:middle; }/*让链接里的 img 无边框；清除图片间距*/
ul,li{list-style:none; } 
button{cursor:pointer; } /*这个可以不用*/
textarea {resize : none; outline: none;}/*去掉提交框右下角箭头*/
/*全局的字体链接*/
a:link,a:visited{color:#333; text-decoration:none; }
a:hover,a:active{color:#015fa5; text-decoration:none; }
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0px; }
.main{clear:both; width:65rem; margin:0 auto;}
/*=========================顶部 top=============================*/
.header .header_fl{float:left; width:13rem; padding-top:1.15rem;}
.header .header_fr{float:right; width: 52rem;}
.header .header_fr .header_frtop{clear:both; text-align: right; padding-top: 0.75rem; line-height:1.2rem; font-size:12px;}
.header .header_fr .header_frtop .header_icon01{background:url(../images/header_icon01.jpg) no-repeat left center; padding-left:15px; padding-right:10px;}
.header .header_fr .header_frtop .header_icon02{background:url(../images/header_icon02.jpg) no-repeat left center; padding-left:15px; padding-right:10px;}
.header .header_fr .header_frtop .header_icon03{padding-right:10px; outline:none;}
.header .header_fr .header_frtop .header_icon04{background:#383838; border-radius:0.6rem; color:#fff; padding:0px 10px;}
.header .header_fr .header_frtop .header_icon05{background:#015fa5; border-radius:0.6rem; color:#fff; padding:0px 10px;}
.header .header_fr .header_frbottom{float:right;display:inline-block;padding-bottom: 0.5rem;background:none;border: 0rem;margin-bottom: 0rem;}
.header .header_fr .header_frbottom .navbar-nav>li{float:left; display:inline-block;}
.header .header_fr .header_frbottom .navbar-default .navbar-nav>li>a:hover{ color: #015fa5;}
.header .header_fr .header_frbottom .navbar-nav>li>a{clear:both;display:block;padding: 0.5rem 0.75rem 0.5rem 0.75rem;line-height:1.35rem;text-align: center;font-size: 0.8rem;color: #333;}
.header .header_fr .header_frbottom .navbar-nav>li>a:hover{ color: #015fa5;}
.header .header_fr .header_frbottom .navbar-nav>li.open>a,.header .header_fr .header_frbottom .navbar-nav>li>a.on_hover{ background: url(../images/dot01.png) no-repeat center bottom;}
.dropdown-menu{background:#015fa5;width:120%;min-width:100%;top:2.85rem;box-shadow: none;}
.dropdown-menu .dropdown>a{ background-image:  url('../images/dot02.png')!important; background-repeat: no-repeat!important; background-position: 95% center!important; }
.dropdown-menu>li a{clear:both;text-align:center;width:100%;line-height: 1.8rem;display:block; padding:0rem 0rem; text-align:center;}
.dropdown-menu>li a:link,.dropdown-menu>li a:visited{color:#fff; text-decoration:none; }
.dropdown-menu>li a:hover,.dropdown-menu>li a:active{color:#fff; text-decoration:none; background: #014a81;}
/*3及导航*/
.third_nav{left:100%;top: 0rem;padding:0rem 0rem;box-shadow:0 0 0;border: 0rem;background: #005595;box-shadow: none;width: 7rem;}
.third_nav>li a{text-align:left;padding:0rem 0rem 0rem 0.5rem;}
/**/
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-content .modal-content-dl{clear:both; width: 80%; margin: 0rem auto;}
.modal-content .modal-content-dl dt{clear:both; width: 100%;}
.modal-content .modal-content-input{background: #fff; border:0.05rem solid #ccc; width:100%; font-size: 0.7rem; font-weight: normal; color: #666; line-height: 1.2rem; padding:0.2rem 0.5rem;}
#myModal--effect-zoomIn.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 120px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#myModal--effect-zoomIn.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 1;
}
/*=========================顶部 start=============================*/
/*=========================底部 top=============================*/
.footer_con{clear:both; border-top:0.15rem solid #015fa5; background: #27343c; min-width: 65rem;}
.footer_con .footer_top{clear:both; padding:2rem 0rem 1rem 0rem; border-bottom:0.05rem solid #222C35;}
.footer_con .footer_top .footer_top_nav{float:left; width: 7.5rem;}
.footer_con .footer_top .footer_top_nav p{clear:both; text-align: left; line-height: 1.45rem; font-size:0.7rem;}
.footer_con .footer_top .footer_top_nav p a{color: #a9b3b3;}
.footer_con .footer_top h3{clear:both; font-size: 0.9rem; color: #a9b3b3; text-align: left; padding-bottom:1.25rem;}
.footer_con .footer_top h3 a{color: #a9b3b3;}
.footer_con .footer_top .footer_top_contact{float:left; width: 20rem;}
.footer_con .footer_top .footer_top_contact .footer_contact_txt{clear:both; line-height:1.4rem; color:#a9b3b3;}
.footer_con .footer_top .footer_top_tactewm{float:left;width: 13rem;text-align: right;}
.footer_con .footer_top .footer_top_tactewm .footer_tact_phone{clear:both;background:url(../images/foot_phone.png) no-repeat left center;font-size: 0.7rem;color: #a9b3b3;padding-left: 2.5rem;display: inline-block;}
.footer_con .footer_top .footer_top_tactewm .footer_tact_phone span{font-size: 1rem; font-weight: bold;clear:both; display: block;}
.footer_con .footer_top .footer_top_tactewm ul{padding-top:15px;}
.footer_con .footer_top .footer_top_tactewm li{float: right;margin-left:0.7rem;}
.footer_con .footer_top .footer_top_tactewm li .tactewm_pic{clear:both;}
.footer_con .footer_top .footer_top_tactewm li .tactewm_txt{clear:both; font-size: 0.6rem; color: #a9b3b3; text-align: center; line-height: 2rem;}
.footer_con .footer_top .footer_top_tactewm .downlogo{clear:both; text-align: right;}
.fenxiang{ text-align:left; float: right; width: 20rem;}
/*友情链接*/
.footer_con .footer_link{clear:both;border-bottom:0.05rem solid #222C35; line-height:1.5rem; padding: 0.3rem 0rem; text-align: left;color: #a9b3b3;font-size:0.7rem;}
.footer_con .footer_link  a{color: #a9b3b3;  }
.footer_con .footer_bom{clear:both;border-bottom:0.05rem solid #222C35; line-height:1.5rem; padding: 0.3rem 0rem; text-align: left;color: #a9b3b3;font-size:0.7rem;}
.footer_con .footer_bom a{color: #a9b3b3; }
.footer-0711{width: 1300px;margin: 0 auto; color: #a9b3b3;    padding: 10px 0 0; }
.footer-0711 a{ color: #a9b3b3; }
.footer-0711 a:hover{ color: #015fa5; }
/*底部*/
/*=========================底部 start=============================*/
/*=========================分页 top=============================*/
div.digg{clear:both; padding:2rem 0rem; text-align:center; display:block; border-radius:4px; line-height:18px;}
div.digg a{ display:inline-block;  padding:5px 12px; margin:0 0 0 8px; line-height:20px; background:#fff; text-decoration:none; }
div.digg a:hover{z-index: 3;color:#fff;background: #a9cfec;border-color: #a9cfec;}
div.digg a,div.digg span{padding:5px 10px;margin-left:-1px;color:#666;text-decoration:none;background: #fff;border: 1px solid #ededed;display:inline-block;}
div.digg span.disabled{background: #eaeaea;color: #999999;}
div.digg span.current{background: #015fa5;color:#fff;border: 1px solid #015fa5;}
/*=========================分页 start=============================*/
/*=========================翻页 top=============================*/
ul.digg_ul{clear:both;width:100%;padding: 0rem 1.5rem 1rem 1.5rem;}
ul.digg_ul li{color: #005eba;line-height:2rem; font-size: 0.8rem;}
ul.digg_ul li:nth-child(1){border-bottom:0.05rem dashed #e5e5e5;}
ul.digg_ul li a{color: #666;}
ul.digg_ul li a:hover{ color:#005eba;}
/*=========================翻页 start=============================*/
/*=========================内页banner——二级导航 top=============================*/
.inside_ban{clear:both; height:15.55rem; position: relative;background-position: center top !important;}
.inside_ban .inside_ban_nav{position:absolute; left: 50%; bottom:0rem; margin-left: -32.5rem; text-align: right;}
.inside_ban .inside_ban_nav a{width:5.15rem; height: 1.95rem; background: #000; color: #fff; font-size: 0.8rem; line-height: 1.95rem; text-align: center; display: inline-block; margin-left: 0.05rem;}
.inside_ban .inside_ban_nav a#ban_nav,.inside_ban .inside_ban_nav a:hover{background: #005eba;}
.main_bg{clear:both; background: #fafafa; padding:1.25rem 0rem 1.5rem 0rem;}
/*=========================内页banner——二级导航 start=============================*/
/*=========================面包屑导航 top=============================*/
.Breadcrumb_nav{ border-bottom: 0.05rem solid #e9e9e9; padding:0.9rem 0rem; line-height: 1.2rem;}
.Breadcrumb_nav .Breadcrumb_nav_con{border-left:0.1rem solid #015fa5; text-align: right; color: #666; padding-left: 0.5rem;}
.Breadcrumb_nav .Breadcrumb_nav_con a:link,.Breadcrumb_nav .Breadcrumb_nav_con a:visited{color:#666; text-decoration:none; }
.Breadcrumb_nav .Breadcrumb_nav_con a:hover,.Breadcrumb_nav .Breadcrumb_nav_con a:active{color:#015fa5; text-decoration:none; }
.Breadcrumb_nav .Breadcrumb_nav_con span{float:left; font-size: 1.2rem; font-weight: bold; color: #015fa5;}
/**/
.page_main{clear:both; background: #fff; border: 0.05rem solid #e4e4e4; border-top:0.25rem solid #005eba; padding: 0rem 0rem 0rem 0rem;padding-top: 0.5rem;}
/*=========================面包屑导航 start=============================*/
/*========================= top=============================*/
.inside_fl{float: left; width: 47.1rem;}
.inside_fr{float:right; width: 17.75rem; padding:1.9rem 1.5rem 0rem 1.25rem;}
/*========================= start=============================*/
/*========================= top=============================*/
/*========================= start=============================*/