@charset "utf-8";
body {
  background: #F7F7F7;
}
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: Arial;
  color: #333;
}
body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul,
span,img{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
a{cursor: pointer;text-decoration: none;}
a {
  text-decoration: none;
  color: #333;
}
ul,li{list-style: none;}
.row {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.main {
  max-width: 1200px;
  margin: 0 auto;
  /* background-color: #fff; */
  margin-bottom: 20px;
min-height:500px;
}
/* 面包屑 */
.BreadcrumbNav {
  width: 1200px;
  margin: 15px auto;
}
.BreadcrumbNav img {vertical-align: middle;margin-right: 10px;}
@media screen and (max-width: 991px) {
  .main {
    max-width: 100%;
  }
  .BreadcrumbNav{width:100%;}
  .r-box p {display: none;}
}
/*头部*/
.header {
    width: 100%;
    height: 165px;
    background: url(../images/index/header_bg.png);
}
.head-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 42px;
}
.logoimg{float: left;}
.logo img {
    margin-top: 7px;
}
.r-box {width:37%;}
.r-box p{
height: 14px;
font-size: 14px;
font-family: Arial;
font-weight: 400;
color: #0B5DB1;
line-height: 30px;
margin-bottom: 20px;
    text-align: center;
   margin: 12px 0;
}
.search-group {
    position: relative;
    margin-top: 25px;
}
.search-group input {
    width: 77%;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    border: none;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    outline: none;
}
.search-group a {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 93px;
    width: 35px;
    height: 34px;
    text-align: center;
    background-color: #0b5db1;
    border-radius: 4px;
}
.searth-btn input {
    position: absolute;
    width: 35px;
    height: 34px;
    right: 93px;
    top: 0px;
    opacity: 0;
}
#zy,#hl{display: none;}
#ban {
    float: right;
    display: inline-block;
   width: 84px;
height: 33px;
line-height: 33px;
background: #FFFFFF;
border: 1px solid #D8D8D8;
border-radius: 6px;
    vertical-align: middle;
    margin-top: -35px;
    margin-left: 5px;
    color: #003182;
   -moz-appearance:none;
   -webkit-appearance:none;
appearance:none; /*去掉下拉箭头*/
/*在选择框的最右侧中间显示小箭头图片*/
background: url(../images/public/jiantou.png) no-repeat scroll 66px center transparent;
padding-left: 10px;
outline: none;
}
#ban::-ms-expand { display: none; }
/*导航*/
.nav{width: 100%;
height: 55px;background: #0B5DB1;line-height: 55px;/*overflow: hidden;*/}
.nav>ul{width: 1200px;margin: 0 auto;height:55px;padding-left: 18px;
}
.nav>ul>li{position: relative;float: left;height: 100%;list-style: none;}
.nav>ul>li>a{font-size: 20px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;text-decoration: none;padding:0 18px;}
.nav>ul>li:after{
	content: '';
    display: inline-block;
    float: right;
    height: 15px;
    margin: 20px 0;
    border-right: 1px solid #FFFFFF;
    opacity: 0.5;
}
.nav>ul>li.lilast a{padding-right: 0;}
.nav>ul>li.lilast:after{
	border-right: none;
}
/*底部*/
.footpc{width: 100%;background: #0B5DB1;padding: 31px 0 26px 0;height: 125px;margin-top:45px;}
.footercont{width: 1200px;margin: 0 auto;}
.footerleft{width: 460px;float: left;}
.footerleft p{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 30px;
opacity: 0.7;}
.footerleft p a{color: #FFFFFF;font-size: 14px;
font-family: Microsoft YaHei;}
.footercenter{margin-left: 141px;float: left;}
.footercenter p{font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 30px;
opacity: 0.7;}
.footer_logo{float: right;}
.footsj{width: 100%;display: none;}
@media screen and (max-width: 1200px){
.head-box,.nav>ul{width: 100%;}
.nav>ul>li>a{font-size: 15px;}
.footercont{width: 100%;}
}
/*移动端头部样式*/
@media screen and (max-width: 991px) {
.head-box{width: 96%;padding: 2%;}
.logoimg{width: 100%;}
.r-box{width: 92%;}
.search-group{width: 100%;margin-bottom: 10px;}
.search-group input{width: 65%;}
.search-group a{right: 35%;}
/*导航*/
.nav{width: 100%;height: 220px;}
.nav>ul{width: 100%;height: 220px;padding-left: 0;}
.nav>ul>li{height: 54px;width: 48%;line-height: 54px;}
.nav>ul>li:nth-child(2n):after{
	border-right: none;
}
.nav>ul>li>a{width: 98%;padding: 0;text-align: center;display: inline-block;font-size: 18px;}
/**/
.footpc{display: none;}
	.footsj{width: 100%;text-align: center;display: block;background: #0B5DB1;padding: 10px 0;}
	.footsj p{line-height: 29px;font-size: 14px;font-family: Microsoft YaHei;color: #FFFFFF;}

}
@media screen and (max-width: 375px) {
.nav>ul>li>a{font-size: 16px;}
}
@media screen and (max-width: 320px) {
.nav>ul>li{width: 47%;}
.r-box{width: 100%;}
	}