/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #000;
  background: #ffffff;
  font: 14px/22px 'Microsoft YaHei', arial, sans-serif;
  min-width: 1230px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #000;
}
input {
  outline: none;
}
a:hover {
  color: #2759b4;
}
input,
textarea {
  outline: none;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #2759b4;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.input_com {
  border: 2px solid #2759b4;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
/*全局样式 end*/
.header {
  background: url(../images/header_bg.jpg) no-repeat left center;
  height: 100px;
  padding-top: 16px;
}
.header .search_box {
  width: 264px;
  height: 34px;
  border: #204da0 1px solid;
  margin-top: 30px;
}
.header .search_box .search-text {
  padding: 5px 10px;
  height: 24px;
  line-height: 24px;
  width: 204px;
  font-size: 14px;
  background: none;
}
.header .search_box .search-icon {
  cursor: pointer;
  width: 40px;
  height: 34px;
}
.nav {
  background: url(../images/nav.png) repeat-x;
  height: 52px;
}
.nav ul li.nLi {
  float: left;
  width: 10%;
  text-align: center;
  position: relative;
}
.nav ul li.nLi h3 a {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  display: block;
}
.nav ul li.nLi .sub {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 52px;
  padding: 0 0 10px;
  z-index: 1;
  background: #204da0;
}
.nav ul li.nLi .sub li {
  float: none;
  margin: 0 10px;
}
.nav ul li.nLi .sub li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-bottom: #ccc 1px dotted;
}
.nav ul li.nLi .sub li:hover {
  background: #326bd2;
}
.nav ul li.on {
  background: #204da0;
}



/*三级*/
.nav ul li.nLi .sub li{
  position: relative;
}
.nav ul li.nLi .sub li:hover .sub2{
  display: block;
}
.sub2{
  position: absolute;
  padding: 10px;
  left: 100%;
  top: 0;
  width: 100px;
  background:#326bd2;
  display: none;
}
.sub2 a:hover{
  background: #204da0;
}
/* add end */





.banner {
  margin-top: 15px;
}
.banner .bd img {
  width: 100%;
  height: 356px;
  display: block;
}
.banner .hd {
  position: absolute;
  width: 100%;
  bottom: 28px;
  text-align: center;
}
.banner .hd li {
  width: 14px;
  height: 14px;
  background: #e9be3a;
  margin: 0 12px;
  display: inline-block;
}
.banner .hd li.on {
  background: #fff;
}
.title {
  border-top: #204da0 1px solid;
  height: 36px;
  line-height: 36px;
}
.title h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #0065d6;
  padding-left: 30px;
  background: url(../images/icon_21.png) no-repeat left center;
}
.title .more {
  color: #e9be3a;
}
.title .more:hover {
  color: #204da0;
}
.news-box {
  width: 785px;
}
.news-box .news-banner img {
  width: 338px;
  height: 245px;
  display: block;
}
.news-box .news-banner .hd {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 7px;
}
.news-box .news-banner .hd li {
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  margin: 0 2px;
  transition: all 0.3s;
}
.news-box .news-banner .hd .on {
  width: 20px;
  background: #204da0;
}
.news-box .title h3 {
  background: url(../images/icon_14.png) no-repeat left center;
}
.w375 {
  width: 375px;
}
.news-list ul li {
  position: relative;
  height: 44px;
  line-height: 44px;
}
.news-list ul li p {
  padding-right: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list ul li p a {
  display: inline-block;
  font-size: 14px;
}
.news-list ul li span {
  position: absolute;
  right: 0;
  top: 0;
}
.notice-box h3 {
  background: url(../images/icon_17.png) no-repeat left center;
}
.links-box {
  line-height: 58px;
  background: #ededed;
}
.links-box .title2 {
  width: 85px;
  height: 60px;
  padding-top: 55px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #3f65ab url(../images/icon_25.png) no-repeat center 30px;
  margin-right: 22px;
}
.links-box a {
  display: inline-block;
  font-size: 16px;
  margin: 0 22px;
}
.footer {
  margin-top: 45px;
  text-align: center;
  padding: 25px 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #204da0;
}