/* CSS Document */

*{text-overflow: ellipsis;
/*去掉移动端点击阴影方块*/
-webkit-tap-highlight-color:transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);}
html,body{ height:100%; width:100%;}
body{
	margin: auto;background-color: #A4A4FF;
	font-size: 14pxgundong;
	line-height:1.5;
	font-family: "微软雅黑", "宋体", Arial;
	color: #000; min-width:1024px;/* overflow-x:hidden;*/ padding:0px; font-size:16px;
}
input,textarea{font-family: "微软雅黑", "宋体", Arial;}
body,div,pre,code,form,fieldset,legend,input,button,textarea,th,td,.about p,.mingxing p{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px;}
:focus{outline:none;}/*聚焦边框样式取消*/
table{
border-collapse: collapse;
}
a{
color: #000;
text-decoration: none;	text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
a:hover{
	color: #FE0000;
}
.swiper-slide img{ display:block}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img[align="left"]{ margin-right:10px;}
img[align="right"]{ margin-left:10px;}
ul{  	margin: 0px;
	padding: 0px;
}
li{
	list-style-position: inside;
}
.nav li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div,span{text-overflow: ellipsis;}
.clear{ clear:both}

/*垂直居中*/
.center{ display: flex;
    justify-content:center;
    align-items:center;}
/*图片放大*/
.fd img{    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;}
.fd:hover img{    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.fl{ float:left}
.fr{ float:right}

.xuanzhuan:hover img{
 -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 10ms;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 10ms;
    -webkit-animation: rotate 30ms linear infinite;
    -moz-animation: rotate 30ms linear infinite;
    -o-animation: rotate 30ms linear infinite;
    animation: rotate 30ms linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
/*
*{box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; }*/

.clear{ clear:both;}
.box{ width:960px; margin:auto; position:relative; }
#top{
	background-image: url(images/bjing.jpg);
	background-repeat: repeat-x;
	background-position: center top; position:relative;
}

#top>div{
	min-height:220px;
	background-image: url(images/top.jpg?2022);
	background-repeat: no-repeat;
	background-position: right top; position:relative;
}
#top .top{	position:absolute;
	left:90px; bottom:10px;
	min-height:45px; line-height:45px;
	z-index:3;
	font-size: 40px;
	text-align: center;
	visibility: visible;
	color: #FFFFFF; cursor:default;}
#top .top:hover{ color:#000000;}
#top .nowdate{ bottom:10px; right:10px; position:absolute; font-weight:bold; line-height:20px;}
#nav{
	background-color: #C0C0C0;
}
#nav ul{ padding:0; margin:auto;}
#nav ul ul{ display:none}
#nav ul li{
	padding:0;
	margin:0;
	list-style-type: none; width:calc(100% / 9 - 1px); text-align:center; float:left; line-height:32px;
}

#nav >ul>li>a{ display:inline-block; padding-left:20px; padding-right:20px; margin-top:5px; margin-bottom:5px;}
#nav >ul>li>a:hover{
	background-color: #4D48F4;
	color: #FFFFFF;
}
#nav ul:after{ content:''; clear:both;}
#foot{
	margin-top:20px;
	clear:both;
	font-family: "宋体";
	font-weight: bold; float:left; width:100%;
}
/*首页*/
.query{ background-color:#7575FF; padding-left:10px; padding-right:10px;}
.query .left{ float:left;padding-top:10px; padding-bottom:10px;}
.query .left .h1{ text-align:center; font-size:24px; line-height:1.5; /*color:#FFFFFF;*/}
.query .tip>span{	background-image: url(images/jt2.gif);
	background-repeat: no-repeat;
	background-position: left center; display:inline-block;}
.query .tip>span>a{	background-image: url(images/jt1.gif);
	background-repeat: no-repeat;
	background-position: right center;display:inline-block; padding-left:25px; padding-right:25px; font-size:18px; color:#FF0000;/* font-weight:bold;*/}
.query .tip>span>a:hover{ color:#000000;}
.query .right{ margin-top:20px; padding:10px; max-width:720px; margin:auto; margin-top:20px;}
.chaxunres .h1{ font-size:24px;}
.query .left+.right{ margin-left:200px; padding:0; max-width:100%;padding-top:10px; padding-bottom:10px; font-size:20px; margin:auto;}
.query .right .chaxun{ padding-top:5px; padding-bottom:5px; line-height:20px; color:#FFFFFF; }
.query .right .chaxun .item{ float:left;}
.query .right .it{ float:left;}
.query .right .name{ width:150px; text-align:right; }
.query .right .input{ float:left;margin-right:10px;margin-left:10px; }
.query .right .input input{ width:130px;padding-left:5px; padding-right:5px;border-radius:3px; border:none; height:22px; text-align:center; }
.query .right  button{width: 80px;
	font-family: "黑体";
	font-size: 18px;
	color: #FF9393; margin-left:10px;}
.query .right .chaxun .phone{ display:none}

.nei2 .query .right .input input{ width:90px;}
.nei2 .query .right .chaxun {float:left; width:100%;}
.nei2 .query{ margin-bottom:20px;}
/*最新公告*/
.notice{margin-top:2px;
	background-image: url(images/bj333.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 220px;

	background-color: #BEC1EB; min-height:328px; position:relative;
}
.notice .etitle{ text-align:center; line-height:33px; color:#FFFFFF;font-family: "隶书"; font-size:20px;}
.notice .econtent{ clear:both; padding:10px;}
.about{
	background-image: url(images/bt555.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 516px;	font-family: "隶书";
	font-size: 20px;
	text-align: justify;
	background-color: #CCE8F6; min-height:300px; position:relative; margin-top:2px; margin-left:2px; margin-right:2px;
}

.about .etitle{ text-align:left; line-height:33px; color:#FFFFFF;font-family: "隶书"; padding-left:35px; font-size:20px;}
.about .econtent{ clear:both; position:relative; padding-left:10px; padding-right:10px; line-height:1.2;}
.about .econtent .img{ position:absolute; top:10px; right:10px;}
.about .econtent .img+.right{ margin-right:200px;}
.about .econtent .more{
	text-align:right;
	font-family: "微软雅黑"; font-size:12px; padding-bottom:10px; line-height:22px;
}
.about .econtent .more a{ background-color:#2A53AB; color:#FFFFFF; display:inline-block; padding-left:10px; padding-right:10px;border-radius:10px;}
.about .econtent .more a:hover{ background-color:#D4410D}

.mingxing{margin-top:2px;
	background-image: url(images/bt6.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 220px;

	background-color: #B1DFF9; min-height:328px; position:relative;
}
.mingxing .etitle{ text-align:left; padding-left:35px;line-height:33px; color:#FFFFFF;font-family: "隶书"; font-size:20px;}
.mingxing .econtent{ clear:both; position:relative; padding-left:5px; padding-right:5px; line-height:1.2;}

.mingxing .econtent img{border: 2px outset #CCC; margin-bottom:5px;}
.yiqi{ clear:both; position:relative; padding-top:3px;}
.yiqi .etitle{ min-height:100px; background-color:#CAF0A4; width:20px; margin-right:3px; padding-left:5px; padding-right:5px; text-align:center; float:left;}
.yiqi .econtent{ margin-left:30px;}
.yiqi .econtent .picli{ float:left; margin-left:3px;}
.yiqi .econtent .picli:last-child{ margin-right:0;}
.yiqi .econtent .picli> img{ max-width:100px; max-height:100px;min-width:100px; min-height:100px;}
.yiqi .econtent .img{ display:none}
.yiqi .econtent .picli:hover .img{ position:absolute; z-index:2; left:0; bottom:0px; display:block;}



.indexnews { clear:both; margin-top:3px; float:left; width:100%;}
.news{
	float:left;
	width:calc(100% / 3);
	background-color:#B1DFF9;
	background-image: url(images/zxtitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.news .etitle{ text-align:center; color:#5E59FE; line-height:33px;}
.news .econtent{ padding:10px; min-height:250px; max-height:250px; float:left; width:100%;box-sizing:border-box; position:relative; clear:both; overflow:hidden;}
.news .econtent:after{
	content:'';
	position:absolute;
	left:0;
	top:5%;
	height:100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:rgba(255,255,255,0.5);
	border-left-color:rgba(0,0,0,0.2);
}
.indexnews .news:nth-child(1) .econtent:after{ display:none;}
.news .econtent .li{box-sizing:border-box; float:left; width:100%; padding-top:5px; padding-bottom:5px; position:relative; padding-left:15px; padding-right:10px; }

.news .econtent .li:before{ content:''; background-color:#5E59FE; height:5px; width:5px; left:0; top:15px;  position:absolute;}
.news .econtent .li a{color:#5948F4;max-height:3em; overflow:hidden; display:block;}
.news .econtent .li a:hover{color:#000000;}
.news .econtent .li .ntitle{ float:left;width:calc(100% - 90px); overflow:hidden;}
.news .econtent .li .date{ width:80px; float:right; font-size:14px;}

.news .more{ text-align:right; padding:10px; line-height:20px;}
.news .more a{
	background-color:#2A53AB;
	color:#FFFFFF;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	border-radius:10px;
	font-size:12px;
	/*font-family: "宋体";*/
}
.news .more a:hover{ background-color:#D4410D}


.guanzhu{ text-align:center; clear:both; padding-top:20px; float:left; width:100%; padding-bottom:20px; text-align:center;}
.guanzhu>div{ display:inline-block;}
.guanzhu .etitle{	color: #000;
	font-size: 24px;

	font-weight: bold; float:left; max-width:200px;	display: flex;
    justify-content:center;
    align-items:center; min-height:150px;}
.guanzhu .econtent{ margin-left:200px; }
.guanzhu .econtent .img{ float:left; margin-left:20px; margin-right:20px;}
.guanzhu .econtent .img img{ max-width:150px;}
.indexnews+.pro{background-color:#B1DFF9;}
.pro{ clear:both; margin-top:3px; float:left; width:100%;}
.pro .etitle{ display:none}
.pro .econtent{ padding:10px; position:relative;}
.pro .swiper-slide img{ max-width:100%;}

/*内页*/
#cms1 *,#cms *{ max-width:100%;}
/*.nei{ width:520px; margin:auto;}*/
.nei,.nei+.pro{ border-radius:0 0 5px 5px; overflow:hidden;}
.postion{ clear:both; padding-top:5px; padding-bottom:5px; background-color:rgba(255,255,255,0.6); line-height:25px;}
.postion b{ float:left; margin-left:5px; font-size:16px; font-weight:lighter;}
.postion .fl{ float:right; font-size:12px; margin-right:5px; }
.postion .fl,.postion .fl a{color:#666;}
#cms{ padding:30px; padding-left:30px; padding-right:30px;}
#cms,#cms1{box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; }
#cms .li{ float:left; width:100%;}
#cms  .li{
	box-sizing:border-box;
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
	padding-left:25px;
	padding-right:10px;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd; position:relative;*/
}
#cms  .li:after{
	content:'';
	position:absolute;
	left:0;
	width:100%;
	border-bottom-width:1px;
	border-bottom-style: dotted;
	border-bottom-color:rgba(0,0,0,0.3);
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgba(255,255,255,0.5);
}
#cms  .li:before{ content:'☆'; /*background-color:#5E59FE; */height:15px; width:15px; left:0; top:5px;  position:absolute;}
#cms  .li a{color:#5948F4;max-height:3em; overflow:hidden; display:block;}
#cms  .li a:hover{color:#000000;}
#cms  .li .ntitle{ float:left;width:calc(100% - 90px); overflow:hidden;}
#cms .li .date{ width:80px; float:right; font-size:14px; color:#333333;}

#cms1{ background-color:#7575FF; padding:30px; color:#FFFFFF;}
#cms1,#cms1 a{ color:#ffffff;}
#cms1 h1.h1{ text-align:center;}
#cms1 .info{ text-align:center;}
#cms1 .info span{ margin-right:5px;}
#cms1 .content{ padding-top:10px; padding-bottom:10px;}
#cms1 .content>.img{ float:left; max-width:200px; overflow:hidden;box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; margin-right:15px; }/*一张图片文字环绕图片*/
#cms1 .content>.img img{
	max-width:100%;
	border: 2px solid #ffffff; display:block;box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; margin-bottom:10px; 
}
#cms1 .content.proin>.img.ma+.right{ margin-left:220px;}/*多张图片则左右结果*/
#cms1 .content.proin>.left{ float:left; width:500px; }
#cms1 .content.proin>.left *{ max-width:100%;}
#cms1 .content.proin>.left+.right{ margin-left:520px;}
#cms1 .content.proin .left>.h2,#cms1 .content.proin .right>.h2{ text-align:center; font-size:18px; padding-bottom:30px;}
#cms1 .content.proin .right .item{ float:left; width:100%; padding-top:10px; padding-bottom:10px;}
#cms1 .content.proin .right .item b{ font-weight:lighter; float:left;}
#cms1 .content.proin .right .item span{ display:block; margin-left:160px;}
#cms1 .content.proin .right .back{ margin-top:20px; float:left; width:100%;}
.back{ text-align:center; line-height:35px; padding-top:10px; padding-bottom:10px;}
.back  a{
	background-color:#D4410D;
	color:#FFFFFF;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	border-radius:20px;
	font-size:14px;
	/*font-family: "宋体";*/
}
.back  a:hover{
	background-color: #FF9900;
}
.nei .notice,.pinpai{ min-height:420px; margin-top:0;}
.notice+#cms{  width:calc(100% - 220px);float:left;}
.notice+#cms.xgli{ width:calc(100% - 440px);float:left; margin-left:0;}
.pinpai{ float:right; width:220px; overflow:hidden;background-color: #86C2FF; }
.pinpai .etitle{	background-color: #86C2FF;
	text-align: center;
	font-family: "华文彩云";
	font-size: 30px;
	color: #FF9; float:left; width:100%;}
.pinpai .econtent{ padding:5px;}
/*.pinpai .econtent *{ max-width:100%;}*/
.pinpai .econtent .picli{ background-color:#7575FF; margin-bottom:5px; text-align:center;}
.pinpai .econtent .picli img{ width:100%;}
.nei,.nei+.pro{ background-color:#ACACFF;}
.nei2,.nei2+.pro{ background-color:#CDD7DC;border-radius:0;}
.nei3+.pro,.nei3 .notice+#cms1{ background-color:#CCE7F6; background-color:#86C2FF;}
.nei3 .notice+#cms1{ float:left; margin-left:0;width:calc(100% - 220px)}
.nei3 .notice{ min-height:410px;}
.nei3 #cms1,.nei3 #cms1 a{ color:#4D48F4;}
.nei3 #cms1{ font-size:18px;}
.nei3 #cms1 .back a{ color:#ffffff;}
.nei4 #cms1,.nei4+.pro{ background-color:#C8C8FF;}
.nei4 #cms1,.nei4 #cms1 a{ color:#000000;}
.nei4 #cms1 .back a{ color:#ffffff;}

.aboutin{ background-color:#D2D7D6;}
.aboutin >.img{ float:left}
.aboutin >.img+.right{
	margin-left:450px;
	color:#4D48F4;
	padding:10px;
	line-height:1.5;
	
}
.aboutin+#cms1{ padding-top:10px;}

.pages{ padding-top:20px; clear:both; text-align:center;}
.pagination{ clear:both; text-align:center; line-height:28px;}
.pagination li{
	display:inline-block;
	border: 1px solid #dddddd;
	padding-left:10px;
	padding-right:10px;
	margin: 0px; overflow:hidden; margin-left:2px; margin-right:2px;border-radius:3px; background-color:#FFFFFF;
}



.pagination li.active{ background-color:#4D48F4; color:#FFFFFF;border: 1px solid #4D48F4;}


.pagination li a{ color:#333333}

.fudong{ position:fixed; top:50px; left:0;}
.fudong .close{ /*position:absolute; left:0; bottom:0;*/ cursor:pointer;}






.qqbox{
	width:168px;
	height:auto;
	overflow:hidden;
	position:absolute;
	right:0;
	top:120px;
/*	color:#333;*/
	font-size:16px;
	letter-spacing:0px;
	z-index:101;
}
.qqbox,.qqbox a{	color:#ffffff;}
.qqbox a{
	text-decoration:underline;

}
.qqbox a:hover{
	text-decoration:underline;
	color:#FFCC00;
}
.qqbox .qqlv{
	width:20px;
	height:197px;
	overflow:hidden;
	position:relative;
	float:right;
	z-index:50;
}
.qqbox .close{
	width:20px;
	height:17px;
	overflow:hidden;
}
.qqbox .qqlv2{
	width:20px;
	height:181px;
	overflow:hidden;
}
.qqbox .qqkf{
	width:168px;
	overflow:hidden;
	right:0;
	top:0;
	z-index:99;
}
.qqbox .qqtop{
	width:168px;
	height:49px;
}
.qqbox .qqcenter{
	width:168px;
	overflow:hidden;
	background:url(images/tx/online_r7_c1.jpg) repeat-y left top; padding-top:10px; padding-bottom:10px;
}
.qqbox .qqcenter_box{
	width:160px;
	overflow:hidden; padding-bottom:5px; padding-top:5px;
}
.qqbox .qq1{

	font-weight:bold; text-align:center; font-size:14px;
}
.qqbox .qq_line{
	width:150px;
	height:1px;
	margin-top:2px;
	margin-bottom:6px;
	overflow:hidden;
	background:url(images/tx/online_r7_c1.jpg) no-repeat;
}
.qqbox .qq1_box{
	width:150px;

	text-align:left;
	overflow:hidden;
}
.qqbox .qq1_box ul li{


	margin-bottom:3px;
	list-style-type: none; text-align:center;
}



.qqbox .qq1_box ul li.tel{
	font-family: Georgia, "Times New Roman", Times, serif, Impact;
	font-size: 18px;
}
.qqbox .qqend{
	width:168px;
	height:81px;
}
.chaxunres{background-color:#C8C8FF; padding:20px;}
.chaxunres *{ max-width:100%;}
.chaxunres .font{ font-size:14px;}
.zsh { text-align:center;font-size:22px; font-weight:bold; padding-top:5px; padding-bottom:5px; line-height:1.5;}
.zsh1{}
.zsh2{}
.zsh3{}
.chaxunres .ztable {

	border: 1px solid #000000;font-size:14px; margin-top:20px;
}
.ztable .item{
	width:50%;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top:-1px;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	box-sizing:border-box;
	position:relative;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
}
.ztable .item b{ float:left; width:115px; text-align:right;}
.ztable .item span{ margin-left:120px; display:block;}

.ztable .item:after{ content:''; position:absolute; left:0; width:100%; bottom:0px;border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;}
.chaxunres .back{ clear:both;}
.cxcert.h1{ font-size:22px;color:#5353FF;}