* {
  padding: 0 ;
  margin: 0;
  border: 0;
  font-family: "microsoft yahei";
}
@font-face {
  font-family: "siyuan";
  src: url(../font/NotoSerifCJKsc-Bold.otf);
}
a {
  text-decoration: none;
  color: #151515;
}
a:hover {
  color: #0e419c;
}

ul li {
  list-style: none;
}
input:focus {
  outline: none;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.none {
  display: none;
}
.animated_c {
  transition: all 0.5s ease;
}
.p_width {
  min-width: 1385px;
  width: 100%;
}
.m_width {
  width: 1350px;
  margin: 0 auto;
}
.index_main {
  margin: 35px auto;
}
.copyright {
  background: #2155bd;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.copyright p {
  font-size: 16px;
  color: #fff;
}
.copyright p span {
  margin: 0 10px;
}
.footerbox {
  background: #0e419c;
  height: 165px;
  padding: 60px 0;
}
.footerbox .foot_left {
  width: 900px;
}
.footerbox .foot_left .ewmbox {
  margin-top: 20px;
}
.footerbox .foot_left .ewmbox .ewm_info {
  margin-left: 20px;
  margin-top: 35px;
  width: 120px;
  text-align: center;
}
.footerbox .foot_left .ewmbox .ewm_info p {
  font-size: 15px;
  line-height: 32px;
  color: #fff;
}
.footerbox .foot_left .ewmbox .ewm_info p.active {
  color: #ffc046;
}
.footerbox .foot_right {
  width: 268px;
  margin-top: -10px;
}
.footerbox .foot_right .link_tt {
  width: 200px;
  background: url(../images/links.png) center top no-repeat;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.footerbox .foot_right .link_tt h1 {
  font-size: 22px;
  color: #fff;
}
.footerbox .foot_right .link_list ul {
  width: 260px;
  margin: 0 auto;
}
.footerbox .foot_right .link_list ul li {
  float: left;
  width: 120px;
  margin-left: 5px;
  line-height: 38px;
}
.footerbox .foot_right .link_list ul li a {
  font-size: 15px;
  color: #fff;
}
.index_left {
  width: 885px;
}
.index_right {
  width: 420px;
}
.index_middle {
  background: url(../images/index_middle_bg.png) center top no-repeat;
  padding: 30px 0;
  height: 490px;
}
.mi_right {
  width: 420px;
}
.mi_left {
  width: 890px;
}
.headerbox {
  height: 80px;
  padding: 45px 0;
  background: url(../images/topbox_bg.png) center top no-repeat;
}
.headerbox .logo {
  width: 890px;
}
.headerbox .search {
  width: 290px;
  margin-top: 20px;
  height: 35px;
}
.headerbox .search .search_txt {
  line-height: 35px;
  height: 35px;
  width: 240px;
  padding: 0 10px;
  background: none;
  transition: all linear 0.5s;
}
.headerbox .search .search_txt:focus {
  border-bottom: 1px solid #0e419c;
}
.headerbox .search .search_btn {
  width: 30px;
  height: 35px;
  background: url(../images/search_ico.png) center no-repeat;
}
.navbox {
  height: 70px;
  background: #0e419c;
}
.navbox .nav_list li {
  float: left;
  padding: 0 26px;
  display: block;
  height: 68px;
  border-top: 2px solid #0e419c;
  line-height: 68px;
position:relative;
}
.navbox .nav_list li a {
  color: #fff;
  font-size: 18px;
}
.navbox .nav_list li:hover,.navbox .nav_list li.active {
  border-top: 2px solid #ffa903;
  background: #204ab0;
}

.sub_navlist{
display:none;
}
.navbox .nav_list li:hover .sub_navlist{display:block;background: rgba(255,255,255,.8);width:180px;position:absolute;top:68px;left:0;z-index:10;padding:10px 0;} 
.navbox .nav_list li:hover .sub_navlist li{ height: 48px;line-height: 48px;border:none;padding:0;width:180px;}
.navbox .nav_list li:hover .sub_navlist li a{color:#252525;font-size:16px;padding:0 20px;}
.navbox .nav_list li:hover .sub_navlist li:hover{border:none; background: #204ab0;padding:0;width:180px;}
.navbox .nav_list li:hover .sub_navlist li:hover a{color:#fff}