*{ margin:0; padding:0;}
body{overflow-x:hidden;  width: 100vw; overflow-x: hidden;}
html{overflow-x:hidden;  width: 100vw; overflow-x: hidden;}
ul{ margin:0; padding:0;}
li{list-style:none;font-family:"Microsoft YaHei","arial","微软雅黑","verdana","宋体";}
.clear {height:0px;clear:both;}
textarea{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
div{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";}
p{font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体"; margin:0; padding:0;}
a{text-decoration:none;font-family:"Microsoft YaHei","arial","微软雅黑","黑体","verdana","宋体";cursor:pointer;}
a:hover{text-decoration:none;}
img{ border:none;image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */}
.px-0{ padding:0 0;}

.mx-0{ margin:0 0;}
.mbpx-0{padding:0 0;}
html {
          font-size: 100px; /*根元素默认的大小是16px*/
        }
.max-1920{ max-width:1920px !important; margin:auto;}		
	
@media screen and (max-width: 1680px){
	html{
		font-size:86px;
	}
}		
@media screen and (max-width: 1440px){
	html{
		font-size:78px;
	}
}

@media screen and (max-width: 1200px){
.hidden-1280{ display:none !important;}
}
@media screen and (max-width: 1024px){
	html{
		font-size:60px;
	}
}
@media screen and (max-width: 768px){
	html{
		font-size:60px;
	}
	
}

.pagination p {
	margin: 0;
	cursor: pointer;
	
}
.pagination {
	height: 35px;
	text-align: center;
	width:100%;

	margin-bottom:1rem;
}
.pagination a {
	display: inline-block;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	
	text-decoration: none;
	
	font-size: 14px;
	
	text-align: center;
	color: #455b92;
	transition:all 0.3s ease-in-out;
	border-radius: 50%;

}
.pagination a:hover {
	background: #455b92;
	color: #fff;

}
.pagination a.cur {
	display: inline-block;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	
	text-decoration: none;

	font-size: 14px;
	text-align: center;
	
	transition:all 0.3s ease-in-out;
	background: #455b92;
	border-radius: 50%;
	color: #fff;
}
.pagination p {
	display: inline-block;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #6c6c6c;
	text-align: center;
	color: #455b92;
	border-radius: 50%;
	margin-right: 8px;
	
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #fe6600;
	
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #fe6600;
	border-radius:50%;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
.pagination .page_xyy {
	width: 50px;
	height: 28px;
	
	border:none;
	line-height: 28px;
	
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;
	display: none;

	
}
.pagination .page_xyy:hover{ 
	
		border:#4186e4 1px solid;
	background: #4186e4;
	color: #fff;
}
.pagination .page_syy {
	 width: 50px;
	height: 28px;
	line-height:28px;
	border:none;
	text-decoration: none;
	color: #6c6c6c;
	font-size: 14px;
	text-align: center;
border:#dddddd 1px solid;
	background: #f5f5f5;
	color: #565656;

	transition:all 0.5s ease-in-out;
	display: none;
	

}
.pagination .page_syy:hover{ 
	border:#4186e4 1px solid;
	background: #4186e4;
	color: #fff;
	}
.pagination .page_shouye {
	width: 39px; 
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none;
}

.pagination .page_weiye {
	width: 39px;
	height: 39px;
	border-radius:50%;
	padding: 0;
	margin-top: 4px;
	background:none;
	display:none; 

}
/*mask*/
.mask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.mask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.readmask {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.readmask:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.isPlay:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";

  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
}


@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

@font-face {font-family:'bebas';src: local('bebas'), url(../img/bebas.woff) format('woff');}

div.publicheadback{ width:100%; height:100vh; position: relative;}

div.publicheadbg{ width:100%; height:100%; position: absolute; top: 0; left: 0;}

div.publicheadtop{ width:100%; margin: auto; height: 144px; transition: all 0.36s ease-in-out; position: absolute;z-index: 999; top: 0; padding:0 28px; transition: all 0.36s ease-in-out;}
div.publicheadtopys{ background: #183883;}

div.publicheadlogo{ width: 275px; height: 69px;  float:left; margin-top: 39px;position: relative; z-index: 999;}

div.publicheadbutton{ width: 180px; height: 69px; position: absolute; right: 0; top: 38px; background: #fff; line-height: 69px; text-align: center; border-top-left-radius: 8px; border-bottom-left-radius: 8px; color: #183883; font-size: 24px; cursor: pointer; z-index: 999999;}

div.publicheadbutton span{font-family: "Noto Serif SC";  font-size: 18px; text-transform: uppercase; font-weight: 600;}

div.publicheadbutton:hover{ background: #183883; color: #fff;}

div.publicheadbutton:hover span{ color: #fff;}

div.publicheadbuttonshow{ background: #183883; color: #fff;}

div.publicheadbuttonshow span{ color: #fff;}



div.publicheadbutton::before{ width: 25px; content: ''; display: block; height: 1px; background:#fff;  position: absolute; left: 50%; top: 0; margin-left: -12.5px;  transition: all 0.36s ease-in-out;opacity: 0;}

div.publicheadbutton::after{ width: 25px; content: ''; display: block; height: 1px; background:#fff;  position: absolute; left: 50%; top: 0; margin-left: -12.5px; transition: all 0.36s ease-in-out; opacity: 0;}

div.publicheadbuttonshow::before{ opacity: 1; -webkit-transform: rotate(45deg);  }

div.publicheadbuttonshow::after{ opacity: 1; -webkit-transform: rotate(-45deg);}

div.publicheadxlback{ width:100%; height: auto; position: fixed; left: 0; top: 0; transition: all 0.36s ease-in-out; z-index: -1;} 

div.publicheadxlbackshow{ z-index: 100;}

div.publicheadxlbackshow div.publicheadxlbg{  opacity: 1; visibility: visible;}

div.publicheadxlbackshow div.publicheadxlfmainbg{ margin-top: 0; opacity: 1; visibility: visible;transition: all 0.7s cubic-bezier(1,1,1,1) 0s;}

div.publicheadxlbg{ width:100%; height:144px;background: #183883; opacity: 0; visibility: visible; transition: all 0.36s ease-in-out; }
div.publicheadxlfmainbg{  margin-top: 30px;  width: 100%; height: auto; background: #fff ;opacity: 0; visibility: hidden; transition: all 0.5s ease-in-out; }
div.publicheadxlfmain{  float:right; width: calc(100% - 450px); height:auto; margin: auto;  padding-bottom: 109px; display: flex; justify-content: space-between; flex-flow: nowrap;}

div.publicheadxlfnav{ height: 144px; text-align: center; width: 100%; position: relative;}
div.publicheadxlfnav:hover div.publicheadxlnewbg_1{ opacity: 1 ;height: 144px;}
div.publicheadxlnewbg_1{ width: 100%; height:0; background: #183883;  position: fixed; top: 0; left: 0; opacity: 0; transition: all 0.36s ease-in-out; }
div.publicheadxlnewbg_12{ width: 100%; height:0 !important; background: #183883;  position: fixed; top: 0; left: 0; opacity: 0!important; transition: all 0.36s ease-in-out; }
div.publicheadxlfnav:hover div.publicheadxlnew{ opacity: 1 ;  visibility: visible ;top: 144px;  }
div.publicheadxlnew{ width:100%; height: auto; position: fixed; top: 160px; background: #fff  url("../img/xlbg.jpg") center no-repeat; left: 0; padding-top: 23px; padding-bottom: 60px; opacity: 0; visibility: hidden; transition: all 0.36s ease-in-out;}
div.publicheadxlnew2{ width:100%; height: auto; position: fixed; top: 160px!important; background: #fff; left: 0; padding-top: 23px; padding-bottom: 60px; opacity: 0!important; visibility: hidden !important; transition: all 0.36s ease-in-out;}

div.publicheadxlnewcont{ margin: auto; width:898px;}

div.publicheadxlnewconttwol{ width: 437px; height: auto; float: left;}

div.publicheadxlnewconttwol_t{ width:179px; height: 90px; float: left; margin-left:  39px; line-height: 90px; color: #7b7b7b; font-size: 16px; text-align: left; }

div.publicheadxlnewconttwol_t a{color: #7b7b7b; font-size: 16px;}

div.publicheadxlnewconttwol_t a:hover{ font-weight: 700; color: #183883;}

div.publicheadxlnewconttwor{ width: 461px; height: 249px; float: left; border-radius: 8px;}

div.publicheadxlfnav_t{ width: 100%; height: 144px; line-height: 144px;text-align: center;   color: #ffffff; font-size: 16px; font-weight: 700; position: relative; z-index: 999;} 

div.publicheadxlfnav_t a{ color: #ffffff; transition: all 0.36s ease-in-out;}

div.publicheadxlfnav_t a:hover{color: #fff; }

div.publicheadxlfnav_terji{ width: 100%; height: 62px; line-height:62px; color: #7b7b7b; font-size: 16px; opacity:0;   visibility:hidden; transition:all 0.36s ease-in-out; background:#fff;}

div.publicheadxlfnav:hover div.publicheadxlfnav_terji{opacity:1; visibility:visible;}

div.publicheadxlfnav_terji a{ color: #7b7b7b;}

div.publicheadxlfnav_terji a:hover{ color: #183883; font-weight: 700;}

div.indexbannerword{ width: 9.8rem; height: 1.65rem; position: absolute; left: 50%; margin-left: -4.9rem; top: 50%; margin-top: -1.5rem;}

div.indexbannerword img{ width: 100%; height: 100%;}

div.indexoneback{ width: 100%; height: auto; padding: 0 15px; padding-bottom: 25px; padding-top: 22px; background: url("../img/indexonebg.jpg") 50%/cover no-repeat;}

div.indexone_tcn{ width: 100%; height: auto; line-height: 35px; text-align: center; color: #183883; font-size: 22px; font-weight: 700;  }


div.indexone_tcn img{ position: relative; z-index: 100; margin-right: 0.25rem;}

div.indexone_tcn span{ position: relative; z-index: 100;}

div.indexone_ten{ width: 100%; height: 29px; line-height: 29px; text-align: center; color: #183883; font-size: 18px; font-weight: 700; text-transform: uppercase; }

div.indexone_ten span{ position: relative; z-index: 100;}


div.indexone_desc{ width: 100%; max-width: 1280px; color: #585858; font-size: 16px; height: auto; line-height: 30px; margin: auto; margin-top: 20px; text-indent: 2em;}

div.indexonemorebk{ width:100%; height: auto; margin: auto; margin-top:20px;  position: relative;}

div.indexonemore_1{ width: 80vw; height: 80vw; background: url("../img/indexonemore1bg.jpg") center no-repeat; border-radius: 50%; display: table; z-index: 10; border: #e4eefe 12px solid; margin: auto;}

div.indexonemore_1cell{ width: 100%; height: auto; display: table-cell;vertical-align: middle; text-align: center;}

div.indexonemore_1pic{ width: 100%; height: 102px; line-height: 102px; text-align: center;}

div.indexonemore_1pic img{ display: inline;}

div.indexonemore_1cnt{ width: 100%; height: 45px; line-height: 45px; text-align: center; margin-top: 10px; color: #ffffff; font-size: 30px; font-weight: 100;}

div.indexonemore_1ent{ width: 100%; height: 28px; line-height: 28px; text-align: center; color: #ffffff; font-size: 12px; text-transform: uppercase; letter-spacing: 2px;font-family: "Noto Serif SC"; }

div.indexonemore_1morebt{ width: 100%; height: auto; line-height: 15px; text-align: center; margin-top: 46px; color: #ffffff; font-size: 12px;}

div.indexonemore_1 a{ width: 100%; height: 100%; display: table;}

div.indexonemore_2{ width: 80vw; height: 80vw; background: url("../img/indexonemore2bg.jpg") center no-repeat; border-radius: 50%; display: table;    opacity: 1;border: #edf7e3 12px solid;margin: auto;}

div.indexonemore_2hover{animation: indexonertmore 0.1s  linear 1 forwards ;}

div.indexonemore_2 a{ width: 100%; height: 100%; display: table;}

@-webkit-keyframes indexonertmore {
    0% { 
      opacity: 1;
            right: 0;
		 z-index: 100;
    }
 
    100% { 
       opacity: 1;
      
		 z-index: 100;
       
    }
}

@-webkit-keyframes indexoneltmore {
    0% { 
      opacity: 1;
            left: 0;
		z-index: 100;
    }

    100% { 
       opacity: 1;
     
		 z-index: 100;
        
    }
}

div.indexonemore_1hover{animation: indexoneltmore 0.1s  linear 1 forwards ;}

div.indexonemore_1:hover{ transform: scale(1.1);}
div.indexonemore_2:hover{ transform: scale(1.1);}
div.indexonemore_2:hover{ transform: scale(1.1);}

div.indextwoback{ width: 100%; height: auto; padding-top: 50px;  display: table; position: relative; overflow: hidden; background:url(../img/indextwoback.jpg) 50%/cover no-repeat;}

div.indextwocell{ width: 100%; height: auto; display: table-cell; vertical-align: middle; position: relative; top: 1.45rem;}

div.indextwopo{ width: 100%; position: absolute; left: 0; top: 0; height: 100%;}

div.indextwomain{ width: 12.8rem; margin: auto; }

div.indextwoico1{ width:0.5rem; height: 0.5rem; margin: auto; }

div.indextwoico1 img{ width: 100%; height: auto;}

div.indextwoico1t{ width: 100%; height: 22px; line-height: 22px; text-align: center; color: #183883; font-size: 14px;}

.current-chapter div.indextwoico1 img{ filter: brightness(10);}

.current-chapter div.indextwoico1t{ color: #fff;}

.ui-chapter:hover div.indextwoico1 img{ filter: brightness(10);}

.ui-chapter:hover  div.indextwoico1t{ color: #fff;}


div.indexfiveback{ width: 100%; height: auto; position: relative; background: url(../img/indexfivebg.jpg) 50%/cover no-repeat; padding-bottom: 20px; padding-top: 20px;}

div.indexfivezizhi{ width: 100vw; height: auto;  margin-top: 20px;}

#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}
.jquery-script-center ul {
	width: 212px;
	float: left;
	line-height: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.jquery-script-center a {
	text-decoration: none;
}
.jquery-script-ads {
	width: 728px;
	height: 90px;
	float: right;
}
.jquery-script-clear {
	clear: both;
	height: 0;
}

#wrap {
	/* fixed width, centered in viewport */
	width: 100%;
}
#showcase {
	width: 100%;
	height: 4.28rem;

}
#showcase img {
	cursor: pointer;
}
#item-title {
	color: #F31414;
	font-size: 29px;
	letter-spacing: 0.13em;
	text-shadow: 1px 1px 6px #C72B2B;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 22px;
}
.nav {
	text-align: center;
}
.nav > button {
	width: 64px;
	height: 36px;
	 background: none;
     border: none;
    outline: none;
    font-size: 0;
	cursor: pointer;
}

#get {
	font-size: 20px;
	text-align: center;
}
#download {
	margin: 8px auto;
	margin-top: 12px;
	display: block;
}
#license {
	font-size: 18px;
	text-align: center;
	margin: 0;
}
#share {
	position: absolute;
	left: 4px;
	top: 478px;
}
.fb-like {
	vertical-align: top;
}
.twitter-share-button {
	width: 84px !important;
	margin-left: 8px;
}
#credits {
	color: #c9c9c9;
	padding: 10px;
	border: 2px #999 dashed;
	position: absolute;
	right: 0;
	bottom: 83px;
}
#credits ul {
	font-size: 14px;
	list-style-type: none;
	padding-left: 2px;
	margin: 2px 0;
}
#credits .author {
	color: white;
}


div.indexfivejtleft{ width:0.48rem; height:0.48rem; position: absolute; left: 0.7rem; top: 40%; background: url("../img/indexfivejtl.png") center no-repeat; background-size:100%; z-index: 100; }
div.indexfivejtright{ width:0.48rem; height:0.48rem; position: absolute; right:0.7rem; top: 40%; background: url("../img/indexfivejtr.png") center no-repeat; background-size:100%; z-index: 100; }

div.indexfivenf{ color: #ffffff;  font-size: 24px; font-family:'bebas'; padding-left:15px;}

div.indexfivendesc{ width: 100%; height: 0.22rem; line-height: 0.22rem;white-space: nowrap; color: #fff; font-size: 14px; }



div.indexfivenf:hover{ color: #fad182;}

div.indexfivenf:hover div.indexfivendesc{ color: #fad182;}

div.indexfivenf:hover div.indexfivenquann{ background: #cf921c;}

div.indexfive_tbk{ width: 100%; height: auto; }

div.indexsixback{ width: 100%; height: auto; padding: 74px 0 180px; background:url("../img/indexxwbg.jpg") #edf2ff 50%/cover no-repeat;}

div.indexsixmain{ width: 100%; height: auto; margin: auto; margin-top: 0.8rem; padding: 0 15px;}

div.indexsixlist{ width: 100%; height:auto;  float: none;margin-left: 0; margin-bottom: 15px;}

div.indexsixlistpic{ width: 100%; height: 179px; overflow: hidden;border-radius: 7px;}

div.indexsixlistpicbg{ width: 100%; height: 100%; transition: all 2.1s cubic-bezier(.165,.84,.44,1) 0s;  }

div.indexsixlist_t{ width: 100%; height: auto; padding: 33px 0 21px; border-bottom: 1px solid #dce0ec; color: #434343; font-size: 18px; font-weight: 700; line-height: 26px; transition: all 0.36s ease-in-out;}

div.indexsixlist_desc{ width:100%; height: 50px; line-height: 25px; margin-top: 23px; margin-bottom: 27px; overflow: hidden; color: #858383; font-size: 14px; }

div.indexsixlist_more{ width: 158px; height: 30px; line-height: 30px; text-align: center; background: #5c84c8; color: #ffffff; font-size: 14px;}

div.indexsixlist:hover div.indexsixlistpicbg{ transform: scale(1.05)}

div.indexsixlist:hover div.indexsixlist_t{ color: #5c84c8;}

div.publicfooterbk{ width: 100%; height: 778px; background: url("https://pic01.sq.seqill.cn/uploads/image/20220420/f22a92fbd9205ca5d2df2873664ba54b.png") center no-repeat; position: relative; z-index: 10; margin-top: -106px;}

div.publicfooter{ width: 100%; height: auto; margin: auto;}

div.publicfooterleft{ float: none; width: 100%; height: auto; padding: 166px 15px 0; }

div.publicfooterleft_1{ height: 65px; line-height: 81px; color: #183883; font-size: 36px; font-weight: 700; margin-bottom: 5px;}

div.publicfooterleft_2{ height: auto; line-height: 33px; color: #183883; font-size: 14px;}

div.publicfooterleft_2 span{ color: #183883; font-size: 24px;   font-weight: 700;  opacity:0.8; letter-spacing: 2px;}

div.publicfooterleft_3ewm{ height: auto; margin-top: 10px;}

div.publicfooterleft_3ewm1{ width: 146px; float: left; margin-right: 28px; margin-left: 59px;}

div.publicfooterleft_3ewm1pic{  width: 100%; height: 100%;}

div.publicfooterleft_3ewm1pic img{ width: 100%; height: 100%;}

div.publicfooterleft_3ewm1_t{ width: 100%; height: 40px; line-height: 40px; text-align: center; color: #183883; font-size: 14px; }

div.publicfooterright{ width: 676px; height: auto; float: right; margin-top: 179px; display: none;}

div.publicfooterright_t{ width: 100%; height: 70px; line-height: 70px; text-align: center; color: #183883; font-size: 24px; margin-bottom: 23px; font-weight: 700;}

div.publicfooterright_t_nav{ width: 48%; height: 50px;  float: left; padding: 0 32px; overflow: hidden; margin-bottom:8px;  border-radius: 8px; background: rgba(255,255,255,0.5);}

div.publicfooterright_t_nav input{ width: 100%; height: 100%; display: block; background: none; border: none; outline: none; color: #235c9a; font-size: 14px;}

div.publicfooterright_t_nav input::placeholder{ color: #235c9a;}

div.publicfooterright_t_navblock{ width: 100%; height: 85px; padding: 10px 32px; background: rgba(255,255,255,0.5); border-radius: 8px;margin-bottom:8px; }

div.publicfooterright_t_navblock textarea{ width: 100%; height: 100%; display: block; background: none; border: none; outline: none; color: #235c9a; font-size: 14px;}

div.publicfooterright_t_navblock textarea::placeholder{color: #235c9a;}

div.publicfooterright_t_navmore{ width: 100%; height: 50px; background: #235c9a; border-radius: 8px; text-align: center; color: #fff;}

div.publicfooterright_t_navmore input{  width: 100%; height: 100%; background: none;  border: none;  outline: none; outline: none;  font-weight: 700;}

div.publicfooterbottomxx{ width: 100%; height: auto; line-height: 30px; background: #283042; padding: 5px 15px;}

div.publicfooterbottom{ width: 100%; height: auto; margin: auto;}

div.publicfooterbottom_l{  height: auto; float: none; line-height: 30px;  color: #70788a; font-size: 12px; }

div.publicfooterbottom_l a{ color: #70788a; transition: all 0.36s ease-in-out;}

div.publicfooterbottom_l a:hover{ color: #fff;}


div.indexthreeback{ width: 100%; height: auto; background: url("../img/indexthreebg.jpg") 50%/cover no-repeat; padding-top: 50px;}

div.indexthree_t{ width: 100%; height: auto; line-height: 35px; text-align: center; color: #242e0a; font-size: 22px; font-weight: 700;}

div.indexthree_t img{ margin-right: 0.25rem;}

div.indexthreemain{ width: 100%; height: auto; padding-bottom: 35px; margin: auto; margin-top: 30px;}

div.indexthreenav{ width: 50%; height: auto; float: left; background: rgba(255,255,255,0.3); border-radius: 18px; padding-top: 10px; transition: all 0.36s ease-in-out; padding-bottom: 10px;}

div.indexthreenav:hover{ background: rgba(255,255,255,1);}

div.indexthreenavpic{ width: 150px; height: 150px; margin: auto; border-radius: 50%;  overflow: hidden; margin-bottom: 20px;}

div.indexthreenavt{ width: 100%; height: 31px; line-height: 31px; text-align: center; color: #242e0a; font-size: 22px; font-weight: 700;}

div.indexfourbk{  width: 100%; height: auto; background: url("../img/indexfourbg.jpg") 50%/cover no-repeat;  padding-top: 0.75rem;}

div.indexfour{ width:100%; height: auto; margin: auto; position: relative; }

div.indexfournav1{ width: 50vw; height: 50vw;  background: url("../img/indexfour2.png") center no-repeat; background-size: 100%; float: left;}

div.indexfournav1cont{ width: 1.35rem; height: 2.3rem;  margin: auto;}

div.indexfournav1cont a{ display: block; width: 100%; height: 100%;}

div.indexfournav2{ width: 50vw; height: 50vw; background: url("../img/indexfour3.png") center no-repeat; background-size: 100%;float: left;} 

div.indexfournav3{ width: 50vw; height:  50vw; background: url("../img/indexfour4.png") center no-repeat; background-size: 100%;float: left;}

div.indexfournav4{ width: 50vw; height:  50vw; background: url("../img/indexfour5.png") center no-repeat; background-size: 100%;float: left;}

div.indexfournav5{ width: 50vw; height:  50vw; background: url("../img/indexfour6.png") center no-repeat; background-size: 100%;float: left;}

div.indexfournav6{ width: 50vw; height:  50vw; background: url("../img/indexfour7.png") center no-repeat; background-size: 100%;float: left;}

div.indexfournav7{ width: 50vw; height:  50vw; background: url("../img/indexfour1.png") center no-repeat; background-size: 100%;float: left;}

div.nybannerbk{width: 100%; height: auto; }

div.nynavback{ width: 1280px; height: 80px; margin: auto; background: url("../img/nynavbg.png") 50%/cover no-repeat;position: relative; margin-top: -40px; display: flex; justify-content: center; flex-flow: nowrap; display: none;}

div.nynav{ width: auto; height: 80px; line-height: 80px; text-align: center; font-size: 18px; color: #585858; transition: all 0.36s ease-in-out;  padding: 0 40px; position: relative; margin: 0 25px;}

div.nynav::before{ content: ''; display: block; width: 30px; height: 80px; position: absolute; left: 0; top: 0; background: url("../img/nynavhl.png") center no-repeat; transition: all 0.36s ease-in-out; opacity: 0;}
div.nynav::after{ content: ''; display: block; width: 30px; height: 80px; position: absolute; right: 0; top: 0; background: url("../img/nynavhr.png") center no-repeat; transition: all 0.36s ease-in-out; opacity: 0;}

div.nynav a{ color: #fff; display: block; width: 100%; height: 100%;}

div.nynav:hover a{ font-weight: 700;}

div.nynav:hover:before{ opacity: 1;}

div.nynav:hover:after{ opacity: 1;}

div.nynavhover a{ font-weight: 700;}

div.nynavhover::before{  opacity: 1;}

div.nynavhover::after{  opacity: 1;}

div.gywmone{ width: 100%; height: auto; margin: auto; padding: 0 15px; padding-top: 22px; padding-bottom: 28px;}

div.gywmone_cnt{ width: 100%; height: 55px; line-height: 55px; text-align: center; color: #183883; font-size: 40px; font-weight: 700;}

div.gywmone_ent{ width: 100%; height: 29px; line-height: 29px; text-align: center; color: #183883; font-size: 18px; font-weight: 700; text-transform: uppercase;}

div.gywmone_desc{ max-width: 1280px; width: 100%; height: auto; margin: auto; color: #585858; line-height: 30px; font-size: 16px; margin-top: 44px; text-indent: 2em; padding: 0 15px;}

div.gywmone_danye{max-width: 1280px; width: 100%; padding-bottom: 150px; height: auto; margin: auto; color: #585858; line-height: 30px; font-size: 16px; margin-top: 44px; } 
div.gywmone_danye img{ max-width: 100%;} 

div.gywmtwo{ width:100%; height:2.5rem; background: url("../img/gywm_1pic.jpg") 50%/cover no-repeat;}

div.gywmthreenumbk{ width: 100%; height: auto; margin: auto; margin-top: 27px; padding: 0 15px; }

div.gywmthreenav{  height: 81px; margin: auto;  }

div.gywmthreenav_l{ float: left; height: 81px; line-height: 81px; color: #1e1e1e; font-size: 72px; font-family: 'bebas';}

div.gywmthreenav_r{ float: left; margin-left: 12px; color: #585858; line-height: 81px; height: 81px; font-size: 16px;}

div.gywmfourback{ width: 100%; height: auto; padding: 54px 0 128px; background: url("../img/gywm_threebg.jpg") 50%/cover no-repeat;}

div.gywmfour{ width: 1052px; height: 500px; margin: auto; position: relative;}




div.gywmfonemore_1{ width: 500px; height: 500px; background: url("../img/gywmfour1.jpg") center no-repeat; border-radius: 50%; display: table; flex-shrink: 0; position: absolute; left: 0; top: 0; z-index: 10; border: #e4eefe 15px solid;}

div.gywmfonemore_1cell{ width: 100%; height: auto; display: table-cell;vertical-align: middle; text-align: center;}

div.gywmfonemore_1pic{ width: 100%; height: 102px; line-height: 102px; text-align: center;}

div.gywmfonemore_1pic img{ display: inline;}

div.gywmfonemore_1cnt{ width: 100%; height: 45px; line-height: 45px; text-align: center; margin-top: 10px; color: #ffffff; font-size: 30px; font-weight: 100;}

div.gywmfonemore_1ent{ width: 100%; height: 28px; line-height: 28px; text-align: center; color: #ffffff; font-size: 12px; text-transform: uppercase; letter-spacing: 2px;font-family: "Noto Serif SC"; }

div.gywmfonemore_1morebt{ width: 100%; height: auto; line-height: 15px; text-align: center; margin-top: 46px; color: #ffffff; font-size: 12px;}

div.gywmfonemore_1 a{ width: 100%; height: 100%; display: table;}

div.gywmfonemore_2{ width: 500px; height: 500px; background: url("../img/gywmfour2.jpg") center no-repeat; border-radius: 50%; display: table; flex-shrink: 0; position: absolute; right: 0; top: 0;  opacity: 1;border: #edf7e3 15px solid;}

div.gywmfonemore_2hover{animation: indexonertmore2 0.1s  linear 1 forwards ;}

div.gywmfonemore_2 a{ width: 100%; height: 100%; display: table;}

@-webkit-keyframes indexonertmore2 {
    0% { 
      opacity: 1;
            right: 0;
		 z-index: 100;
    }
 
    100% { 
       opacity: 1;
      
		 z-index: 100;
       
    }
}

@-webkit-keyframes indexoneltmore2 {
    0% { 
      opacity: 1;
            left: 0;
		z-index: 100;
    }

    100% { 
       opacity: 1;
     
		 z-index: 100;
        
    }
}

div.gywmfonemore_1hover{animation: indexoneltmore2 0.1s  linear 1 forwards ;}

div.gywmfonemore_1:hover{ transform: scale(1.1);}
div.gywmfonemore_2:hover{ transform: scale(1.1);}
div.gywmfonemore_2:hover{ transform: scale(1.1);}

div.gywmliming{ width: 100%; height: 2.5rem;}

div.gywmlimingtwo{ width: 100%; height: auto; padding: 20px 15px 90px; margin: auto;}

div.gywmlmlist{ width: 50%; height: auto; float: left; border-radius: 8px;  margin-bottom: 20px;}

div.gywmlmlist_l{ width: 100%; height:auto; float: none; border-radius: 8px;  overflow: hidden;}

div.gywmlmlist_lbg{ width: 100%;height:auto; transition: all 0.36s ease-in-out;}

div.gywmlmlist_lbg img{ max-width: 100%; height: auto;}

div.gywmlmlist:hover div.gywmlmlist_lbg{ transform: scale(1.1);}

div.gywmlmlist_r{ width: 100%; height: auto; margin-top: 16px; float: none; padding: 0 15px; }

div.gywmlmlist_r_t{ width: 100%; height: auto; line-height: 32px; font-weight: 700; margin-bottom: 24px; color: #434343; font-size: 24px;}

div.gywmlmlist_r_desc{ width: 100%; height: auto; line-height: 24px; color: #858383; font-size: 14px;}

div.gywmlmmain{ margin-top: 50px;}

div.gywmlmlist:nth-child(1){ background: #d8e0f6;}

div.gywmlmlist:nth-child(2){ background: #dcf8f6;}

div.gywmlmlist:nth-child(3){ background: #f4f2d7;}

div.gywmlmlist:nth-child(4){ background: #f6dfdb;}

div.gywmlmlist:nth-child(5){ background: #d8e0f6;}

div.gywmlmlist:nth-child(6){ background: #dcf8f6;}

div.gywmlmlist:nth-child(7){ background: #f4f2d7;}

div.gywmlmlist:nth-child(8){ background: #f6dfdb;}

div.gywmlmlist:nth-child(9){ background: #d8e0f6;}

div.gywmlmlist:nth-child(10){ background: #dcf8f6;}

div.gywmlmlist:nth-child(11){ background: #f4f2d7;}

div.gywmlmlist:nth-child(12){ background: #f6dfdb;}

div.fuwuoneback{ width: 100%; height: auto; margin: auto; padding-top: 52px; padding-bottom: 65px; background: url("../img/fuwuonebg.jpg") bottom center no-repeat;}

div.fuwulistbk{ width: 100%; height: auto; margin: auto; margin-top: 57px;}

div.fuwulist{ width: 50vw; height: 50vw; float: left; border: 15px solid #e9eef9; background: url("../img/fuwuone1.jpg") 50%/cover no-repeat; border-radius: 50%; display: table; margin-bottom: 25px;}

div.fuwulistcell{ width: 100%; height: 100%; display: table-cell; vertical-align: middle;}

div.fuwulistico{ width: 100%; height: auto; margin-bottom: 15px; text-align: center;filter: brightness(20);}

div.fuwulist_t{ width: 100%; height: 41px; line-height: 41px; text-align: center; color: #ffffff; font-size: 16px; font-weight: 700;}

div.fuwulist_ent{ width: 100%;  height: 27px; line-height: 27px; text-align: center; color: #ffffff; font-size: 12px; text-transform: uppercase;}

div.fuwulist:nth-child(2){ background: url("../img/fuwuone2.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(3){ background: url("../img/fuwuone3.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(4){ background: url("../img/fuwuone4.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(5){ background: url("../img/fuwuone5.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(6){ background: url("../img/fuwuone6.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(7){ background: url("../img/fuwuone7.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(8){ background: url("../img/fuwuone8.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(9){ background: url("../img/fuwuone9.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(10){ background: url("../img/fuwuone10.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(11){ background: url("../img/fuwuone11.jpg") 50%/cover no-repeat;}
div.fuwulist:nth-child(12){ background: url("../img/fuwuone12.jpg") 50%/cover no-repeat;}

div.fuwulist:hover{ transform: scale(1.1);}

div.zizhioneback{ width: 100%; height: auto; padding: 70px 0 50px; background: url("../img/zizhionebg.jpg") center no-repeat;}

div.zizhione{ width: 100%; height: auto; margin: auto; margin-top: 85px; overflow: hidden;}

div.zizhilist{ width: 50%; height: auto; float: left; margin-bottom: 20px; margin-left: 0;}

div.zizhionemore{ width: 180px; height: 60px; line-height: 60px; text-align: center; border: 1px solid #bfbfbf; border-radius: 35px; color: #646464; font-size: 14px;transition: all 0.36s ease-in-out; cursor: pointer; margin: auto; margin-top: 80px; display: none;}

div.zizhionemore:hover{  background: #646464; color: #fff;}

div.zizhione1back{ width: 100%; height: auto; padding: 70px 0 200px; background: url("../img/zizhitwobg.jpg") center no-repeat;}

div.zizhione1{ width: 100%; height: auto; margin: auto; margin-top: 85px; overflow: hidden;}


div.zizhione1more{ width: 180px; height: 60px; line-height: 60px; text-align: center; border: 1px solid #bfbfbf; border-radius: 35px; color: #646464; font-size: 14px;transition: all 0.36s ease-in-out; cursor: pointer; margin: auto; margin-top: 80px; display: none;}

div.zizhione1more:hover{  background: #646464; color: #fff;}

div.lichengback{ width: 100%; height: auto; margin: auto; padding-top: 35px; padding-bottom:70px;}

div.lichengmain{ width: 100%; height: auto; margin-top: 83px;}

div.lichenglist{ width: 100%; height: auto;  position: relative; }



div.lichenglistco{ width: 100%; height: auto; float: none; border-radius: 10px; background: #455b92;padding-bottom: 10px;}

div.lichenglistcoleft{ width: 203px; height: auto; float: none; margin-left: 45px; margin-top: 47px;}

div.lichenglistcoleft_1{ width: 100%; height: 74px; line-height: 74px; color: #ffffff; font-size: 48px; font-family: 'bebas'; margin-bottom: 8px;}

div.lichenglistcoleft_2{ width: 100%; height: auto; line-height: 28px; color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 38px;}

div.lichenglistcoleft_3{width: 100%; height: auto; line-height: 24px; color:#ffffff; opacity: 0.7; font-size: 14px;}

div.lichenglistcort{ width: 268px; height: 340px; float: none; margin-right: 12px; margin-top: 10px; border-radius: 10px; overflow: hidden; padding: 0 15px;}

div.lichenglistcortpic{ width: 100%; height: 100%;}

div.lichenglistco:hover div.lichenglistcortpic{ transform: scale(1.1);}

div.lichenglistcort1{ width: 268px; height: 340px;  margin-left: 12px; margin-top: 10px; border-radius: 10px; overflow: hidden;}

div.xwback{ width: 100%; height: auto; padding: 20px 0 178px;}

div.anlisanbk{ width: 1280px; height: auto; margin: auto; margin-top: 60px; padding-bottom: 30px; display: flex; flex-flow: nowrap;justify-content: space-between; display: none;}

div.anlinav{ width: auto; display: inline-block; padding: 0 36px; height: 60px; line-height: 60px; color: #5d5d5d; font-size: 16px; font-weight: 700; border-radius: 35px;}

div.anlinav a{ color: #5d5d5d; display: block; width: 100%; height: 100%;}

div.anlinav:nth-child(1){ background: #edf2ff;}

div.anlinav:nth-child(2){ background: #edfffe;}

div.anlinav:nth-child(3){ background: #fffeed;}

div.anlinav:nth-child(4){ background: #fff0ed;}

div.anlinav:nth-child(5){ background: #edfff0;}

div.anlinav:nth-child(6){ background: #edf2ff;}

div.anlinav:nth-child(7){ background: #edfffe;}

div.anlinav:hover{  background: #183883; }

div.anlinav:hover a{ color: #fff;}

div.anlinavhover{  background: #183883 !important; }

div.anlinavhover a{ color: #fff;}

div.anlilistback{ width: 100%; height: auto; margin: auto; padding: 38px 0 175px;}

div.anlilist{ float: left; width: 50%; height: auto; background: #183883; padding: 10px 10px 0;margin-bottom: 12px; }

div.anlilistpic{ width: 100%; height:auto; overflow: hidden; }

div.anlilistpic img{ width: 100%; height: 100%; transition: all 0.36s ease-in-out;}

div.anlilistt{ width: 100%; height:auto; line-height: 28px; height: 28px;  color: #ffffff; font-size: 14px; font-weight: 700;  text-align: center;  padding-bottom:7px; }

div.anlilist:hover{ background: #b08935;}

div.anlilist:hover div.anlilistpic img{ transform: scale(1.1);}

div.jiaruback{ width: 100%; height: auto; margin: auto; padding: 28px 0 129px;}

div.jiarulist{ width: 100%; height: auto; float: none !important; margin-bottom: 37px; background: #fff; border-radius: 8px; padding: 23px 44px 0 26px; transition: all 0.36s ease-in-out;}

div.jiarulisttop{ width:100%; height: auto; margin-bottom:10px; padding-bottom: 10px; }

div.jiarulisttopleft{ width: 100%; height: 67px; background: url("../img/jiarulogo.png") center no-repeat; float: left; transition: all 0.36s ease-in-out;}

div.jiarulisttoprt{  float: none; height: auto; line-height: 24px; text-align: center; color: #b5b4b4; font-size: 14px;transition: all 0.36s ease-in-out; margin-top: 5px;}

div.jiarulistbottom_l{ width: 100%; height: auto; float: left;}

div.jiarulistbottom_l_t{ width: 100%; height: 52px; line-height: 52px; overflow: hidden; color: #08060b; font-size: 18px; font-weight: 700;}

div.jiarulistbottom_l_d{ width: 100%; height: 144px; overflow: hidden; line-height: 36px; color: #8a8a8a; font-size: 14px;}

div.jiarulistbottom_r{ float: right; line-height: 19px; font-weight: 700;  color: #08060b; font-size: 14px; margin-top: 18px;transition: all 0.36s ease-in-out; }

div.jiarulist:hover{ background: #272727;}

div.jiarulist:hover div.jiarulisttopleft{ background: url("../img/jiarulogoh.png") center no-repeat;}

div.jiarulist:hover div.jiarulistbottom_l_t{ color: #efeeee; }

div.jiarulist:hover div.jiarulistbottom_l_d{ color: #8a8a8a;}

div.jiarulist:hover div.jiarulistbottom_r{ color: #cd0404;}

div.lianxiback{ width: 100%; height: auto; padding: 100px 0 234px;}

div.lianxione{ width:100%; height: 463px; margin: auto; }

div.lianxitwo{ width: 100%; height: auto; margin: auto; padding: 58px 0; background: #183883; }

div.lianxitwonav{ width: auto;    height: auto;
    float: none;
    margin-left: 30px !important;
    margin-bottom: 20px;}

div.lianxitwonavico{width: 29px;height: 38px;float: left;margin-right: 5px;}

div.lianxitwonavrt{width: auto;height: auto;float: left;margin-top: 5px;}

div.lianxitwonavrt_t{float: none;height: 25px;line-height: 25px;color: #ffffff;font-size: 16px;font-weight: 700;}

div.lianxitwonavrt_xx{ width: auto; height: auto; float: none; line-height: 25px;  color: #ffffff; font-size: 16px;font-weight: 700;}

div.lianxithree{ width: 1280px; height: auto; margin: auto; padding-top: 64px; padding-bottom: 59px; background: #262626; display: none;}

div.lianxithree_ent{ width: 100%; height: 47px; line-height: 47px; text-align: center; color: #ffffff; font-size: 36px; font-weight: 700;}

div.lianxithree_cnt{ width: 100%; height: 40px; line-height: 40px; text-align: center; color: #ffffff; font-size: 24px; font-weight: 700; margin-bottom: 24px;}

div.lianxithree_form{ width: 100%; height: 58px; display: flex; flex-flow: nowrap; justify-content: center;}
 
div.lianxithree_formnav{ width: 291px; height: 58px; border-bottom: 1px solid #fff; margin:0 22px;}


div.lianxithree_formnav input{ width: 100%; height: 100%; display: block;  background: none; border: none; outline: none; color: #fff; font-size: 14px;}

div.lianxithree_formnav input::placeholder{ color: #fff;}

div.lianxithree_formtj{ width: 151px; height: 60px; background: url("../img/tijiaobg.png") center no-repeat; margin: auto; margin-top: 48px;}

div.lianxithree_formtj input{ width: 100%; height: 100%; display: block;  background: none; border: none; outline: none; color: #fff; font-size: 0; cursor: pointer;} 

div.tuanduione{ width:1280px; height: auto; margin: auto; padding-top: 60px; position: relative;}

div.tuanduionelist{ width: 100%; height: 490px; }

div.tuanduionelist img{ width: 100%; height: 490px;}

div.tuanduionelist_t{ width: 100%; height: 86px; line-height: 86px; text-align: center; color: #585858; font-size: 18px;}

div.tuanduioneqh{ width: 100%; height: auto; overflow: hidden;}

div.tuanduileft{ width: 48px; height: 48px; position: absolute; left: -75px; top: 50%; margin-top: -24px; cursor: pointer; background: url("../img/indexfivejtl.png") center no-repeat; outline: none;}

div.tuanduiright{ width: 48px; height: 48px; position: absolute; right: -75px; top: 50%; margin-top: -24px; cursor: pointer; background: url("../img/indexfivejtr.png") center no-repeat;  outline: none;}

div.tuanduitwo{ width:1280px; height:auto; margin: auto; padding: 65px 0 220px;  position: relative;}

div.tuanduitwonav{ width: 300px; height: auto;}

div.tuanduitwonavpic{ width:300px; height: auto; margin-bottom:33px;}

div.tuanduitwonavpic img{width: 300px; height: auto;}

div.tuanduitwonavt{ width: 100%; height: 46px; line-height: 46px; color: #585858; font-size: 30px; overflow: hidden;}

div.tuanduitwonav_d{ width: 100%; height: 29px; line-height: 29px; overflow: hidden; color: #585858; font-size: 14px;}

div.tuanduitwonav_desc{ width: 100%; height: auto; border-top: 1px solid #d0d0ce; padding-top: 11px; line-height: 29px; color: #737372; font-size: 14px; }

div.tuanduitwonav_desct{ font-weight: 700;}

div.tuanduitwoleft{ width: 48px; height: 48px; position: absolute; left: -75px; top: 50%; margin-top: -154px; cursor: pointer; background: url("../img/tuanduitwoleft.png") center no-repeat; outline: none;}

div.tuanduitworight{ width: 48px; height: 48px; position: absolute; right: -75px; top: 50%; margin-top: -154px; cursor: pointer; background: url("../img/tuanduitworight.png") center no-repeat; outline: none;}

div.nyxxbk{ width: 100%; height: auto; margin: auto; padding-bottom: 165px;}



div.nyxxback{ width:100%; max-width: 1280px;  height:auto; margin:auto; margin-bottom:15px; padding-top: 50px; margin-top: 35px;}

div.nyxxback33{ width:100%; max-width: 1280px;  height:auto; margin:auto; margin-bottom:15px;  }



div.xinwenxxback{ width:100%; height:auto; margin:auto; padding: 0 15px;}

div.xinwenxxtopdata{  width:100%; height:auto; padding-top: 5px; border-bottom:#d0d0d0 1px solid; line-height:38px; text-align:left; color:#a2a2a2; font-size:12px;}

div.xinwenxxtoptitleback{ font-weight:700;  width:100%; height:auto; line-height:48px; text-align:left; color:#323232; font-size:36px;}
 
div.xinwenxxtopcontent{   width:100%; height:auto; line-height:30px; color:#666; font-size:16px; }

div.xinwenxxtopcontent img{display:block;margin:auto;  max-width:100%; }

div.xinwenxxtopsyy{ width:100%; float:none; transition:all 0.5s ease-in-out;}

div.xinwenxxtopsyytitle{ width:100%; margin:auto; line-height:29px; color:#7e7d7d; font-size:14px; }

div.xinwenxxtopsyytitle a{ color:#7e7d7d; transition:all 0.5s ease-in-out;}

.chapter-pointcell{ position: relative;}

.twohoverblock{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;}

.twohoverblock a{ width: 100%; height: 100%; display: block;}


