* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: 'DingTalkJinBuTi';
  src: url("./DingTalk JinBuTi.ttf") format('truetype'), url("./DingTalk Sans.ttf") format('truetype');
}
ul,
li {
  list-style: none;
}
html,
body {
  min-width: 1190px;
}
body {
  font-size: 14px;
  font-family: PingFangSC-Regular, Microsoft Yahei, sans-serif, SimSun;
  line-height: 1.8;
  background: #27A3FF;
  color: #12203E;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
a:hover {
  transform: scale(1.02);
}
.topMenu {
  background: #fff;
  overflow: hidden;
}
.topMenu .top_menu {
  padding-top: 10px;
  line-height: 32px;
  font-size: 14px;
  width: 1124px;
  margin: 0 auto;
}
.topMenu .top_menu .logo {
  float: left;
  width: 150px;
}
.topMenu .top_menu .logo img {
  margin-top: 6px;
}
.topMenu .top_menu .menu {
  float: left;
  padding-top: 7px;
  width: 660px;
}
.topMenu .top_menu .menu li {
  float: left;
  padding: 0 10px;
}
.topMenu .top_menu .menu li a {
  display: block;
  margin: 0 10px;
  color: #333;
}
.topMenu .top_menu .rightBtn {
  float: right;
  text-align: right;
  width: 220px;
  padding-top: 6px;
}
.topMenu .top_menu .rightBtn a {
  margin-left: 10px;
  display: inline-block;
  width: 72px;
  text-align: center;
  color: #333;
}
.topMenu .top_menu .rightBtn .register {
  background: #00AFEF;
  color: #fff;
}
.body-main {
  background: url(../images/bodybg.png) no-repeat center bottom;
}
.main-wrap {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.topbanner {
  background: url(../images/banner.png) no-repeat center 0;
  background-size: auto 540px;
}
.topbanner .data-time {
  width: 1120px;
  margin: 0 auto;
  padding-top: 440px;
  position: relative;
}
.topbanner .time-img {
  padding-bottom: 10px;
  height: 46px;
}
.domo-pic-scroll-lr {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.domo-pic-scroll-lr .conts li {
  float: left;
  width: 146px;
  color: #11347B;
}
.domo-pic-scroll-lr .conts li dl dt {
  font-family: 'DingTalkJinBuTi';
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 6px;
}
.domo-pic-scroll-lr .conts li dl dd {
  padding-right: 40px;
  background: url(../images/antianchorpoint.png) no-repeat;
  padding-top: 20px;
}
.domo-pic-scroll-lr .conts li dl dd p {
  font-size: 14px;
  font-weight: 600;
}
.sub-bannerimg {
  text-align: center;
  padding: 35px 0;
}
.sub-bannerimg img {
  display: inline-block;
}
.ceojiyu {
  width: 1200px;
  background: url(../images/dian-bg.png) no-repeat right bottom;
  padding-bottom: 40px;
  margin: 0 auto;
}
.ceojiyuInfo {
  border: 3px solid #11347B;
  background: #0ABFFE url(../images/eco.png) no-repeat 830px bottom;
  overflow: hidden;
  height: 270px;
  position: relative;
  padding-right: 300px;
  padding-left: 20px;
  padding-top: 10px;
}
.ceojiyuInfo p {
  padding-top: 13px;
}
.ceojiyuInfo .name {
  position: absolute;
  right: 50px;
  top: 185px;
  color: #142140;
}
.ceojiyuInfo .name p {
  padding: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}
.topbodybg {
  background: url(../images/topbodybg.png) no-repeat center bottom;
}
@keyframes rotate {
  from {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transition: rotate 0.8s cubic-bezier(0.65, -0.1, 0.42, 1.4);
    transition: rotate 0.8s cubic-bezier(0.65, -0.1, 0.42, 1.4);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.dakajiyu {
  width: 364px;
  float: left;
  position: relative;
  margin-right: 14px;
}
.dakajiyu .info {
  border: 3px solid #11347B;
  background: #0ABFFE url(../images/three-line.png) no-repeat 300px 20px;
  transition: all ease-in-out 800ms;
  padding: 20px;
  margin-bottom: 15px;
}
.dakajiyu .info dl {
  margin-bottom: 5px;
  overflow: hidden;
}
.dakajiyu .info dl dt {
  float: left;
  width: 68px;
}
.dakajiyu .info dl dt img {
  height: 64px;
  width: 64px;
  background: #fff;
  border-radius: 64px;
}
.dakajiyu .info dl dd {
  margin-left: 74px;
  line-height: 1.5;
}
.dakajiyu .info dl dd p {
  font-size: 18px;
  font-weight: 600;
}
.dakajiyu .info .arrows {
  height: 11px;
  overflow: hidden;
}
.dakajiyu .info .arrows img {
  display: block;
  margin-left: 22px;
  width: 20px;
}
.dakajiyu .info .introduce {
  background: #0451BD;
  color: #fff;
  padding: 10px;
}
.showGreen {
  background: #0ABFFE url(../images/three-line.png) no-repeat 30px 20px !important;
  -webkit-transition: rotate 0.8s cubic-bezier(0.65, -0.1, 0.42, 1.4);
  transition: rotate 0.8s cubic-bezier(0.65, -0.1, 0.42, 1.4);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.showGreen .arrows {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.showGreen dl,
.showGreen .introduce {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.dakajiyu-right {
  margin-right: 0;
}
.huobanjiyu,
.huobanjiyu-right {
  width: 269px;
  float: left;
  margin-right: 14px;
}
.huobanjiyu .info,
.huobanjiyu-right .info {
  border: 3px solid #11347B;
  background: #0ABFFE;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 15px;
}
.huobanjiyu .info img,
.huobanjiyu-right .info img {
  display: block;
}
.huobanjiyu .info .logoName,
.huobanjiyu-right .info .logoName {
  font-size: 16px;
  font-weight: 600;
  padding: 9px 0 3px;
}
.huobanjiyu-right {
  margin-right: 0;
}
.bottombodybg {
  background: url(../images/bodybg.png) no-repeat center 0;
  margin-top: -70px;
  padding-top: 70px;
}
.pb20 {
  padding-bottom: 20px;
}
.shenmidali {
  float: left;
  width: 364px;
  height: 381px;
  margin-right: 14px;
  position: relative;
}
.shenmidali .text {
  text-align: center;
  padding-top: 90px;
}
.shenmidali .btn {
  position: absolute;
  right: 0px;
  bottom: 0;
  overflow: hidden;
}
.shenmidali .btn a {
  display: block;
  background: url(../images/Frame-smallbtn.png) no-repeat;
  width: 99px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 52px;
  color: #11347B;
}
.shenmidali-1 {
  background: url(../images/imgeek01.png) no-repeat;
}
.shenmidali-2 {
  background: url(../images/imgeek02.png) no-repeat;
}
.shenmidali-3 {
  background: url(../images/imgeek03.png) no-repeat;
  margin-right: 0;
}
.shenmidali-3 .btn a {
  background: url(../images/Frame-btn.png) no-repeat;
  width: 138px;
  height: 54px;
}
.heji {
  border: 3px solid #11347B;
  background: #0ABFFE url(../images/arrows_2.png) no-repeat 1020px 25px;
  padding: 30px 20px;
  overflow: hidden;
}
.heji .leftslider {
  float: left;
  width: 840px;
}
.heji .leftslider dl {
  float: left;
  text-align: center;
  width: 205px;
}
.heji .leftslider dl dt {
  width: 193px;
  position: relative;
  height: 265px;
}
.heji .leftslider dl dt img {
  width: 193px;
  height: 265px;
}
.heji .leftslider dl dt .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.heji .leftslider dl dt .btn a {
  display: block;
  background: url(../images/downbtn.png) no-repeat;
  width: 101px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  color: #11347B;
}
.heji .leftslider dl dd {
  padding-top: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.heji .rightslider {
  margin-left: 840px;
  padding-top: 60px;
  padding-right: 10px;
}
.fuli-wrap {
  border: 3px solid #11347B;
  background: #0ABFFE url(../images/fulibg.png) no-repeat 40px 25px;
  padding: 80px 20px 20px;
  overflow: hidden;
}
.fuli-wrap .time {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  padding-right: 25px;
}
.fuli-wrap ul {
  padding: 20px 0px 20px 6px;
}
.fuli-wrap li {
  width: 323px;
  float: left;
  margin: 16px;
  height: 232px;
  text-align: center;
  position: relative;
}
.fuli-wrap li .text1 {
  font-size: 18px;
  margin-top: 70px;
}
.fuli-wrap li .text1 span {
  font-size: 20px;
  font-weight: 600;
  color: #E83C52;
  padding: 0 10px;
}
.fuli-wrap li .btn {
  position: absolute;
  right: 0;
  bottom: -8px;
}
.fuli-wrap li .btn a {
  display: block;
  background: url(../images/btn-fuli.png) no-repeat;
  width: 107px;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  color: #11347B;
}
.fuli-wrap .li1 {
  background: url(../images/coupon01.png) no-repeat;
}
.fuli-wrap .li2 {
  background: url(../images/coupon02.png) no-repeat;
}
.fuli-wrap .li3 {
  background: url(../images/coupon03.png) no-repeat 0 bottom;
}
.fuli-wrap .li3 .text1 {
  margin-top: 90px;
}
.hezuohuoban {
  overflow: hidden;
  padding-bottom: 50px;
}
.hezuohuoban li {
  width: 174px;
  float: left;
  height: 56px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.hezuohuoban li img {
  width: 174px;
  height: 56px;
  border-radius: 4px;
}
.hezuohuoban li:nth-child(6n) {
  margin-right: 0;
}
.leftfixed {
  position: fixed;
  left: 0;
  top: 20%;
  width: 140px;
}
.leftfixed a {
  height: 36px;
  display: block;
  background: url(../images/Rectangle.png) no-repeat 115px center;
  line-height: 36px;
  font-size: 16px;
  padding-left: 10px;
  color: #11347B;
  cursor: pointer;
}
.leftfixed a:hover {
  color: #00F0FF;
}
.leftfixed .active {
  background: #11347B url(../images/anchor_point.png) no-repeat 115px center;
  color: #00F0FF;
}
.footbannerbg {
  background: url(../images/bottom-banerbg.png) no-repeat center 0;
  height: 190px;
  padding-top: 50px;
  color: #fff;
  overflow: hidden;
}
.footbannerbg .footLeft {
  float: left;
  width: 450px;
  padding-left: 50px;
}
.footbannerbg .footLeft p {
  background: url(../images/bottom-icont.png) no-repeat 0 center;
  margin: 20px 0;
  padding-left: 30px;
}
.footbannerbg .footRight {
  margin-left: 550px;
}
.footbannerbg .footRight .p-title {
  font-size: 36px;
}
.footbannerbg .footRight .btn-login {
  display: inline-block;
  width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
.footbannerbg .footRight .btn-login a {
  display: block;
  color: #142140;
}
.pb10 {
  padding-bottom: 10px;
}
