@charset "utf-8";

html {
  height: 100%;
}
body {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
a:hover {
  opacity: 0.8;
}

#header,
#body,
#footer {
  min-width: 1200px;
  font-size: 14px;
}
#header {
  /* overflow: hidden; */
  height: 80px;
  padding: 0 80px 0px;
  color: #3f4148;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(240, 242, 254, 0.8);
}
#header .logo {
  float: left;
  height: 100%;
  font-size: 0;
}
#header .logo:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
#header .logo:after {
  display: inline-block;
  width: 1px;
  height: 28px;
  margin: 0 30px;
  background-color: #eeeeee;
  vertical-align: middle;
  content: "";
}
#header .logo img {
  max-height: 100%;
  vertical-align: middle;
}
#header .nav {
  float: right;
  margin-top: 20px;
  height: 40px;
  margin-right: 50px;
}
#header .nav a {
  display: inline-block;
  height: 40px;
  padding: 0 0;
  font-size: 18px;
  color: inherit;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
}
#header .nav a + a {
  margin-left: 60px;
}
#header .nav a.is-active {
  color: #2cacf7;
}
#header .user-box {
  float: right;
  height: 40px;
  margin-top: 20px;
  line-height: 40px;
}
#header .user-box a {
  display: inline-block;
  height: 40px;
  color: inherit;
  font-size: 18px;
  vertical-align: top;
}
#header .user-box a + a {
  width: 90px;
  margin-left: 20px;
  text-align: center;
  color: #fff;
  background-color: #2cacf7;
}
#header .phone {
  float: right;
  height: 32px;
  margin-top: 24px;
  margin-right: 30px;
  padding-left: 45px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #3f4148;
  line-height: 16px;
  background: url("../im  ages/icon-phone.png") no-repeat left center;
}
/*原网站 登录后*/
.login_name, .login_a, .register_a, .forget_a, .login_news {
    display: block;
    padding: 0 10px 0 30px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    background: url(../images/icon_user.png) no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.loginPlate_h {
  display: inline-block;
  line-height: 45px;
  vertical-align: top;
}

.login_center {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.login_center img {
  height: 40px;
  vertical-align: top;
}
.loginPlate a {
  color: #fff;
}
.login_name,
.login_a,
.register_a,
.forget_a,
.login_news {
  display: inline-block;
  padding: 0 10px 0 30px;
  color: #fff;
  font-size: 12px;
  background: url(../images/icon_user.png) no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.login_name,
.login_news {
  background: none;
  padding: 0 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
}
.login_name, .login_news {
  float: left;
}
.login_news {
  width: 40px !important;
  height: 45px;
	padding: 0;
	margin-left: 20px;
  background: url(../images/icon_news.png) no-repeat center !important;
  background-size: 40px !important;
		vertical-align: middle;
}
/*.login_news:hover {*/
/*  background:  url(../images/icon_newsh.png) no-repeat center !important;*/
/*  background-size: 40px !important;*/
/*}*/
.login_news img {
  height: 40px;
}
.login_a:hover,
.forget_a:hover,
.register_a:hover,
.login_name:hover,
.login_center:hover .login_name,
a.current {
  background-color: #fff;
  color: #333;
}

.login_a {
  background-position: 10px 6px;
}
.register_a {
  background-position: 10px -29px;
}
.forget_a {
  background-position: 10px -62px;
}

.login_ul {
  width: 240%;
  position: absolute;
  right: 0px;
  top: 45px;
  z-index: 1000000;
  background: none;
  display: none;
}
.news_box {
  position: relative;
}
.login_center:hover .login_ul,
.news_box:hover .login_ul {
  display: block;
}

sup.subnav_sup {
  display: block;
  min-width: 16px;
  height: 16px;
  text-align: center;
  background: #f4523b;
  border-radius: 10px;
  padding: 0 4px;
  font-size: 12px;
  color: #f9f9f9;
  vertical-align: middle;
  line-height: 16px;
  margin: 0 0 2px 3px;
  position: absolute;
  top: 4px;
  right: -1px;
}
sup.subnav-dot-sup {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0000;
  margin: 0 0 2px 3px;
  position: absolute;
  top: -2px;
  right: -9px;
}
i.jticon {
  display: block;
  width: 100%;
  height: 10px;
  float: right;
  background: url(../images/gry_sj.png) no-repeat right;
}

.login_ul ul {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
}
.login_ul li {
  display: block;
  width: 100%;
  padding: 6px 0;
  line-height: 30px;
  margin-bottom: 1px;
  cursor: pointer;
  text-align: left;
}
.login_ul li:hover,
.login_ul li.current {
  background: #41b8f0;
}
.login_ul li:hover a,
.login_ul li.current a {
  color: #fff;
}
.login_ul li a {
  position: relative;
  padding-left: 25px!important;
  color: #333!important;
  padding: 6px 0 6px 25px;
  font-size: 14px!important;
  display: block!important;
}
.login_ul li a.icon_grzx {
  background-position: 30px -74px;
}
.login_ul li a.icon_ywcd {
  background-position: 30px 9px;
}
.login_ul li a.icon_news {
  background-position: 30px -17px;
}
.login_ul li a.icon_exit {
  background-position: 30px -43px;
}
.login_ul li a:hover {
  text-decoration: none;
}

#body {
  position: relative;
  height: calc(100% - 80px);
}

.cards {
  position: absolute;
  top: 50%;
  left: 50%;
}
.card {
}
.card_title {
  margin-bottom: 30px;
}
.card_title h2 {
  overflow: hidden;

  font-size: 54px;
  line-height: 65px;
}

.card_content {
}
.card_content p {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
.card_content .link {
  margin-top: 25px;
}
.card_content .link a {
  display: inline-block;
  width: 180px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  background: #2cacf7;
  border-radius: 5px;
  vertical-align: top;
}

.v1 {
  background-image: url("../images/v1/bg.jpg");
}
.v1 #body {
  min-height: 670px;
}
.v1 .cards {
  overflow: hidden;
  width: 83%;
  height: 570px;
  margin-left: -41.5%;
  margin-top: -285px;
}

.v1 .cards .pic1 {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15%;
  width: calc(100% - 700px);
}

.v1 .cards .card {
  width: 700px;
}
.v1 .cards .card:last-child {
  padding-top: 120px;
}
.v1 .cards .card + .card {
  margin-top: 50px;
  padding-top: 0;
}

.v2 {
  background-image: url("../images/v2/bg.jpg");
}
.v2 #body {
  min-height: 440px;
}
.v2 .cards {
  width: 1200px;
  height: 340px;
  margin-top: -170px;
  margin-left: -600px;
  text-align: center;
}
.v2 .card {
  display: inline-block;
  width: 390px;
}
.v2 .card_title {
  margin-bottom: 65px;
}
.v2 .card .intro {
  text-align: left;
  text-align: justify;
}
.v2 .card + .card {
  margin-left: 20%;
}

.v3 {
  background-image: url("../images/v3/bg.jpg");
  /*	background-position: left center;*/
}
.v3 #body {
  overflow: hidden;
  min-height: 750px;
}
.v3 .cards {
  margin-top: -325px;
  margin-left: -800px;
  padding-left: 220px;
  padding-top: 30px;
  width: 1600px;
  height: 650px;
}
.v3 .card {
  position: relative;
  width: 555px;
}
.v3 .card + .card {
  margin-top: 120px;
}
.v3 .card_title {
  margin-bottom: 45px;
  color: #2cacf7;
}
.v3 .intro {
  color: #fff;
}
.v3 .link {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
.v3 .link a {
  color: #2cacf7;
  background-color: transparent;
  border: 1px solid #2cacf7;
  border-radius: 60px;
}
.v3 .pic1 {
  position: absolute;
  right: 0;
  top: 0;
}
.v3 .pic1 + .card:last-child {
  padding-top: 150px;
}
.v3 .pic1 + .card:last-child .link {
  top: 150px;
}

.v4 {
  background-image: url("../images/v4/bg.jpg");
}
.v4 #body {
  overflow: hidden;
  min-height: 850px;
}
.v4 .cards {
  margin-top: -405px;
  margin-left: -680px;
  width: 1360px;
  height: 800px;
}
.v4 .card {
  position: absolute;
  left: 33px;
  bottom: 126px;
  width: 555px;
}
.v4 .card + .card {
  left: auto;
  right: 33px;
  top: 130px;
  bottom: auto;
}
.v4 .link {
  position: absolute;
  left: 286px;
  top: 3px;
  margin-top: 0;
}
.v4 .link a {
  width: auto;
  padding-right: 80px;
  color: #2cacf7;
  background: url("../images/icon-arrow-right.png") no-repeat right center;
  background-color: transparent;
}
.v4 .pic1 {
  position: absolute;
  left: 0;
  top: 0;
}
.v4 .pic2 {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -200px;
}
.v4 .pic1 + .pic2 {
  top: auto;
  bottom: 0;
  margin-top: 0;
}
.v4 .pic1 + .pic2 + .card {
  top: auto;
  left: 33px;
  bottom: 126px;
}
.v4 .pic2 + .card {
  top: 50%;
  bottom: auto;
  margin-top: -100px;
}
.v4 .pic1 + .card {
  left: auto;
  right: 33px;
  top: 130px;
  bottom: auto;
}
.v4 .hs1 .pic1 {
  top: 50%;
  bottom: auto;
  margin-top: -250px;
}
.v4 .hs1 .card {
  top: 50%;
  margin-top: -150px;
}

@media screen and (max-width: 1380px) {
  #header {
    padding: 0 10px 0px;
  }
  #header .nav a + a {
    margin-left: 20px;
  }
}
