.center {
  width: 1680px;
  margin: 0 auto;
}

.hide {
  display: none !important;
}

.com-title {
  color: #3856A5;
  font-size: 40px;
  font-weight: bold;
}

.cul-title-box .t1 {
  color: #000000;
  font-size: 34px;
}

.cul-title-box .t2 {
  color: #666;
  font-size: 22px;
}

.cul-title-box .line {
  width: 40px;
  height: 2px;
  margin-top: 10px;
  background-color: #3856A5;
}

.m-map {
  display: none;
}

.m-map img {
  width: 100%;
}

.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  z-index: 1000;
}

.header .center-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1680px;
  margin: 0 auto;
}

.header .center-head .logo {
  width: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header .center-head .logo img {
  width: 100%;
  opacity: 0;
}

.header .center-head .right {
  display: flex;
  align-items: center;
}

.header .center-head .right .nav {
  display: flex;
  align-items: center;
}

.header .center-head .right .nav>li {
  padding: 0 30px;
  position: relative;
}

.header .center-head .right .nav>li>a {
  color: #fff;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  transition: all .8s;
}

.header .center-head .right .nav>li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #3856A5;
  transition: width .5s;
  display: inline-block;
}

.header .center-head .right .nav>li .nav-box {
  position: absolute;
  padding: 15px 0 20px;
  top: 80px;
  /*height: 380px;*/
  height: 170px;
  z-index: 10000;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  display: none;
  transition: all .5s;
}

.header .center-head .right .nav>li .nav-box>li {
  height: 35px;
  padding: 0 10px;
  margin-top: 5px;
}

.header .center-head .right .nav>li .nav-box>li>a {
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
  color: #333;
  font-size: 14px;
  display: inline-block;
}

.header .center-head .right .nav>li .nav-box>li:hover a {
  color: #3856A5;
  font-weight: bold;
}

.header .center-head .right .nav>li .nav-box:hover {
  background-color: #fff;
}

.header .center-head .right .nav>li:hover a {
  color: #3856A5;
}

.header .center-head .right .nav>li:hover span {
  width: 100%;
}

.header .center-head .right .nav .active a {
  color: #3856A5;
}

.header .center-head .right .nav .active span {
  width: 100%;
}

.header .center-head .right .nav:hover .nav-box {
  display: block;
}

.header .center-head .right .search {
  width: 20px;
  height: 20px;
  background-image: url("../img/search.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}

.header .nav-content-bg {
  width: 100%;
  /*height: 380px;*/
  height: 170px;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
}

.header-fix {
  box-shadow: 0px 5px 10px 0px rgba(33, 2, 0, 0.05);
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 200000;
  border-bottom: 1px solid #ddd;
}

.header-fix .nav>li>a {
  color: #333333 !important;
}

.header-fix .nav .active>a {
  color: #3856A5 !important;
}

.header-fix .nav>li:hover>a {
  color: #3856A5 !important;
}

.header-fix .nav>li:hover span {
  width: 100%;
}

.footer {
  width: 100%;
  background: #0c1728;
}

.footer .top01 .top-box {
  display: flex;
  flex-wrap: nowrap;
}

.footer .top01 .top-box .top-left {
  padding: 55px 40px 0 0;
}

.footer .top01 .top-box .top-left .tl-title {
  /*font-size: 14px;*/
  font-size: 26px;
  color: #5e6675;
}

.footer .top01 .top-box .top-left .line-box {
  margin-top: 35px;
}

.footer .top01 .top-box .top-left .line-box .line {
  margin-bottom: 10px;
}

.footer .top01 .top-box .top-left .line-box .line .t1 img {
  width: 18px;
}

.footer .top01 .top-box .top-left .line-box .line .t1 span {
    font-size: 17px;
  color: #5e6675;
  vertical-align: middle;
  margin-left: 5px;
}

.footer .top01 .top-box .top-left .line-box .line .t2 {
  font-size: 16px;
  color: #eee;
  margin-top: 5px;
}

.footer .top01 .top-box .top-center {
  padding: 55px 40px 0;
  /*width: 69%;*/
  width: 60%;
  border-left: 1px solid #192333;
  border-right: 1px solid #192333;
}

.footer .top01 .top-box .top-center .link-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}

.footer .top01 .top-box .top-center .link-box>li .tt {
  color: #5e6675;
  font-size: 22px;
  margin-bottom: 35px;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li {
  position: relative;
  margin-bottom: 10px;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li a {
  color: #eee;
  font-size: 16px;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li span {
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #3856A5;
  bottom: -3px;
  transition: all .8s;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li:hover a {
  color: #3856A5;
}

.footer .top01 .top-box .top-center .link-box>li .link-list>li:hover span {
  width: 100%;
}

.footer .top01 .top-box .top-right {
  padding: 55px 0 30px 35px;
}

.footer .top01 .top-box .top-right .tr-title {
  font-size: 18px;
    color: #4c5362;
}

.footer .top01 .top-box .top-right .code-box-big {
  display: flex;
  margin-top: 35px;
}

.footer .top01 .top-box .top-right .code-box-big .code-box .code {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  box-sizing: border-box;
  transition: all .8s;
}

.footer .top01 .top-box .top-right .code-box-big .code-box .code img {
  width: 100%;
}

.footer .top01 .top-box .top-right .code-box-big .code-box p {
  color: #4c5362;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
}

.footer .top01 .top-box .top-right .code-box-big .code-left {
  margin-left: 15px;
}

.footer .top01 .top-box .top-right .href-box {
  padding-left: 15px;
  margin-top: 25px;
}

.footer .top01 .top-box .top-right .href-box a {
  font-size: 14px;
  color: #5e6675;
}

.footer .top01 .top-box .top-right .href-box span {
  width: 1px;
  height: 15px;
  background: #5e6675;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 30px;
}

.footer .top01 .top-box .top-right .friend-href {
  margin-top: 40px;
}

.footer .top01 .top-box .top-right .friend-href .t1 {
  color: #5e6675;
  font-size: 14px;
}

.footer .top01 .top-box .top-right .friend-href .select {
  width: 220px;
  height: 40px;
  background-color: #0f1c31;
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.footer .top01 .top-box .top-right .friend-href .select span {
  color: #5e6675;
  font-size: 14px;
}

.footer .top01 .top-box .top-right .friend-href .select .down {
  display: inline-block;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-image: url("../img/down.png");
  background-repeat: no-repeat;
}

.footer .top01 .top-box .top-right .friend-href .select .down-box {
  position: absolute;
  bottom: 55px;
  width: 100%;
  left: 0px;
  display: none;
}

.footer .top01 .top-box .top-right .friend-href .select .down-box li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #5e6675;
  font-size: 14px;
  background: #0f1c31;
}

.footer .top01 .top-box .top-right .friend-href .select .down-box li:hover {
  background: #5e6675;
  color: #fff;
  cursor: pointer;
}

.footer .bottom01 {
  text-align: center;
  border-top: 1px solid #192333;
  padding: 20px 0;
}

.footer .bottom01 p {
  color: #5e6675;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.footer .bottom01 p a {
  color: #5e6675;
}

.footer .bottom01 .police {
  margin-left: 20px;
  margin-right: 20px;
}

.footer .bottom01 .police img {
  margin-right: 10px;
}

.toTop {
  width: 40px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url("../img/top.png");
  background-size: 40px 35px;
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 10000;
}

.right-nav {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -76px;
  z-index: 10020;
}

.right-nav>ul {
  width: 50px;
}

.right-nav>ul li {
  width: 100%;
  height: 50px;
  margin-bottom: 1px;
  background-color: #fff;
  transition: background-color .8s;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.right-nav>ul li:hover {
  background-color: #3856A5;
}

.right-nav>ul .wechat {
  background-image: url("../img/index01.png");
  background-size: 27px 23px;
}

.right-nav>ul .wechat .wechat-box {
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: -200px;
  display: none;
}

.right-nav>ul .wechat .wechat-box .inner-box {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
}

.right-nav>ul .wechat .wechat-box .inner-box img {
  width: 80px;
  display: inline-block;
}

.right-nav>ul .wechat .wechat-box .inner-box img:first-of-type {
  margin-right: 5px;
}

.right-nav>ul .wechat:hover {
  background-image: url("../img/index04.png");
}

.right-nav>ul .wechat:hover .wechat-box {
  display: block;
}

.right-nav>ul .phone {
  background-image: url("../img/index02.png");
  background-size: 24px 20px;
}

.right-nav>ul .phone .phone-box {
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: -198px;
  display: none;
}

.right-nav>ul .phone .phone-box .inner {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #3856A5;
  font-weight: bold;
  font-size: 24px;
  border-radius: 6px;
  display: inline-block;
}

.right-nav>ul .phone:hover {
  background-image: url("../img/index05.png");
}

.right-nav>ul .phone:hover .phone-box {
  display: block;
}

.right-nav>ul .world {
  background-image: url("../img/index03.png");
  background-size: 22px 22px;
}

.right-nav>ul .world .world-box {
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: -140px;
  display: none;
}

.right-nav>ul .world .world-box .inner {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #3856A5;
  font-weight: bold;
  font-size: 20px;
  border-radius: 6px;
  display: inline-block;
}

.right-nav>ul .world a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.right-nav>ul .world:hover {
  background-image: url("../img/index06.png");
}

.right-nav>ul .world:hover .world-box {
  display: block;
}

.right-nav>ul .mail {
  background-image: url("../img/100.png");
  background-size: 22px 22px;
}

.right-nav>ul .mail .mail-box {
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: -113px;
  display: none;
}

.right-nav>ul .mail .mail-box .inner {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #3856A5;
  font-weight: bold;
  font-size: 20px;
  border-radius: 6px;
  display: inline-block;
}

.right-nav>ul .mail a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.right-nav>ul .mail:hover {
  background-image: url("../img/101.png");
}

.right-nav>ul .mail:hover .mail-box {
  display: block;
}

.right-nav>ul .bim {
  background-image: url("../img/Bim.png");
  background-size: 24px 24px;
}

.right-nav>ul .bim {
  background-image: url("../img/Bim.png");
  background-size: 24px 24px;
}

.right-nav>ul .bim .bim-box {
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: -188px;
  display: none;
}

.right-nav>ul .bim .bim-box .inner {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #3856A5;
  font-weight: bold;
  font-size: 20px;
  border-radius: 6px;
  display: inline-block;
}

.right-nav>ul .bim a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.right-nav>ul .bim:hover {
  background-image: url("../img/Bim1.png");
}

.right-nav>ul .bim:hover .bim-box {
  display: block;
}

.pot-box {
  width: 100%;
  position: absolute;
  bottom: -100px;
  height: 95%;
  z-index: 1;
  overflow: hidden;
}

.pot-box .waves {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.m-header,
.m-cover,
.m-area-box {
  display: none;
}

.search-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(27, 58, 131, 0.98);
  z-index: 1000001;
  display: none;
}

.search-content .search-box {
  position: absolute;
  top: calc(50% - 170px);
  left: calc(50% - 410px);
}

.search-content .search-box .outer-box {
  width: 820px;
  height: 100px;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.search-content .search-box .outer-box .inner-box {
  width: 100%;
  height: 100%;
  line-height: 87px;
  padding-left: 35px;
  border-radius: 40px;
  background: #fff;
  position: relative;
}

.search-content .search-box .outer-box .inner-box input {
  background-color: transparent;
  height: 60px;
  width: 90%;
  border: 0;
  border-radius: 0;
  font-size: 20px;
}

.search-content .search-box .outer-box .inner-box .search-icon-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("../img/search01.png");
}

.search-content .search-box .close {
  text-align: center;
  margin-top: 180px;
}

.search-content .search-box .close i {
  display: inline-block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/close01.png");
}

.inner-banner {
  width: 100%;
  height: 660px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.inner-banner .com-nav {
  position: absolute;
  height: 60px;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.inner-banner .com-nav li {
  width: 200px;
  height: 100%;
  border-right: 1px solid #fff;
  float: left;
}

.inner-banner .com-nav li a {
  display: inline-block;
  width: 100%;
  line-height: 60px;
  height: 100%;
  color: #666;
  font-size: 16px;
  text-align: center;
  transition: background-color .6s;
}

.inner-banner .com-nav li .active {
  background-color: #3856A5;
  /*background-image: url("../img/ic01.png");*/
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
}

.inner-banner .com-nav li:hover a {
  background-color: #3856A5;
  /*background-image: url("../img/ic01.png");*/
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
  transition: background-color .6s;
}

.pages-box {
  width: 100%;
  padding: 15px 0;
  background: #fff;
}

.pages-box .pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages-box .pages a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background-color: #f1f1f1;
  border-radius: 3px;
  margin-right: 10px;
  transition: all .6s;
}

.pages-box .pages .num:hover {
  background-color: #b81012;
  color: #fff;
  transition: all .6s;
}

.pages-box .pages .active {
  background-color: #b81012;
  color: #fff;
}

.pages-box .pages .pre-next {
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.pages-box .pages .pre {
  background-image: url("../img/ic02.png");
}

.pages-box .pages .next {
  background-image: url("../img/ic03.png");
}

.banner-title {
  color: #fff;
  position: absolute;
  bottom: 290px;
  width: 100%;
}

.banner-title .t1 {
  /*font-size: 60px;*/
  font-size: 50px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}

.banner-title .t2 {
  text-transform: uppercase;
  margin-top: 10px;
  /*font-size: 24px;*/
  font-size: 27px;
    font-weight: 800;
}

.detail-bottom {
  padding: 30px 0 40px;
  border-top: 1px solid #eee;
}

.detail-bottom>.left {
  float: left;
}

.detail-bottom>.left p {
  color: #666;
  font-size: 14px;
}

.detail-bottom>.left p a {
  color: #666;
  font-size: 14px;
}

.detail-bottom>.left .next {
  margin-top: 15px;
}

.detail-bottom>.right {
  display: inline-block;
  float: right;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ededed;
  font-size: 14px;
  background: #3856A5;
}

.noborder {
  border-bottom: 0 !important;
}

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 40px;
}

.join-form .line {
  width: 100%;
  height: 36px;
  display: inline-block;
}

.join-form .line .label {
  height: 36px;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 36px;
}

.join-form .line input {
  display: inline-block;
  float: left;
  width: 438px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f1f5fd;
  padding: 0 10px;
}

.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1px solid #f1f5fd;
  padding: 10px;
  resize: none;
}

.join-form .line .load {
  width: 438px;
  height: 25px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  display: inline-block;
  float: left;
}

.join-form .line img {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: 34px;
}

.join-form .line button {
  width: 120px;
  height: 38px;
  border-radius: 4px;
  background-color: #3856A5;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
}

.join-form .line.heightauto {
  height: auto;
}

.cert-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000001;
  display: none;
}

.cert-cover .cert-banner {
  width: 700px;
  margin-top: 40px;
  position: relative;
  left: calc(50% - 350px);
  top: calc(50% - 250px);
}

.cert-cover .cert-banner .cert-swiper {
  width: 555px;
  height: 500px;
}

.cert-cover .cert-banner .cert-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.cert-cover .cert-banner .cert-swiper .swiper-slide .pic {
  width: 100%;
  height: 390px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.cert-cover .cert-banner .cert-swiper .swiper-slide .text-box {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}

.cert-cover .cert-banner .close {
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 30px);
}

.cert-cover .cert-banner .close i {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-image: url("../img/close01.png");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.cert-cover .cert-banner .button-box .swiper-button-prev-cert {
  width: 23px;
  height: 42px;
  background-repeat: no-repeat;
  background-image: url("../img/cert-arr01.png");
  background-size: cover;
  transform: rotate(180deg);
  outline: none;
}

.cert-cover .cert-banner .button-box .swiper-button-prev-cert.swiper-button-disabled {
  background-image: url("../img/cert-arr02.png");
}

.cert-cover .cert-banner .button-box .swiper-button-next-cert {
  width: 23px;
  height: 42px;
  background-repeat: no-repeat;
  background-image: url("../img/cert-arr01.png");
  background-size: cover;
  outline: none;
}

.cert-cover .cert-banner .button-box .swiper-button-next-cert.swiper-button-disabled {
  cursor: pointer;
}

.college-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000001;
  display: none;
}

.toast-box {
  z-index: 1000002;
  position: fixed;
  top: calc(50% - 420px);
  left: calc(50% - 540px);
  display: none;
}

.toast-box .toast-content {
  width: 1080px;
  padding: 40px 40px 0;
  background: #fff;
}

.toast-box .toast-content .title-box {
  color: #333;
  font-size: 24px;
}

.toast-box .toast-content .title-box span {
  display: inline-block;
  width: 4px;
  height: 30px;
  background: #3856A5;
  vertical-align: sub;
  margin-right: 5px;
}

.toast-box .toast01-content {
  height: 740px;
}

.toast-box .toast01-content .toast-ul {
  margin-top: 35px;
}

.toast-box .toast01-content .toast-ul>li {
  height: 180px;
  margin-bottom: 20px;
}

.toast-box .toast01-content .toast-ul>li .pic {
  width: 320px;
  float: left;
  height: 100%;
}

.toast-box .toast01-content .toast-ul>li .info {
  width: 680px;
  height: 100%;
  float: left;
  position: relative;
  background: #f8f8f8;
  overflow: hidden;
  padding: 50px 0 0 40px;
}

.toast-box .toast01-content .toast-ul>li .info>ul li {
  list-style: disc;
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
}

.toast-box .toast01-content .toast-ul>li .info .num {
  position: absolute;
  bottom: -35px;
  right: 20px;
  color: #dfdfdf;
  font-size: 60px;
  font-weight: bold;
}

.toast-box .toast02-content {
  height: 700px;
}

.toast-box .toast02-content .toast02-ul {
  margin-top: 40px;
}

.toast-box .toast02-content .toast02-ul li {
  margin-bottom: 10px;
}

.toast-box .toast02-content .toast02-ul li .left {
  width: 160px;
  height: 96px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.toast-box .toast02-content .toast02-ul li .tag01 {
  background-image: url("../img/ban08.png");
}

.toast-box .toast02-content .toast02-ul li .tag02 {
  background-image: url("../img/ban09.png");
}

.toast-box .toast02-content .toast02-ul li .tag03 {
  background-image: url("../img/ban10.png");
}

.toast-box .toast02-content .toast02-ul li .tag04 {
  background-image: url("../img/ban11.png");
}

.toast-box .toast02-content .toast02-ul li .tag05 {
  background-image: url("../img/ban12.png");
}

.toast-box .toast02-content .toast02-ul li .info {
  float: left;
  margin-left: 35px;
}

.toast-box .toast02-content .toast02-ul li .info .t1 {
  color: #333;
  font-size: 24px;
}

.toast-box .toast02-content .toast02-ul li .info .t2 {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}

.toast-box .toast03-content {
  height: 600px;
}

.toast-box .toast03-content .toast03-ul li {
  width: 49%;
  height: 210px;
  margin-right: 2%;
  float: left;
  padding: 40px 0 50px;
}

.toast-box .toast03-content .toast03-ul li .title {
  color: #666;
  font-size: 24px;
}

.toast-box .toast03-content .toast03-ul li .title i {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: sub;
}

.toast-box .toast03-content .toast03-ul li .title .icon01 {
  background-image: url("../img/ban04.png");
}

.toast-box .toast03-content .toast03-ul li .title .icon02 {
  background-image: url("../img/ban05.png");
}

.toast-box .toast03-content .toast03-ul li .title .icon03 {
  background-image: url("../img/ban06.png");
}

.toast-box .toast03-content .toast03-ul li .title .icon04 {
  background-image: url("../img/ban07.png");
}

.toast-box .toast03-content .toast03-ul li .info {
  color: #666;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.8em;
}

.toast-box .toast03-content .toast03-ul li:nth-of-type(2n) {
  margin-right: 0;
}

.toast-box .toast03-content .toast03-ul li:nth-of-type(1),
.toast-box .toast03-content .toast03-ul li:nth-of-type(2) {
  border-bottom: 1px solid #ddd;
}

.toast-close {
  text-align: center;
  position: absolute;
  bottom: -120px;
  width: 100%;
}

.toast-close i {
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  background-image: url("../img/close01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.intro-cover .intro-bigPic {
  /*width: 700px;*/
  width: 1000px;
  text-align: center;
  /*left: calc(50% - 350px);*/
  /*top: 20%;*/
  position: absolute;
  left: 50%;
top: 14%;
position: absolute;
transform: translateX(-50%);
}
.intro-cover .intro-bigPic img{
    width: 100%;
}
/*# sourceMappingURL=common.css.map */

/*# sourceMappingURL=common.css.map */