@charset "UTF-8";
/*-----default model-----*/
body,h1, h2, h3, h4, h5, h6,p,ul, ol, dl, dd,figure, menu, input, textarea, button, select, th, td,figcaption {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6,b, strong {font-size: 100%;font-weight: normal;}
li {list-style: none;}
em, i {font-style: normal;}
img {border:none;}
input,textarea,button,select {outline: 0 none;}
table{border-collapse: collapse; margin:0 auto;}
textarea {resize: vertical;}
a {text-decoration: none;outline: 0 none;color:inherit}
table{border-collapse:collapse;width: 100%;color: #333;text-align: center;}
.clearfix:before,.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfix{zoom:1} 
body{width: 100%;height:100%; background: #092976; font-size: 12px;min-width: 1100px!important;font-family: "Source Han Sans CN";color: #444;
}
a[title="站长统计"]{display: none;}
@media only screen and (min-width: 800px) {
	.pc-hide{display:none !important;}
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.left{float: left;}
.right{float: right;}
.wrap{position: relative; width: 1100px; margin: 0 auto;font-size: 0;text-align: center;}
.hide{display: none;}
.section{ padding-top: 1.2rem;}
.title{ margin-bottom: .5rem;}
.title h2{font-size: .44rem; color: #3986f8; font-weight: bold; background: url(../images/t_bg.png) no-repeat top center; padding-top: .28rem;}
.title h2::before{content: ''; width: 1.12rem; height: 0.01rem; background: #013d95; display: inline-block; vertical-align: middle; margin-right: 0.2rem;}
.title h2::after{content: ''; width: 1.12rem; height: 0.01rem; background: #013d95; display: inline-block; vertical-align: middle; margin-left: 0.2rem;}
.title i{width: 2.34rem; height: 0.17rem; display: inline-block; background: url(../images/t_i.png) no-repeat; margin-top: 0.22rem;}

/*banner*/
.banner-box{width: 100%;height: 998px;position: relative;background: url(../images/banner_bg.jpg) no-repeat top center;font-size: 0;}
.banner-box a{ display: block; position: absolute; top: .8rem; left: -2.3rem; z-index: 9;}
.banner-box .ban-bt{margin-top: 1.8rem; margin-left: -.7rem; position: relative; z-index: 9;}
/* 背景效果 */
@keyframes rotate {
    0% {
      transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
    }
    100% {
      transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
    }
  }
  .stars {
    transform: perspective(500px);
    transform-style: preserve-3d;
    position: absolute;
    bottom: 0;
    perspective-origin: 50% 100%;
    left: 50%;
    animation: rotate 90s infinite linear;
  }
  .star {
    width: 2.5px;
    height: 2.5px;
    background: #ffffff75;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0 -300px;
    transform: translate3d(0, 0, -300px);
    backface-visibility: hidden;
  }

/* 
  #space {
    width: 100%;
    position: absolute;
    top: 0;
  }

  #warp {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px auto;
    color: rgba(209, 255, 255, 1);
    border: 2px solid;
    padding: 1em;
    width: 10em;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    display: inline-block;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8)
  }  */
/*sec01*/
.sec01{ background: url(../images/s1_bg.jpg) no-repeat top / 100% 100%;}
.sec01-main ul li{width: 3.36rem; background: #1847a1; border-radius: .25rem; display: inline-block; vertical-align: top; margin-right: 0.46rem; padding: .3rem 0; cursor: pointer;margin-top: -1.7rem;}
.sec01-main ul li:last-child{margin-right: 0;}
.sec01-main ul li h3{width: 2.16rem; height: 0.47rem; line-height: 0.47rem; background: #3986f8; border-radius: .24rem; font-size: .25rem; color: #fff; font-weight: bold; margin: 0 auto;}
.sec01-main ul li p{font-size: .19rem; color: #fff; margin-top: 0.18rem;}

/*sec02*/
.sec02-l{width: 6.19rem; height: 6.34rem; background: url(../images/s2_n01.jpg) no-repeat top / 100% 100%; display: inline-block; vertical-align: top; margin-left: -0.7rem; position: relative;}
.sec02-l img{position: absolute;top: 2.5rem;left: 85px; animation: fd 1s infinite alternate;}
.sec02-l i{width: 1.9rem;height: 2.04rem;background: url(../images/xing.png) no-repeat top / 100% 100%;display: inline-block;position: absolute;bottom: -16px;left: 183px; animation: shan 2s infinite ease-in-out;}
.sec02-r{width: 5.5rem; display: inline-block; vertical-align: top; margin-top: 0.74rem;}
.pub{ text-align: left;}
.pub h3{ height: 0.45rem; line-height: 0.45rem; padding: 0 .28rem; background: linear-gradient(to right, #26b7ec , #3d63d1); border-radius: .25rem; font-size: .24rem; color: #fff; text-align: center; margin-bottom: 0.15rem; display: inline-block;}
.pub p{font-size: .17rem; color: #fff; line-height: 0.26rem; margin-bottom: 0.55rem;}
.pub span{width: 100%; background: #154097; font-size: .16rem; text-align: left; color: #579bff; padding: .14rem .3rem; box-sizing: border-box; display: block;}
@keyframes fd{
  0%{transform: translateY(-8px);}
  100%{transform: translateY(0);}
}
@keyframes shan{
  0%{transform: translateY(0); opacity: 1;}
  100%{transform: translateY(-200px); opacity: 0;}
}

/*sec03*/
.sec03{padding-top: .5rem;}
.sec03-t{text-align: left;}
.sec03-l{width: 4.58rem; display: inline-block; vertical-align: top; margin-top: 1.2rem;}
.sec03-l p{ margin-bottom: 0.1rem;}
.sec03-l span{margin-bottom: 0.38rem;}
.sec03-r{width: 6.19rem; height: 6.34rem; background: url(../images/s3_n02.jpg) no-repeat top / 100% 100%; display: inline-block; vertical-align: top; right: -1.4rem; position: relative;}
.sec03-r img{position: absolute;top: 2.36rem;left: 4.18rem; animation: fd 1s infinite alternate;}
.sec03-r i{width: 1.9rem;height: 2.04rem;background: url(../images/xing.png) no-repeat top / 100% 100%;display: inline-block;position: absolute;bottom: -16px;left: 183px; animation: shan 2s infinite ease-in-out;}
.sec03-b .hd{width: 3.36rem; background: #0e3284; display: inline-block; vertical-align: top; margin-right: 0.36rem;}
.sec03-b .hd ul li{width: 100%; height: 0.44rem; line-height: 0.44rem; font-size: .2rem; color: #3a72ce; text-align: left; padding-left: 0.52rem; box-sizing: border-box; cursor: pointer;}
.sec03-b .hd ul li.on{background: #123b90; font-weight: bold;}
.sec03-b .bd{width: 7.28rem; height: 1.76rem; display: inline-block; vertical-align: top; overflow: hidden;}
.sec03-b .bd ul li img{width: 3.57rem; display: inline-block;}
.sec03-b .bd ul li img:nth-child(1){margin-right: 0.12rem;}
.sec03-b span{font-size: .16rem; color: #4f8ff1; padding-top: 0.3rem; display: block;}
.sec03-b a{width: 1.44rem; height: 0.45rem; line-height: 0.45rem; font-size: .2rem; color: #fff; background: #df6944; border-radius: .22rem; display: inline-block; margin-top: 0.26rem;}

/*sec04*/
.sec04{padding-top: 0.9rem;}
.sec04-l{width: 6.19rem; height: 6.34rem; background: url(../images/s4_n03.jpg) no-repeat top / 100% 100%; display: inline-block; vertical-align: top; margin-left: -0.7rem; position: relative;}
.sec04-l img{position: absolute;top: 2.3rem;left: 85px; animation: fd 1s infinite alternate;}
.sec04-l i{width: 1.9rem;height: 2.04rem;background: url(../images/xing.png) no-repeat top / 100% 100%;display: inline-block;position: absolute;bottom: -16px;left: 183px; animation: shan 2s infinite ease-in-out;}
.sec04-r{width: 5.5rem;display: inline-block; vertical-align: top; margin-top: 0.5rem;}
.sec04-r ul li{margin-bottom: 0.3rem; position: relative;}
.sec04-r img{display: inline-block;vertical-align: top;margin-right: 0.35rem;width: 1.76rem;margin-top: .15rem;}
.sec04-r i{width: 0.7rem;height: 0.28rem;line-height: .22rem;font-size: .12rem;text-align: center;color: #fff;background: url(../images/qp.png) no-repeat center / 100% 100%;position: absolute;left: 1.6rem;}
.sec04-r div{width: 3.12rem; display: inline-block; vertical-align: top; margin-top: 0.26rem;}
.sec04-r div h3{margin-bottom: 0.3rem;}
.sec04-b{background: #1a49a4; border-radius: .25rem; padding: .4rem 0;}
.sec04-b h3{font-size: .26rem; color: #3986f8; font-weight: bold; margin-bottom: 0.25rem;}
.sec04-b form input[type=text]{width: 3rem; height: 0.44rem; font-size: .18rem; background: none; padding-left: 0.15rem; border: 1px solid #3986f8; box-sizing: border-box; margin-right: 0.5rem;}
.sec04-b form input[type=button]{width: 1.54rem; height: 0.44rem; line-height: 0.44rem; font-size: .18rem; color: #fff; background: #df6944; border-radius: .25rem; border: none; cursor: pointer;}
.form_bot {width: 94%; margin: 20px auto 0; text-align: center; font-size: .15rem; color: #1c99ff; line-height:.26rem;}
.form_bot span a{color: #1c99ff;}
.form_bot label {display: inline-block;}
.form_bot label input {display: inline-block; width: .14rem; height: .14rem; border: none; vertical-align: top; margin: .06rem 0 0; position: relative;}
.form_bot label input[type=checkbox]::before {position: absolute; content: ""; top: 0; left: 0; background: #fff; width: 100%; height: 100%; border: 1px solid #888; border-radius: 2px;}
.form_bot label input[type=checkbox]:checked::before {position: absolute; content: "\2713"; background: #f1522b; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #f1522b; border-radius: 2px; color: #fff; line-height: .14rem; font-weight: bold; text-align: center;}
input::-webkit-input-placeholder{
    color:#3986f8;
  }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#3986f8;
  }
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#3986f8;
  }
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#3986f8;
}
.sec04-b form input[type=text]:focus{
  background: #fff;
}

/*sec05*/
.sec05-main{margin-top: 1rem;}
.sec05-main ul li{width: 3.26rem; height: 2.8rem; background: #1a49a4; border-radius: .25rem; display: inline-block; vertical-align: top; margin-right: 0.6rem;}
.sec05-main ul li:last-child{margin-right: 0;}
.sec05-main ul li img{margin-top: -.5rem;animation: scr03-con01 3s ease-in-out infinite;}
.sec05-main ul li h3{font-size: .24rem; color: #fff; font-weight: bold; margin: .19rem 0;}
.sec05-main ul li p{width: 2.64rem; background: #255ec1; margin: 0 auto; font-size: .17rem; color: #fff; line-height: 0.3rem; text-align: left; padding: .18rem .24rem; box-sizing: border-box;}
.sec05-main a{width: 1.98rem; height: 0.45rem; line-height: 0.45rem; font-size: .2rem; color: #fff; background: #df6944; border-radius: .22rem; display: inline-block; margin-top: 0.65rem;}
@keyframes scr03-con01 {
  0%{
      transform: scale(0.9);
  }
  50%{
      transform: scale(1.1);
  }
  100%{
      transform: scale(0.9);
  }
}

/*sec06*/
.sec06 .wrap{width: 1200px;}
.sec06-l{width: 7.56rem; display: inline-block; vertical-align: top; margin-top: 1.15rem; margin-right: 0.5rem;}
.sec06-r{width: 3.7rem; background: #1849a5; border-radius: .25rem; padding: .5rem 0; display: inline-block; vertical-align: top;}
.sec06-r h3{font-size: .3rem; color: #3986f8; font-weight: bold; margin-bottom: 0.96rem;}
.sec06-r input[type=text]{width: 2.6rem; height: 0.44rem; font-size: .18rem; border: 1px solid #3986f8; background: none; margin-bottom: 0.36rem; padding-left: 0.12rem; box-sizing: border-box;}
.sec06-r input[type=button]{width: 1.98rem; height: 0.45rem; line-height: 0.45rem; font-size: .18rem; color: #fff; background: #df6944; border-radius: .25rem; border: none; cursor: pointer; margin-top: 0.3rem;}
.sec06-r .form_bot{margin-top: 0;}
.sec06-r form input[type=text]:focus{background: #fff;}
.main-group{
	box-sizing: border-box;
	width:100%;
	min-height:160px;
	padding:0 5em;
	display: flex;
  align-items: flex-start;
	justify-content: center;
	margin: 0 auto;
}
.main-group .items-group{
	background: #8394bc;
	max-width: 5.56rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .22rem .5rem;
  border-radius: .04rem;
	box-sizing: border-box;
	animation: animate 15s linear infinite;
	animation-delay: calc(3s * var(--delay));
	position: absolute;
	opacity: 0;
}
.main-group .items-group:last-child{
	animation-delay: calc(-3s * var(--delay));
}
.main-group .items-group.no-animation{
	animation-play-state: paused;
}
@keyframes animate {
	0%{
		opacity: 0;
		transform: translateY(100%) scale(0.5);
	}
	5%, 20%{
		opacity: 0.4;
		transform: translateY(100%) scale(0.7);
	}
	25%, 40%{
		opacity: 1;
		z-index: 1;
		pointer-events: auto;
		transform: translateY(0%) scale(1);
	}
	45%, 60%{
		opacity: 0.4;
		transform: translateY(-100%) scale(0.7);
	}
	65%,100%{
		opacity: 0;
		transform: translateY(-100%) scale(0.5);
	}
}
.main-group .items-group .items-box{
	display: flex;
	align-items: center;
}
.main-group .items-group .name{width: .81rem; height: .81rem;display: inline-block; vertical-align: middle; margin-right: 0.2rem;}
.main-group .items-group h3{
  width: 100%;
  height: 100%;
  font-size: .26rem;
  color: #fff;
  line-height: 0.3rem;
  background: #aecf74;
  border-radius: .15rem;
  padding: .1rem .1rem;
  box-sizing: border-box;
}
.main-group .items-group .desc{font-size: .18rem; color: #fff; line-height: 0.26rem; text-align: left; display: inline-block; vertical-align: middle;}
.main-group .items-group:nth-child(2) h3{background: #7aacfa;}
.main-group .items-group:nth-child(3) h3{background: #fa7a89;}
.main-group .items-group:nth-child(4) h3{background: #faef7a;}
.main-group .items-group:nth-child(5) h3{background: #fa7a89;}

/*sec07*/
.sec07-main .hd{background: #1849a5; padding: .26rem .1rem;}
.sec07-main .hd ul li{font-size: .17rem; color: #3986f8; display: inline-block; border-right: 1px solid #2968d0; margin: .14rem 0; padding:0 0.1rem; cursor: pointer;}
.sec07-main .hd ul li:nth-child(6){border-right: none;}
.sec07-main .hd ul li:nth-child(11){border-right: none;}
.sec07-main .hd ul li:last-child{border-right: none;}
.sec07-main .hd ul li span{ padding: .05rem .15rem;}
.sec07-main .hd ul li.on span{background: #2968cf; border-radius: .18rem; color: #fff; font-weight: 600; padding: .05rem .15rem;}
.sec07-main .bd{background: #1849a5; border-radius: .35rem; padding: .25rem; margin-top: 0.26rem;}
.sec07-main .bd p{font-size: .18rem; color: #fff; line-height: 0.26rem; margin-bottom: 0.22rem;}
.sec07-main .bd tr th{height: 0.62rem; line-height: 0.62rem; font-size: .18rem; color: #fff; font-weight: 600; background: #2968d0;}
.sec07-main .bd tr th:nth-child(1){width: 0.8rem;}
.sec07-main .bd tr th:nth-child(2){width: 1.54rem;}
.sec07-main .bd tr th:nth-child(3){width: 1.96rem;}
.sec07-main .bd tr th:last-child{width: 2rem;}
.sec07-main .bd tr th:nth-child(2n){background: #245ec2;}
.sec07-main .bd tr td{font-size: .17rem; color: #d7dff4; line-height: 0.28rem; background: #3176e2; padding: .26rem 0;}
.sec07-main .bd tr td:nth-child(2n){background: #245ec2;}
.sec07-main .bd tr td:nth-child(1){line-height: 0.28rem; font-size: .24rem; text-align: center; font-weight: 600; color: #fff; border-radius: .35rem 0 0 .35rem;}
.sec07-main .bd tr td:nth-child(4){text-align: left; padding: .26rem .2rem;}
.sec07-main .bd tr td:last-child{border-radius: 0 .35rem .35rem 0;}
.sec07-main .bd tr td b{font-weight: 600; color: #fff;}
.sec07-main .bd tr td a{width: 1.25rem; height: 0.34rem; line-height: 0.34rem; font-size: .16rem; color: #fff; background: #df6944; border-radius: .22rem; display: inline-block; margin-top: 0.2rem;}
.h25 td{height: 0.18rem; background: #1849a5 !important; padding: 0 !important;}
.sec07-main .bd ul li:nth-child(6) tr th:nth-child(3){width: 3rem;}
.sec07-main .bd ul li:nth-child(7) tr th:nth-child(2){width: 1.2rem;}
.sec07-main .bd ul li:nth-child(7) tr th:nth-child(3){width: 1.4rem;}
.sec07-main .bd ul li:nth-child(7) tr th:nth-child(4){width: 2.5rem;}
.sec07-main .bd ul li:nth-child(11) tr th:nth-child(3){width: 1.6rem;}
.sec07-main .bd ul li:nth-child(11) tr th:last-child{width: 1.5rem;}
.sec07-main .bd ul li:nth-child(11) tr td:nth-child(1){font-size: .18rem; color: #d7dff4;}
.sec07-main .bd ul li:nth-child(11) tr td:nth-child(2){font-size: .18rem; color: #fff;}
.sec07-main .bd ul li:nth-child(11) tr td:nth-child(5){text-align: center;}
.sec07-main .bd ul li:nth-child(11) tr td:nth-child(6){text-align: left; padding: .26rem .2rem;}
#hdtable01{top: 0 !important;}
#hdtable02{top: 0 !important;}
#hdtable03{top: 0 !important;}
#hdtable04{top: 0 !important;}
#hdtable05{top: 0 !important;}
#hdtable06{top: 0 !important;}
#hdtable07{top: 0 !important;}

/* 底部通用 */
.sec17{width: 100%; display: block; clear: both; padding-bottom: 0;}
.s14-cont{ background: #1459c1; width: 100%;}
.s14-cont ul{width: 825px; margin: 0 auto;}
.s14-cont ul li{width: 275px; float:left; display: block; position: relative; height: 451px;}
.s14-cont ul li.item1{background: url(//www.niceloo.com/zhuanti/yjxf/zsjz/images/s14-img02.png) no-repeat center;}
.s14-cont ul li.item2{background: url(//www.niceloo.com/zhuanti/yjxf/zsjz/images/s14-img03.png) no-repeat center;}
.s14-cont ul li.item3{background: url(//www.niceloo.com/zhuanti/yjxf/zsjz/images/s14-img04.png) no-repeat center;}
.s14-cont ul li .item-show{width: 100%; padding: 60% 0;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.s14-cont .item-img{width: 100%;margin: 0 auto;height: 80px;}
.s14-cont .item-img img{display: block;margin: auto;}
.s14-cont .item-tit{width: 100%; margin: 30px auto 0; text-align: center; font: 24px/38px "微软雅黑"; color: #fff; }
.s14-cont .info {width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;-webkit-transform: scale(0) rotate(-180deg);-moz-transform: scale(0) rotate(-180deg);-ms-transform: scale(0) rotate(-180deg);-o-transform: scale(0) rotate(-180deg);transform: scale(0) rotate(-180deg);}
.s14-cont .info p {width: 70%; margin: 0 auto; font:20px/30px "微软雅黑"; color: #fff; text-transform: uppercase;
padding-top: 42%;text-align: justify; height: 150px;}
.s14-cont .info a {width: 70%; display: block; margin: 20% auto 0; font: 24px/50px "微软雅黑"; color: #fff; border: 1px solid #fff; text-align: center;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;}
.s14-cont .info a:hover {background: #fff; color: #e72d1b;}
.s14-cont ul li:hover .item-show {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-webkit-transition-delay: 0;-moz-transition-delay: 0;transition-delay: 0;}
.s14-cont ul li:hover .info {visibility: visible; opacity: 1;-webkit-transform: scale(1) rotate(0deg);-moz-transform: scale(1) rotate(0deg);-ms-transform: scale(1) rotate(0deg);-o-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);-webkit-transition-delay: 0.3s;-moz-transition-delay: 0.3s;transition-delay: 0.3s;}

/*侧边导航*/
.lfNav{position: fixed;width: 168px;height: 398px;background: url(../images/fixedNavBg.png) no-repeat center / 100% 100%;top:18%;left:20px;z-index:9;}
.lfNav .close{position:absolute;top:0; right:0; height:32px; width:32px; }
.mt185{margin-top: 163px;}
.nav-bg{width: 161px;height: 37px;display: block;float:left;clear:both;margin-left: -10px;margin-bottom: 0px;}
.nav-bg a{width: 87%;height: 36px;display: block;margin:auto;font: 17px/34px "微软雅黑";color: #fff;text-align: center;}
.left_top{width:150px; height:60px;display: block;float:left;margin-left:0;}