@charset "utf-8";

.top {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 62px;
}

.search form {
  font-size: 0;
}

.search .key {
  float: left;
  width: 200px;
  height: 32px;
  border: 1px solid #085eab;
  box-sizing: border-box;
  border-right: 0;
  padding-left: 8px;
  font-size: 12px;
  color: #999999;
  line-height: 32px;
}

.search .submit {
  width: 38px;
  height: 32px;
  background-color: #085eab;
  background-image: url(../image2/ss_06.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  box-sizing: border-box;
}

.search2 form {
  font-size: 0;
}

.search2 .key {
  float: right;
  width: 200px;
  height: 32px;
  border: 1px solid #085eab;
  box-sizing: border-box;
  border-right: 0;
  padding-left: 8px;
  font-size: 12px;
  color: #999999;
  line-height: 32px;
}

.search2 .submit {
  width: 38px;
  height: 32px;
  background-color: #085eab;
  background-image: url(../image2/ss_06.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  box-sizing: border-box;
}

.use a {
  display: block;
  width: 80px;
  line-height: 34px;
  border: 1px solid #1765ad;
  color: #1765ad;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
}

.pcmenu .nav {
  height: 20px;
  font-size: 14px;
  width: 100%;
  /* overflow: hidden; */
  /* height: 34px; */
  /* line-height: 34px; */
}

.pctel {
  margin-top: -1px;
  /* display: block; */
  /* height: 20px; */
  font-size: 16px;
  float: right;
  /* overflow: hidden; */
  line-height: 34px;
  color: #33a940;
}

@media screen and (max-width: 960px) {
  .pctel {
    font-size: 17px;
    float: right;
    /* overflow: hidden; */
    line-height: 20px;
    color: #33a940;
  }

  /* display: block; */
  /* height: 20px; */
}

.pcmenu .nav .yi {
  font-size: 14px;
  /* margin-right: 9px; */
  float: left;
  position: relative;
  z-index: 999;
}

.pcmenu .nav .yi a {
  font-size: 16px;
  color: #085eab;
  white-space: nowrap;
}

.pcmenu .nav .yi:last-child {
  margin-right: 0;
}

.pcmenu .nav .yi:hover a {
  color: #085eab;
  border-bottom: 2px solid #085eab;
  padding-bottom: 8px;
}

.pcmenu .nav .yi:hover .erji {
  display: block;
}

.pcmenu .nav .yi .erji {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  /* min-width: 228px; */
  padding: 12px 6px 24px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.pcmenu .nav .on a {
  color: #085eab;
  border-bottom: 2px solid #085eab;
  padding-bottom: 8px;
  display: block;
}

.pcmenu .nav .yi:hover .erji li a {
  color: #ffffff;
  border-bottom: none;
  display: block;
  padding-bottom: 0;
}

.pcmenu .nav .on .erji li a {
  color: #ffffff;
  padding-bottom: 0;
}

.pcmenu .nav .yi .erji li {
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.footer {
  margin-top: 50px;
}

.footer .link {
  padding-bottom: 5px;
  clear: both;
  overflow: hidden;
}

.footer .link h2 {
  font-size: 18px;
  color: #085eab;
  font-weight: normal;
}

.footer .link ul {
  margin-top: 26px;
}

.footer .link ul li {
  font-size: 12px;
  margin-right: 24px;
  margin-bottom: 18px;
  float: left;
}

.copy {
  text-align: center;
  font-size: 12px;
  color: #666666;
  border-top: 1px solid #f4f4f4;
  padding: 16px 0;
  box-sizing: border-box;
  clear: both;
  height: 30px;
  line-height: 30px;
}

.index_left_menu ul li {
  border-top: 1px dashed #c4ccd7;
  padding: 0 12px;
  box-sizing: border-box;
}

.index_left_menu ul li h3 {
  background: url("../image2/icon_bg.png") no-repeat 0 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_left_menu ul li h3.list_icon1 {
  background: url("../image2/news_icon.png") no-repeat 0px 8px;
}

.index_left_menu ul li h3.list_icon2 {
  background: url("../image2/icon_bg.png") no-repeat 0 -30px;
}

.index_left_menu ul li h3.list_icon3 {
  background: url("../image2/icon_bg.png") no-repeat 0 -60px;
}

.index_left_menu ul li h3.list_icon4 {
  background: url("../image2/icon_bg.png") no-repeat 0 -90px;
}

.index_left_menu ul li h3.list_icon5 {
  background: url("../image2/icon_bg.png") no-repeat 0 -120px;
}

.index_left_menu ul li h3.list_icon6 {
  background: url("../image2/icon_bg.png") no-repeat 0 -150px;
}

.index_left_menu ul li h3.list_icon7 {
  background: url("../image2/icon_bg.png") no-repeat 0 -180px;
}

.index_left_menu ul li:hover h3,
.index_left_menu ul li.hover h3 {
  background: url("../image2/icon_bg.png") no-repeat 0 -210px;
}

.index_left_menu ul li:hover h3.list_icon1,
.index_left_menu ul li.hover h3.list_icon1 {
  background: url("../image2/news_icon_hover.png") no-repeat 0 8px;
}

.index_left_menu ul li:hover h3.list_icon2,
.index_left_menu ul li.hover h3.list_icon2 {
  background: url("../image2/icon_bg.png") no-repeat 0 -240px;
}

.index_left_menu ul li:hover h3.list_icon3,
.index_left_menu ul li.hover h3.list_icon3 {
  background: url("../image2/icon_bg.png") no-repeat 0 -270px;
}

.index_left_menu ul li:hover h3.list_icon4,
.index_left_menu ul li.hover h3.list_icon4 {
  background: url("../image2/icon_bg.png") no-repeat 0 -300px;
}

.index_left_menu ul li:hover h3.list_icon5,
.index_left_menu ul li.hover h3.list_icon5 {
  background: url("../image2/icon_bg.png") no-repeat 0 -330px;
}

.index_left_menu ul li:hover h3.list_icon6,
.index_left_menu ul li.hover h3.list_icon6 {
  background: url("../image2/icon_bg.png") no-repeat 0 -360px;
}

.index_left_menu ul li:hover h3.list_icon7,
.index_left_menu ul li.hover h3.list_icon7 {
  background: url("../image2/icon_bg.png") no-repeat 0 -390px;
}

.index_left_menu ul li h3 {
  color: #899fb6;
  font-size: 14px;
}

.index_left_menu ul li p {
  padding-left: 1px;
  color: #979797;
  height: 50px;
  overflow: hidden;
}

.index_left_menu ul li p a {
  line-height: 23px;
  display: inline-block;
  margin-right: 5px;
}

.index_left_menu ul li p a:hover,
.index_left_menu ul li h3 a:hover {
  color: #c3e3ff;
}

#menu_nav_ul li {
  position: relative;
  padding: 10px;
}

#menu_nav_ul li:hover,
#menu_nav_ul li.hover {
  color: #fff;
  background-image: url(../image2/left_arrow.jpg);
  background-color: #1860a9;
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: right;
}

#menu_nav_ul li:hover h3 a,
#menu_nav_ul li.hover h3 a {
  color: #fff;
}

#menu_nav_ul li:hover p a,
#menu_nav_ul li.hover p a {
  color: #fff;
}

.keys {
  width: 1200px;
  min-height: 30px;
  margin: 0 auto;
  clear: both;
}

.keys ul {
  width: 1200px;
  margin: 0px;
}

.keys ul li {
  min-width: 30px;
  line-height: 30px;
  float: left;
  font-size: 14px;
  color: #ffffff;
  padding: 7px 15px 7px 10px;
}

@media screen and (max-width: 960px) {
  .keys ul li {
    min-width: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
  }
}

.keys ul li a {
  text-decoration: none;
  color: #ffffff;
}

.wrap_of_snav {
  position: absolute;
  left: 220px;
  display: none;
  top: 0;
  width: 300px;
  padding-left: 3px;
  z-index: 999999;
}

.sec_nav_in {
  padding: 0 18px 18px 18px;
  z-index: 5;
  background-color: #f5f5f5;
}

.sec_nav_in_title a {
  color: #666;
}

.sec_nav_in_title {
  padding: 10px 0;
  border-bottom: 1px dotted #999999;
  font-size: 16px;
  color: #444;
}

.sec_nav_in_title a:hover {
  color: #666;
  text-decoration: underline;
}

.sec_nav_in_list {
  padding-top: 10px;
}

.sec_nav_in_list a:hover {
  background-color: #6192bc;
  color: #fff;
}

#menu_nav_ul li p a {
  font-size: 14px;
  color: #666;
}

#menu_nav_ul li h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.index_left {
  width: 18.5%;
  box-sizing: border-box;
  float: left;
}

.index_left .index_left_menu {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}

.QR_code {
  border: 1px solid #dfdfdf;
  margin-top: 10px;
  text-align: center;
}

.QR_code .code_img {
  display: inline-block;
  width: 80%;
}

.index {
  padding-top: -20px;
  display: block;
}

#menu_nav_ul li:hover .wrap_of_snav {
  display: block;
}

.next_icon {
  color: #49aaee;
  margin: 12px 0 3px;
  font-size: 12px;
  vertical-align: middle;
}

.d_item {
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  color: #666;
  padding: 2px 3px;
  margin-top: 4px;
}

.d_gap {
  height: 12px;
  width: 0;
  display: inline-block;
  border-left: 1px solid #d6d6d6;
  vertical-align: -2px;
  margin: 0 6px;
}

.center {
  float: left;
  width: 55.3%;
  margin-left: 14px;
  min-height: 1600px;
  overflow: hidden;
  display: block;
}

.index .tong {
  line-height: 54px;
  background: #085eab;
  font-size: 18px;
  color: #ffffff;
  padding-left: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.index .two {
  margin-top: 24px;
  clear: both;
  overflow: hidden;
}

.one {
  clear: both;
  height: 330px;
  overflow: hidden;
}

.one .zong .zx_zuo {
  float: left;
  width: 57.832%;
}

.one .zong .zx_zuo img {
  width: 100%;
}

.one .zong .zx_you {
  float: right;
  width: 39.46%;
  padding-top: 14px;
}

.one .zong .zx_you ul li {
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two .ul {
  width: 46.6%;
  margin-right: 6.8%;
  display: inline-block;
  vertical-align: top;
  height: 370px;
}

@media screen and (max-width: 960px) {
  .two .ul {
    width: 46.6%;
    margin-right: 6.8%;
    display: inline-block;
    vertical-align: top;
    height: 500px;
  }
}

.two .ul .li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  background: #1860a9;
  padding-left: 14px;
}

.two .ul .li img {
  width: 100%;
  z-index: -10;
}

.two .ul .li {
  position: relative;
  overflow: hidden;
}

.two .ul:nth-child(even) {
  margin-right: 0;
}

.two .he {
  overflow: hidden;
  margin-bottom: 26px;
  font-size: 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 26px;
}

.two .he:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.two ul li {
  float: left;
  overflow: hidden;
  width: 100%;
  margin-right: 2%;
  margin-top: 14px;
  font-size: 15px;
  color: #717171;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two ul li:nth-child(even) {
  margin-right: 0;
}

.you {
  float: right;
  width: 24.167%;
}

.you .huo {
  width: 100%;
  border: 1px solid #d3d3d3;
  padding: 14px 6px 10px 12px;
  box-sizing: border-box;
  color: #085eab;
  font-size: 14px;
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 28px;
}

.you .huo a {
  display: inline-block;
  width: 36px;
  line-height: 28px;
  background: #085eab;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  float: right;
  height: 28px;
  margin-left: 5px;
}

.you .lx h2 {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #085eab;
  font-weight: normal;
}

.you .lx .lx_tu {
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
}

.you .lx .lx_tu img {
  width: 100%;
  margin: auto;
  height: auto;
}

.you .xinxi h2 {
  line-height: 50px;
  color: #085eab;
  font-size: 18px;
  font-weight: normal;
}

.you .xinxi ul li {
  font-size: 15px;
  line-height: 26px;
  margin-top: 10px;
}

.you .xinxi ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 18px !important;
}

.you .xinxi .xx_cont img {
  width: 100%;
  height: auto;
}

.title {
  line-height: 54px;
  background: #085eab;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  /* margin-top: 20px; */
}

.about .gy_cont {
  font-size: 14px;
  line-height: 28px;
  margin-top: 24px;
}

.about .gy_cont span {
  color: #085eab;
  font-size: 16px;
}

.dongtai ul {
  margin-top: 10px;
  padding-bottom: 52px;
}

.dongtai ul li {
  line-height: 42px;
  border-bottom: 1px dashed #e3e3e3;
  font-size: 16px;
  clear: both;
  overflow: hidden;
}

#pages {
  font-family: 宋体;
  text-align: -webkit-center;
  font-size: 14px;
}

#pages a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #333;
  padding: 0 10px;
}

#pages a.a1 {
  width: 56px;
  padding: 0;
}

#pages a:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
}

#pages span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #305fac;
  border: 1px solid #305fac;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}

.page .noPage {
  display: inline-block;
  width: 56px;
  height: 30px;
  line-height: 30px;
  background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}

.dongtai ul li p {
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dongtai ul li span {
  float: right;
}

.dt_show .dt_cont {
  line-height: 32px;
  font-size: 14px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
}

.dt_show .dt_cont img {
  max-width: 100% !important;
}

.dt_show .fenye {
  margin-top: 30px;
}

.dt_show .fenye span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  line-height: 30px;
}

/*.kuai{clear: both;}*/

.diann {
  padding: 22px 0 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
  color: #085eab;
  font-weight: normal;
  font-size: 18px;
  /* margin-top: 30px; */
}

.diann:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  background: #ffffff;
  margin-right: 90px;
  vertical-align: middle;
}

.kuai ul li {
  float: left;
  line-height: 44px;
  border-bottom: 1px dashed #e3e3e3;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kuai ul li:nth-child(3n) {
  margin-right: 0;
}

.kuai ul li a {
  font-size: 14px;
}

.kuai ul li:hover a {
  color: #085eab;
}

/*wordpress*/
.kuaiwd ul li {
  float: left;
  line-height: 50px;
  border-bottom: 1px dashed #e3e3e3;
  width: 45%;
  margin-right: 6%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kuaiwd ul li:nth-child(2n) {
  margin-right: 0;
}

.kuaiwd ul li a {
  font-size: 16px;
}

.kuaiwd ul li:hover a {
  color: #085eab;
}

.kuaiwd h2 {
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
  color: #085eab;
  font-weight: normal;
  font-size: 18px;
}

.kuaiwd h2:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  background: #085eab;
  margin-right: 8px;
  vertical-align: middle;
}

/*标签css*/
.single-tag-list {
  background-color: #fff;
}

.single-tag-list a {
  margin-bottom: 10px;
  display: inline-block;
  padding: 8px 10px 7px;
  line-height: 1;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 5px;
  color: #666;
  border: 1px solid #085eab;
}

.single-tag-list a:hover {
  color: #fff;
  background-color: #085eab;
}

/*wordpress分页*/
.page_navi {
  width: 100%;
  /* height:34px; */
  line-height: 34px;
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  border-top: 1px solid #e8e8e8;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page_navi a {
  display: inline-block;
  margin-right: 8px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  background: #f9f9f9;
  color: #626262;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  margin-top: 10px;
}

.page_navi a:hover,
.page_navi .current {
  color: #fff;
  background: #0043a3;
  text-decoration: none;
}

.page_navi .page-numbers {
  position: absolute;
  top: 5px;
  left: 15px;
  letter-spacing: 1px;
  font-family: "microsoft yahei";
  color: #424242;
}
.you .hezi{
    margin-top: 10px;
}

.you .hezi ul {
  padding: 0 20px 30px;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  margin-top: 3px;
}

.you .hezi ul li {
  margin-top: 20px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.you .hezi ul li:hover a {
  color: #085eab;
}

.you .diann {
  border-bottom: none;
  padding: 0;
}

.you .lie {
  margin-top: 28px;
}

.you .lie ul li {
  margin-top: 16px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.you .lie ul li:hover a {
  color: #085eab;
}

.cp_show .nr1 {
  clear: both;
  overflow: hidden;
}

.cp_show .nr1 .nr1_cont {
  margin-top: 18px;
}

.cp_show .nr1 .diann {
  border-bottom: none;
  font-size: 24px;
  padding: 0;
  text-align: center;
}

.cp_show .nr1_zuo {
  float: left;
  width: 41%;
}

.cp_show .nr1_zuo img {
  width: 100%;
}

.cp_show .nr1_you {
  float: right;
  width: 53%;
  font-size: 14px;
  color: #666666;
}

.cp_show .nr1_you p {
  margin-top: 28px;
}

.cp_show .nr1_you p strong {
  color: #bc0000;
  font-size: 26px;
}

.cp_show .nr1_you p span {
  min-width: 80px;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 36px;
  margin-right: 10px;
  position: relative;
}

.cp_show .nr1_you p span input {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}

.cp_show .nr1_you p .abb {
  border: 1px solid #085eab;
  color: #085eab;
}

.zhong {
  float: left;
  width: 54%;
  margin-left: 24px;
}

.cp_show .nr1_you .wailian {
  font-size: 0;
  margin-top: 36px;
}

.cp_show .nr1_you .wailian a {
  display: inline-block;
  width: 102px;
  background: #085eab;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  font-size: 12px;
  margin-right: 12px;
}

/*.cp_show .nr1_you .wailian a:last-child{background: #c1c1c1;}*/

.cp_show .nr2 {
  margin-top: 32px;
  clear: both;
  overflow: hidden;
}

.cp_show .h3 {
  font-size: 18px;
  color: #085eab;
  font-weight: normal;
  border-bottom: 1px solid #d3d3d3;
}

.cp_show .h3:after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background: #085eab;
  margin-top: 14px;
}

.cp_show .nr2 ul {
  font-size: 0;
  margin-top: 30px;
}

.cp_show .nr2 ul li {
  display: inline-block;
  width: 30.6%;
  margin-right: 4%;
  padding: 20px 14px 28px;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
}

.cp_show .nr2 ul li:nth-child(3n) {
  margin-right: 0;
}

.cp_show .nr2 ul li p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.cp_show .nr2 ul li div {
  line-height: 22px;
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
  text-align: center;
}

.cp_show .nr2 ul li img {
  margin: auto;
  height: 72px;
}

.cp_show .nr3 {
  margin-top: 32px;
  font-size: 14px;
}

.cp_show .nr3 a {
  color: #085eab;
}

.cp_show .nr3 a:hover {
  color: #f63;
}

.cp_show .nr3 .h3:after {
  width: 108px;
}

.cp_show .nr3_cont {
  font-size: 14px;
  line-height: 28px;
  margin-top: 24px;
}

.cp_show .nr3 img{
    max-width: 100%;
}

.zhong .fenye {
  margin-top: 64px;
  font-size: 14px;
}

.zhong .fenye span {
  width: 48%;
  display: inline-block;
}

.banquan .centerBox {
  text-align: center;
  font-size: 12px;
  color: #666666;
  padding: 27px 0;
  box-sizing: border-box;
}

.login .centerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.login .dl_zuo {
  float: left;
  width: 51%;
}

.login .dl_zuo h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: normal;
}

.login .dl_zuo p {
  font-size: 18px;
  margin-top: 36px;
  color: #ffffff;
}

.login .dl_zuo a {
  display: block;
  width: 150px;
  line-height: 50px;
  background: #085eae;
  font-size: 16px;
  color: #ffffff;
  border-radius: 6px;
  text-align: center;
  margin-top: 160px;
}

.login .dl_you {
  float: right;
  width: 40.6%;
  background: rgba(255, 255, 255, 0.92);
  padding: 50px 64px 40px;
  box-sizing: border-box;
  border-radius: 6px;
}

.login .dl_you h2 {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}

.login .dl_you .form ul {
  margin-top: 26px !important;
}

.login .dl_you .form li {
  margin-bottom: 18px;
}

.login .dl_you .form li input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #b0b0b1;
  box-sizing: border-box;
  padding-left: 52px;
  height: 44px;
  background-color: none;
  font-size: 18px;
  color: #999999;
}

.login .dl_you .form .varify-input-code {
  width: 214px;
  height: 54px;
  background: none;
  padding-left: 12px;
  box-sizing: border-box;
}

.verify-code-area {
  width: 214px !important;
  float: left;
}

.verify-code {
  float: right;
  width: 120px;
  height: 54px !important;
  line-height: 54px !important;
}

.verify-btn {
  width: 100%;
  margin-top: 16px;
  font-size: 18px;
  color: #ffffff;
  background: #085eae;
  border-radius: 6px !important;
  border: none;
  line-height: 54px;
}

.login .form .deng {
  float: right;
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
}

.login .form .deng a {
  color: #0071bc;
}

.fmenu {
  margin-bottom: 20px;
  display: none;
}

.fmenu ul {
  font-size: 0;
  display: block;
  text-align: center;
}

.fmenu ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 8px;
}

.fmenu ul li:hover a {
  color: #085eab;
}

.link ul li:hover a {
  color: #085eab;
}

.nr3 h2 {
  line-height: inherit;
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}

/*面包屑*/
.ur_here {
  font-size: 14px;
}

.ur_here a {
  padding: 0 2px;
}

.ur_here a:hover {
  color: #085eab;
  text-decoration: none;
  outline: none;
}

/*表格*/
table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr {
  padding: 5px;
  font-size: 15px;
  min-height: 28px;
  line-height: 28px;
}

table th,
table td {
  padding: 0px;
  text-align: center;
  border: 1px solid #ddd;
  padding-left: 5px;
}

table th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border-right: 1px solid #ddd;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

table tr:hover {
  background-color: #f9f9f9;
}

/* <= 568px */
@media screen and (max-width: 30%) {
  table {
    border: 0;
    overflow-x: scroll;
    table-layout: fixed;
    white-space: nowrap;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
  }

  table tbody {
    display: block;
    overflow-y: scroll;
  }

  table tr:hover {
    background-color: #f9f9f9;
  }
}

.sjmenu {
  display: none;
}

.fun_bar {
  padding: 10px 5px;
  background: #fafafa;
}

.fun_bar .btn_go {
  vertical-align: text-bottom;
}

.search_goods_box {
  width: 100%;
  margin-bottom: 15px;
}

.search_goods_box td {
  font-size: 12px;
  padding: 3px 0;
  text-align: center;
}

.search_goods_box td .first_td {
  max-width: 250px;
  min-width: 100px;
  font-size: 14px;
  padding: 5px 0;
}

.search_goods_box td div img {
  width: 100px;
  margin: 0 auto;
}

.search_goods_box td img {
  width: 80px;
  height: 80px;
}

.userpage {
  margin-top: 10px !important;
}

.AreaL {
  width: 15%;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  min-height: 500px;
  background: lightblue;
}

.AreaR {
  width: 85%;
  float: right;
  box-sizing: border-box;
  padding: 10px;
  min-height: 500px;
  font-size: 14px;
  background: #fafafa;
}

.AreaR .welcome_tip {
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}

.AreaR .box .box_1 h5 {
  font-size: 18px;
  background-color: #fafafa;
  padding: 3px 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.AreaR table {
  margin-bottom: 10px;
}

.AreaR table tr td {
  padding: 3px;
}

.userMenu {
  width: 100%;
  background: lightblue;
}

.userMenu a {
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  margin: 10px 0;
}

@media only screen and (max-width: 1280px) {
  .login .dl_you {
    width: 44.6%;
  }
}

@media only screen and (max-width: 1200px) {
  .search {
    display: none;
  }

  .sjmenu {
    display: block;
  }

  .sjmenu .cai {
    float: right;
  }

  .xiazai .xz_lie li .xz_cent {
    padding-left: 24px;
  }

  .sjmenu .cai:before {
    content: "";

    display: block;

    width: 40px;

    height: 4px;

    background: #085eab;
  }

  .sjmenu .cai span {
    display: block;

    width: 40px;

    height: 4px;

    background: #085eab;

    margin: 8px 0;
  }

  .sjmenu .cai:after {
    content: "";

    display: block;

    width: 40px;

    height: 4px;

    background: #085eab;
  }

  .sjmenu .nav {
    position: fixed;

    width: 60%;

    background: rgba(0, 0, 0, 0.6);

    right: 0;

    color: #ffffff;

    top: 100px;

    overflow-y: auto !important;

    display: none;

    z-index: 999;
  }

  .sjmenu .nav li {
    line-height: 60px;

    font-size: 20px;

    padding: 0 20px;

    box-sizing: border-box;
  }

  .sjmenu .nav li .erji {
    display: none;
  }

  .sjmenu .nav li .erji li {
    font-size: 18px;

    line-height: 50px;

    padding: 0 10px;

    box-sizing: border-box;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .index .xiang {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .gao {
    height: 10px;
  }

  .pcmenu {
    display: none;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 99;
    width: 100%;
  }

  .use {
    display: none;
  }

  .login .dl {
    padding: 4%;
  }
}

@media only screen and (max-width: 1152px) {
  .login .dl_you {
    padding: 5%;
  }

  .login .dl_you {
    width: 48.6%;
  }
}

@media only screen and (max-width: 1024px) {
  .index_left {
    display: none;
  }

  .center {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-left: 0;
  }

  .fmenu {
    display: block;
  }

  .you {
    float: none;
    width: 100% !important;
    margin-top: 4%;
  }

  .dt_show .dt_cont {
    padding-bottom: 10%;
  }

  .zhong {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 900px) {
  .login .dl_you {
    width: 100%;
    margin-top: 4%;
    float: none;
    clear: both;
    overflow: hidden;
  }

  .login .dl_zuo {
    float: none;
    width: 100%;
    padding-top: 6%;
  }

  .login .centerBox {
    display: block;
  }

  .login .dl_zuo h2 {
    font-size: 36px;
  }

  .login .dl_zuo p {
    margin-top: 3%;
  }

  .login .dl_zuo a {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 640px) {
  .one .zong .zx_zuo {
    width: 100%;
    float: none;
    height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .one .zong .zx_zuo img {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
  }

  .one .zong .zx_you {
    float: none;
    width: 100%;
    margin-top: 2%;
  }

  .top {
    height: 70px;
  }

  .sjmenu .nav {
    top: 70px;
  }

  .gao {
    height: 10px;
  }

  .sjmenu .nav li {
    line-height: 50px;
  }

  .index .tong {
    line-height: 48px;
  }

  .title {
    line-height: 44px;
  }

  .login .dl_zuo h2 {
    font-size: 26px;
  }

  .login .dl_zuo p {
    font-size: 16px;
  }

  .login .dl_zuo a {
    width: 100px;
    line-height: 40px;
    font-size: 14px;
  }

  .login .dl_you h2 {
    font-size: 24px;
  }

  .login .dl_you .form li {
    margin-bottom: 12px;
  }

  .login .dl_you .form .varify-input-code {
    height: 44px;
  }

  .verify-code {
    font-size: 18px !important;
    width: 90px !important;
    height: 44px !important;
    line-height: 44px !important;
  }

  .login .dl_you .form .varify-input-code {
    width: 200px;
  }

  .verify-btn {
    line-height: 44px;
  }

  .login .dl_you .form ul {
    margin-top: 10px !important;
  }

  .banquan .centerBox {
    padding: 10px 0;
  }

  .cp_show .nr2 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .cp_show .nr1_zuo {
    float: none;
    width: 100%;
  }

  .cp_show .nr1_you {
    float: none;
    width: 100%;
  }

  .cp_show .nr1_you p {
    margin-top: 4%;
  }
}

@media only screen and (max-width: 500px) {
  .two .ul {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .fmenu ul li {
    font-size: 14px;
    line-height: 36px;
  }

  .logo img {
    height: 50px;
  }

  .sjmenu .nav li {
    font-size: 18px;
  }

  .sjmenu .nav li .erji li {
    font-size: 16px;
    line-height: 40px;
  }

  .dt_show .dt_cont {
    margin-top: 5%;
  }
}

.foots {
  width: 100%;
  height: 161px;
  background: #2262a7;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .foots {
    display: none;
  }
}

.foots .foot {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.foots .foot dd {
  width: 92px;
  line-height: 30px;
  float: left;
  color: #ffffff;
  font-size: 14px;
}

.foots .foot dt {
  width: 1120px;
  margin: 0px;
}

.foots .foot dt i {
  min-width: 50px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  font-style: normal;
  float: left;
  margin-left: 10px;
}
