@charset "utf-8";
/*public start*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #666;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
}
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
/* .clear {
  clear: both;
}
.fix:after,
.fix:before {
  content: " ";
  display: table;
}
.fix:after {
  clear: both;
} */
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
.wrap {
  min-width: 1200px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
li {
  list-style-type: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac */
/* *html .clearfix {
	height: 1%;
  } */
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
.header,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.footer,
.bottom {
  width: 100%;
}
/*top*/
.header {
  height: 100px;
}
/*logo*/
.logo {
  float: left;
  line-height: 100px;
}
.h-right {
  float: right;
}
.h-right > ul > li {
  float: left;
  border-right: 1px solid #ccc;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  width: 102px;
  text-align: center;
}
.h-right > ul > li:first-child {
  border-left: 1px solid #ccc;
}
.h-right > ul > li a {
  /*display: block;*/
}
.h-right > ul select {
  border: 0;
  font-size: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 5px;
  background: url("../images/arrow.png") no-repeat right center;
}
.h-right > ul select option {
  background-color: #efefef;
  border: 0;
  width: 100px !important;
}
.h1 {
  text-align: center;
}
.h2 {
  display: block;
 /* background: url("../images/arrow.png") no-repeat 85px center;*/
  cursor: pointer;
}
.option {
  margin-top: -30px;
  display: none;
}
.option li {
  background-color: #efefef;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
/*tmenu*/
.nav > li {
  float: left;
  font-size: 16px;
}
.nav > li > a {
  display: block;
}
/*banner*/
.banner,
.pagebanner {
  width: 100%;
}
.banner img,
.pagebanner img {
  width: 100%;
  vertical-align: middle;
}
.flexslider {
  position: relative;
  overflow: hidden;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li {
  width: 100%;
}
.slides li img {
  width: 100%;
}
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  position: relative;
}
.flex-control-nav a {
  display: block;
  width: 8px;
  height: 8px;
  line-height: 40px;
  overflow: hidden;
  -webkit-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  behavior: url(pie/PIE.htc);
  background-color: white;
  transition: all 0.3s;
}
.flex-control-nav .flex-active {
  background-color: #333;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flex-direction-nav li a.flex-prev {
  display: none;
  left: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.flex-direction-nav li a.flex-prev:hover {
  background-color: rgba(18, 170, 238, 0.6);
}
.flex-direction-nav li a.flex-next {
  display: none;
  right: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.flex-direction-nav li a.flex-next:hover {
  background-color: rgba(18, 170, 238, 0.6);
}
.banner-text {
  position: absolute;
  color: white;
  top: 40%;
}
.banner-text dt {
  font-size: 40px;
  margin-bottom: 5px;
}
.banner-text dd {
  font-size: 20px;
}
.banner-text a {
  display: block;
  border: 1px solid white;
  width: 128px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: white;
  margin-top: 30px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
}
.nav {
  background-color: #333;
  height: 60px;
}
.nav .first > li {
  float: left;
  line-height: 60px;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  position: relative;
}
.nav .first > li a {
  color: white;
}
.nav .second {
  width: 540px;
  position: absolute;
  padding: 30px;
  top: 60;
  left: 0;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}
.cur {
  background-color: #fff;
}
.cur a {
  color: #333 !important;
}
.s-left {
  width: 265px;
  float: left;
  overflow: hidden;
}
.s-left li {
  border-bottom: 1px solid #dfdfdf;
  float: left;
  width: 88px;
}
.s-right {
  float: right;
  width: 245px;
  padding-top: 20px;
}
.ss a {
  color: #0045a4 !important;
}
.search {
  padding: 40px 0;
}
.search input[type="text"] {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 420px;
  padding-left: 15px;
  font-size: 16px;
  height: 45px;
  margin-right: 25px;
}
.search input[type="submit"] {
  height: 70px;
  width: 260px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background: url("../images/search.png") no-repeat 200px center;
  background-color: #333;
}
/*main*/
.main {
  background-color: #f8f8f8;
}
.s1 {
  overflow: hidden;
}
.s1-box1 {
  position: relative;
  width: 585px;
  height: 345px;
  float: left;
  margin-bottom: 20px;
}
.s1-box1:first-child {
  margin-right: 25px;
}
.s1-box1 img {
  height: 100%;
  width: 100%;
}
.s1-box2 {
  position: relative;
  width: 380px;
  height: 205px;
  float: left;
  margin-bottom: 20px;
  margin-right: 28px;
}
.s1-box2:last-child {
  margin-right: 0px;
}
.s1-box2:nth-child(5) {
  margin-right: 0px;
}
.s1-box2 img {
  height: 100%;
  width: 100%;
}
.s1-mask {
  top: 0;
  left: 0;
  position: absolute;
  padding: 10px;
  width: 565px;
}
.s1-mask:hover {
  background: rgba(0, 0, 0, 0.2);
}
.s1-mask:hover .s1n dd {
  display: block;
}
.s1-mask2:hover .s1n2 dd {
  display: block;
}
.s1-mask2 {
  top: 0;
  left: 0;
  position: absolute;
  padding: 10px;
  width: 340px;
  padding: 20px;
}
.s1-mask2:hover {
  background: rgba(0, 0, 0, 0.2);
}
.s1n2 {
  width: 300px;
  height: 125px;
  border: 1px solid white;
  padding: 20px;
}
.s1n2 dt {
  font-size: 22px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
  color: #0045a4;
}
.s1n {
  width: 523px;
  height: 283px;
  border: 1px solid white;
  padding: 20px;
}
.s1n dt {
  font-size: 25px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
.s1n2 dd {
  display: none;
}
.s1n dd {
  font-size: 18px;
  line-height: 2.4em;
  color: white;
  display: none;
}
.int {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  height: 65px;
  padding: 15px 0;
  line-height: 65px;
  background: url("../images/int.png") no-repeat center center;
}
.s3 {
  margin-bottom: 60px;
}
.s3-con {
  background: url(../images/s3.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.s3-con a {
  display: block;
  -webkit-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  behavior: url(pie/PIE.htc);
  border: 1px solid #999;
  width: 98px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #999;
  margin: 30px auto;
}
.s3-text {
  width: 810px;
  height: 270px;
  margin: 0px auto;
  -webkit-box-shadow: 0px 0px 10px 0px #999999;
  -moz-box-shadow: 0px 0px 10px 0px #999999;
  box-shadow: 0px 0px 10px 0px #999999;
  background: url(../images/s3t.jpg) no-repeat center center;
}
.s3-text p {
  padding: 40px 85px;
  font-size: 17px;
  line-height: 2em;
  color: #999;
}
/*bottom*/
.footer {
  background: #333;
  overflow: hidden;
}
.f2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: white;
  text-align: center;
}
.f2 span {
  margin: 0 20px;
}
.f3 {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: white;
}
.s2-con,
.slide_box_swiper_list {
  overflow: hidden;
}
.slide_box_swiper_list .swiper-slide {
  text-align: center;
  height: initial;
  width: 218px;
  float: left;
  position: initial !important;
  margin-left: 25px;
}
.slide_box_swiper_list .swiper-slide:nth-child(5n+1) {
  margin-left: 0;
}
.slide_box_swiper_list .swiper-slide:hover p {
  color: #0045a4;
}
.slide_box_swiper_list .swiper-slide p {
  color: #666;
  font-size: 16px;
  text-align: left;
  margin: 15px 0;
  width: 100%;
  margin-left: 30px;
}
.mm1 {
  margin: 30px auto;
  text-align: center;
}
.slide_box_swiper_list li img {
  width: 100%;
  height: 220px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  border: 1px solid #dedede;
  overflow: hidden;
}
.slide_box_swiper_list li.last {
  margin-right: 0;
}
.s-circle {
  width: 50px;
  height: 50px;
  background-color: #21a8ad;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  position: absolute;
  color: white;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.swiper-pagination-1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  -webkit-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  behavior: url(pie/PIE.htc);
  background-color: #eeeeee;
}
.swiper-pagination-1 .swiper-pagination-bullet-active {
  background-color: #333;
}
.slide_box_swiper {
  padding-bottom: 50px;
}
.s2 {
  margin: 50px 0;
}
.kf {
  position: fixed;
  right: 0;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.kf li {
  width: 50px;
  height: 50px;
  background-color: #ccc;
  text-align: center;
  line-height: 50px;
  position: relative;
}
.kf li:hover {
  background-color: #0045a4;
}
.kf li:hover .kf-box {
  transition: all 0.3s;
  right: 0px;
}
.kf li:hover .kf-box2 {
  transition: all 0.3s;
  right: 0px;
}
.kf li a {
  display: block;
}
.kf-box {
  color: white;
  transition: all 0.3s;
  width: 120px;
  position: absolute;
  line-height: 50px;
  right: -120px;
  font-size: 16px;
  top: 0;
  background-color: #0045a4;
}
.kf-box2 {
  color: white;
  transition: all 0.3s;
  width: 266px;
  position: absolute;
  line-height: 50px;
  right: -266px;
  font-size: 16px;
  top: 0;
  background-color: #0045a4;
}
.kf-box img {
  margin-right: 5px;
}
.kf-box2 img {
  margin-right: 5px;
}
.ny-position {
  width: 100%;
  overflow: hidden;
}
.position-con {
  float: left;
  border-left: 8px solid #000;
  height: 20px;
  margin: 35px 0;
  padding-left: 5px;
  font-size: 15px;
  color: #999;
}
.position-con a {
  color: #999;
}
.position-con a:before {
  content: ">>";
  display: inline-block;
  margin: 0 5px;
}
.position-con a:last-child {
  color: #666;
}
.ab-con {
  overflow: hidden;
}
.ab-top {
  overflow: hidden;
  margin-bottom: 70px;
  padding-bottom: 20px;
}
.ab-bottom {
  margin-bottom: 70px;
  overflow: hidden;
}
.ab-text {
  width: 630px;
}
.ab-text h2 {
  color: #0045a4;
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: bold;
}
.ab-text p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 30px;
}
.ab-img1 {
  -webkit-box-shadow: 10px 10px 5px 0px #a3bada;
  -moz-box-shadow: 10px 10px 5px 0px #a3bada;
  box-shadow: 10px 10px 5px 0px #a3bada;
}
.product-con {
  overflow: hidden;
}
.product-con p {
  color: #666;
  font-size: 15px;
  text-align: left;
  margin: 5px 0;
  width: 100%;
  margin-left: 30px;
}
.product-con li {
  float: left;
  width: 220px;
  height: 377px;
  margin-left: 25px;
  margin-bottom: 20px;
}
.product-con li:nth-child(5n + 1) {
  margin-left: 0;
}
.product-con li:hover p {
  color: #0045a4;
}
.product-con img {
  /*width: 100%;*/
  height: 220px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  border: 1px solid #dedede;
  overflow: hidden;
}
.pl {
  width: 25px;
  height: 25px;
  float: left;
  cursor: pointer;
  background: url(../images/l1.png) no-repeat center center;
}
.pl:hover {
  background: url(../images/l2.png) no-repeat center center;
}
.page {
 /* position: absolute;*/
 /* overflow: hidden;*/
  margin: 35px 0;
  /*float: right;*/
  bottom: 0;
  right: 0;
}
.page div {
  margin: 0 auto;
}
.pr {
  width: 25px;
  height: 25px;
  float: left;
  cursor: pointer;
  background: url(../images/r1.png) no-repeat center center;
}
.pr:hover {
  background: url(../images/r2.png) no-repeat center center;
}
.lx-con {
  overflow: hidden;
  margin-bottom: 100px;
}
.lx-con li {
  float: left;
  width: 332px;
  border: 1px solid #ccc;
  margin-left: 99px;
}
.lx-con li:hover .lx-img {
  background-color: #0045a4;
}
.lx-con li:first-child {
  margin-left: 0;
}
.lx-con li dl {
  text-align: center;
  color: #0045a4;
  font-weight: bold;
  padding: 40px;
  height: 170px;
}
.lx-con li dt {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.lx-con li dd {
  line-height: 3em;
  font-size: 15px;
}
.lx-img {
  height: 160px;
  line-height: 160px;
  text-align: center;
  background-color: #999;
}
.ly-box {
  overflow: hidden;
  margin-bottom: 70px;
}
.ly-box dl {
  float: left;
  margin-left: 30px;
}
.ly-box dt {
  font-size: 20px;
  color: #666;
  margin-bottom: 10px;
}
.ly-box dd {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.ly-box button {
  width: 80px;
  height: 35px;
  font-size: 15px;
  color: white;
  background-color: #333;
  cursor: pointer;
  float: right;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  margin-top: 45px;
}
.ly-img {
  border: 1px solid #ccc;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  width: 200px;
  /*height: 140px;*/
  overflow: hidden;
  float: left;
}
.ly-img img {
  /*width: 100%;
  height: 100%;*/
}
.num {
  float: left;
  margin-left: 290px;
  padding-top: 50px;
}
.num span {
  float: left;
  border: 1px solid #ccc;
  width: 19px;
  height: 19px;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  cursor: pointer;
}
.num input[type="text"] {
  border: 1px solid #999;
  width: 58px;
  height: 23px;
  text-align: center;
  float: left;
  margin: 0 5px;
  margin-top: -2px;
}
.message {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  padding: 15px;
  margin-bottom: 100px;
}
.message h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 50px;
}
.message label {
  width: 100%;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin: 15px 0;
}
.message label b {
  color: red;
}
.message textarea {
  width: 630px;
  height: 80px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
}
.message input[type="text"] {
  height: 34px;
  width: 630px;
  padding: 0 5px;
  border: 1px solid #ccc;
}
.message input[type="submit"] {
  width: 155px;
  height: 50px;
  background-color: #333;
  font-size: 16px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
  margin-top: 30px;
  color: white;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
.news-con {
  background: url(../images/line.jpg) no-repeat 88px center;
  background-repeat: repeat-y;
}
.date {
  width: 60px;
  float: left;
  margin-right: 25px;
}
.date dt {
  font-size: 30px;
  text-align: center;
  color: #0045a4;
  font-weight: bold;
}
.date dd {
  font-size: 14px;
  font-weight: bold;
}
.date:after {
  content: "";
}
.tran {
  float: left;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #0045a4;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 0;
  margin-top: 22px;
}
.news-con li {
  overflow: hidden;
  margin-bottom: 25px;
}
.news-con li:hover .nt dt {
  color: #0045a4;
}
.nt {
  float: right;
  width: 1060px;
  margin-top: 15px;
}
.nt dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.nt dd {
  font-size: 14px;
  line-height: 2em;
}
.tpage {
  margin: 0 auto;
}
.tpage .page {
  margin: 40px auto;
  float: initial;
}
.tpage .page ul {
  text-align: center;
}
.tpage .page ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 10px 15px;
}
.tpage .page ul li a {
  display: block;
}
.tpage .nyp-cur {
  text-decoration: underline;
}
.tpage .nyp-cur a {
  color: #0045a4 !important;
}
.tpage .nyp-cur a {
  color: white;
}
.zlk-con {
  /*overflow: hidden;*/
}
.aside {
  float: left;
}
.aside .first > li {
  width: 280px;
  margin-bottom: 2px;
}
.aside .first > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 280px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
  background-color: #333;
}
.aside .second {
  display: none;
}
.aside .second > li {
  position: relative;
  width: 280px;
}
.aside .second > li:hover > a {
  color: #0045a4;
}
.aside .second > li:hover .third {
  /*display: block;*/
}
.aside .second > li > a {
  display: block;
  height: 45px;
  line-height: 45px;
  width: 280px;
  color: #666;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding-left: 10px;
}
.aside .third {
  display: none;
  padding: 10px 0;
}
.aside .third > li {
  display: block;
}
.aside .third > li:hover > a {
  background-color: #333;
  color: white;
}
.aside .third > li:hover .fourth {
  display: block;
}
.aside .third > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 260px;
  color: #666;
  font-size: 14px;
  padding-left: 30px;
}
.aside .fourth {
  position: fixed;
  display: none;
  top: 0px;
  top: 9.2%;
  /*height: 100%;*/
  height: 75%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  z-index: 100;
}
.aside .fourth > li:hover {
  background-color: #666;
}
.aside .fourth > li:hover a {
  color: white !important;
}
.aside .fourth > li > a {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 300px;
  color: white;
  font-size: 14px;
  padding-left: 30px;
}

.p-right {
  float: right;
  width: 840px;
  padding-bottom: 68px;
  position: relative;
}
.p-right li {
  float: left;
  width: 263px;
  border: 1px solid #dfdfdf;
  margin-left: 20px;
  margin-bottom: 25px;
}
.p-right li:hover p {
  color: #0045a4;
}
.p-right li:hover img {
  transform: scale(1.1);
  transition: all .3s;
}
.p-right li:nth-child(3n+1) {
  margin-left: 0;
}
.p-right li p {
 /* height: 25px;*/
  line-height: 25px;
  padding: 0 10px;
  font-size: 15px;
}
.pp-img {
  overflow: hidden;
}
.detail {
  float: right;
  width: 840px;
}
.d-img {
  width: 348px;
  float: left;
}
.d-img img {
  width: 100%;
  height: 100%;
}
.d-top {
  overflow: hidden;
  margin-bottom: 100px;
}
.d-text {
  float: right;
  width: 400px;
}
.d-text h2 {
  font-size: 22px;
  font-weight: bold;
}
.d-text h2:after {
  content: '';
  display: block;
  height: 2px;
  width: 120px;
  background-color: #ccc;
  margin-top: 10px;
}
.d-text h3 {
  margin-top: 15px;
  color: red;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.d-text p {
  font-size: 18px;
  line-height: 2.5em;
}
.d-text button {
  margin-top: 45px;
  background-color: #333;
  font-size: 16px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 150px;
  height: 50px;
  -webkit-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(pie/PIE.htc);
}
.d-bottom {
  margin-bottom: 100px;
}
.d-bottom h3 {
  border-bottom: 1px solid #0045a4;
  margin-bottom: 20px;
}
.d-bottom em {
  margin-left: 10px;
  display: block;
  height: 40px;
  border-radius: 5px 5px 0 0 ;
  color: whitel;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: white;
  width: 150px;
  background-color: #333;
}


/*个人中心*/

.login {
   
    width:100%;
    height: 100%;
}

.foot a {
    color:#fff;
}
.login-box {
    margin: 0 auto;
    width:340px;
    padding:30px;

}
.login-tit {
    font-size:20px;
    color:#333;
    line-height: 36px;
    font-weight: normal;
    padding-bottom: 30px;
}
.login-tit span {
    color:#eb6100;
}
.login-tit a {
    color:#333;
    font-size: 16px;
}
.login-form .item {
    border:1px solid #cdcdcd;
    margin-bottom:30px;
    height: 44px;
    position: relative;
    background:#fff;
    padding-left:44px;
}
.login-form .item .txt {
    width:239px;
    padding:0 12px;
    background:#fff;
    border:none;
    font-size: 14px;
    color:#000;
    line-height: 44px;
    height: 44px;
}
.login-form .item .icon {
    position: absolute;
    left:0;
    top:0;
    width:44px;
    height: 100%;
    background:#e2e2e4;
}
.login-btn {
    padding-top:20px;
}
.login-btn .btn {
    width: 100%;
    height:46px;
    background:url(../images/zc.jpg) no-repeat;
    text-align: center;
    font-size:20px;
    color:#fff;
    border:none;
    font-family: "微软雅黑";
}
.login-form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#c1c1c1;
}
.login-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#c1c1c1;
}
.login-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#c1c1c1;
}
.login-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#c1c1c1;
}
.login-form input::placeholder { 
    color:#c1c1c1;
 }
 .login-dl {
     top:30%;
 }

 .login-mm {
    margin-bottom:30px;
    font-size:14px;
    color:#797979;
    line-height: 18px;
 }
 .login-mm .check {
     width:14px;
     height: 14px;
     border:1px solid #dcdcdc;
     background:#fff;
     display: inline-block;
     vertical-align: middle;
     margin-top:-2px;
 }
 .ab-text img {
    width: 100%;
}





.ny-position {
  overflow: initial;
  height: 100px;
}
.icon {
  position: relative;
  display: inline-block;
}
.icon:hover .second10 {
  display: block;
}
.second10 {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: none;
  top: 20px;
  left: -30px;
  z-index: 100;
  height: 250px;
  overflow-y:scroll; 
}
.second10 li {
  width: 300px;
  text-align: left;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.second10 li a {
  color: white !important;
  display: block;
}
.second10 li a::before {
  display: none;
}