 .top-block {
	width: 100%;
	background-color: #641ce5;
	
	background-image: url(../images/home-hero-bg.png);
	background-image: url(../images/home-hero-bg.svg);
	background-image: url(../images/home-hero-bg.svg),-webkit-linear-gradient(270deg,rgba(112,20,232,1.00) 30.12%,rgba(14,94,207,1.00) 192.47%);
	background-image: url(../images/home-hero-bg.svg),-moz-linear-gradient(270deg,rgba(112,20,232,1.00) 30.12%,rgba(14,94,207,1.00) 192.47%);
	background-image: url(../images/home-hero-bg.svg), -o-linear-gradient(270deg,rgba(112,20,232,1.00) 30.12%,rgba(14,94,207,1.00) 192.47%) ;
	background-image: url(../images/home-hero-bg.svg),linear-gradient( 180deg,#7014e8 30.12%,#0e5ecf 192.47%) ;
	 
	 /* background-image:linear-gradient( 180deg,#7014e8 30.12%,#0e5ecf 192.47%);*/
	background-position: center center;
	height: 391px;
	position: relative;
} 
.bannerbg{ position: relative;
	margin: 0;
	padding: 0;
	width: 100%;margin-left: auto;margin-right: auto;
	height: 100%;
}
.bannerbg::before{
	width: 100%;position: absolute;
    top:0;
    left: 0;
	height: 100%;content: "";
	/*
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);*/
	background-image: url(../images/bannerinc.png);	
	background-position: 65% 100%;
	background-repeat: no-repeat;
	background-size:auto 75%;
	/*
	opacity:0.75;
	*/
}
.bannerbg .bbox {margin: auto;
    height: 100%; position: relative;
    width: 85%; min-width: 1400px; text-align: center;color:#fff;}
.navtop_ri li a span {
    color: #fff;
}
.animate {
    font-weight:400;line-height:0.36rem; position:absolute;left:15%;top:45%;
}
.wendong span {
    color: #bfa8e5;font-size:0.36rem;
    opacity: 0;
    transform: translate(-200px, 0px) scale(0.3);
    animation: leftRight 7s forwards;
	animation-iteration-count:infinite;  
	-webkit-animation-iteration-count:infinite;
}
.animate span {
    display: inline-block;
}
@keyframes leftRight {
  14% {
    transform: translate(50px, 0) scale(.7);
    opacity: 1;
    color: #46ddf0;
  }
  21% {
    color: #f5a3eb;
  }
  28% {
     transform: translate(0) scale(2);
    opacity: 0;
  }
  35% {
     transform: translate(0) scale(1);
    opacity: 1;
  }
  100% {
     transform: translate(0) scale(1);
    opacity: 1;
  }
}
.animate span:nth-of-type(2) {
  animation-delay: 0.1s;
}
.animate span:nth-of-type(3) {
  animation-delay: 0.2s;
}

.animate span:nth-of-type(4) {
  animation-delay: 0.3s;
}

.animate span:nth-of-type(5) {
  animation-delay: 0.4s;
}

.animate span:nth-of-type(6) {
  animation-delay: 0.5s;
}

.animate span:nth-of-type(7) {
  animation-delay: 0.6s;
}

.animate span:nth-of-type(8) {
  animation-delay: 0.7s;
}
.container{width:1400px;margin-left: auto;margin-right: auto;box-sizing: border-box; padding-top:0px;padding-bottom:60px;padding-left:50px;padding-right:50px; background-color:#fff;}
.container::after{content: ""; display:block;height:0;clear:both;}
.path {line-height: 50px;
    height: 50px;
    font-size: 14px;
    font-family: "宋体";
    color: #000;
    padding-left: 0px;}.path a{color: #000;}
.title_inner{font-size:0.16rem;}
.title_inner .h1,.title_inner .h3{font-size: 0.38rem;line-height: 56px;
    font-family: "微软雅黑", "宋体";
    text-align: center;
    padding: 26px 0 0px 0;
    font-weight: normal;}
.newsdeail .title_inner{padding-top: 20px;}
.newsdeail .title_inner .h1{padding: 0px 0 0px 0;}
.title_inner p{width: 72%;
    margin-right: auto;
    margin-left: auto;margin-top: 10px;color:#666;padding-bottom: 16px;}
.con_inner{padding-top:0px;font-size:0.15rem;line-height:1.9;    width: 100%;box-sizing: border-box;
    min-height: 1px;color: #5e5e5e;
    padding-right: 0px; padding-left: 0px;}
.con_inner::after{content: ""; display:block;height:0;clear:both;}
.con_inner a{text-decoration:underline;}
.con_inner a.bk {
    color: #5e5e5e;
}
.con_inner p,.con_inner div,.con_inner ul{margin-top:20px;}
.con_inner p,.con_inner div{margin-bottom:0px;}
.con_inner img{max-width:100%;height: auto;}
.con_inner h3{font-size:0.15rem;font-weight: 700;}
.bk_con_content h3{
    padding-left: 37px;
    width: 100%; position: relative;
    box-sizing: border-box;
    padding-top:1px;
    height: 32px;
    line-height: 32px;
    color: #3E3F41;
    font-weight: bold;
    background-image: url(../images/bk_con_content_h3_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 20px;
    background-size: auto 100%;
}
.bk_con_content h3::before{ position: absolute;left:0; top:0;font-size:0;content: ".";width:36px;height: 33px; background-image: url(../images/bk_con_content_h3_bg_arrow.png);
    background-repeat: no-repeat;
    background-position:14px center;  }
.bk_con_content h4{margin-top: 20px;}
.bk_con_content table{
    background-color: #CCC;
    width: 100%;
    margin-top: 20px;box-sizing:border-box;
    border: 0px solid rgba(183,183,183,1.00);
}
.bk_con_content table td{
	padding:6px; background-color:#FFF;box-sizing:border-box;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}
.bk_con_content table .lefttd{
	width:80px;
	text-align: center;
}
#contact img{vertical-align: middle;}

#liuyan{ 
	width:212px;margin-top:20px;margin-left: 3px;
}
#liuyan .loading{width:212px;height:250px;}
#liuyan .liuyan_cn{
	height:49px;
	width: 212px;
	overflow: hidden;
	background-image: url(../images/liuyan_cn.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#liuyan .box{
	width: 198px;padding-left:12px;padding-top:6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	background-image: url(../images/liuyan_boxbg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#liuyan table{
	margin: 0px;
	padding: 0px;
}
#liuyan td{
	margin: 0px;
	padding: 3px;
}
#liuyan td span,#liuyan td a{
	color:red;line-height:23px;
	font-size:11px;
	padding-left:2px;
}#liuyan td a {font-size:13px;color:#666; vertical-align:middle;}
#liuyan td input{
	font-size:13px;
	height:22px;
	line-height:23px;
	width:162px; vertical-align:middle;
	padding-left:6px;
	color:#7d7d7d;
	background-color:#ffffff;
	float:left;
	border: 1px solid #ccc;
}
#liuyan td img{vertical-align:middle;height:24px;}
#liuyan td textarea{
	font-size:13px;
	width:162px;padding-left:6px;height:76px;line-height:23px;
	color:#7d7d7d;
	background-color:#ffffff;float:left;border: 1px solid #ccc;
}
#liuyan td .button{
	width:69px;
	height:22px;
	background-image: url(../images/liuyan_botton.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;float:left;margin-right:23px;_margin-right:12px;
	padding: 0px;
}
#liuyan .bottom{
	width:212px;
	height:6px;font-size:0px;
	background-image: url(../images/liuyan_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#liuyan .span{display:none;}

.title_inner .listh5{ margin-left: 0px;
    height: 50px;line-height: normal;
    vertical-align: top;
    font-weight: normal;
    background-repeat: no-repeat;
    font-size: 22px;padding-top: 0px;
    color: #111;text-align: left;
    border-bottom: 1px solid #ccc;margin-bottom: 30px;margin-top:10px;}
.title_inner p.news{display: none;}
.info1 {line-height: 25px;padding: 12px 0px;padding-left: 2px;}
.info1 .pred{color: red;}
.newslist1 ul li{
    width: 100%;line-height: 25px;height:auto!important;min-height: 25px;display: block;
    padding: 12px 0px;
    border-bottom: 1px solid #EEE;
    color: #aaa;
} 
.newslist1 ul li::after{content: " ";
    height: 0;
    clear: both;display:block;}
.newslist1 ul li a{
    font-weight:normal;
    font-size: 15px;
    margin-left: 2px;color:#212529;
}
.newslist1 ul li a:hover{color:#512bd4;}
.newslist1 ul li strong{font-weight: normal;}
.newslist1 ul li span{float: right}   
.pages{padding: 12px 0px 12px 16px;line-height: 20px;margin-top: 30px;font-size:16px;color:#212529;}
.pages .page1{display: none;}
.pages ul,.pages li{display: inline-block;}
.pages a{font-family: Tahoma;    
    margin-right: 6px;
    border: 1px solid #E9E9E9;display: inline-block;}
.pages span.nolink{
    font-family: Tahoma;    
    margin-right: 6px;
    border: 1px solid #E9E9E9;display: inline-block; 
    
    line-height: 20px;color:#212529;}
.pages span.curp{ 
    background-color: #F8F8F8;
    padding: 2px 6px 2px;
    font-weight: bold;color:#212529;
}
.pages a.alink{padding: 2px 6px 2px;
    color: #555;}
.pages a.alink:hover {
    color: #512bd4;
    text-decoration: none;
    padding: 2px 6px 2px;
}
.pages a.prepage,.pages a.nextpage{display: none;}
.pages span.prepage,.pages span.nextpage{display: none;}
.pages .page2,.pages .page3{    font-family: Tahoma;
    margin-right: 6px;
    border: 1px solid #E9E9E9;display: inline-block;padding-left:16px;padding-right:12px;
    padding-top:2px;
    padding-bottom:2px;}
.pages .page3{}.pages .page3 select{line-height: 17px;height: 18px;}


/*
    <div class="pages"><div class="page1"><span class="pa11">共3页</span> <span class="pa12">页次:1/3 页</span></div>
<ul class="page-list"><li><span title="首页" class="nolink home">首页</span></li><li><span title="上一页" class="nolink prepage"><i class="fas fa-angle-left"></i></span></li><li><span title="第1页" class="nolink curp">1</span></li><li><a href="/zhishi/2.html" class="alink" >2</a></li><li><a href="/zhishi/3.html" class="alink" >3</a></li><li><a href="/zhishi/2.html" class="alink nextpage" ><i class="fas fa-angle-right"></i></a></li><li><a href="/zhishi/3.html" class="alink end" >末页</a></li></ul><div class="page2">16篇&frasl;页 共35篇</div> <div class="page3">转到&nbsp; <script  type="text/javascript">function PageSelect(targ, selObj, restore) { eval(targ + ".location='" + selObj.options[selObj.selectedIndex].value + "'"); if (restore) selObj.selectedIndex = 0; }</script><select name="PageSelect_1" id="PageSelect_1" onChange="PageSelect('self',this,0)"> <option selected="selected" value="">1</option> <option  value="/zhishi/2.html">2</option> <option  value="/zhishi/3.html">3</option>  </select> 页  </div></div>

*/

/*sn get*/
.content_t{margin-top: 20px;}
.content_t .box_t{padding:0.10rem;min-height:2.6rem;}
.content_t .box_t{
	    border-top-width: 1px;
	    border-right-width: 1px;
	    border-bottom-width: 1px;
	    border-left-width: 1px;
	    border-top-style: solid;
	    border-right-style: solid;
	    border-bottom-style: solid;
	    border-left-style: solid;
	    border-top-color: #CFCFCF;
	    border-right-color: #CFCFCF;
	    border-bottom-color: #CFCFCF;
	    border-left-color: #CFCFCF;line-height:1.9;color:#5e5e5e;max-width: 800px;margin-left: auto;margin-right: auto;
       padding-top:32px;padding-bottom: 32px;
}
.editor td{font-size: 14px; padding:3px;}
.editor td input ,.editor td img{vertical-align:middle;}
.editor td input.input1{max-width:300px;}
.content_t .box_t a{color:#0081cb;}.content_t .box_t a:hover{color: #D20000;text-decoration: underline;}

.con_inner .moban{ margin-left: 16.66666666%;margin-right: 16.66666666%;display: flex;
    flex-wrap: wrap;margin-top: 0;}
.con_inner .cms div, .con_inner .cms ul,.con_inner .blog div, .con_inner .blog ul {
    margin-top:16px;
}
.con_inner .cms{width: 50%;padding-right:24px;box-sizing: border-box;margin-top: 0;line-height:24px;color: rgba(0,0,0,.9);}
.con_inner .cms h2{text-align: center;padding-top:16px;font-size:22px;line-height:32px;font-weight: 500;}
.con_inner .blog{width: 50%;padding-right:24px;margin-right: -24px; box-sizing: border-box;margin-top: 0;line-height:24px;color: rgba(0,0,0,.9);}
.con_inner .blog h2{text-align: center;padding-top:16px;font-size:22px;line-height:32px;font-weight: 500;}
.con_inner .cms div.td,.con_inner .blog div.td{font-size: 0.15rem;margin-top:3px;}
.con_inner .cms ul,.con_inner .blog ul{margin-top:0px;}
.con_inner .td .a2{float: right;}
.con_inner .td .a2:hover{text-decoration: none;}
.con_inner .cms .map,.con_inner .blog .map{border: 1px solid #ddd;
    background-color: #f5f5f5;margin-top: 0;}
.con_inner .cms .map img,.con_inner .blog .map img{width: 100%; vertical-align: top;}
.moban li{padding: 28px;margin-bottom: 0px;padding-bottom: 0; background-color: #fff;}
.moban li .site{margin-top: 8px;}
.moban li h3{font-weight:500;margin-top:16px;font-size: 0.15rem;} .moban li h3 span{} .moban li h3 a{font-size: 0.15rem;text-decoration: none;}
.moban li .des{margin-top: 8px;}

@media (min-width: 992px) and (max-width: 1199px) {
	body{width:1200px;}
}
@media screen and (max-width: 991px){	
	.top-block {height:216px;max-height: 100vh;background-image:none; }
	.bannerbg::before{
	background-position:80% 65%;
	background-size:auto 50%;
		/*
		opacity:0.50;*/
	}
    .pages .page3{display: none;}
    
    .newslist1 ul li a{
    float: left;
    display: inline-block;
    width:70%;
}
	.container{width:100%;padding-bottom:32px;
    padding-left:10px;
    padding-right: 10px;}
    .bannerbg .bbox {    height: 100%;min-width: 100%;width:100%; }
	.animate {line-height:0.21rem;left:11%;top:55%;}
	.wendong span {font-size:0.21rem;	}	
	.title_inner .h1,.title_inner .h3{font-size: 0.21rem;line-height: 0.30rem;padding:12px 0 0px 0;} 
   .title_inner p{width:100%;margin-bottom: 0px;}
   .conleft{width:100%;display: block;float:none;}
  .conright{width:100%;float:none;margin-top:20px;}
    .bk_con_content h3{
        background-position: -170px center;
    }
    
    .bk_con_content table{width:100%;box-sizing:border-box; }
    .bk_con_content table td{
        padding:3px;font-size:14px;box-sizing:border-box;
    }
    .bk_con_content table .lefttd{
        width: 30%;text-align: center;
    }
    .bk_con_content table td:nth-child(1){width: 30%;text-align: center;}
    .bk_con_content table td:nth-child(2){width: 70%;}
    .bk_con_content table#pcprice td:nth-child(1){width:14%;}
    .bk_con_content table#pcprice td:nth-child(2){width:20%;}
    .bk_con_content table#pcprice td:nth-child(3){width:16%;}
    .bk_con_content table#pcprice td:nth-child(4){width:50%;}
    #liuyan{margin-left:auto;margin-right: auto;}
    .editor td{font-size:inhert; }
    .editor td:nth-child(1){width:1.00rem;}
    .con_inner img{height:auto;max-width:100%;}
   
    .con_inner .cms,.con_inner .blog{width: 100%;padding-right: 0px;}
    .con_inner .blog { margin-top: 16px;margin-right: 0px;}
    .con_inner .moban{ margin-left: auto;margin-right: auto;display: flex;}
}





