@import url(font/iconfont.css);

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

body {
  font-size: 14px;
  color: #333;
  line-height: 2;
  min-width: 1250px;
}

input {
  border: none;
  outline: none;

}

.container1 {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  /* background-color: #ccc; */
}



/* 通用标题  */
.title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-left: 50px;
  margin: 20px 0;
  color: #5A93DC;
  width: 670px;
}

.title .text {
  position: absolute;
  font-size: 20px;
  color: #0A5DC3;
  font-weight: 700;
  border-bottom: 2px solid #0D5FC2;
  left: 0;
  top: -5px;
  margin-right: 20px;

}

.title .en {
  margin-left: 100px;
}


.title .right {
  padding-bottom: 5px;
}

.title .more {
  padding: 2px 5px;
  border: 1px solid #5A93DC;
  border-radius: 10px;
  color: #5A93DC;
  font-size: 12px;

}

.title .more i {
  font-size: 12px;
}





header {
  width: 100%;
  height: 124px;
  margin-bottom: 0px;
  background: url(../img/header-bg.png) no-repeat; 
  background-position:center;
}

/* header .container1 {
  display: flex;
  box-sizing: border-box;
}

header .container1 img {
  width: 50%;
  height: 88px;

} */


header {
  display: flex;
  box-sizing: border-box;
  position: relative;
}

header img {
  margin-right: 50px;  
  flex: 1;

}


.header_right {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
}

header a {
  display: inline-block;
  /*background-color: aqua;*/
  padding: 5px 26px;
  color: #fff;
  margin: 0 5px;
}

header .header_right {
  padding-top: 58px;
  height: 90px;
  width: 50%;
  padding-left: 0px;
  /* background-color: #BCD8ED;*/
  min-width: 550px;
  /* padding-bottom: 10px; */
}

.header_right .active {
  /*background-color: #0D5FC2;*/
}

header a {
  margin-right: 2px;
  /*background-color: #5A93DC;
  -webkit-transform: skew(-140deg);*/
  font-size: 12px;
}

header a div {
  /*-webkit-transform: skew(140deg);*/

}

header a:hover {
  /*background-color: #0D5FC2;*/

}

header input {
  border: 1px solid #5A93DC;
  padding: 8px;
  padding-right: 0;
  width: 240px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #BCD8ED;

}

header .search {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 20px;
  padding-bottom: 5px;
}

header i {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #5A93DC;
  height: 37px;
  padding-top: 8px;
  width: 40px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}

.con {
  position: relative;
  /* background: url(../img/5.png) no-repeat; */
  background-size: 100% 100%;
}


header .container1 .oblique {
  height: 88px;
}

/* nav  */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 9999;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 150px;
  padding: 5px;
  border: 1px solid #0D5FC2;
}

.dropdown-content a {
  display: block;
  text-align:left;
  padding: 5px 0 5px 10px ;
  color: #333;
  border-bottom: 1px dashed #0A5DC3;

}

.dropdown-content a:last-child {
  border: none;
}

.dropdown-content i {
  color: #0A5DC3;
}

.dropdown-content a.active i {
  color: #fff;
}

.dropdown-content a.active {
  background-color: #9DC9FF;
  color: #333;
}


.dropdown-content a:hover {
  background-color: #9DC9FF;
  color: #fff;
  text-decoration: none;
}

.dropdown-content a:hover i {
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nav {
  height: 50px;
  background-color: #4C8DDF;
  color: #fff;
  font-size: 16px;
}

.nav .container1 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.nav .nav_item.not_active {
  display: block;
  height: 100%;
  padding: 0 10px;
  line-height: 49px;
  text-align: center;
}

.nav .nav_item.not_active:hover {
  background-color: #0A5DC3;
}

.nav .nav_item a{
  text-decoration: none;
}

.nav .nav_item.active {
  display: block;
  color: #fff;
  height: 100%;
  padding: 0 10px;
  line-height: 49px;
  /*width: 100px;*/  
  text-align: center;
}

.nav .active {
  background-color: #0A5DC3;
}

/* footer */
footer {
  background: url(../img/footer.png) no-repeat center top;
  /* margin-top: 50px; */
  height: 252px;
  font-size: 16px;
}

footer .container1 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0 0;
}

footer .f1 .logo2 {
  border-right: 1px solid #fff;
  margin-right: 30px;
}

footer .f1 img {
  width: 150px;
  height: 150px;
  margin-right: 50px;
  border-radius: 50%;
}


footer .f1,
.f2 {
  display: flex;
  color: #fff;
}

footer .f2 .f2_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 5px;
}








/* con */
.con {
  margin: 20px 0;
}

.con .container1 {
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  padding: 20px;
  box-sizing: border-box;

}

.con_top {
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.con_top .top_left {
  height: 50px;
  width: 295px!important;
  background: url(../img/con_top.png) no-repeat;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

/*
.con_top img {
  height: 50px;
}*/

.con_top .top_right {
  width: 100%;
  height: 50px;
  background-color: #DDDDDD;
  color: #4586DF;
  padding-left: 50px;
}

.con_top .top_right a {
  color: #707070;
  font-size: 18px;
  margin: 0 5px;

}

.con_top .top_right a.active {
  color: #4586DF;
}


.con .con_middle {
  display: flex;
}

.con .mid_left {
  width: 218px;
  margin-right: 20px;
}



.con .uls {
  list-style-position: inside;
  color: #679CE2;
}

.con .uls li {
  padding: 5px 0;
  border: 1px solid #ccc;
  background-color: #eee;
  margin-bottom: 5px;
  padding-left: 10px;
  border-radius: 5px;

}

.con .uls li:hover {
  background-color: #4C8DDF;
  color: #fff;
}

.con .uls li a {
  color: #333;
}

.con .uls li a:hover {
  color: #fff;
}

.con .uls li.active {
  background-color: #4C8DDF;
  color: #fff;
}

.con .uls li.active a{
  color: #fff;
}

.mid_right {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}

.mid_right a {
  margin: 5px 0;
  padding: 5px 0;
}

.mid_right a.active {
  background-color:#fff;
  border-left: 0px solid #4C8DDF;
}

.mid_right a.active:hover{
  background-color: #F0F4FF;
  border-left: 5px solid #4C8DDF;
}

.mid_right a.active:hover .active_img{
  display:inline;
}

.mid_right a img {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.mid_right a .active_img {
  margin-right: 20px;
  display:none;
  float: right;
}



/* mid_right */
.mid_right {
  padding: 0px 0;
  box-sizing: border-box;
}

.right_top {
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px #0A5DC3 dashed;
}


.mid_right .con_title {
  padding-top: 10px;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  border-bottom: 2px solid #679DE2;
}

.mid_right .title_des {
  font-size: 16px;
}


.con_item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc
}


.square {
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #0A5DC3;
  margin-right: 5px;

}

.con_item_con {
  width: 892px;
  display: flex;
  justify-content: space-between;
  color: #333;
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.con_item_con span {
  color: #333;
}

.con_item_con span:hover{
  color: #2a6496;
}

.con_item_con1 {
  width: 902px;
  color: #333;
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.6;
}

.con_item_con1 a {
  color: #333 !important;
}

.right_bottom {
  text-align: center;
  margin: 20px 0;

}

.ye {
  border: 1px solid #E2E2E2;
  padding: 5px 8px;
  font-size: 12px;
  margin: 0 5px;
}

.ye.active {
  color: #E2E2E2;
}

.number {
  padding: 5px 9px;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #E2E2E2;
  color: #333;
  font-weight: 500;
}

.number.active {
  background-color: #4688DC;
  color: #fff;
}