@charset "utf-8";
body{
 
 
 padding:0;
 margin:0 auto;
 line-height:150%;
 font-size:16px;
 font-family:"Microsoft Yahei";
}
h1,h2,h3,h4{
 padding:10px;
 margin:0;
}
ol,ul,li,p{
 padding:0;
 margin:0;
}
li{
 list-style:none;
}
.mcontainer {
 width:1200px;
 margin:20px auto;
 clear:both;
}
.mcontainer_inner {
 width:1200px;
 margin:0 auto;
 clear:both;
}


#header{
 width:100%;
 
}
.logo img{
 padding:10px 0;
 width:100%;
}
.nav{
 width:100%;
 background-color:#002D71;
 border-radius:3px;
}
.navbar-default,nav.navbar.bootsnav{
 background:none;
}
.navbar-brand{
  padding: 29px 15px;
  height: auto;
 }
 nav.navbar.bootsnav{
  border: none;
 }
 .navbar-nav{
  float: left;
  margin-left: 10%;
 }
 nav.navbar.bootsnav ul.nav > li > a{
  color: #FFF;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight:300;
 }
 nav.navbar.bootsnav ul.nav > li:hover{
  background: #f4f4f4;
 }
 nav.navbar.bootsnav ul.nav > li:hover a{
  color:#474747;
 }
 .nav > li:after{
  content: "";
  width: 0;
  height: 5px;
  background: #34c9dd;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
 }
 .nav > li:hover:after{
  width: 100%;
 }
 nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
  content: "+";
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 32%;
  right: 10%;
  transition: all 0.4s ease 0s;
 }
 nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
  
  content: "▼";
  transform: rotate(360deg);

 }
 .dropdown-menu.multi-dropdown{
  position: absolute;
  left: -100% !important;
 }
 nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none;
 }

.main{
 background-color:#FFF;
 padding:0;
 overflow:hidden;
 border-radius:3px;
 border:1px solid #FFF;
}
.colborder{
 border-right:1px solid #ECECEC;
}
.col-lg-12,.col-md-12{
 float:none;
}
.main h3{
 font-size:110%;
 margin-bottom:5px;
}
.main .col-lg-4{
 position:relative;
}
.main .more-link{
 position:absolute;
 right:15px;
 top:0;
}
.title_wrapper{
 padding: 0px;
}
.main .title_wrapper .more-link{
 position:absolute;
 right:15px;
 top:0;
}
.text12{
 font-size:12px;
}
.text14{
 font-size:14px;
}
.main .list{
 padding:0 5px 0 10px;
 font-family:Arial, Helvetica, sans-serif;
}
.main .list li{
 list-style:none;
 padding:3px 0;
}
.main .list li a{
 color:#000;
}
.main .list li span.time{
 float:right;
 color:#CCC;
}
.main .blockpadding{
 margin:15px 0;
}
.main .title_wrapper .blockpadding{
 padding:0 15px;
}
.msystem{
 background:#036;
 height:300px;
 padding:15px 0;
 text-align:center;
}
.msystem ul li{
 border-bottom:1px dotted #FFF;
 list-style:none;
 padding:10px;
 width:100%;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
}

.msystem ul li:last-child{
 border:0;
}
.msystem ul li a{
 color:#FFF;
}
#mainleft{
 width:220px;
 float:left;
 margin-bottom:20px;
 background-color: #002D71;
}
#mainright{
 width:840px;
 float:right;
  margin-bottom:20px;
}
.leftchannel .title{
 margin-top:10px;
 color:#FFF;
 font-size:18px;
 font-weight:600;
 padding:15px;
 border-left:5px #FFF solid;
}
.leftchannel .channellist{
 padding:10px 5px;
}
.leftchannel .channellist li{
 padding:10px 0 10px 15px;
 border-top:1px solid #FFFFFF;
}
.leftchannel .channellist li:hover{
 background:rgba(255,255,255,0.1);
}
.leftchannel .channellist li a{
 color:#FFF;
 font-size:14px;
 text-decoration:none;
}
h1{
 font-size:22px;
 font-weight:600;
 padding:0;
 margin:0 0 20px 0;
 text-align: center;
}
.cont{
 padding:30px 40px;
 line-height:180%;
}
.loca{
 padding:10px;
 margin:0 20px;
 border-bottom:1px dotted #CCC;
 color:#999;
 font-size:12px;
}
.loca a{
 color:#999;
 text-decoration:none;
}
.qlinks{
 padding:0;
 overflow:hidden;
}
.qlinks .block{
 background-color:#ECF0F1;
 border-radius:3px;
 padding:20px;
 overflow:hidden;
}
.qlinks .block img{
 float:left;
 margin-right:20px;
}
.qlinks .block p{
 font-size:110%;
 font-weight:500;
 margin-top:5px;
 margin-bottom:15px;
}


#footer{
 background-color:#002D71;
 border-radius:2px;
 overflow:hidden;
 color:#FFF;
 font-size:12px;
}
#footer a{
 color:#FFFFFF;
 text-decoration:none;
 padding:5px;
}
#footer .link_hover>a:hover{
 color:#C3D9E4;
}
#footer h4{
 font-size:16px;
 padding:0 0 20px 0;
}
#footer .followus{
 
 width:304px;
 background-color:#244B89;
}
#footer .contactus{
 width:240px;
 background-color:#123B7C;
}
#footer .friendlink{
 width:656px;
}
#footer .bottomblock{
 padding:20px;
 height:210px;
 float:left;
 overflow:hidden;
}
@media (max-width: 1024px){
.logo img{
 width:100%;
}
#swper img{
 width: 100%;
}
.mcontainer {
 width:98%;
}
.mcontainer_inner{
 width:98%;
}
#mainright{
 width:100%;
 float:none;
 margin:0;
}
#mainleft{
 display:none;
}
#footer .bottomblock{
 float:none;
}
#footer .followus ,#footer .contactus,#footer .friendlink{
 width:100%;
 height:auto;
}
}
.search {
 float: right;
 width: 252px;
 height: 33px;
 border: solid 1px #87aadb;
 border-radius: 5px;
 position: relative;
 top: -20px;
 z-index: 99999;
}
.search_result {
 top:-42px;
 right:20px;
 margin:0;
 display:inline;
 font-family:宋体;
 font-size:12px;
}
.txt1 {
 background: none;
 background: transparent;
 border: none;
 outline: medium;
 height: 33px;
 line-height: 33px;
 width: 212px;
 text-indent: 20px;
 color: #000;
}
.submit {
 align: absmiddle;
 position: absolute;
 top: 3px;
}


.intrBom{
 padding: 20px;
}
.map {
 width: 100%;
 height: auto;
}
.map li {
 width: 100%;
 height: auto;
 border-bottom: 1px dashed #e2e2e2;
 padding-bottom: 28px;
 overflow: hidden;
}
.windowstyle52083 {
 border-left: #e9ab03 2px solid;
 padding-bottom: 0px;
 line-height: 18px;
 padding-left: 10px;
 padding-right: 10px;
 display: inline-block;
 height: 20px;
 color: #064089;
 font-size: 18px;
 font-weight: bold;
 border-right: #e9ab03 2px solid;
 padding-top: 0px;
}
.map li h4 a {
 display: inline-block;
 float: left;
 height: 28px;
 line-height: 28px;
 width: 45.5%;
 margin-right: 1%;
 padding-left: 14px;
 background: url(../images/ico_btn2.png) 0 center no-repeat;
 font-size: 16px;
 color: #505050;
 overflow: hidden;
}

.fixed-bottom {
 width:100%;
 position: fixed;
 bottom: 0;
}
@media (max-width: 768px){
   .search{
      width:200px;
      top:-14px;
   }
   .search_result{
      top:4px;
   }
   .txt1{
      width:160px;
   }
}
@media(min-width:768px){
  .querystyle46721{
      width:204px;
   }
}
@media (max-width: 568px){   #newsimg{      display:none;   }}
.faimg{
   display: inline-block;
   width: 20px;
   height: 16px;
   background: url("../images/meuns.png");
}