@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: #fff; font-size: 12px;min-width: 1100px!important; font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; color: #444;}
a[title="站长统计"]{display: none;}
@media only screen and (min-width: 800px) {
	.pc-hide{display:none !important;}
}
.left{float: left;}
.right{float: right;}
.wrap{position: relative; width: 1100px; margin: 0 auto;font-size: 0;text-align: center;}
.hide{display: none;}
.sec1{background: url(../images/Bgimg1.jpg) no-repeat center top;background-size: auto 100%;height: 16.48rem;}
.sec2{background: url(../images/Bgimg2.jpg) no-repeat center top;background-size: auto 100%;height: 10.09rem;}
.sec3{background: url(../images/Bgimg3.jpg) no-repeat center top;background-size: auto 100%;height: 8.53rem;}
.sec4{background:#092674 url(../images/Bgimg4.jpg) no-repeat center top;background-size: auto 21.08rem;min-height: 21.08rem;}
.section{display: inline-block;width: 100%;float: left;}
.tit{display: inline-block;width: 100%;height: 1.28rem;background: url(../images/titBg.png) no-repeat center top;background-size: auto 100%;}
.tit h2{font-size: .44rem;font-weight: bold;color: #3986f8;line-height: 1.28rem;}
.tit h2::before{
	content: '';
	display: inline-block;
	width: 1.12rem;
	height: .01rem;
	background: url(../images/titL.png) no-repeat center top;
	background-size: 100% 100%;
	margin-right: .16rem;
	vertical-align: middle;
}
.tit h2::after{
	content: '';
	display: inline-block;
	width: 1.12rem;
	height: .01rem;
	background: url(../images/titL.png) no-repeat center top;
	background-size: 100% 100%;
	margin-left: .16rem;
	vertical-align: middle;
}
.cont{display: inline-block;width: 100%;}

/*banner*/
.banner-box{width: 100%;height: 849px;position: relative;background: url(../images/banImg1.jpg) no-repeat top center;font-size: 0; box-sizing: border-box;}
.banner-box .logo{width: auto; position: absolute;left: 0; top: 23px; cursor: pointer;display: block;z-index: 9;}
.banner-box .logo img{width: 100%;}
@keyframes shan{
    0%{transform: scale(.8); opacity: 1;}
    100%{transform: scale(1.2); opacity: 0;}
}

.Bandz{display: inline-block;width: 100%;margin-top: 4.94rem;}
.Bandz>div{display: inline-block;float: left;width: 3.38rem;height: 1.56rem;background: url(../images/banxq.png) no-repeat center top;background-size: 100% 100%;margin-right: .43rem;transition: all .5s;cursor: pointer;position: relative;z-index: 1;}
.Bandz>div:last-child{margin-right: 0;}
.Bandz>div:hover{transform: scale(1.05);}
.bandzxq .p1{font-size: .26rem;font-weight: bold;color: #e9fdff;width: 2.16rem;height: .47rem;line-height: .47rem;border-radius: .5rem;margin: .32rem auto .16rem;
	background: linear-gradient(to right, #2532a1 , #d08877);
}
.bandzxq .p2{font-size: .22rem;color: #fff;}
.banJT{display: inline-block;width: 100%;margin-top: .68rem;}
.banJT img{
	width: .57rem;
	-webkit-animation: scaleUp 1.2s infinite ease-in-out alternate;
	animation: scaleUp 1.2s infinite ease-in-out alternate;
}
.banmg1{position: absolute;width: 1rem;top: 2.05rem;left: .34rem;animation: xing 2s ease-in-out infinite;}
.banmg2{position: absolute;width: 1.72rem; top: 5rem;left: .82rem; animation: shan 3s infinite ease-in-out;}
.banmg3{position: absolute;width: 1.72rem; top: 5rem;right: .82rem; animation: shan 4s infinite ease-in-out;}
@keyframes xing {
  0%{
      transform: scale(0.5);
  }
  50%{
      transform: scale(1.5);
  }
  100%{
      transform: scale(0.5);
  }
}
@keyframes shan{
  0%{transform: translateY(0); opacity: 1;}
  100%{transform: translateY(-200px); opacity: 0;}
}
@keyframes scaleUp{
    0%{transform: translateY(-30px);}
    100%{transform: translateY(0);}
}
@keyframes scaleUp{
    0%{transform: translateY(-30px);}
    100%{transform: translateY(0);}
}
/* 背景效果 */
@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;
  }

/*sec01*/
.s1ct>div{
	display: inline-block;width: 100%;height: 700px;background: url(../images/s1Bg1.png) no-repeat center top;background-size: 100% 100%;
}
.s1ct .s1nr2{
	height: 544px;background: url(../images/s1Bg2.png) no-repeat center top;background-size: 100% 100%;
}
.s1ct{margin-top: .82rem;}
.hjTit>span{display: inline-block;float: left;}
.hjTit .sp1{margin-top: -.4rem;margin-left: 1.13rem;}
.hjTit .sp2{font-size: .3rem;color: #ffdfc2;line-height: .7rem;}
.hjTit .sp2 label{display: inline-block; margin: 0 0.05rem;}
.s1nr2{margin-top: .72rem;}
.hjBtm{display: inline-block;width: 9.5rem;margin-left: 0.64rem;margin-top: .88rem;}
.hjBT>div{
	display: inline-block;float: left;width: 1.78rem;height: 1.68rem;background: linear-gradient(to bottom, #154097 , #03165f);margin-right: .15rem;
}
.hjBT>div:last-child{margin-right: 0;}
.hjBxq .p1{margin-top: -.4rem;}
.hjBxq .p1 img{width: .78rem;animation: scr03-con01 3s ease-in-out infinite;}
.hjBxq .p2{font-size: .17rem;color: #5699ff;line-height: .26rem;margin-top: 0.15rem;}
.hjBxq .p3{display: inline-block;width: .3rem;height: .02rem;background: #2851a6;margin-top: .22rem;}
.zhhj .p3 {
    width: 100%;height: 0.4rem;background: transparent;font-size: .15rem;color: #5699ff;margin-top: 0.05rem;
}
@keyframes scr03-con01 {
  0%{
      transform: scale(0.9);
  }
  50%{
      transform: scale(1.1);
  }
  100%{
      transform: scale(0.9);
  }
}
.hjBtm>div{
	display: inline-block;float: left;width: 100%;
}
.hjBB>div{
	display: inline-block;float: left;
}
.hjBB{margin-top: .65rem;}
.hjBL{
	width: 2.13rem;height: 2.16rem;background: #09226f;margin-right: .2rem;overflow-y: scroll;
}
.hjBL ul{display: inline-block;width: 100%;}
.hjBL ul li{
	display: inline-block;width: 100%;line-height: .43rem;font-size: .18rem;color: #3a72ce;cursor: pointer;
}
.hjBL ul li.cur{color: #fff;font-weight: bold;background: linear-gradient(to bottom, #f0887d , #2864ca);}
.hjQh>div{
	display: inline-block;width: 3.54rem; height: 2.16rem; float: left;
}
.hjQh .hjbrImg{margin-right: .08rem;}
.ZJvideo{width: 100%;}
.hjQh>div img{width: 100%;height: 100%;}
.hjbrISp{background: #fff;}
.hjbrISp b{width: 100%; line-height: 0.48rem; font-size: .18rem; color: #a952f1; font-weight: bold; display: inline-block; vertical-align: middle;margin-top: .15rem;}
.hjbrISp b span{display: inline-block;margin: 0 .1rem;}
.hjbrISp p{width:96%; font-size: .16rem; color: #3a3a3a; line-height: 0.26rem;text-align: left; display: inline-block;margin: 0 2%;}
.hjbrISp p span{color: #a952f1;}
.hjBR>div{display: none;}
.hjBR .cur{display: block;}

/*修改某个div的滚动条样式*/
.hjBL::-webkit-scrollbar{
  width:5px;
  height:5px;
  /**/
}
.hjBL::-webkit-scrollbar-track{
  background: #444;
  border-radius:2px;
}
.hjBL::-webkit-scrollbar-thumb{
  background: #fff;
  border-radius:10px;
}
.hjBL::-webkit-scrollbar-thumb:hover{
  background: #fff;
}
.hjBL::-webkit-scrollbar-corner{
  background: #fff;
}
.s1nr2 .hjTit>span{
	float: right;
}
.s1nr2 .hjTit .sp1{
	margin-right: 1.13rem;margin-left: 0;
}
.s1spB{
	background: #0a2471;margin-top: .25rem;
}
.s1spB ul li{
	display: inline-block;float: left; width: 20%;line-height: .45rem;font-size: .18rem;color: #4f8ff1;
}
.s1spB ul li.cur{
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to bottom, #f0887d , #2864ca);
}
.s1spB ul li a{display: inline-block;width: 100%;}
.sphjBtm {
    margin-left: 0.4rem;width: 86%;
}
.sphjBtm>div{
	display: inline-block;width: 100%;
}
.sphjBtm .s1spT{
	margin-top: .25rem;
}
.s1spT>div{
	display: inline-block;float: left;
}
.s1spL{
	width: 4.42rem;height: auto;margin-right: .46rem;margin-left: .1rem;position: relative;
}
.s1spR{
	margin-top: .05rem;width: 47%;
}
.s1spR>div{
	display: inline-block;width: 100%;margin-bottom: .4rem;
}
.skxs>p{
	text-align: left;font-size: .17rem;color: #5699ff;
}
.skxs>p>span{color: #cb8678;}
.skxs .p1{
	font-size: .22rem;color: #c1daff;width: 1.64rem;line-height: .45rem;background: linear-gradient(to bottom, #154097 , #2861d8);border-radius: .5rem;text-align: center;margin-bottom: .15rem;
}
.s1spst{
	display: inline-block;width: 1.98rem;line-height: .45rem;background: linear-gradient(to bottom, #fff , #ffd4ad);border-radius: .5rem;font-size: .2rem;color: #502a0a;margin-top: .1rem;position: relative;z-index: 111;
}
.spZZ{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 111;cursor: pointer;display: none;background: url(../images/zgImg.jpg) no-repeat center top;background-size: 100% auto;}
/*视频*/
.videobox{width: 100%;display: inline-block;}
.videobox>div{display: inline-block;float: left;}
.video-l{width: 6rem;}
.video-l .video{width: 100%;height: 4.5rem;}
.video-r{float: left; width: 2.9rem;height: auto;margin-left: .1rem;
	background: #367ed4;
	background: -webkit-linear-gradient(top, #367ed4 , #85bef7); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #367ed4, #85bef7); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, #367ed4, #85bef7); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #367ed4 , #85bef7); /* 标准的语法 */
}
.spP {font-size: .24rem;color: #fff;width: 100%;line-height: .47rem;font-weight: bold;margin-top: 0.22rem;margin-bottom: 0.12rem;}
.video-r ul{width: 90%; height: auto;display: inline-block;margin: .05rem auto 0;border: .01rem solid #fff;padding-top: .12rem;}
.video-r ul li {display: inline-block;}
.video-r ul li a{font-size: 17px;height: .56rem; line-height: .56rem;display: inline-block;float: left;color: #fff;text-align: left;position: relative;width: 70%;border-bottom: .01rem dashed #fff;margin: 0 10%;padding-left: 10%;}
.video-r ul li a:last-of-type{border-bottom: none;}
.video-r ul li a>span{display: inline-block;width: .56rem;line-height: .2rem;border-radius: .5rem;font-size: .16rem;color: #377fd4;text-align: center;margin-left: .15rem;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff , #deeefd); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #fff, #deeefd); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, #fff, #deeefd); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #fff , #deeefd); /* 标准的语法 */
}
.video-r ul li a.on{font-weight: bold;color: #fbe0be;border-bottom: .01rem dashed #f1d8bd;}
.video-r .more {width: 90%; height: 48px; margin: .42rem auto .32rem; font-size: 18px; font-weight: lighter; text-align: center; line-height: 48px; color: #333;display: inline-block;background: #fff;}


.zhezhao {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, .9); z-index: 111; display: none;}
.popup {width: 915px; z-index: 111; display: none; border-radius: 12px; position: fixed; top: 50%; left: 50%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.popup .close {display: block; width: .35rem; position: absolute; top: -.4rem; right: 0;}
.popup .close img{width: 100%;}
.s1ts{
	font-size: .16rem;
    color: #2b6acf;
    text-align: right;
    margin-top: 0.1rem;
	display: inline-block;
	width: 100%;
}
/* section2 */
.s2ct{
	display: inline-block;width: 100%;
}
.s2T{
	height: 3.8rem;background: url(../images/s2TBg.png) no-repeat center top;background-size: auto 100%; margin-top: .65rem;
}
.s2T .nav{
	width: 74%;height: 1rem;background: url(../images/s2Icon3.png) no-repeat center .08rem;background-size: auto .61rem;margin-top: .54rem;display: inline-block;position: relative;
}
.s2T .nav a{
	width: 33.3%; display: inline-block;background: url(../images/s2Icon1.png) no-repeat center top;background-size: .21rem .21rem;float: left;
}
.s2T .nav a.cur{
	background: url(../images/s2Icon2.png) no-repeat center top;background-size: .21rem .21rem;
}
.s2T .nav a span{
	display: inline-block;font-size: .32rem;color: #3986f8;margin-top: 1.2rem;
}
.s2T .nav a.cur span{
	/* background-image:-webkit-linear-gradient(bottom,#d08877,#3986f8); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; */
	
	background-image: -webkit-linear-gradient(bottom,#3986f8,#d08877 , #d08877);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-weight: bold;
}
.s2T .nav a.s2a1{
	background: url(../images/s2Icon1.png) no-repeat center .56rem;
}
.s2T .nav a.s2a2{
	background: url(../images/s2Icon1.png) no-repeat center .4rem;
}
.s2T .nav a.s2a1.cur{
	background: url(../images/s2Icon2.png) no-repeat center .56rem;background-size: 0.21rem 0.21rem;
}
.s2T .nav a.s2a2.cur{
	background: url(../images/s2Icon2.png) no-repeat center .4rem;background-size: 0.21rem 0.21rem;
}
.txtCont{
	display: inline-block; width: 74%;margin:1.3rem 13% 0;
}
.txtCont .item{
	width: 30%;display: inline-block;float: left;
}
.txtCont .cur{
	width: 40%;height: 1.26rem;background: url(../images/s2BCur.png) no-repeat center top;background-size: auto 100%;
}
.txtCont .item p{
	font-size: .18rem;color: #5699ff;text-align: left;width: 80%; margin: .29rem 10% 0;
}
.txtCont .cur p{
	font-size: .2rem;color: #fff;line-height: .3rem;
}
.s2B>div{
	display: inline-block;float: left;
}
.s2B .s2BL{
	width: 2.13rem;height: 2.16rem;background: #0b2775;margin-right: .16rem;
}
.s2BL ul li{
	display: inline-block;width: 100%;line-height: .54rem;font-size: .2rem;color: #3a72ce;cursor: pointer;
}
.s2BL ul li.cur{
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to bottom, #f0887d , #2864ca);
}
.s2B{
	margin-top: .62rem;display: inline-block;
}
.s2bTs{
	display: inline-block;width: 100%;
}
.s2bTs p{
	font-size: .16rem;color: #2b6acf;text-align: right;margin-top: .2rem;
}
.s2bxq>div{
	display: inline-block;float: left;width: 4.29rem;margin-right: .08rem;
}
.s2bxq>div:last-child{margin-right: 0;}
.s2BR>div{
	display: none;
}
.s2BR .cur{
	display: inline-block;
}

/* section3 */
.s3T{
	display: inline-block;width: 100%;margin-top: .3rem;
}
.s3T>div{
	display: inline-block;float: left;width: 2.39rem;height: 3.26rem;margin-right: .3rem;cursor: pointer;
}
.s3T .s31{
	background: url(../images/s3img1.png) no-repeat center top;background-size: 100% 100%;
}
.s3T .s32{
	background: url(../images/s3img2.png) no-repeat center top;background-size: 100% 100%;
}
.s3T .s33{
	background: url(../images/s3img3.png) no-repeat center top;background-size: 100% 100%;
}
.s3T .s34{
	background: url(../images/s3img4.png) no-repeat center top;background-size: 100% 100%;margin-right: 0;
}
.s3T .s31.cur{
	background: url(../images/s3img1-1.png) no-repeat center top;background-size: 100% 100%;
}
.s3T .s32.cur{
	background: url(../images/s3img2-1.png) no-repeat center top;background-size: 100% 100%;
}
.s3T .s33.cur{
	background: url(../images/s3img3-1.png) no-repeat center top;background-size: 100% 100%;
}
.s3T .s34.cur{
	background: url(../images/s3img4-1.png) no-repeat center top;background-size: 100% 100%;margin-right: 0;
}

.s3xq>p{
	color: #3986f8;
}
.s3xq .p1{
	font-size: .28rem;font-weight: bold;margin-top: 0.58rem;margin-bottom: 0.23rem;
}
.s3xq .p2 {
    font-size: .16rem;text-align: left;width: 68%;padding: 0 16%;height: 1.15rem;
}
.s3T .s3xq .p3{
	width: 100%;line-height: .45rem;margin: 0 auto;
}
.s3T .s3xq .p3 a{
	display: inline-block;width: 1.43rem;height: 100%;font-size: .2rem;color: #fff;background: #3986f8;border-radius: .5rem;
}
.s3T .cur .p1{
	color: #fff;
}
.s3T .cur .p2 {
    color: #fff;
}
.s3T .cur .p3 a{
	color: #502a0a;background: linear-gradient(to bottom, #fff , #ffd4ad);
}
.s3T .s33 .p3 a{
	width: 1.62rem;
}
.s3T .s34 .p3 a{
	width: 1.62rem;
}
/* s3Form */
.s3F{
	display: inline-block;width: 100%;height: 2.34rem;background: rgba(57, 134, 248, .35);border-radius: .25rem;margin-top: .38rem;
}
.s3F>div{
	display: inline-block;float: left;
}
.s3F .s3fL{
	width: 4.67rem;margin-top: .35rem;margin-left: .32rem;
}
.s3F .s3fL img{
	width: 100%;
}
.s3fR{
	width:51%;margin-left: .38rem;
}
.s3fR .myform{
	width: 100%; clear: both; float: left; margin-top: .28rem;
}
.s3fR .myform ul{
	width: 100%; clear: both; float: left;
}
.s3fR .myform ul li{
	width: 2.5rem; height: .41rem; display: inline-block; line-height: .41rem;border: .01rem solid #3986f8;margin-right: .2rem;float: left;margin-bottom: .15rem;
}
.s3fR .myform ul li:nth-of-type(2n){
	margin-right: 0;
}
.s3fR .myform ul li:nth-of-type(3){
	margin-bottom: 0;
}
.s3fR .myform ul li span{
	width: .2rem;display: inline-block;float: left;color: #3986f8;
}
.s3fR .myform ul li input{
	width: 92%; height: .4rem; border: none;background: transparent;
	font-size: .18rem; line-height: .4rem; color: #3986f8;float: left;
}
.s3fR .myform ul li input::-webkit-input-placeholder{
	color: #3986f8;
}
.s3fR .myform ul .s3-btn{
	border: none;
}
.s3-btn a{
	width: 1.55rem; line-height: .43rem; display: inline-block;background: linear-gradient(to bottom, #fff , #ffd4ad);font-size: .18rem;color: #502a0a;border-radius: .5rem;
}

.xieyi{
	font-size: .15rem; color:#fff; line-height: .3rem; margin-top: .05rem; width: 100%; float: left;
}
.xieyi input[type=checkbox] {
	position: relative; width: 13px; height: 13px; padding: 0; margin-bottom: 0; border: none; border-radius: 2px; -webkit-appearance: checkbox;
}
.xieyi input[type=checkbox]::before {
	position: absolute; content: ""; top: 0; left: 0; background: #fff; width: 100%;  height: 100%; border: 1px solid #d9d9d9; border-radius: 2px;
}
.xieyi input[type=checkbox]:checked::before {
	position: absolute; content: "\2713"; 
	background-color: #fff; top: 0; left: 0; width: 100%; border: 1px solid #f00; border-radius:2px; 
	color: #f00; font-size: .16rem; font-weight: bold; text-align: center; line-height: 13px;
}
.myform h3{
	font-size: .26rem;font-weight: bold;color: #3986f8;margin-bottom: .12rem;
}
.myform h3 span{
	color: #ec9d90;
}

/* section4 */
.s4ct{margin-top: .48rem;}
#table01 tbody{margin-top: .18rem;}
.sec07-main .hd{background: #1849a5; padding: .19rem .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: .08rem .24rem;}
.sec07-main .hd ul li.on span{ border-radius: .18rem; color: #fff; font-weight: 600; padding: .08rem .24rem;background: linear-gradient(to bottom, #f0887d , #2864ca);}
.sec07-main .bd{background: #1849a5; border-radius: .35rem; padding: .25rem; margin-top: 0.26rem;padding-top: 0;}
.sec07-main .bd .kk{font-size: .18rem; color: #ff8657; line-height: 0.26rem;line-height: .68rem;}
.sec07-main .bd .p1{font-size: .28rem;font-weight: 500;color: #fff;line-height: .84rem;background: #2864ca;margin-left: -.25rem;border-top-left-radius: .35rem;border-top-right-radius: .35rem;width: 104.7%;}
.sec07-main .bd tr th{height: 0.62rem; line-height: 0.62rem; font-size: .18rem; color: #fff; font-weight: 600; background: #2967cd;}
.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 th:nth-child(4){width: 43%;}
.sec07-main .bd tr td{font-size: .17rem; color: #d7dff4; line-height: 0.28rem; background: #2967cd; padding: .26rem 0;}
.sec07-main .bd tr td.ss{background: #245ec2;}
.sec07-main .bd tr td.bx{border-bottom:  .01rem solid #3e6cbc;border-right:  .01rem solid #3e6cbc;}
.sec07-main .bd tr td.by{border-right: none;}
.sec07-main .bd tr td.zy{border-right: .01rem solid #3e6cbc;;}
.sec07-main .bd tr td.zh{padding-left: .2rem; text-align: left;width: 2.3rem;}
/* .sec07-main .bd tr td.bk{padding: 0.26rem 0;} */
.sec07-main .bd tr:nth-child(1) td:nth-child(1){border-right: none;border-bottom: none;}
.sec07-main .bd tr td.tbT{line-height: 0.28rem; font-size: .22rem; text-align: center; font-weight: 500; color: #fff; border-radius: .35rem 0 0 .35rem;background: #3175e1;border-right: none;border-bottom: none;}
/* .sec07-main .bd tr td:nth-child(4){text-align: left; padding: .16rem .1rem;} */
/* .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 span{color: #ff8657;}
.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;}












/*侧边导航*/
.lfNav{position: fixed;width: 240px;height: 464px;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:36px; width:36px; }
.mt185{margin-top: 158px;}
.nav-bg{width:92%;height: 42px;display: block;float:left;clear:both;}
.nav-bg a{width: 100%;height: 42px;display: block;margin:auto;font: 18px/42px "微软雅黑";color: #fff;text-align: center;}
.nav-bg a:hover{ color: #ff8657;}
.left_top {width: 58%;height: 60px;display: block;float: left;margin-left: 16%;margin-top: 62px;}