@charset "utf-8";
/*** 
 .ispc //PC专用
 .ismobile //移动专用
***/
/*初始化样式表*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }
h1,h2,h3,h4,h5,h6{ font-weight:400;}
a{ color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
ins{text-decoration: none;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word}

/* https://www.fjcoop.org.cn/news/zsdt/7441.html 兼容这种文章*/
.default-article-content *{
	max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}

/*icon 字体样式*/
@font-face {
  font-family: 'iconfont';  /* Project id 43068 */
  src: url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff2?t=1677572906105') format('woff2'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff?t=1677572906105') format('woff'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.ttf?t=1677572906105') format('truetype');
}
.tdy-icon,
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color:#a5a5a5;
}
/*避免延时加载时候幻灯片图片盒子被撑高*/
.ismobile .default-slider-2 img[src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC']{
	max-height:20px;
}
/*用户api端下拉刷新*/
#api_body{
	position: absolute;
    background: #fff;
    top: 0;
    z-index: 1;
    width: 100%;
}
#api_top{
	position:fixed;
    width: 100%;
	height:180px;
    text-align: center;
    background: #fff;
    color: #000;
	left: 0;
    top: 0;
	font-size:12px;
    /* display: none; */
    /* z-index: -222; */
}
#api_top #api_top_1{
	line-height: 80px;
}
#api_top #api_top_2{
	position: absolute;
	bottom:10px;
	width:100%;
	color: #dedede;
}
#api_top.api_top_1041{
	background-color: #000;
	color: #fff;
}
/*文章内容样式初始化*/
.default-article-content{
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
}
.default-article-content a{ color:blue;}
.default-article-content ul{ padding-left: 20px;}
.default-article-content li{ list-style-type: inherit;}
.default-article-content h1,
.default-article-content h2,
.default-article-content h3,
.default-article-content h4,
.default-article-content h5,
.default-article-content h6{
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
}
.default-article-content td{
	border:1px solid #333;
}
.default-article-content p{
	/*
	margin-top:1em;
	margin-bottom:1em;
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
	*/
	
}
.default-article-content img{
	max-width:100%;
	height:auto !important;
}
.ispc .default-article-content video{
	max-width:100%;
	max-height: 500px;
}
.ismobile .default-article-content video{
	max-width:100%;
}
.default-article-content table{
	max-width:100%;
}
/*控制网页宽度*/
.wp{ width:1188px; margin:0 auto;}
.w960 .wp, .w960 .w1188{ width:960px;}
.ismobile .wp,
.ismobile .w960 .wp,
.ismobile .w960 .w1188{
	width:auto;
	padding-left: 10px;
    padding-right: 10px;
}
/*浮动设置*/
.l,.left{float:left !important;}
.r,.right{float:right !important;}

/*清除浮动*/
.cl{zoom:1;}
.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*单行文本*/
.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}

/*边距*/
.ispc .mr0{ margin-right:0 !important;}

/*快转化 可见*/
.block{ display:block;}
.none{ display:none;}

/*页面加载中*/
#global_showload{background:url("{F file="images/showload.gif?11"}"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}
/*图片上传中状态*/
.imgloading{background:url({F file="images/load.gif?11"}); height: 100px; margin-top: -100px; position: relative;}
/*禁止编辑器上传本地视频*/
#videoTab #upload,#videoTab .tabhead span{ display:none;}
/*百度地图默认宽度*/
.ueditor_baidumap{ width:700px;}





/*分页按钮*/
.page{ font-size:14px; line-height:28px;}
.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}
.page a.a,.page a:hover{background:#ccc; color:#fff;}
/*默认导航样式*/
.default-pc-nav-menu{}
.default-pc-nav-menu li{ position: relative;}
.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}
.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}
.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}
.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}
.default-pc-nav-menu > li{ float: left;}
.default-pc-nav-menu li a em{ display: none; font-style:initial;}
.default-pc-nav-menu > li:hover > ul{display: block; background-color:#fff;}
.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}
.nav-thumb{ display:none} /*默认隐藏所有的导航图标，免的影响之前的网站*/

/*翻页样式*/
.pagination{
	margin-top:10px;
	padding:0 !important;
	background:rgba(0,0,0,0) !important;
}
.pagination li{
	padding:0 !important;
	margin:0 !important;
	margin-right:8px !important;
	border-radius: 3px !important;
	float:left;
	border: 1px solid #dedede !important;
	width:auto !important;
	overflow:hidden;
	background:#fff;
}
.pagination li a,.pagination li span{
	display:block !important;
	padding: 0 12px !important;
	width:auto !important;
	height:auto !important;
	margin:auto !important;
	line-height: 28px !important;
	border:none !important;
	float:none !important;
	border-radius: 0 !important;
	background:#fff !important;
	color:#666 !important;
}
.pagination li.active span,.pagination li:hover a{
	background: #ccc !important;
    color: #fff !important; 
}
.ismobile .pagination li a,.ismobile .pagination li span{
	font-size: 12px !important;
    width: 26px !important;
    line-height: 26px !important;
    text-align: center;
    padding: 0 !important;
}
.ismobile .pagination li{
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}



/*友情链接默认样式*/
.default-pc-links-text{}
.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}

.default-pc-links-pic li{ float:left;}

/*默认版权样式*/
.default-copyright{
	width:70%;
	line-height: 2;
	color:#666;
	font-size:12px;
}
.default-copyright a {
	color: #FFD400;
	font-size:12px;
}
.default-copyright span{
	display: inline-block;
	white-space:nowrap;
	margin-right: 10px;
}
.default-copyright em{
	font-style:normal;
}
.default-copyright  .t-gonganicp img{
	line-height: 30px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 2px;
}
/*默认发布文章按钮*/
.default-pc-button-publish{
	padding-left:21px;
	background: no-repeat url("{F file="images/publish.png?11"}");
	transition:opacity .3s;
}
.default-pc-button-publish:hover{
	opacity:0.5;
}
/*默认编辑文章 && 删除*/
.default-pc-button-edit a{
	margin-left:10px;
	font-size: 14px;
	color: #ccc;
}
.default-pc-button-edit a:hover{
	color:#000;
}

/*默认背景音乐*/
.default-bgmp3{
	display:block;
	position: fixed;
	bottom: 60px;
	left: 30px;
	z-index:999;
	width:200px;
	max-width:30%;
	
}
.default-bgmp3 audio{
	width:100%; 
	opacity:0.5;
}




.default-append{ display:none;}

/*幻灯片默认样式*/
.default-slider { 
	position: relative; 
	overflow: auto; 
}
.default-slider li { 
	list-style: none; 
}
.default-slider ul li {
	float: left;   
	width: 100%; 
	overflow: hidden;
}
.default-slider ul li img{
	position: relative;
	left: 50%;
	height: auto;
	/*margin-left:-960px;*/
}
.default-slider .dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.default-slider .dots li{ 
	display: inline-block;
  	cursor: pointer;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size:0;
  	height: 12px;
 }
 .default-slider .dots li{
	*display: inline;
}
 .default-slider .dots li.active{ background-color: #FFE401;}
 .default-slider .next,.default-slider .prev{
	position:absolute; 
	bottom:50%; 
	width:50px; height:100px; 
	margin-bottom:-50px; 
	opacity:0.7; 
	font: 50px/58px Simsun; 
	color:#fff; 
	line-height:100px; 
	text-align:center;
}
.default-slider .next:hover,.default-slider .prev:hover{
	background-color:#000;
}
.default-slider .next{ right:0;}
.default-slider .prev{ left:0;}

.default-pc-sidebar-dl dd a img,
.default-pc-sidebar-ul li a img{
	display:none;
}
.default-pc-sidebar-ul li a span{
	display:none;
}

.default-pc-sidebar-dl{ border:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}
/*
.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}
.default-pc-contactcard .add{ background-image: url("url()");}
.default-pc-contactcard .tel{ background-image: url("url()");}
.default-pc-contactcard .email{ background-image: url("url()");}
.default-pc-contactcard .fax{ background-image: url("url()");}
*/

/*幻灯片样式*/
.default-slider-2{ position:relative;}
.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }
.default-slider-2 .next, 
.default-slider-2 .prev{ position:absolute;}
.default-slider-2 .dots { 
	position:absolute; 
	width:100%;
	bottom:10px; 
	text-align:center;
}
.default-slider-2 .dots span{
	display: inline-block;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size: 0;
  	height: 12px;
	cursor:pointer;
}
.default-slider-2 .dots span{ *display: inline } /*IE兼容*/
.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/
.default-slider-2 > .dots > span.active{ background-color:red;}

.default-slider-box > ul > li{ position:relative; overflow:hidden;}
.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}
.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}

/*单屏滚动模式*/
.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}

.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}
.default-slider-direction-left > .next, 
.default-slider-direction-left > .prev{
	cursor:pointer;
	top:50%; 
	margin-top:-45px; 
	opacity:.1;
	color:#fff;
	line-height:90px;
	font-size:60px;
	background-color:#000; 
}
.default-slider-direction-left > .next:hover, 
.default-slider-direction-left > .prev:hover{
	opacity:1;
}
.default-slider-direction-left > .next{ right:0;}
.default-slider-direction-left > .prev{ left:0;}
.default-slider-direction-left > .thumb{
	
	position: absolute;
	bottom: 10px;
	left:50%;
	padding:0 30px;
	overflow:hidden;
}

.default-slider-direction-left > .thumb  ul > li{ float:left;}
.default-slider-direction-left > .thumb  ul > li img{
	padding:5px;
	margin:5px;
	border:1px #ccc solid;
	background-color: #fff;
}

.default-slider-direction-left > .thumb > .next,
.default-slider-direction-left > .thumb > .prev{
	margin-top: -15px;
	width: 27px;
	width: 20px;
	height: 31px;
	font-size:0;
	background:url(url(/template/index/default/images/slider_thumb_buttom.png)) no-repeat;
}
.default-slider-direction-left > .thumb > .next{
	right:0;
	background-position:-23px 0;
}
.default-slider-direction-left > .thumb > .prev{
	left:0;
	background-position: 0 0;
}
.default-slider-direction-left > .thumb > .next:hover,
.default-slider-direction-left > .thumb > .prev:hover{
	background-position-y:-32px;
}
.default-slider-direction-left > .thumb > .active{ background-color:#333;}
/*设为首页加入收藏*/
#SetHome,
#collection{
	cursor:pointer;
}
/*DIY 按钮*/
.ispc #diystart{
	display:block;
	position:fixed;
	top:0;
	right:50px;
	background-color:#F90;
	color:#fff;
	z-index:99;
	text-align:center;
	padding:5px 10px;
	border-radius:0 0 10px 10px;
	transition:background .5s;
}
.ispc #diystart:hover{
	background-color: #BA3315;
}
/*文章内容页视频默认高度*/
.default-article-content object{
	min-height:500px;
}
/*手机网站底部追加*/
.default-mobile-copyright2{
	text-align:center;
	background-color:#000;
	color:#505050;
	padding-top:20px;
	padding-bottom:30px;
	font-size:12px;
	margin-top:30px;
}
.default-mobile-copyright2 a{
	color:#505050;
}

/*文章评论*/
#default-article-comments{
	margin-top:15px;
}
#default-article-comments .not-login{
	line-height: 100px;
	color: #333;
    background-color: #fff7f7;
    font-size: 16px;
    border: 1px dashed #f5cece;
    text-align: center;
}
#default-article-comments .not-login a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
#default-article-comments .publish .textarea{
	padding:20px;
	background:#f6f6f6;
}

#default-article-comments .publish textarea{
	width: 98%;
    height: 40px;
    padding: 1%;
    border: #dedede 1px solid;
}
#default-article-comments .publish .textarea span {
    display: block;
    width: 35px;
    height: 35px;
	float:right;
	margin:5px;
	cursor:pointer;
	background:url(images/yy18.png) no-repeat;
}
#default-article-comments .publish input[type="submit"]{
	width: 100px;
    height: 35px;
    border: none;
    line-height: 35px;
    text-align: center;
    float: right;
    border-radius: 3px;
    background: #1b75b5;
    color: #fff;
	margin-top:5px;
}

#default-article-comments .best h3 {
    font-size: 16px;
    color: #478fc3;
	line-height:40px;
}
#default-article-comments .best h3 span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
#default-article-comments .best h3 em{
	display:block;
	font-style:normal;
	float:right;
	color:#999;
	font-size:12px;
}
#default-article-comments .list{
	margin-top:20px;
}
#default-article-comments .list h2{
	font-size: 14px;
    font-weight: bold;
}

#default-article-comments .item{
	padding:20px 20px;
	background:#f6f6f6;
	border:1px solid #eee;
	margin-top:10px;
}

#default-article-comments .item p {
    font-size: 13px;
    line-height: 1.8;
	text-align: justify;
}


#default-article-comments .item .title{
	line-height:36px;
	margin-bottom:10px;
}
#default-article-comments .item .title img{
	width:30px;
	margin-top:3px;
	height:auto;
	border-radius:50%;
	float:left;
}
#default-article-comments .item .title h5 {
    float: left;
    margin-left: 10px;
    color: #1b75b5;
}
#default-article-comments .item .title p {
    float: left;
    font-size: 12px;
	margin:0;
    margin-left: 10px;
    line-height: 36px;
    color: #999;
}
#default-article-comments .item .title span{
	display:block;
	float:left;
	margin-left:20px;
	width:50%;
	height:36px;
	background:url(images/yy19.png) no-repeat center left;
}

#default-article-comments .item .like{
	margin-top:20px;
}
#default-article-comments .item .like span{
	float:right;
	border:1px solid #ddd;
	border-radius:15px;
	padding:0 7px;
}
#default-article-comments .item .like span a{
	display:block;
	float:left;
	line-height:28px;
	padding:0 10px;
	color: #1b75b5;
	font-style:normal;
	border-right: 1px solid #ddd;
	margin-right:7px;
}

#default-article-comments .item .like span a em{
	font-style: inherit;
	font-size: 12px;
    margin-left: 3px;
}
#default-article-comments .item .like span a.sure i{
	color: #1b75b5;
}
#default-article-comments .item .like span a.deny{
	border-right: none;
	color:#999;
	margin-right:0;
}

#default-article-comments .item .action{
	display:none;
}

#default-article-comments .item .action i{
	margin-right:4px;
}

#default-article-comments .item:hover .action{
	display:block;
	font-size:12px;
}

#default-article-comments .item:hover .action a{
	margin-left:10px;
}


.default-islike{
	color: #1b75b5;
}
.default-islike i{
	color: #1b75b5;
}



/*DIY相关*/
.ispc .diystart{
    display: block;
    position: fixed;
    top: 0;
    right: 50px;
    background-color: #F90;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    transition: background .5s;
}

#diy_tips_box{ position:relative; height:42px;}
#diy_tips{line-height:28px; text-align:center; padding:7px 0; background:#fff; border-bottom:1px dashed #F93; position:fixed; top:0; left:0; width:100%; z-index:1680;}
#diy_tips a{margin-left:12px; color:#1068df;}
#diy_tips a:hover{text-decoration:underline;}

.diy{ position:relative; margin-bottom:1px;}
.diy a{ position:relative; z-index:1;}
.diy-edit-bg {
	background-color: #000;
	opacity: .5;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.diy-edit-but {
	background-color: red;
	display: block;
	padding: 5px;
	position: absolute !important;
	right: 3px;
	top:3px;
	z-index: 1024;
	width: auto;
	height: auto;
}

.diy-edit-but a *,
.diy-edit-but a{color:#fff;}




/*聊天框样式*/
#tdy-chat-box{
	position:fixed;
	right:0;
	bottom:-4px;
	z-index:9999;
}

.tdy-chat-btn{
	width:195px;
	height:42px;
	line-height:42px;
	position:fixed;
	right:0;
	bottom:0;
	background: #e4e5e9;
	opacity: 0.95;
	border-radius: 2px 0px 0px 2px;
}
.tdy-chat-btn .layui-badge{
	position: absolute;
    top: -8px;
    left: 100px;
}
/*限制云视频最大宽度不超过容器*/
.prism-player{
	max-width:100%;
}
/*TP 内部分页样式*/
.pagination{zoom:1;}
.pagination:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*表单提交报错样式*/
.tdy-form-error{
	border:1px solid red !important;
}
/*加入购物车*/
.tdy-mall-cart-num{
	display: inline-block;
}


@keyframes mymove
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
.tdy-add-mall-cart-num{
	animation:mymove 1s;
	/* transform: scale(100);
	-webkit-transform: scale(100); */
}
/*** 没有数据公共样式***/
.tdy-no-data{
	width: 100%;
    line-height: 400px;
    text-align: center;
    background: #fbf7ea;
    font-size: 16px;
}
/*** 网站公告样式 ***/
.tdy-notice .layui-layer-title{
    text-align: center;
}
.tdy-notice .layui-layer-content{
      padding: 10px;
}
/*** 文章内容没有阅读权限 ***/
.tdy-article-noauth{
	text-align: center;
    line-height: 300px;
    background-color: #fff7f7;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
    border: 1px dashed #f5cece;
}
.tdy-article-noauth a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
/*** DIY 延时加载提示***/
.tdy-diy-lazy{
	float: left;
    width: 100%;
    text-align: center;
	color: #999;
	padding: 10px 0;
}
/*** 门户列表页 ***/
.tdy-potrtal-list{
	overflow-y:hidden;;
}
/*** 门户列表页筛选 ***/
.tdy-screening-select-item h4,
.tdy-screening-list h4{
	float:left;
	font-weight: bold;
    text-align: right;
	margin-right:10px;
	max-width:56px;
	padding:2px;
}
.tdy-screening-list{
	font-size:14px;
	margin-bottom: 10px;
}
.tdy-screening-list a{
	padding:2px 8px;
	display:block;
}
.tdy-screening-list a.a{
	position:relative;
    background: #dedede;
    border-radius: 5px;
}
.tdy-screening-select-item-show a,
.tdy-screening-list a.a span{
	display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f2acac;
    color: #fff;
    border-radius: 50%;
    width: 12px;
    font-size: 12px;
    text-align: center;
    height: 12px;
    line-height: 12px;
    padding: 4px;
    transform: scale(.6);
	-ms-transform: scale(.6);
	-moz-transform: scale(.6);
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
}
.tdy-screening-list-item{
	padding: 5px 0;
}
.tdy-screening-list ul{
	float:left;
	width:calc(100% - 80px);
}
.tdy-screening-list li{
	float:left;
}
.tdy-screening-select{
	margin-bottom: 10px;
	
}
.tdy-screening-select-item{
	float:left;
	float: left;
    margin-right: 20px;
	width:auto;
}
.tdy-screening-select-item a{
	padding: 3px;
}
.tdy-screening-select-item h4{
	line-height: 28px;
    font-size: 14px;
}


.tdy-screening-select-item-value{
	float:left;
	background: #fff;
}
.tdy-screening-select-item-show{
	border:1px solid #ccc;
	padding:3px 10px;
	position:relative;
}
.tdy-screening-select-item-show.a{
	border-bottom: 1px solid #fff;
	z-index: 3;
}

.ismobile .tdy-screening-select-item h4{
	display:none;
}
.ismobile .tdy-screening-select-item-show{
    padding: 0px 5px;
	font-size: 12px;
	border:0;
}
.ismobile .tdy-screening-select-item{
    margin-right: 10px;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-show{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #fff;
}
*/

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*全局手机样式*/
html,body,header,footer{ max-width:1023px;}
html{ 
	position:relative; 
	/*
	background:url(url());
	*/
}
img{ max-width:100%;}
body{
	position: absolute; 
	left:0; 
	top:0;
	width:100%;
	font-size:1em;
	line-height:1.5;
	color:#666;
}
h1,h2,h3,h4{ font-weight:400;}

body .w1188,body .wp{
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
.default-mobile-box,.box{ display:block; margin-top:20px; padding:10px; border-radius:5px; border:solid #B4B4B4 1px; background-color:#fff; }

header,footer{
	position:fixed;
	z-index:10;
	width:100%;
	line-height:1;
	
}
header{
	height:50px;
	top:0; 
	left:0; 
	
}
header .bg{
	height:100%;
	background-color:#333;
	opacity:0.8;
}
header .mobile-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:none;
}
footer .fcontact{
	position:relative;
}
footer .fcontact .bg{
	height:32px;
	background-color:#333; 
	opacity:0.8;
}
footer .fcontact .iconfont{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	font-size:2em;
}
footer .fcontact .iconfont .r{
	font-size: 1.5em;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -24px;
}
header h1 a{
	display:block;
	margin-top: 5px;
	line-height:40px;
	height: 40px;
	font-size:0.65em;
	color:#fff;
    overflow: hidden;
}
header h1 img{
	height: 40px;
    margin-left: 5px;
	margin-right:10px;
}
#mobile-nav{
	position:fixed;
	background-color: #333;
	top: 0;
	height: 100%;
	right: 0px;
	line-height: 2;
	padding: 32px;
	z-index:3;
	color:#fff;
	margin-right:-300px;
}
#mobile-nav h3{ font-size:2em; text-align:center;}
.default-mobile-nav-menu{
	padding-bottom:50px;
}
.default-mobile-nav-menu > li > a{
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
}
.default-mobile-nav-menu li a em{ display:none;}
.default-mobile-nav-menu  li  a{
	padding: 15px 10px;
  	border-bottom: 1px solid #262626;
  	font-size: 15px;
  	display: block;
  	color: #fff;
}
/*---手机二级导航----*/
	.nav-click .text{
		display:none;
		padding-top:2px !important;
	}
	.default-mobile-nav-menu li ul{
		display:none;
		background-color: #000;
	}
	.default-mobile-nav-menu li{
		position:relative;
	}
	.default-mobile-nav-menu li div{
		position: absolute;
		right:0;
		top: 0px;
		width: 100%;
		height: 60px;
	}
	.default-mobile-nav-menu li div::before{
		position: absolute;
		content: '';
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		border: 6px solid;
	    border-color: #666 #fff;
	    border-bottom-width: 0;
	}
.nav-click{
	color: #fff;
	font-size: 2.5em;
	line-height: 1;
	top: 50%;
	position: absolute;
	margin-top: -16px;
	right: 16px;
	width:50px;
}
.nav-click .text{
	font-size: 12px;
    float: left;
    width: 10px;
    line-height: 1;
    padding-top: 7px;
}
.nav-click .action-l{
	display:none;
}
/*
.nav-click span{ background-color:#ccc; display:block; height:6px; width:100%; margin:5px 0; }
*/
body.nav-on{ /*top:20px; transition:all 1s;*/ overflow: hidden;}
body.nav-on .ui-mobile .ui-page-active{overflow:visible;}
body.nav-on .nav-click span{ height:35px; width:6px; margin:0 4px; float:left;}
body.nav-on #mobile-nav{overflow-y:auto;}
/*底部*/
footer{ bottom:0; left:0; color:#fff; height:32px; overflow:hidden;}
footer a{ color:#fff;}

/*分页按钮*/
.default-mobile-page{ margin-top:10px;}
.default-mobile-page a{ background-color:#fff;}
.default-mobile-page a.a{ background-color:#333;}

/*列表页相关栏目列表*/
.default-mobile-list-cats .subtitle{ margin-left:5px; color:#999; font-size:0.7em}
.default-mobile-list-cats h3{ font-weight: 400; font-size: 1.2em; line-height: 2; color:#333;}
.default-mobile-list-cats h3 em{ float:right; margin-top:17px; border:7px solid; border-color:#666 #fff; border-bottom-width:0;}
.default-mobile-list-cats nav{ display:none;}
.default-mobile-list-cats nav ul li{ border-top:1px solid #dedede;}
.default-mobile-list-cats nav ul li a{ display:block; line-height:2; font-size:1.2em;}
.default-mobile-list-cats nav ul li.back img{ height:1em; margin-left:5px;}

/*导航滑动提示*/
.swipe-right-tip,.swipe-left-tip{ position:fixed; top:50%; width:50px; height:50px; z-index:999;}
.swipe-right-tip{ right:5%;  background:url(url()) no-repeat center;}
.swipe-left-tip{ right:95%; background:url(url()) no-repeat center;} 

/*导航 两个字*/
.action-r em,
.action-l em{
	font-size:0.75em;
}

/*动画效果*/
.hd-tl{ -webkit-transition: top 1s ease,left 1s ease; -moz-transition: top 1s ease,left 1s ease; -o-transition: top 1s ease,left 1s ease; -ms-transition: top 1s ease,left 1s ease;}

/*覆盖默认*/
.default-slider-single > .default-slider-box > ul > li img{
	height:auto;
}

/*底部版权*/
.default-mobile-copyright{ height:0; display:none;}
/*隐藏DIY 按钮*/
#diystart{
	display:none;
}
/*53客服被遮挡的 BUG*/
#mobile_minchat_div{
	z-index:999;
}
#mini_chat .close{
	background:none !important;
}
/*视频嵌入 100%宽度*/
.default-article-content iframe{ width:100% !important;}

/*手机内容页被调整过宽度后的高度自适应*/
article .content img{
	height:auto !important;
}
/*去除默认的云视频手机版视频内边距*/
.prism-player .prism-info-display{
	padding:0 !important;
}
/*layui 弹窗关闭按钮*/
.layui-layer-setwin .layui-layer-close2{
	right: -12px;
    top: -12px;
}

body{
	background:#fff8f8 url(/template/index/public/54/54-0073/images/bodybg.png) no-repeat center top;
}
.floatimg {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.floatimg img {
    max-width: 150px;
    height: auto;
    width: auto;
    max-height: 100vh;
}
.floatimg02 {
    left: auto;
    right: 10px;
}
.morevideo {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #bf1f2e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}
.morevideo:hover{
	color:#fff;
	background:#96111d;
}
.header{
	margin:15px auto;
}
.logo a{
	line-height:70px;
	display:block;
}
.toppic {
    width: 261px;
    margin-top: 15px;
    margin-left: 30px;
}
.toppic img{
	width:100%;
	height:auto;
}
.menubox {
    background: #bf1f2e;
}
.menu li a.nav-a-1 {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 14px 37px;
	background:url(/template/index/public/54/54-0073/images/line02.png) no-repeat right center;
}
.w960 .menu li a.nav-a-1{
	padding:14px 25px;
}
.menu li:last-child a{
	background:none;
}
.menu li.a a.nav-a-1
,.menu li:hover a.nav-a-1{
	background-color: #9c1824;
}
.menu li:hover ul{
	display:none;
}
.menu li ul.nav-ul-2 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    left: 0;
    padding: 8px 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
}
.menu li ul.nav-ul-2 li a {
    padding: 6px 0;
    text-align: center;
    display: block;
    font-size: 14px;
}
.menu li ul li:hover a {
	background: #ffece8;
    color: #f43131;
}
.menu li a.bb::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    z-index: 3;
	opacity:0;
}
.menu li:hover a.bb::before{
	opacity:1;
}
.topcon{
	text-align:right;
}
.topcon p {
    font-size: 18px;
    color: #333;
	padding-left:35px;
	background:url(/template/index/public/54/54-0073/images/tel.png) no-repeat left center;
	float:left;	
}
.topright{
	margin-bottom: 10px;
}
.login{
	margin-left:10px;
}
.login a{
	font-size:14px;
}
.login a.border {
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid #bf1f2e;
    color: #bf1f2e;
    border-radius: 3px;
}
.login a.layui-btn-sm {
    line-height: 27px;
    height: 27px;
	font-size:12px;
	background-color: #bf1f2e;
}
.search {
    border: 1px solid #bf1f2e;
    padding-left: 10px;
	width: 201px;
	display: inline-block;
}
.search .search-keyword {
    border: none;
    height: 30px;
    line-height: 30px;
	float:left;
	background: none;
}
.search .search-submit {
    width: 45px;
    height: 30px;
    line-height: 30px;
    float: right;
    border: none;
	background:#bf1f2e url(/template/index/public/54/54-0073/images/souuso.png) no-repeat center;
}
.banner{
	margin-top:13px;
}
.banner .dots {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 25px;
}
.banner .dots span {
    border: 1px solid #fff;
    margin: 0 10px !important;
    background: none;
    opacity: 1;
}
.banner .dots .swiper-pagination-bullet-active{
	background:#fff;
}
.banner li img{
	width:100%;
	height:auto;
}
.notice {
    background: #fff;
    border: 1px solid #eee;
    margin: 15px auto;
}
.notice h3 {
    float: left;
    width: 203px;
}
.notice h3 img{
	width:100%;
	height:auto;
}
.notice ul {
    float: right;
    width: calc(100% - 230px);
    padding: 24px 0;
}
.notice li {
    float: left;
    width: 32%;
	margin-right:2%;
}
.notice li a {
    display: block;
    font-size: 15px;
	padding-right:15px;
    border-right: 1px solid #eee;
    position: relative;
    padding-left: 15px;
	transition:all .3s;
}
.notice li:hover a{
	color:#ec1a12;
}
.notice li:last-child a{
	border:none;
}
.notice li a::before{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	background:#bf1f2e;
	border-radius:10px;
	left:0;
	top:7px;	
}
.contentleft {
    width: 69.5%;
}
.teachingbox {
    background: #fff;
    padding: 17px;
}
.tit01 {
    padding-bottom: 17px;
}
.w960 .tit01{
	padding-bottom:15px;
}
.tit01 h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 26px;
	background:url(/template/index/public/54/54-0073/images/titicon01.png) no-repeat left center;
}
.tit01 ul {
    float: left;
    margin-left: 25px;
    margin-top: 3px;
}
.tit01 li {
    float: left;
}
.tit01 li a {
    display: block;
    font-size: 15px;
    padding-right: 14px;
    margin-right: 14px;
    position: relative;
	transition:all .3s;
}
.tit01 li a:hover{
	color:#ec1a12;
	text-decoration:underline;
}
.tit01 li a::before{
	position:absolute;
	content:'';
	width:1px;
	height:14px;
	background:#999;
	right:0;
	top:4px;	
}
.tit01 li:last-child a::before{
	display:none;
}
.tit01 .more {
    display: block;
    float: right;
    font-size: 14px;
	color: #999;
	transition:all .3s;
}
.tit01 .more em {
    -webkit-text-stroke-width: inherit;
    font-size: 19px;
    margin-left: 2px;
	transition:all .3s;
}
.tit01 .more:hover,.tit01 .more:hover em{
	color:#bf1f2e;
}
.jxjybox li {
    float: left;
    width: 27%;
    margin-left: 2%;
}
.jxjybox li.j01{
	margin-left:0 ;
	width:42%;
}
.jxjybox li a {
    display: block;
}
.jxjybox li.j01 a{
	position:relative;
}
.jxjybox li a img {
    width: 100%;
    height: auto;
}
.jxjybox li.j01 a h3 {
    position: absolute;
    line-height: 33px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    bottom: 0;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
	margin:0;
}
.jxjybox li a em {
    font-size: 13px;
    color: #999;
    font-style: normal;
}
.jxjybox li a em i{
	margin-right:2px;
	font-size:14px;
}
.jxjybox li a h3 {
    font-size: 15px;
    margin: 5px 0;
    max-height: 36px;
	line-height: 1.3;
    overflow: hidden;
	transition:all .3s;
}
.jxjybox li:hover a h3{
	color:#ec1a12;
}
.xxhdbox{
	margin-top:30px;
}
.w960 .xxhdbox{
	margin-top:15px;
}
.tit02{
	border-bottom:1px solid #eee;
}
.tit02 h2 {
    float: left;
    background: #bf1f2e;
    padding: 0 25px 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
	position:relative;
}
.tit02 h2::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    background: #fff;
    transform: skewX(15deg);
	-ms-transform:skewX(15deg);
	-moz-transform:skewX(15deg);
	-webkit-transform:skewX(15deg);
	-o-transform:skewX(15deg);
    right: -15px;
}
.tit02 .more {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
	transition: all .3s;
}
.tit02 .more em{
	-webkit-text-stroke-width: inherit;
    font-size: 19px;
    margin-left: 2px;
    transition: all .3s;
}
.xxhdbox li:hover a
,.tit02 .more:hover,.tit02 .more:hover em{
	color:#ec1a12;
}
.xxhdbox ul{
	margin-top:15px;
}
.xxhdbox li {
    float: left;
    width: 50%;
}
.xxhdbox li a {
    display: block;
    font-size: 14px;
    padding: 8px 20px;
	transition:all .3s;
	background:url(/template/index/public/54/54-0073/images/jt02.png) no-repeat left center;
}
.w960 .xxhdbox li a{
	padding:6px 20px;
}
.schoolbox .tit01 h2{
	background:url(/template/index/public/54/54-0073/images/titicon03.png) no-repeat left center;
}
.schoolbox {
    margin-top: 17px;
    padding: 17px;
    background: #fff;
}
.schoolbox li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.schoolbox li a{
	display: block;
}
.schoolbox li span{
	display: block;
}
.schoolbox li img {
    width: 100%;
    height: auto;
}
.schoolbox li h3 {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
	transition:all .3s;
}
.w960 .schoolbox li h3{
	max-height:40px;
	overflow:hidden;
}
.schoolbox li:hover h3{
	color:#ec1a12;
}
.majorbox {
    padding: 17px;
    background: #fff;
    margin-top: 17px;
	position:relative;
}
.w960 .majorbox .tit01 a{
	padding-right:10px;
	margin-right:10px;
	font-size:14px;
}
.majorbox .tit01 h2{
	background:url(/template/index/public/54/54-0073/images/titicon04.png) no-repeat left center;
}
.major {
    border-top: 1px solid #eee;
    padding-top: 17px;
}
.major li {
    float: left;
}
.major li a {
    display: block;
    border: 1px solid #eee;
    border-radius: 3px;
	overflow:hidden;
	transition:all .3s;
}
.major li:hover a{
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.major li div {
    position: relative;
	background:#000;
	border-radius: 3px 3px 0 0;
	transition:all .3s;
}
.major li:hover div{
	background:#bf1f2e;
}
.major li div img {
    width: 100%;
	height:auto;
    border-radius: 3px 3px 0 0;
    opacity: .7;
}
.major li:hover div img{
	opacity:.5;
}
.major li div span {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: -100%;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
	text-align:center;
	line-height:50px;
	opacity:0;
	transition:all .3s;
}
.major li:hover div span {
	top:50%;
	opacity:1;
}
.major li div span img {
    width: 50px;
    height: auto;
	opacity:1 !important;
}
.major li div em {
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    box-shadow: 0 0 5px #eee;
    left: 50%;
    margin-left: -12px;
    bottom: -12px;
    background: #fff;
    color: #bf1f2e;
    font-size: 14px;
}
.major li h3 {
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
	transition:all .3s;
}
.w960 .major li h3{
	font-size:13px;
}
.major li:hover h3{
	color: #bf1f2e;
}
.majorbox .prev02, .majorbox .next02
,.jsfcbox .prev03,.jsfcbox .next03 {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e1e1e1;
    right: 17px;
    top: 17px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
	cursor: pointer;
	transition:all .3s;
	z-index:3;
}
.majorbox .prev02 {
	right:50px;
}
.majorbox .prev02:hover, .majorbox .next02:hover{
	color:#bf1f2e;
	border-color:#bf1f2e;
}
.zzzsbox {
    padding: 17px;
    background: #fff;
    margin-top: 17px;
	padding-bottom:0;
}
.zzzsbox .tit01 h2{
	background:url(/template/index/public/54/54-0073/images/titicon05.png) no-repeat left center;
}
.zzzsbox .ul01 {
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.zzzsbox .ul01 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.zzzsbox .ul01 li a{
	display: block;
}
.zzzsbox .ul01 li span {
    display: block;
    float: left;
    width: 140px;
}
.zzzsbox .ul01 li span img {
    width: 100%;
    height: auto;
}
.zzzsbox .ul01 li div {
    float: right;
    width: calc(100% - 155px);
}
.zzzsbox .ul01 li div h3 {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
	transition:all .3s;
}
.w960 .zzzsbox .ul01 li div h3 {
    font-size: 14px;
    max-height: 60px;
    overflow: hidden;
}
.w960 .zzzsbox .ul01 li div p{
	display:none;
}
.zzzsbox .ul01 li:hover div h3{
	color:#ec1a12;
}
.zzzsbox .ul01 li div p {
    font-size: 12px;
    color: #999;
}
.zzzsbox li div em {
    font-style: normal;
    color: #999;
    font-size: 12px;
    margin-top: 8px;
    display: block;
}
.partlastbox{
	padding:17px;
	background:#fff;
	margin-top:17px;
}
.xltsbox .tit01 h2{
	background:url(/template/index/public/54/54-0073/images/titicon07.png) no-repeat left center;
}
.rzpxbox .tit01 h2{
	background:url(/template/index/public/54/54-0073/images/titicon08.png) no-repeat left center;
}
.xltsbox ul.ul01{
	padding-top:17px;
	border-top:1px solid #eee;
}
.xltsbox .ul01 li{
	float:left;
	width:48%;
	margin-right:4%;
}
.xltsbox .ul01 li.li01{
	margin-bottom:15px;
}
.xltsbox .ul01 li a span {
    display: block;
    float: left;
    width: 130px;
}
.xltsbox .ul01 li a span img {
    width: 100%;
    height: auto;
}
.xltsbox .ul01 li a div {
    float: right;
    width: calc(100% - 145px);
}
.xltsbox .ul01 li a div h3 {
    font-size: 15px;
    color: #333;
    margin: 5px 0;
    line-height: 1.4;
	color:#666;
	transition:all .3s;
}
.xltsbox .ul01 li a div em {
    display: block;
    width: 65px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #bf1f2e;
    font-size: 12px;
    font-style: normal;
    color: #bf1f2e;
	margin-top:10px;
}
.xltsbox .ul01 li a {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 5px 0 5px 17px;
	background:url(/template/index/public/54/54-0073/images/san.png) no-repeat left center;
	transition:all .3s;
}
.xltsbox .ul01 li:hover a
,.xltsbox .ul01 li:hover a div h3{
	color:#ec1a12;
}
.xltsbox .ul01 li.li01 a{
	padding:0;
	background:none;
}
.contentright {
    width: 29%;
}
.jsfcbox{
	padding:17px;
	background:#fff;
}
.jsfcbox .tit01 h2{
	background:url(/template/index/public/54/54-0073/images/titicon02.png) no-repeat left center;
}
.jsfcbox01{
	padding-top:25px;
	border-top:1px solid #eee;
}
.jsfcbox .prev03
,.jsfcbox .next03{
	top:37%;
	right:0;
	margin-top:-10px;
}
.jsfcbox .prev03:hover
,.jsfcbox .next03:hover{
	border:1px solid #bf1f2e;
	color:#bf1f2e;
}
.jsfcbox .prev03{
	right:auto;
	left:0;
}
.jsfcbox li a{
	display: block;
}
.jsfcbox li span {
    display: block;
    width: 200px;
    margin: auto;
}
.w960 .jsfcbox li span{
	width:170px;
}
.jsfcbox li img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.jsfcbox li div h3 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0;
	padding-bottom:25px;
	background:url(/template/index/public/54/54-0073/images/line.png) no-repeat center bottom;
}
.jsfcbox li div p {
    text-align: center;
    font-size: 14px;
    color: #999;
}
.emailbox{
	margin-top:17px;
}
.emailbox img{
	width:100%;
	height:auto;
}
.stylebox {
    margin-top: 17px;
    background: #fff;
	position:relative;
}
.stylebox::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 50%;
    height: 1px;
    background: #eee;
}
.stylebox li {
    float: left;
    width: 33.33%;
}
.stylebox li:nth-child(3n) a{
	border:none;
}
.stylebox li a {
    display: block;
    text-align: center;
    padding: 16px 0;
    border-right: 1px solid #eee;
	transition:all .3s;
}
.w960 .stylebox li a{
	padding:13px 0;
}
.stylebox li:hover a{
	background:#fee6e6;
}
.stylebox li img{
	width:36px;
	height:auto;
	margin:auto;
}
.stylebox li h3 {
    font-size: 14px;
    margin-top: 6px;
}
.jybzbox{
	margin-top:17px;
	position:relative;
}
.jybzbox .video{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.jybzbox .video video,.jybzbox .video iframe{
	width:100%;
	height:100%;
	background: #fff8f8;
}
.jybzbox img{
	width:100%;
	height:auto;
}
.partner{
	padding:17px;
	background:#fff;
	margin-top:17px;
	padding-bottom:0;
}
.partner .tit01 h2{
	background:url(/template/index/public/54/54-0073/images/titicon06.png) no-repeat left center;
}
.partner li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 4.8%;
}
.partner li a {
    display: block;
	border:1px solid #eee;
}
.partner li a img {
    width: 100%;
    height: auto;
}
.dyjybox {
    padding: 17px;
    background: #fff;
    margin-top: 17px;
	padding-bottom:1px;
}
.dyjybox .tit01{
	border-bottom:1px solid #eee;
}
.dyjybox .tit01 h2{
	background:url(/template/index/public/54/54-0073/images/titicon09.png) no-repeat left center;
}
.dyjybox li a {
    display: block;
    margin: 14px 0;
}
.dyjybox li h3 {
    float: left;
    width: calc(100% - 80px);
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    color: #666;
    transition: all .3s;
}
.dyjybox li:hover h3{
	color:#ec1a12;
}
.dyjybox li h3::after{
	position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #bf1f2e;
    border-radius: 10px;
    left: 0;
    top: 8px;
}
.dyjybox li em {
    display: block;
    font-style: normal;
    font-size: 13px;
    float: right;
    color: #999;
}
.footer{
	background:#a71826 url(/template/index/public/54/54-0073/images/ftbg.png) no-repeat center top;
	margin-top:20px;
}
.ftnav {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ftnav li{
	float:left;
}
.ftnav li a {
    display: block;
    font-size: 15px;
    padding: 20px 30px;
    color: #fff;
	transition:all .3s;
}
.w960 .ftnav li a{
	padding:20px 21px;
	font-size:14px;
}
.foot01{
	padding:40px 0;
}
.ftlogo {
    width: 239px;
    float: left;
    margin-top: 35px;
}
.w960 .ftlogo{
	width:210px;
}
.ftlogo img{
	width:100%;
	height:auto;
}
.ftcon {
    width:40%;
    margin-left: 10%;
    color: #fff;
	margin-top:15px;
}
.w960 .ftcon{
	margin-left:5%;
	width:48%;
}
.ftcon h3 {
    font-size: 15px;
    padding-left: 25px;
	margin-bottom:10px;
	background:url(/template/index/public/54/54-0073/images/ftlc.png) no-repeat left center;
}
.ftcon p {
    float: left;
    width: 50%;
    margin: 6px 0;
    font-size: 14px;
    padding-left: 25px;
    box-sizing: border-box;
	background:url(/template/index/public/54/54-0073/images/fttel.png) no-repeat left center;
}
.ftcon p.ftadd{
	background:url(/template/index/public/54/54-0073/images/ftadd.png) no-repeat left center;
}
.ftcon p.ftemail{
	background:url(/template/index/public/54/54-0073/images/ftemail.png) no-repeat left center;
}
.ftcon p.ftsite{
	background:url(/template/index/public/54/54-0073/images/ftwl.png) no-repeat left center;
}
.ftsao span{
	display:inline-block;
	*display:inline;
	margin-left:15px;
}
.ftsao img {
    width: 100px;
    height: auto;
}
.ftsao p{
	text-align:center;
	color:#fff;
	margin-top:10px;
}
.copy .default-copyright {
    color: #fff;
    font-size: 12px;
    margin: auto;
    text-align: center;
}
.footer .copy {
    background: #900c19;
    padding: 18px 0;
}
.footer .copy a{
	color:#fff;
}
.footer .copy a:hover
,.ftnav li a:hover{
	text-decoration:underline;
}
.floatconr{
	position: fixed;
    bottom: 25px;
    right: 10px;
	width: 42px;
}
.floatconr li{
	border: 1px solid #bf1f2e;
    border-bottom: none;
    position: relative;
}
.floatconr li a{
	display: block;
    width: 40px;
    height: 40px;
    background: url(/template/index/public/54/54-0073/images/flkf.png) no-repeat center;
    background-color: #fff !important;
    position: relative;
    z-index: 2;
	transition:all .3s;
}
.floatconr li:hover a {
	background-color:#f7cece !important;
}
.floatconr li.wx02 a{
	background: url(/template/index/public/54/54-0073/images/flwx.png) no-repeat center;
}
.floatconr li.tel02 a{
	background: url(/template/index/public/54/54-0073/images/fldh.png) no-repeat center;
}
.floatconr li.tel02 h4 {
    position: absolute;
    line-height: 42px;
    width: 40px;
    height: 42px;
    text-align: center;
    font-size: 15px;
    z-index: 1;
    top: -1px;
    left: 0;
    background: #fff;
    color: #666;
    overflow: hidden;
    transition-duration: 0.3s;
    border: 1px solid #bf1f2e;
    box-sizing: border-box;
}
.floatconr li.tel02:hover h4 {
    left: -160px;
    width: 160px;
}
.floatconr li.top a {
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: #bf1f2e !important;
    -webkit-text-stroke-width: inherit;
}
.floatconr li.top:hover a {
    opacity: 1;
}
.floatconr li.wx02 div {
    position: absolute;
    right: 50px;
    height: 110px;
	width:110px;
    border: 1px solid #fbc2c8;
    top: -40px;
	display:none;
}
.floatconr li.wx02:hover div {
	display:block;
}
.floatconr li.wx02 div::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    right: -6px;
    transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
    margin-top: 55px;
    border-top: 1px solid #fbc2c8;
    border-right: 1px solid #fbc2c8;
}
.floatconr li.wx02 div img{
	width:100%;
	height:auto;
}
/*----------------list-news--------------------*/
.list-page{
	margin:50px auto;
}
.list-navbox{
	float:left;
	width:22.5%;
}
.list-nav .d01{
	background: url(/template/index/public/54/54-0073/images/cattitbg.png) repeat-x center;
    border-radius: 5px;
    border: 1px solid #dedede;
    position: relative;
    height: 100px;
	margin-bottom: 5px;
}
.list-nav .d01 h2{
	font-size: 20px;
    padding-left: 30px;
    margin-top: 34px;
    color: #EE0000;
	position:relative;
}
.list-nav .d01 h2::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 18px;
    background: #EE0000;
    left: 0;
    top: 7px;
}
.list-nav .d01::before{
	position: absolute;
    content: '';
	width:50%;
	height:100%;
	right:0;
	top:0;
	background: url(/template/index/public/54/54-0073/images/logotitbg.png) no-repeat center;
}
.list-nav li{
	border-radius: 5px;
    border: 1px solid #dedede;
    background: url(/template/index/public/54/54-0073/images/navtitbg.png) repeat-x center;
    margin-bottom:3px;
    transition: all .3s;
	overflow:hidden;
}
.list-nav li a{
	display: block;
    padding-left: 30px;
    font-size: 14px;
    line-height: 40px;
    transition: all .3s;
	position:relative;
}
.list-nav li:hover a
,.list-nav li.a a{
	color:#fff;
	background: url(/template/index/public/54/54-0073/images/navtitbg02.png) repeat-x center;
}
.list-nav li a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 2px;
    background: #e00;
    left: 10px;
    top: 18px;
	transition: all .3s;
}
.list-nav li:hover a::after
,.list-nav li.a a::after {
	background:#fff;
}
.list-con{
	margin-top: 20px;
}
.list-con h3{
   font-size: 20px;
   margin-bottom:12px;
   background:url(/template/index/public/54/54-0073/images/tiaowen.png) no-repeat center right;
}
.list-con p.p01{
	font-weight: bold;
    font-size: 14px;
}
.list-con p {
    font-size: 12px;
    color: #333;
    padding: 4px 0;
}
.list-ad{
	margin-top:20px;
}
.list-ad img{
	width:100%;
	height:auto;
	border-radius:4px;
}
.list-right{
	float:right;
	width: 70%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 3%;
}
.pox{
	text-align:right;
	color:#999;
}
.pox a{
	color:#999;
	transition:all .3s;
}
.pox a:hover{
	color:#de0404;
}
.poxbox{
	padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.poxbox h2{
	font-size: 17px;
    padding-left: 20px;
	position: relative;
	float:left;
}
.poxbox h2::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 14px;
    background: #e00;
    left: 0px;
    top: 5px;
}
.pub{
	text-align:right;
	margin:10px 0;
}
.list-news li {
    padding: 20px 0;
    border-bottom: 1px dotted #e1e1e1;
}
.list-news li a{
	display: block;
}
.list-news li a span {
    display: block;
    float: left;
    width: 200px;
}
.list-news li a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.list-news li a div {
    float: right;
    width: calc(100% - 225px);
}
.list-news li a div h3 {
    font-size: 17px;
    color: #333;
}
.list-news li a div h3 em {
    display: block;
    width: 30px;
    height: 2px;
    background: #eee;
    margin: 13px 0 10px 0;
    transition: all .4s;
}
.list-news li:hover a div h3 em {
	width: 100px;
    background: #e10606;
}
.list-news li a div p {
    font-size: 14px;
    color: #999;
}
.list-news li a div ins {
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 15px;
}
.list-news li a div ins em {
    font-size: 14px;
    margin-right: 3px;
}
.list-news li a div ins em.e02{
	margin-left:30px;
}
.pagination li.active span, .pagination li:hover a {
    background: #bf1f2e !important;
}
/*---------------view-news------------*/

.view-news h2.title {
    text-align: center;
    font-size: 20px;
    margin: 30px 0 15px 0;
    font-weight: bold;
    color: #333;
}
.view-newsbox .pox{
	text-align:left;
}
.view-newsbox .pox span,.view-newsbox .pox em,.view-newsbox .pox a {
    display: inline-block;
	*display:inline;
    vertical-align: middle;
    line-height: 20px;
}
.view-newsbox .pox em{
	transform:translateY(-2px);
	-ms-transform:translateY(-2px);
	-moz-transform:translateY(-2px);
	-webkit-transform:translateY(-2px);
	-o-transform:translateY(-2px);
}
.pox span{
	max-width:60%;
}
.view-news .ww {
    text-align: center;
    font-size: 14px;
    color: #999;
    background: #fafafa;
    padding: 6px 0;
    border: 1px solid #eee;
}
.fanye {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #eee;
}
.fanye p {
    font-size: 14px;
    width: 45%;
    line-height: 22px;
	color:#666;
}
.fanye p span {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 23px;
    color: #999;
    margin-right: 10px;
    vertical-align: middle;
}
.fanye p a {
    display: inline-block;
    *display: inline;
    width: calc(100% - 35px);
    color: #666;
    vertical-align: middle;
}
.fanye p:hover span {
    border-color: #f43131;
}
.fanye p:hover span, .fanye p:hover a {
    color: #f43131;
}
/*-------------list-news02-------------*/

.list-news02 li a h3 {
    position: relative;
    padding-left: 25px;
    transition: all .3s;
    font-size: 14px;
    color: #333;
	width:calc(100% - 170px);
}
.ispc .list-news02 li:hover a h3 {
	transform:translateX(10px);
	-ms-transform:translateX(10px);
	-moz-transform:translateX(10px);
	-webkit-transform:translateX(10px);
	-o-transform:translateX(10px);
	 color: #e00;
}
.list-news02 li a h3::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 2px;
    background: #e00;
    left: 0;
    top: 8px;
}
.list-news02 li a em {
    font-style: normal;
    color: #999;
    font-size: 14px;
}
/*----------------list-wenda--------------*/
.list-wenda li {
    padding: 20px 0;
    border-bottom: 1px dotted #e1e1e1;
}
.list-wenda li h3 {
    font-size: 16px;
	position: relative;
    padding-left: 30px;
	cursor: pointer;
}
.list-wenda li h3:hover{
	color:#e90404;
}
.list-wenda li h3 em {
    font-style: normal;
    display: inline-block;
    background: #ee0303;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 5px 5px 0 5px;
    color: #fff;
    line-height: 22px;
	position: absolute;
    left: 0;
}
.list-wenda li div {
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    position: relative;
    padding-left: 30px;
	display:none;
}
.list-wenda li div em {
    font-style: normal;
    display: block;
    background: #ff6c03;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 5px 5px 0 5px;
    color: #ffffff;
    line-height: 22px;
    position: absolute;
    left: 0;
}

/*---------------list-fengcai--------------*/
.list-fengcai ul{
	margin-top:30px;
}
.list-fengcai li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.list-fengcai li a {
    display: block;
    padding: 20px;
    border: 1px solid #eee;
	transition:all .3s;
}
.ispc .list-fengcai li:hover a{
	box-shadow:0 5px 10px #eee;
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
	border: 1px solid #bf1f2e;
}
.list-fengcai li a span {
    display: block;
    width: 150px;
    float: left;
}
.list-fengcai li img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.list-fengcai li div {
    float: right;
    width: calc(100% - 170px);
    margin-top: 20px;
}
.list-fengcai li div h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.list-fengcai li div p {
    font-size: 14px;
    color: #999;
}
.list-fengcai ul {
    margin-top: 15px;
}
/*--------------------list-zhuanye-----------------*/
.list-zhuanyebox .poxbox{
	border-bottom:none;
}
.poxbox ul{
	float: left;
}
.poxbox li{
	float: left;
}
.poxbox li a {
    display: block;
    padding: 7px 20px;
    background: #fff;
    margin-right: 10px;
    border-radius: 30px;
    font-size: 14px;
	transition:all .3s;
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
}
.poxbox li.a a
,.poxbox li:hover a{
	background: #bf1f2e;
    color: #fff;
}
.list-zhuanye li {
    float: left;
    width: 49%;
    margin-right:2%;
    margin-bottom: 2%;
}
.list-zhuanye li a {
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
	padding: 15px;
	transition:all .3s;
}
.list-zhuanye li:hover a{
	box-shadow:0 5px 10px #eee;
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
}
.list-zhuanye li span{
	display: block;
	float:left;
	width:180px;
}
.list-zhuanye li span img {
    width: 100%;
    height: auto;
	border-radius: 5px;
}
.list-zhuanye li div{
	float:right;
	width:calc(100% - 200px);
	padding-top:20px;
}
.list-zhuanye li div h3{
	font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom:10px;
}
.list-zhuanye li div ins{
	display: block;
}
.list-zhuanye li div ins em
,.zy-pic .d01 ins em{
	display: block;
    float: left;
    padding: 0 10px;
    background: #f5f5f5;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 12px;
    font-style: normal;
    color: #333;
    margin-bottom: 5px;
    -webkit-text-stroke-width: inherit;
}
.list-zhuanye li a div ins em i
,.zy-pic .d01 ins em i {
    -webkit-text-stroke-width: inherit;
    color: #f10202;
}
/*-------------view-zhuanye----------------*/

.zy-pic{
	padding:30px 0;
	border-bottom:1px solid #eee;
}
.zy-pic span {
    display: block;
    float: left;
    width: 30%;
}
.zy-pic span img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.zy-pic .d01 {
    float: right;
    width: 65%;
}
.zy-pic .d01 h2.title{
	text-align: left;
}
.zy-pic .d01 ins {
    display: block;
}
/*--------------list-online--------------*/
.list-onlinebox{
	padding:120px 0;
}
.w960 .list-onlinebox{
	padding:50px 0;
}
.online-tit {
    text-align: center;
    padding-bottom: 20px;
}
.online-tit img{
	max-width: 500px;
    height: auto;
}
.w960 .online-tit img {
    max-width: 400px;
}
.online-tit h4 {
    font-size: 20px;
    margin-top: 15px;
	color:#bf1f2e;
}
.w960 .online-tit h4 {
    font-size:17px;
    margin-top: 0;
}
.online-tit h5 {
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
    margin-top: 30px;
}
.list-online {
    width: calc(100% - 300px);
}
.list-online form {
    padding: 50px 100px;
    margin: auto;
	border: 2px solid #da8987;
}
.w960 .list-online form{
	padding:30px 50px;
}
.list-online .layui-form-pane .layui-form-label {
    background-color: transparent;
    border: none;
    font-size: 14px;
    text-align: left;
}
.list-online .layui-form-pane .layui-form-text .layui-form-label {
    float: left;
    width: 110px;
}
.list-online .layui-form-pane .layui-form-text .layui-input-block {
    margin-left: 110px;
    left: -1px;
}
.list-online .layui-btn {
    display: block;
    background-color: #bf1f2e;
    margin: auto;
    width: 150px;
}
.tipbox {
    width: 270px;
    background: #fff;
    margin-top: 100px;
}
.tipbox .d01 h3 {
    text-align: center;
    line-height: 40px;
    background: #f79b9a;
    color: #fff;
    font-size: 16px;
}
.tipbox .d01 div {
    padding:30px 20px;
    font-size: 14px;
    color: #666;
}
.tipbox .d01 div p {
    margin: 10px 0;
}
.tipbox .d01 div strong {
    color: #cf2d28;
    font-size: 19px;
}
.tipbox .d02{
}
.tipbox .d02 h3 {
    text-align: center;
    line-height: 40px;
    background: #9d3637;
    font-size: 16px;
    color: #fff;
}
.tipbox .d02 div {
    margin: 20px;
}
.tipbox .d02 div h4 {
    font-size: 14px;
	margin-bottom:10px;
}
.tipbox .d02 div strong {
    display: block;
    color: #ae4748;
    font-size: 14px;
    margin: 5px 0;
}
.tipbox .d02 .d03 {
    border-top: 1px solid #c64844;
    padding-top: 20px;
}
.tipbox .d02 .d03 p {
    font-size: 14px;
    color: #ae4748;
}
/*----------list-hzjy--------*/
.pagehead{
	padding:16px 0;
}
.pagelogo img {
    width: auto;
    height: 45px;
}
.pagemenu {
    padding-top: 2px;
}
.pagemenu ul {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
}
.pagemenu li {
    float: left;
}
.pagemenu li a {
    display: block;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
	transition: all .3s;
}
.w960 .pagemenu li a {
    font-size: 14px;
    padding: 0 10px;
}
.pagemenu li a:hover{
	color:#e21017;
}
.pagemenu li a::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    left: 0;
    background: #999;
    top: 4px;
}
.pagemenu li:first-child a::before{
	display:none;
}
.pagemenu .tel{
	float:right;
	font-size: 22px;
    padding-left: 40px;
    line-height: 40px;
    color: #0a2772;
	background:url(/template/index/public/54/54-0073/images/dianhua.png) no-repeat left center;
}
.pagemenu .tel a{
	color: #0a2772;
}
.pageban .dots {
    position: absolute;
    z-index: 2;
    text-align: center;
}
.pageban img{
	width:100%;
	height:auto;
}
.pageban .dots span{
	background:#fff;
	margin:0 10px !important;
}
.pagehot-zy{
	padding: 70px 0;
    background: #f5f5f5;
}
.pagetit h2 {
    text-align: center;
    font-size: 40px;
    color: #333;
	margin-bottom:15px;
}
.pagetit h2 span {
    color: #f75158;
}
.pagetit p {
    text-align: center;
    font-size: 25px;
    color: #333;
}
.pagetit ul {
    position: relative;
    padding: 0 10px;
    margin-top: 35px;
}
.pagetit ul {
    position: relative;
    padding: 0 10px;
}
.pagetit ul::before {
	position:absolute;
	content:'';
    width: 100%;
    height: 3px;
    background: #f75158;
    top: 19px;
	left:0;
}
.pagetit li {
    width: 14.666%;
    margin: 0 1%;
    float: left;
    text-align: center;
    background: #f75158;
    color: #fff;
    font-size: 23px;
    line-height: 40px;
    position: relative;
}
.w960 .pagetit li {
    font-size: 20px;
}
.w960 .page-style li {
    width: 100px;
    height: 100px;
    margin: 0 50px;
    margin-bottom: 80px;
    margin-top: -85px;
}
.w960 .page-style li.n5, .w960 .page-style li.n13 {
    margin-left: 150px;
}
.page-style {
    margin-top: 100px;
}
.page-style li {
    display: inline-block;
	vertical-align: middle;
    width: 130px;
    height: 130px;
    margin: 0 65px;
    text-align: center;
	margin-bottom:80px;
	margin-top: -90px;
}
.page-style li{
	position:relative;
}
.page-style li h3 {
    transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 20px;
    width: 100%;
    font-weight: bold;
    color: #f75158;
    line-height: 1.3;
	transition:all .3s;
}
.page-style li:hover h3{
	margin-top:-5px;
}
.page-style li::before {
    position: absolute;
    content: '';
    width: 126%;
    height: 126%;
	left:-13%;
	top:-13%;
    border: 2px solid #f75158;
    transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.page-style li.n4{
	margin-right:100px;
}
.page-style li.n5
,.page-style li.n13 {
    margin-left: 194px;
}
.page-style li.n1, .page-style li.n2, .page-style li.n3, .page-style li.n4 {
    margin-top: 0;
}
.page-style li.n2 h3, .page-style li.n3 h3, .page-style li.n4 h3
,.page-style li.n9 h3, .page-style li.n10 h3, .page-style li.n11 h3, .page-style li.n12 h3{
	color:#fff;
}
.page-style li.n2::before, .page-style li.n3::before, .page-style li.n4::before
,.page-style li.n9::before, .page-style li.n10::before, .page-style li.n11::before, .page-style li.n12::before{
	background:#f75158;
}
.class-box{
    margin-top: 50px;
}
.class-box ul {
    display: flex;
    flex-wrap: wrap;
}
.class-box li {
    width: 15.5%;
    margin-right: 1.4%;
    padding: 20px 0;
    margin-bottom: 1.4%;
    background: #fff;
    transition: all .3s;
}
.class-box li:hover{
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.ispc .class-box li:nth-child(6n){
    margin-right: 0 !important;
}
.class-box li span {
    display: block;
    width: 80px;
    margin: auto;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #f75158;
    text-align: center;
    line-height: 80px;
}
.class-box li img {
    width:40px;
    height: auto;
}
.class-box li h3 {
    text-align: center;
    margin-top: 10px;
    transition: all .3s;
}
.class-box li:hover h3 {
    color: #f75158;
}
.pageorder{
    margin-top: 70px;
}
.pageorder h2 {
    text-align: center;
    font-size: 30px;
    color: #f75158;
}
.pageorder h2 span {
    display: block;
    padding-top: 50px;
	font-size: 25px;
	background:url(/template/index/public/54/54-0073/images/jt01.png) no-repeat center 20px;
}
.pageorder h2 p {
    font-size: 15px;
    color: #333;
    margin-top: 5px;
}
.pageorder form {
    width: 960px;
    margin: 0 auto;
    margin-top: 40px;
}
.pageorder form label {
    display: none;
}
.pageorder form input {
    padding-left: 45px;
	font-size:14px;
	border-radius:30px !important;
	border:none;
	background:#f2f2f2 url(/template/index/public/54/54-0073/images/pname.png) no-repeat 17px center;
}
.pageorder form .default-form-field_tel input{
	background:#f2f2f2 url(/template/index/public/54/54-0073/images/ptel.png) no-repeat 17px center;
}
.pageorder form .default-form-field_major input{
	background:#f2f2f2 url(/template/index/public/54/54-0073/images/pmajor.png) no-repeat 17px center;
	background-size: 20px;
}
.pageorder form .layui-input-block {
    margin-left: 0;
    left: 0;
}
.pageorder form .layui-form-item {
    float: left;
    width: 28%;
    clear: none;
    margin-right:1.5%;
}
.pageorder form .layui-btn {
    width: 11.5%;
    background-color: #f75158;
    font-size: 16px;
    padding: 0;
    border-radius: 5px;
}
.pageban01 {
    height: 400px;
    margin-top: 60px;
    background-size: cover;
    background-attachment: fixed;
}
.pageban01 .pagetit02 {
    text-align: center;
    color: #fff;
    font-size: 37px;
    padding-top: 80px;
}
.pageban01 .pagetit02 h2 {
    font-size: 37px;
}
.pageban01 .pagetit02 strong {
    font-size: 55px;
    display: block;
    margin: 25px 0;
}
.pageban01 .pagetit02 p {
    font-size: 15px;
    width: 50%;
    margin: auto;
    line-height: 1.7;
    text-align: left;
}
.w960 .pageban01 .pagetit02 p {
    font-size: 13px;
    width: 70%;
}
.pageban01 .pagetit02 p em {
    font-style: normal;
    display: block;
    margin-bottom: 20px;
}
.pagetit03 {
    text-align: center;
    color: #fff;
    background: #f75158;
    padding: 50px 0 188px 0;
}
.pagetit03 h2 {
    font-size: 34px;
}
.pagetit03 em {
    width: 300px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 5px auto;
}
.pagetit03 p {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pagefencai ul {
    background: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    margin-top: -150px;
    box-sizing: border-box;
    padding: 30px;
	padding-bottom:0;
}
.pagefencai li {
    float: left;
    width: 23%;
    margin-right: 2.6%;
	margin-bottom:2.6%;
	background:#000;	
}
.pagefencai li img {
    width: 100%;
    height: auto;
	transition:all .3s;
}
.pagefencai li:hover img{
	opacity:.7;
}
.pagemore {
    display: block;
    width: 200px;
    line-height: 50px;
    background: #f75158;
    color: #fff;
    margin: 40px auto;
    text-align: center;
    font-size: 18px;
    border-radius: 40px;
	transition:all .3s;
}
.pagemore em {
    color: #fff;
    margin-left: 3px;
    font-size: 18px;
}
.pagemore:hover{
	background:#e22c34;
	color:#fff;
}
.pageadvandage {
    margin-top: 80px;
}
.pagetit04{
	text-align:center;
	margin-bottom:50px;
}
.pagetit04 h2 {
    font-size: 34px;
    color: #333;
}
.pagetit04 em{
	width: 300px;
    height: 1px;
    background: #333;
    display: block;
    margin: 5px auto;
}
.pagetit04 p {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}
.pageadvandage li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding:20px 20px 30px 20px;
    border-right: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
}
.pageadvandage li span {
    display: block;
    width: 81px;
	transition:all .3s;
}
.pageadvandage li img {
    width: 100%;
    height: auto;
}
.pageadvandage li div{
	transition:all .3s;
}
.pageadvandage li:hover span{
	transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
}
.pageadvandage li:hover div{
	transform:translateY(5px);
	-ms-transform:translateY(5px);
	-moz-transform:translateY(5px);
	-webkit-transform:translateY(5px);
	-o-transform:translateY(5px);
}
.pageadvandage li div h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 13px;
}
.pageadvandage li div p {
    font-size: 13px;
    color: #666;
}
.pageadvandage li.n3,.pageadvandage li.n6{
	border-right:none;
}
.pageadvandage li.n4,.pageadvandage li.n5,.pageadvandage li.n6{
	border-bottom:none;
}
.pageban03 {
    margin-top: 50px;
	position:relative;
}
.pageban03 img{
	width:100%;
	height:auto;
}
.pageban03 .wenzi {
    position: absolute;
    color: #fff;
    left: 15%;
    top: 80px;
    width: 40%;
}
.w960 .pageban03 .wenzi {
    left: 10%;
    top: 50px;
    width: 46%;
}
.pageban03 .wenzi h2,.pageban03 .wenzi h3 {
    font-size: 35px;
}
.pageban03 .wenzi p {
    font-size: 15px;
    margin-top: 10px;
    width: 80%;
    line-height: 1.8;
}
.pageprocess {
    width: 900px;
    margin: auto;
    margin-top: 70px;
}
.pagetit05{
	text-align:center;
	margin-bottom:40px;
}
.pagetit05 h2 {
    font-size: 34px;
    color: #f75158;
}
.pagetit05 em {
    width: 200px;
    height: 1px;
    background: #333;
    display: block;
	margin:0 auto;
	margin-bottom: 3px;
}
.pagetit05 span{
	display: block;
    font-size: 18px;
	color:#333;
    text-transform: uppercase;
}	
.pagetit05 p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}
.pageprocess ul {
    margin-right: -3%;
}
.pageprocess li {
    float: left;
    width: 28%;
    margin-left: -3%;
}
.pageprocess li span {
    display: block;
    position: relative;
}
.pageprocess li img {
    width: 100%;
    height: auto;
    opacity: .9;
}
.pageprocess li em {
    display: block;
    position: absolute;
    width: 59px;
    bottom: 50px;
    left: 50%;
    text-align: center;
    margin-left: -30px;
}
.pageprocess li div{
	text-align: center;
}
.pageprocess li h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}
.pageprocess li p {
    font-size: 14px;
    width: 60%;
    margin: auto;
    color: #666;
    margin-top: 5px;
}
.pagepurpose{
	margin-top:70px;
}
.pagepurpose ul{
	text-align:center;
	margin-top:80px;
}
.pagepurpose li {
    display: inline-block;
	*display:inline;
    padding: 0 50px;
}
.pagepurpose li span {
    display: block;
    width: 214px;
    margin: auto;
}
.pagepurpose li img {
    width: 100%;
    height: auto;
}
.pagepurpose li div h3 {
    font-size: 25px;
    color: #40575e;
    margin: 20px 0;
}
.pagepurpose li div p {
    font-size: 18px;
    color: #666;
}
.pageban04 {
    position: relative;
    height: 210px;
	margin-top:70px;
	background-position:center;
}
.pageban04 span {
    display: block;
    width: 800px;
    margin: auto;
    padding-top: 65px;
}
.pageban04 span img {
    width: 100%;
    height: auto;
}
.pageorder02{
	margin-top:70px;
}
.pagefoot{
	background:#5c5c5c;
	margin-top:70px;
	padding: 20px 0;
	padding-bottom:120px;
}
.pageftnav {
    text-align: center;
}
.pageftnav li {
    display: inline-block;
	*display:inline;
}
.pageftnav li a {
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
	transition:all .3s;
}
.pageftnav li a::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background: #fff;
    top: 3px;
    right: 0;
}
.pageftnav li:last-child a::before{
	display:none;
}
.pagecon {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
}
.pagecon span {
    margin-left: 30px;
}
.pagecon span a{
	color:#fff;
}
.pagefoot .copy .default-copyright {
    color: #fff;
    font-size: 16px;
    margin: auto;
    text-align: center;
}
.pagefoot .copy a {
    font-size: 16px;
    color: #fff;
	transition:all .3s;
}
.pagefoot .copy a:hover
,.pageftnav li:hover a{
	text-decoration:underline;
}
.floatcon {
    background: #f75158;
    position: fixed;
    width: 100%;
    bottom: 0;
	z-index:11;
}
.floatcon .s01 {
    display: block;
    position: absolute;
    bottom: 0;
    width: 331px;
}
.floatcon .s01 img {
    width: 100%;
    height: auto;
}
.floatcon .pageorder {
    width: calc(100% - 350px);
	margin-top:0;
}
.floatcon .pageorder form{
	width: 100%;
    margin: 33px auto;
}
.floatcon .pageorder form input{
	background-color:#fff !important;
}
.floatcon .pageorder form .layui-btn {
    background-color: #fff;
    font-size: 17px;
    color: #f75158;
    font-weight: bold;
    border-radius: 30px;
}
.nodata{
	padding: 200px 0;
    text-align: center;
    background: #fafafa;
	font-size:14px;
	color:#666;
}
.default-article-content p {
    font-size: 14px;
    line-height: 1.8;
}
/*----------------list-xzxx-----------------*/
.emailbox02 {
    margin-top: 17px;
    padding: 40px 50px;
}
.emailbox02 h3 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #333;
}
.emailbox02 p {
    font-size: 14px;
    margin-top: 18px;
    text-indent: 2em;
    margin-bottom: 30px;
    color: #666;
    line-height: 1.8;
}
.emailbox02 form{
    padding: 50px;
    background: #f5f5f5;
}
.emailbox02 form .layui-form-item{
    margin-bottom: 20px;
}
.emailbox02 .layui-form-pane .layui-form-label {
    width: 100%;
    text-align: left;
    padding: 0;
    background: none;
    border: none;
    line-height: 38px;
    font-weight: bold;
    font-size: 15px;
}
.emailbox02 .layui-form-pane .layui-input-block{
    margin-left: 0;
    left: 0;
}
.emailbox02 .layui-form-pane .layui-input {
    border: none;
    box-sizing: border-box;
    padding-left: 40px;
    background: #fff url(/template/index/public/54/54-0073/images/pname.png) no-repeat 15px center;
}
.emailbox02 .default-form-field_tel .layui-input{
    background: #fff url(/template/index/public/54/54-0073/images/ptel.png) no-repeat 15px center;
}
.emailbox02 .layui-form-pane .layui-form-item[pane]{
    border: none;
}
.emailbox02 .layui-form-pane .layui-form-item[pane] .layui-form-label {
    position: initial;
}
.emailbox02 form .layui-textarea {
    background: #fff;
    border: none;
}
.emailbox02 .layui-btn {
    background: #bf1f2e;
    width: 50%;
    margin: auto;
    display: block;
    border-radius: 50px;
}
.list-registerform {
    background: #fff;
    padding: 50px;
    margin:50px 0;
}
.list-registerform h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}
.list-registerform form{
    width: 800px;
    margin: auto;
}
.list-registerform .layui-form-pane .layui-form-label {
    width: 140px;
    text-align: left;
}
.list-registerform .layui-form-pane .layui-input-block {
    margin-left: 140px;
}
.list-registerform .layui-form-pane .layui-form-text .layui-form-label{
    width: 100%;
}
.list-registerform .layui-form-pane .layui-form-text .layui-input-block{
    margin-left: 0;
    left: 0;
}
.list-registerform .layui-btn {
    display: block;
    width: 50%;
    margin: auto;
    border-radius: 50px;
    background: #bf1f2e;
}


/*-----------------list-xxzsw学校招生网专题页------------------*/
.xxzs-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.xxzs-logo img{
    max-height: 62px;
    width: auto;
}
.xxzs-tel {
    font-size: 38px;
    font-weight: bold;
    color: #d7231d;
    display: flex;
    align-items: center;
}
.xxzs-tel a{
    color: #d7231d;
}
.xxzs-tel img{
    width: 43px;
    height: auto;
    margin-right: 10px;
}
.xxzs-menu{
    background: #d7231d;
}
.xxzs-menu ul {
    display: flex;
    justify-content: space-between;
}
.xxzs-menu li:hover a {
   background: #b31b16;
}
.xxzs-menu li a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 68px;
    padding: 0 20px;
    transition: all .3s;
}
.xxzs-banner{
    margin-top: 0;
}
.xxzs-banner li img{
    width: 100%;
    height: auto;
}
.xxzs-form{
    padding: 40px 0;
    background: #f5f5f5;
}
.xxzs-form h3 {
    text-align: center;
    font-size: 34px;
    color: #c72929;
    font-weight: bold;
    line-height: 1;
}
.xxzs-form form {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.xxzs-form form .layui-form-item {
    width: 23.5%;
    margin-bottom: 0;
}
.xxzs-form form label {
    display: none;
}
.xxzs-form form .layui-input-block{
    margin-left: 0;
    left: 0;
}
.xxzs-form form .layui-input-block input {
    line-height: 47px;
    height: 47px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    font-size: 16px;
    padding-left: 20px;
}
.xxzs-form form .layui-btn {
    width: 23.5%;
    line-height: 47px;
    font-size: 20px;
    height: 47px;
    border-radius: 5px;
    background: #c72929;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.xxzs-part01{
    padding-top: 80px;
}
.xxzs-tit{
    margin-bottom: 50px;
}
.xxzs-tit h2 {
    display: flex;
    justify-content: center;
}
.xxzs-tit h2 span{
    display: block;
    position: relative;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    padding: 10px 50px;
}
.xxzs-tit h2 span::after
,.xxzs-tit h2 span::before{
    position: absolute;
    content: '';
    border: 2px solid #c72929;
    left: -5px;
    top: -5px;
    width: 100%;
    height: 100%;
}
.xxzs-tit h2 span::before{
    top: 5px;
    left: 5px;
    opacity: .5;
}
.xxzs-tit p {
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
}
.ispc .xxzs-tit p span{
    display: block;
}
.xxzs-part01 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}
.xxzs-part01 li span {
    display: block;
    width: 48%;
}
.xxzs-part01 li img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 20px #feebe7;
}
.xxzs-part01 li.li2 img {
     box-shadow: 0 20px 20px #d0edfb;
}
.xxzs-part01 li div {
    width: 46%;
}
.xxzs-part01 li div h3 {
    font-size: 55px;
    font-weight: bold;
    color: #c72929;
}
.xxzs-part01 li div p {
    padding: 15px 20px;
    border: 1px solid #c72929;
    border-radius: 10px;
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}
.xxzs-part01 li div a {
    display: block;
    width: 192px;
    height: 48px;
    text-align: center;
    background: #c72929;
    color: #fff;
    border-radius: 20px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    box-shadow: 0 7px 10px rgba(0,0,0,0.1);
    transition: all .3s;
}
.xxzs-part01 li div a:hover{
    opacity: .8;
}
.xxzs-part01 li div a em {
    font-size: 17px;
    margin-left: 5px;
    color: #fff;
    font-weight: normal;
}
.xxzs-part01 li.li2 div h3 {
    color: #03a0e9;
}
.xxzs-part01 li.li2 div p {
    border-color: #03a0e9;
}
.xxzs-part01 li.li2 div a {
    background: #03a0e9;
}
.xxzs-class{
    padding: 80px 0;
    background: #f5f5f5;
}
.xxzs-class ul {
    display: flex;
    justify-content: space-between;
}
.xxzs-class li {
    width: 24%;
    margin-right: 1.32%;
    margin-top: 100px;
}
.xxzs-class li:nth-child(2n){
    margin-top: 0;
}
.xxzs-class li:last-child{
    margin-right: 0;
}
.xxzs-class li div {
    padding: 15px;
    position: relative;
}
.xxzs-class li div span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #4eaefe;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transition: all 1.5s;
}
.xxzs-class li:hover div span{
    transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.xxzs-class li div img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.xxzs-class li span::after
,.xxzs-class li span::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background:#4eaefe;
    border-radius: 50%;
    left: 8%;
    top: 13%;
}
.xxzs-class li span::before {
    bottom: 13%;
    right: 8%;
    left: auto;
    top: auto;
}
.xxzs-class li:nth-child(3) span::after{
    left: auto;
    right: 8%;
}
.xxzs-class li:nth-child(3) span::before {
    left: 8%;
    right: auto;
}
.xxzs-class li h3{
    position: relative;
    padding-left: 30px;
    text-align: center;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: -20px;
}
.xxzs-class li em{
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    background: #4eaefe;
    border-radius: 3px;
    margin-right: 13px;
}
.xxzs-class li h3 em::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #4eaefe;
    border-radius: 3px;
    top: 4px;
    left: 4px;
    opacity: .5;
}
.xxzs-more{
    display: block;
    width: 410px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #c72929;
    color: #fff;
    border-radius: 50px;
    margin:auto;
    font-weight: bold;
    font-size: 34px;
    margin-top: 70px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transition: all .3s;
}
.xxzs-more:hover{
    opacity: .8;
    color: #fff;
}
.xxzs-class02{
    background: none;
}
.xxzs-class02 li{
    margin-top: 0;
}
.xxzs-class02 li:nth-child(2n) {
    margin-top: 100px;
}
.xxzs-youshi{
    padding: 80px 0;
    background: #f5f5f5;
}
.xxzs-youshi .divbox{
    position: relative;
    padding-bottom: 100px;
}
.xxzs-youshi .d01 {
    width: 619px;
    margin: auto;
    position: relative;
}
.xxzs-youshi .d01 img{
    width: 100%;
    height: auto;
}
.xxzs-youshi .d01 h2 {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.xxzs-youshi .d01 h2 p{
    color: #c72929;
}
.xxzs-youshi ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
}
.xxzs-youshi li {
    width: 30%;
    margin-right: 40%;
    text-align: center;
}
.xxzs-youshi li.li02 {
    margin-top: -5px;
}
.xxzs-youshi li.li03 {
    margin-top: 13%;
}
.xxzs-youshi li.li04 {
    margin-top: 12.5%;
}
.xxzs-youshi li:nth-child(2n){
    margin-right: 0;
}
.xxzs-youshi li h3 {
    font-size: 30px;
    font-weight: bold;
    color: #c72929;
    line-height: 1;
}
.xxzs-youshi li p {
    font-size: 20px;
    margin-top: 13px;
}
.xxzs-youshi li.li05 {
    width: 53%;
    margin-left: 23%;
    margin-right: 0;
    margin-top: 9%;
}
.xxzs-course{
    padding: 80px 0;
}
.xxzs-course ul {
    display: flex;
    justify-content: space-between;
}
.xxzs-course li {
    background: #f75158;
    color: #fff;
    border-radius: 10px;
    width: 250px;
    box-shadow: 0 5px 15px rgba(247,81,88,0.5);
    position: relative;
}
.xxzs-course li span{
    display: block;
}
.xxzs-course li span img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.xxzs-course li.li02,.xxzs-course li.li02 a{
    background: #4eaefe;
    box-shadow: 0 5px 15px rgba(78,174,254,0.5);
}
.xxzs-course li.li03,.xxzs-course li.li03 a{
    background: #40cb85;
    box-shadow: 0 5px 15px rgba(64,203,133,0.5);
}
.xxzs-course li.li04,.xxzs-course li.li04 a{
    background: #bf71e0;
    box-shadow: 0 5px 15px rgba(191,113,224,0.5)
}
.xxzs-course li .d02 {
    padding: 20px;
    text-align: center;
}
.xxzs-course li .d02 h3 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.xxzs-course li .d02 ins {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 15px;
    cursor: pointer;
}
.xxzs-course li .d02 ins p{
    transition: all .3s;
}
.xxzs-course li .d02 ins p:hover{
    text-decoration: underline;
}
.xxzs-course li a {
    display: block;
    position: absolute;
    width: 74%;
    bottom: -80px;
    left: 12%;
    text-align: center;
    background: #f75158;
    line-height: 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 5px 15px rgba(247,81,88,0.5);
    transition: all .3s;
}
.xxzs-course li a:hover{
    opacity: .8;
}
.xxzs-jineng{
    padding: 80px 0 50px 0;
    background: #f5f5f5;
    margin-top: 80px;
}
.xxzs-jineng ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xxzs-jineng li{
    width: 23%;
    margin-bottom: 3%;
}
.xxzs-jineng li span{
    display: block;
    border: 3px solid #4eaefe;
    border-radius: 12px;
    padding: 10px;
}
.xxzs-jineng li img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all .3s;
}
.xxzs-jineng li:hover img{
    opacity: .8;
}
.xxzs-jineng li div{
    margin-top: 20px;
    text-align: center;
}
.xxzs-jineng li div h3{
    font-size: 25px;
    font-weight: bold;
    color: #4eaefe;
}
.xxzs-jineng li div h4{
    font-size: 23px;
    color: #333;
}
.xxzs-service {
    padding: 80px 0;
}
.xxzs-service ul {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    padding-top: 20px;
}
.xxzs-service li {
    width: 28%;
    border: 1px solid #f86d68;
    border-radius: 30px;
}
.xxzs-service li.li02 {
    border: 1px solid #4eaefe;
}
.xxzs-service li.li03 {
    border: 1px solid #11cb6b;
}
.xxzs-service li div {
    position: relative;
    box-shadow: 0 5px 13px rgba(247,81,88,0.5);
    border-radius: 30px;
    transform: translate(-15px,-15px);
    -ms-transform: translate(-15px,-15px);
    -moz-transform: translate(-15px,-15px);
    -webkit-transform: translate(-15px,-15px);
    -o-transform: translate(-15px,-15px);
    transition: all .3s;
}
.xxzs-service li:hover div {
    transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
}
.xxzs-service li.li02 div {
    box-shadow: 0 5px 13px rgba(78,174,254,0.5);
}
.xxzs-service li.li03 div {
    box-shadow: 0 5px 13px rgba(64,203,133,0.5);
}
.xxzs-service li div img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.xxzs-service li div h3 {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    font-style: italic;
}
.xxzs-service li div h3 span{
    display: block;
}
.xxzs-policy{
    padding: 80px 0;
    background: #f5f5f5;
}
.xxzs-policy ul {
    display: flex;
    justify-content: space-between;
}
.xxzs-policy li {
    width: 23%;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    position: relative;
    padding-bottom: 70px;
    transition: all .3s;
    background: #fff;
}
.xxzs-policy li:hover{
    transform: translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -o-transform:translateY(-10px);
}
.xxzs-policy li h3 {
    line-height: 145px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(180deg,#23e6ff 0,#4fadfe 100%);  
    border-radius: 10px 10px 0 0;
}
.xxzs-policy li div {
    padding: 30px;
    font-size: 20px;
    text-align: center;
}
.xxzs-policy li a{
    display: block;
    width: 70%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    background-image: linear-gradient(180deg,#23e6ff 0,#4fadfe 100%);  
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    left: 15%;
    position: absolute;
    bottom: 30px;
}
.xxzs-policy li.li02 h3,.xxzs-policy li.li02 a{
    background-image: linear-gradient(0deg,#43ea81 0,#3af6c9 100%);  
}
.xxzs-policy li.li03 h3,.xxzs-policy li.li03 a{
    background-image: linear-gradient(0deg,#fc686f 0,#fe8d55 100%);  
}
.xxzs-policy li.li04 h3,.xxzs-policy li.li04 a{
    background-image: linear-gradient(0deg,#0060ea 0,#00aef8 100%);  
}
.xxzs-problem{
    padding: 80px 0;
    padding-bottom: 60px;
}

.xxzs-problem ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.xxzs-problem li span{
    display: block;
    width: 32%;
    font-size: 22px;
    background: #fff;
    border-radius: 40px;
    text-align: center;
    line-height: 58px;
    box-shadow: 0 0 10px #ddd;
    transition: all .3s;
    cursor: pointer;
}
.xxzs-problem li span:hover{
    background: #f75158;
    color: #fff;
}
.xxzs-footer{
    background: #f5f5f5;
}
.xxzs-footer .wp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    padding-bottom: 150px;
}
.xxzs-footer .foot01 {
    width: 33%;
}
.xxzs-footer .foot01 span {
    display: block;
}
.xxzs-footer .foot01 img {
    width: 352px;
    height: auto;
}
.xxzs-footer .foot01 a{
    display: block;
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}
.xxzs-footer .foot01 p{
    font-size: 18px;
}
.xxzs-footer .foot02 {
    width: 34%;
    margin-right: 7%;
}
.xxzs-footer .foot02 a {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    transition: all .3s;
}
.xxzs-footer .foot02 a:hover{
    color: #da322c;
}
.xxzs-footer .foot03 {
    width: 25%;
    border: 1px solid #d7231d;
    padding: 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.xxzs-footer .foot03 span{
    display: block;
    width: 119px;
    margin-right: 20px;
}
.xxzs-footer .foot03 span img{
    width: 100%;
    height: auto;
}
.xxzs-footer .foot03 div p{
    font-size: 20px;
}
.xxzs-footer .foot03 div p a{
    color: #333;
}
.xxzs-ftcon {
    display: flex;
    background: #f75158;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    z-index: 9;
}
.xxzs-ftcon span {
    display: block;
    width: 286px;
    margin-right: 30px;
}
.xxzs-ftcon img{
    width: 100%;
    height: auto;
}
.xxzs-ftcon form {
    display: flex;
    align-items: center;
}
.xxzs-ftcon form label {
    display: none;
}
.xxzs-ftcon form .layui-form-item {
    margin-bottom: 0;
    margin-right:10px;
}
.xxzs-ftcon form .layui-input-block{
    margin-left: 0;
    left: 0;
}
.xxzs-ftcon form .layui-input-block input{
    width: 280px;
    line-height: 48px;
    height: 48px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 45px;
    color: #999;
    background: #fff url(/template/index/public/54/54-0073/images/pname.png) no-repeat 20px center;
}
.xxzs-ftcon form .layui-btn {
    line-height: 48px;
    height: 48px;
    width: 150px;
    color: #f75158;
    background: #fff;
    border-radius: 50px;
    font-size: 23px;
    font-weight: bold;
}
.xxzs-ftcon form .default-form-field_tel .layui-input-block input{
    background: #fff url(/template/index/public/54/54-0073/images/ptel.png) no-repeat 20px center;
}
.xxzs-ftcon form .default-form-field_zhuanye .layui-input-block input{
    background: #fff url(/template/index/public/54/54-0073/images/pmajor.png) no-repeat 20px center;
    padding-left: 50px;
}
.xxzs-left{
    position: fixed;
    width: 150px;
    background: #f75158;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    z-index: 10;
    padding: 13px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.xxzs-left h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    font-style: italic;
}
.xxzs-left .d01 div{
    margin-top: 10px;
}
.xxzs-left .d01 div a {
    display: block;
    background: #fff;
    border-radius: 5px;
    line-height: 38px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 18px;
    transition: all .3s;
}
.xxzs-left .d01 div a:hover{
    color: #f75158;
}
.xxzs-left .d02 h2{
    font-style: normal;
    margin: 13px 0 8px 0;
}
.xxzs-left form .layui-form-item {
    margin-bottom: 8px;
}
.xxzs-left .d02 form label{
    display: none;
}
.xxzs-left .d02 form .layui-input-block{
    margin-left: 0;
    left: 0;
}
.xxzs-left .d02 form .layui-input-block input {
    border: none;
    border-radius: 5px;
    font-size: 18px;
}
.xxzs-left .d02 form .layui-btn {
    width: 100%;
    border-radius: 40px;
    font-size: 18px;
    color: #333;
    box-shadow: 0 5px 13px rgba(0,0,0,0.3);
    font-weight: bold;
    background-image: linear-gradient(0deg,#e29f18 0,#f9d026 100%);
}

@media screen and (max-width:1440px){
    .wp{
        width: 1100px;
    }
    .menu li a.nav-a-1{
        padding: 14px 32px;
    }
    .xxzs-left{
        width: 130px;
        padding: 10px;
    }
    .xxzs-left h2{
        font-size: 23px;
    }
    .xxzs-left .d01 div a {
        line-height: 35px;
        margin-bottom: 6px;
        font-size: 16px;
    }
    .xxzs-left .d02 form .layui-input-block input {
        border-radius: 5px;
        font-size: 16px;
    }
    .xxzs-class li h3{
        font-size: 24px;
    }
    .xxzs-tit p {
        font-size: 23px;
    }
    .xxzs-youshi ul{
        padding:0 15px;
    }
    .xxzs-policy li div{
        font-size: 19px;
    }
    .xxzs-ftcon form .layui-input-block input{
        width: 250px;
    }
    .xxzs-problem li span{
        font-size: 20px;
    }
}

@media screen and (max-width:1024px){
	.mbhead {
		position: fixed;
		z-index: 33;
		width: 100%;
		top: 0;
		left: 0;
	}
	.mbhead.a {
		background: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.1);
	}
	.module-index-home-column .mbhead{
		position:relative;
	}
	.mbheight{
		height:60px;
	}
	.mblogo{
		max-width:calc(100% - 180px);
	}
	.mblogo a {
		display: block;
		line-height:60px;
		padding-left:10px;
	}
	.mblogo a img{
		max-height:30px;
		max-width:100%;
		width:auto;
	}
	.mbhead .mbhead-r p{
		font-size: 14px;
		color: #333;
		text-align: right;
		padding-left: 25px;
		background: url(/template/index/public/54/54-0073/images/tel.png) no-repeat left center;
		background-size:20px;
		margin-top:20px;
		float:left;
		margin-right: 10px;
	}
	.mbhead-r .mbs01 {
		display: block;
		line-height: 60px;
		border-right: 1px solid #eee;
		width: 60px;
		border-left: 1px solid #eee;
		cursor:pointer;
	}
	.mbopen {
		margin: 14px 10px 0 0;
	}
	.mbopen span {
		width: 30px;
		height: 30px;
		font-size: 16px;
		display: block;
		line-height: 32px;
		text-align: center;
		color: #bf1f2e;
		background: #fff;
		border-radius: 50%;
	}
	.mbopen .mbclose{
		display: none;
		font-size: 13px !important;
	}
	.mbsousuo {
		width: auto;
		padding:0 10px;
		border-radius: 30px;
	}
	.mbsousuo a {
		display: block;
		background: #fff;
		border-radius: 16px;
		padding-left: 20px;
		font-size: 12px;
		color: #888;
		line-height: 32px;
	}
	.signin p{
		line-height:30px;
	}
	.mbsousuo form {
		text-align: center;
		border-radius: 30px;
		overflow: hidden;
	}
	.mbsousuo form .keyword {
		border: 1px solid #fff;
		width: calc(100% - 70px);
		line-height: 30px;
		height: 30px;
		padding-left: 10px;
		font-size: 14px;
		display: inline-block;
		vertical-align: middle;
		border-radius: 14px 0 0 14px;
	}
	.mbsousuo .submit {
		width: 58px;
		height: 32px;
		float:right;
		border: 1px solid #fa5559;
		vertical-align: middle;
		background: #fa5559 url(/template/index/public/54/54-0073/images/souuso.png) no-repeat center center;
		background-size: 12px;
		margin-right: -1px;
		border-radius:0 14px 14px 0 ; 
	}
	.mbmenu {
		position: fixed;
		width: 100%;
		height: calc(100% - 60px);
		background: #fff;
		z-index: 2;
		bottom: 0;
		left: 100%;
		overflow-y: scroll;
	}
	.mbmenu ul.nav-ul-1 {
		width: 80%;
		position: absolute;
		top: 30px;
		left: 10%;
	}
	.default-mobile-nav-menu li ul {
		background-color: #fafafa;
	}
	.mbtit01{
		margin-bottom:10px;
	}
	.mbtit01 h2 {
		line-height: 1;
		padding-bottom: 10px;
		color: #1a61c9;
		position:relative;
	}
	.mbtit01 h2::after {
		position: absolute;
		content: "";
		height: 4px;
		width: 72px;
		background: #ffd13e;
		bottom:12px;
		left: 4px;
	}
	.mbtit01 h2 span {
		font-size: 18px;
		font-weight: bold;
		margin-left: 4px;
		position:relative;
		z-index:1;
	}
	.mbtit01 a.r {
		display: block;
		width: 20px;
		height: 20px;
		border: 1px solid #1a61c9;
		border-radius: 50%;
		line-height: 20px;
		text-align: center;
		margin-right: 5px;
		color: #1a61c9;
		margin-top: 3px;
	}
	.mbmenu li a {
		color: #333;
		border: none;
		font-size: 18px;
		font-weight: bold;
		border-bottom:1px dotted #eee;
	}
	.mbmenu li li a{
		padding-left:28px;
	}
	.mbmenu li div{
		right: 0;
		width: 100%;
	}
	.banner .dots {
		bottom: 10px;
	}
	.notice{
		margin:10px;
		border:none;
		border-radius:3px;
		overflow:hidden;
	}
	.notice h3{
		width:100px;
	}	
	.mbnotice{
		width:calc(100% - 110px);
	}	
	.notice ul{
		width:100%;
		float:none;
		padding:0;
	}	
	.notice li a {
		line-height: 34px;
		font-size: 13px;
		border: none;
	}	
	.notice li a::before {
		width: 4px;
		height: 4px;
		top: 15px;
	}
	.tit01 ul {
		margin-left: 0;
		margin-top: 7px;
		border-top: 1px solid #e1e1e1;
		width: 100%;
		padding-top: 8px;
	}
	.tit01 li a::before {
		height: 10px;
		background: #ddd;
	}
	.tit01 li a {
		font-size: 12px;
	}	
	.teachingbox {
		padding: 10px;
		margin: 0 10px;
		border-radius: 5px;
	}
	.tit01 h2 {
		font-size: 15px;
		padding-left: 23px;
		background-size: 16px !important;
	}
	.tit01 .more,.tit02 .more{
		font-size: 12px;
	}	
	.tit01 .more em,.tit02 .more em {
		font-size: 16px;
	}
	.jxjybox li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.jxjybox li a span {
		display: block;
		float: left;
		width: 130px;
	}
	.jxjybox li a div {
		float: right;
		width: calc(100% - 145px);
	}
	.tit02 h2 {
		padding: 0 20px 0 10px;
		font-size: 15px;
	}
	.tit01 {
		padding-bottom: 10px;
	}
	.xxhdbox {
		margin-top: 15px;
	}
	.xxhdbox li {
		width: 100%;
		margin:0;
	}	
	.xxhdbox li a {
		font-size: 14px;
		padding: 5px 20px;
		background-size: 9px;
	} 
	.schoolbox,.majorbox{
		margin:10px;
		border-radius:5px;
		padding:10px;
	}
	.schoolbox li{
		width:100%;
		margin:5px 0;
	}
	.schoolbox li.m01 span {
		float: left;
		width: 130px;
		margin:0;
	}
	.schoolbox li.m01 h3{
		float: right;
		width: calc(100% - 145px);
		padding-left:0;
		background:none;
		margin-top:5px;
	}
	.schoolbox li h3{
		padding-left:15px;
		background: url(/template/index/public/54/54-0073/images/jt02.png) no-repeat left center;
		background-size: 9px;
		margin-top:0;
	}
	.zzzsbox .tit01 li{
		width:20%;
	}
	.zzzsbox .tit01 li a {
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.majorbox .prev02, .majorbox .next02, .jsfcbox .prev03, .jsfcbox .next03{
		top:8px;
	}
	.major {
		border-top: none;
		padding-top: 0px;
	}
	.major li h3 {
		padding: 16px 0 10px 0;
		font-size: 12px;
	}
	.banner{
		margin:10px;
	}
	.banner li img{
		border-radius:5px;
	}
	.zzzsbox {
		padding: 10px;
		margin: 0 10px;
	}
	.zzzsbox .ul01 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.zzzsbox .ul01 li span {
		width: 130px;
	}
	.zzzsbox .ul01 li div {
		width: calc(100% - 145px);
	}
	.zzzsbox .ul01 li div h3 {
		font-size: 14px;
	}
	.zzzsbox .tit01{
		position:relative;
	}
	.zzzsbox .tit01 .more
	,.xltsbox .tit01 .more{
		position:absolute;
		right:0;
		top:0px;
	}
	.zzzsbox .ul01 ,.xltsbox ul.ul01{
		padding-top: 10px;
		border-top: none;
	}
	.xltsbox {
		width: auto;
		padding: 10px;
		margin: 10px;
		background: #fff;
		border-radius: 5px;
		position:relative;
	}
	.jsfcbox{
		margin:0 10px;
		border-radius: 5px;
	}
	.jsfcbox .prev03,.jsfcbox .next03{
		top:37%;
	}
	.emailbox {
		margin: 10px;
	}
	.mbstyle {
		margin: 0 10px;
		margin-bottom:10px;
		background: #fff;
		border-radius: 5px;
		padding:13px 0;
	}
	.mbstyle li {
		float: left;
		width: 25%;
		text-align: center;
	}
	.mbstyle li a {
		display: block;
	}
	.mbstyle li span {
		display: block;
		width: 50px;
		margin: auto;
	}
	.mbstyle li span img {
		width: 100%;
		height: auto;
		border-radius: 50%;
	}
	.mbstyle li h3 {
		font-size: 14px;
		margin-top: 8px;
	}
	.partner,.dyjybox{
		margin:0 10px;
		padding:10px;
		border-radius:5px;
		margin-top:10px;
	}
	.dyjybox li h3::after {
		width: 4px;
		height: 4px;
	}
	.dyjybox li a {
		margin: 10px 0;
	}
	.footer{
		background:#a71826;
	}
	.ftlogo{
		float:none;
		margin-top:10px;
		width:200px;
	}
	.foot01 {
		padding: 20px;
		background:url(/template/index/public/54/54-0073/images/ftbg.png) no-repeat center bottom;
		background-size:100%;
	}
	.ftcon {
		width: 100%;
		margin-left: 0;
	}
	.ftcon p {
		width: 100%;
		margin: 4px 0;
		font-size:12px;
	}
	.ftcon p a{
		color:#fff;
	}
	.ftcon span {
		display: block;
		width: 105px;
		background: #900c19;
		float: left;
		border-radius: 20px;
		text-align: center;
		font-size: 12px;
		line-height:25px;
		margin-top:5px;
		margin-right:10px;
	}
	.ftcon span em{
		color:#fff;
		margin-right:5px;
	}
	.footer .copy{
		margin-top:0;
	}
	.erweima {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		background: #CCC;
		z-index: 102;
		display: none;
		background:url(/template/index/default/images/bg02.png);
	}
	.erweima-1{
		width: 300px;
		background: #fff;
		z-index: 102;
		height: 300px;
		left: 50%;
		top: 50%;
		margin-top: -150px;
		margin-left: -150px;
		position: absolute;
	}
	.erweima-1 img{
		width:100%;
		height:auto;
	}
	.erweima .close {
		display: block;
		top: -12px;
		right: -12px;
		width: 20px;
		height: 20px;
		position: absolute;
		background: #111;
		cursor: pointer;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		border: 2px solid #fff;
		text-indent: 2px;
		box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
	}

	.mr0{
		margin-right:0 !important;
	}
	.partner li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.pagehead{
		padding-bottom:0;
	}
	.pagelogo img {
		width: auto;
		height: 30px;
	}
	.pagemenu {
		padding-top: 0;
	}
	.pagemenu .tel {
		font-size: 18px;
		padding-left: 30px;
		background-size: 25px;
	}
	.mbpagemenu{
		background: #fafafa;
		padding: 5px 0;
		margin-top: 5px;
	}
	.mbpagemenu li {
		width: 25%;
		float: left;
		text-align: center;
	}
	.mbpagemenu li a {
		font-size: 14px;
	}
	.pagetit h2 {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.pagetit p {
		font-size: 12px;
	}
	.pagetit ul {
		padding: 0;
		margin-top: 15px;
	}
	.pagetit ul::before{
		display:none;
	}
	.pagetit li {
		width: 31%;
		margin: 0 1.15%;
		font-size: 12px;
		line-height: 27px;
		margin-bottom: 5px;
	}
	.pagehot-zy {
		padding: 40px 0;
	}
	.mnpage-style{
		margin-top:40px;
	}
	.mnpage-style img{
		width:100%;
		height:auto;
	}
	.pageorder h2 {
		font-size: 17px;
	}
	.pageorder h2 span {
		font-size: 14px;
	}
	.pageorder h2 p {
		font-size: 12px;
		margin-top: 0;
	}
	.pageorder form .layui-form-item {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.pageorder form {
		width: 100%;
		margin-top: 25px;
	}
	.pageorder form .layui-btn {
		width: 200px;
		margin: auto;
		display: block;
	}
	.pageorder form input {
		border-radius: 3px !important;
	}
	.pageban01 {
		margin-top: 40px;
		background-size: auto 100%;
		background-attachment: inherit;
	}
	.pageban01 .pagetit02 h2 {
		font-size: 20px;
	}
	.pageban01 .pagetit02 strong {
		font-size: 30px;
		margin: 0;
	}
	.pageban01 .pagetit02 {
		font-size: 16px;
		padding-top: 50px;
	}
	.pagetit03 h2 {
		font-size: 20px;
	}
	..pagetit03 em {
		width: 180px;
	}
	.pagetit03 p {
		font-size: 14px;
	}
	.pagetit03 {
		padding: 20px 0 80px 0;
	}
	.pagefencai ul {  
		padding: 10px;
		padding-bottom: 0;
		margin:0 10px;
		margin-top: -65px;
	}
	.pagefencai li ,.pagefencai li.mr0{
		width: 48.5%;
		margin-right: 3% !important;
		margin-bottom: 3%;
	}
	.pagefencai li:nth-child(2n){
		margin-right:0 !important;
	}
	.pagemore {
		width: 150px;
		line-height: 37px;
		margin: 25px auto;
		font-size: 14px;
	}
	.pagemore em {
		font-size: 14px;
	}
	.pagetit04 h2 {
		font-size: 20px;
	}
	.pagetit04 em {
		width: 180px;
	}
	.pagetit04 p {
		font-size: 15px;
	}
	.pageadvandage {
		margin-top: 40px;
	}
	.pagetit04 {
		margin-bottom: 30px;
	}
	.pageadvandage li {
		width: 50%;
		padding: 10px;
		border-right: 1px dashed #aaa;
		border-bottom: 1px dashed #aaa;
	}
	.pageadvandage li.n3{
		border-right:1px dashed #aaa;
	}
	.pageadvandage li.n4{
		border-bottom:1px dashed #aaa;
	}
	.pageadvandage li:nth-child(2n){
		border-right:none !important;
	}
	.pageadvandage li div p {
		font-size: 12px;
		height: 80px;
	}
	.pageadvandage li div h3 {
		font-size: 16px;
		margin-bottom:10px;
	}
	.pageban03 .wenzi {
		left: 5%;
		top: 20px;
		width: 80%;
	}
	.pageban03 .wenzi h2, .pageban03 .wenzi h3 {
		font-size: 20px;
	}
	.pageban03 .wenzi p {
		font-size: 10px;
		width: 100%;
	}
	.pageprocess {
		width: 100%;
		margin-top: 40px;
	}
	.pagetit05 h2 {
		font-size: 20px;
	}
	.pagetit05 em {
		width: 180px;
	}
	.pagetit05 span {
		font-size: 13px;
	}
	.pagetit05 p {
		font-size: 12px;
		margin-top: 2px;
	}
	.pageprocess ul 
	,.pagepurpose ul{
		margin: 0 20px;
	}
	.pageprocess li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.pageprocess li span {
		width: 70px;
		height: 70px;
		background: #f75158;
		position: initial;
		border-radius: 50%;
		 float: left;
	}
	.pageprocess li em {
		position: initial;
		width: 40px;
		margin: auto;
		padding-top: 14px;
	}
	.pageprocess li div {
		float: left;
		width: calc(100% - 100px);
		text-align: left;
		margin-left: 30px;
	}
	.pageprocess li div h3{
		margin-top: 10px;
	}
	.pageprocess li div p {
		text-align: left;
		margin: 0;
		width: 100%;
	}
	.pagepurpose li{
		width:100%;
		padding:0;
	}
	.pagepurpose li span {
		width: 100px;
		float: left;
	}
	.pagepurpose li div {
		width: calc(100% - 120px);
		margin-left: 20px;
		float:left;
		text-align: left;
	}
	.pagepurpose li div h3 {
		font-size: 20px;
		margin: 9px 0;
	}
	.pagepurpose li div p {
		font-size: 14px;
	}
	.pageban04 span {
		width: 100%;
		padding-top: 50px;
	}
	.pageban04 {
		height: 140px;
		margin-top: 40px;
		background-size: auto 100%;
	}
	.pageorder02 {
		margin-top: 40px;
	}
	.pageftnav li a {
		font-size: 12px;
		padding: 0 5px;
	}
	.pageftnav li a::before {
		width: 1px;
		height: 9px;
	}
	.pagecon span {
		margin-left: 0;
		display: block;
	}
	.pagecon {
		font-size: 14px;
		margin-top: 6px;
	}
	.pagefoot 
	,.pagepurpose{
		margin-top: 40px;
		padding-bottom: 0;
	}
	.copy{
		background: #444;
		padding: 5px 0;
		margin-top:10px;
	}
	.copy .default-copyright {
		font-size: 10px;
		width: 90%;
		line-height: 1.5;
	}
	.copy a {
		font-size: 10px;
	}
	.pagetit03 em {
		width: 180px;
	}
	.default-copyright span {
		white-space: inherit;
		margin-right:3px;
		line-height: 1.5;
	}
	.pageban01 .pagetit02 p {
		font-size: 12px;
		width: 96%;
		margin: auto;
		line-height: 1.7;
		margin-top: 15px;
	}
	.pagefoot .copy .default-copyright
	,.pagefoot .copy .default-copyright a{
		font-size:12px;
	}
	.copy{
		padding-bottom:60px;
	}

	.list-mbnav {
		padding:10px;
		background: #fff;
		border-radius: 5px;
	}
	.list-mbnav li{
		width:auto;
	}
	.list-mbnav li a {
		font-size: 14px;
		padding: 7px 10px;
		border-radius: 5px;
	}
	.list-mbnav li.a a {
		background: #bf1f2e;
		color: #fff;
	}
	.mbview-news{
		padding: 15px;
		background: #fff;
		margin-top: 10px;
		border-radius: 5px;
	}
	.view-news h2.title {
		margin: 10px 0 15px 0;
	}
	.default-article-content p {
		font-size: 14px;
		line-height: 1.8;
	}
	.list-page {
		margin: 10px auto;
	}
	.list-right {
		float: none;
		width: auto;
		padding: 15px;
		box-sizing: border-box;
		margin-top: 10px;
	}
	.list-news li {
		padding: 15px 0;
	}
	.list-news li a span {
		width: 130px;
	}
	.list-news li a div {
		width: calc(100% - 145px);
	}
	.list-news li a div h3 {
		font-size: 14px;
	}
	.list-news li a div ins {
		margin-top: 10px;
		font-size:12px;
	}
	.list-news02 li a em {
		font-size: 12px;
	}
	.list-news02 li a h3 {
		padding-left: 20px;
		width: calc(100% - 20px);
	}
	.fanye p {
		width: 100%;
	}
	.list-fengcai li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		background: #fff;
		border-radius:5px;
	}
	.list-fengcai li a span {
		width: 100px;
	}
	.list-fengcai li div {
		width: calc(100% - 115px);
		margin-top: 10px;
	}
	.list-fengcai li a {
		padding: 15px;
	}
	.list-fengcai li div p {
		font-size: 12px;
	}
	.list-zhuanye{
		margin-top:15px;
	}
	.list-zhuanye li{
		width:100%;
		margin-right:0;
	}
	.list-zhuanye li span {
		width: 130px;
	}
	.list-zhuanye li div {
		padding-top: 5px;
		width: calc(100% - 150px);
	}
	.list-zhuanye li a {
		padding: 10px;
	}
	.zy-pic {
		padding: 0;
		border-bottom: 1px solid #eee;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.zy-pic span {
		width: 130px;
	}
	.zy-pic .d01 {
		width: calc(100% - 145px);
	}
	.zy-pic h2.title {
		margin: 5px 0 10px 0;
		font-size: 17px;
	}
	.list-online h4 {
		font-size: 20px;
	}
	.list-wenda li {
		padding: 15px 0;
	}
	.list-wenda li h3 {
		font-size: 14px;
	}
	.list-wenda li div {
		font-size: 12px;
		padding: 13px 0;
		padding-left:30px;
	}
	.list-online form {
		padding: 0;
		font-size:14px;
	}
	.list-online .tips {
		margin: 30px 0;
	}
	.list-online .tips div {
		padding: 13px;
		font-size: 12px;
	}
	.nodata{
		padding:100px 0;
	}
	.xltsbox .ul01 li{
		float:none;
		width:100%;
		margin-right:0;
	}
	.jybzbox{
		margin:10px;
	}
	.jybzbox .video video, .jybzbox .video iframe {
		background: none;
	}
	.morevideo{
		margin:0 10px;
		margin-top:-10px;
	}
    .emailbox02 {
        margin-top: 10px;
        padding: 0;
    }
    .emailbox02 h3 {
        font-size: 20px;
    }
    .emailbox02 p {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .emailbox02 form{
        padding:0;
        font-size: 14px;
        background: #fff;
    }
    .emailbox02 .layui-form-pane .layui-form-radio,.emailbox02 .layui-form-pane .layui-form-switch {
        margin-top: 6px;
        margin-left: 0;
    }
    .emailbox02 .layui-form-pane .layui-input
    ,.layui-form-pane .layui-form-text .layui-textarea{
        background-color: #f5f5f5 !important;
    }
    .list-registerform {
        padding:30px 15px;
        margin: 10px 0;
        border-radius: 10px;
        font-size: 14px;
    }
    .list-registerform h3 {
        font-size: 17px;
        margin-bottom: 20px;
        color: #333;
        font-weight: bold;
    }
    .list-registerform form {
        width: 100%;
    }
    .list-registerform .layui-form-pane .layui-form-label {
        width: 100%;
        background: none;
        border: none;
        padding: 0;
        color: #333;
        line-height: 38px;
    }
    .list-registerform .layui-form-pane .layui-input-block {
        margin-left: 0;
        left: 0;
    }
    .list-registerform .default-form-field_gender
    ,.list-registerform .default-form-field_problem{
        padding-top: 36px;
        border: none !important;
    }
    .list-registerform .layui-form-pane .layui-form-radio,.list-registerform .layui-form-pane .layui-form-switch
    ,.list-registerform .layui-form-item .layui-form-checkbox{
        margin-left: 0;
    }
    .list-registerform .layui-form-pane .layui-input {
        border-radius: 5px;
        background: #f5f5f5;
        border: 1px solid #eee;
    }
    .list-registerform .layui-form-checkbox{
        height: auto;
    }
    .list-registerform .layui-form-checkbox span {
        font-size: 14px;
        overflow: inherit;
        white-space: inherit;
        text-overflow: inherit;
        height: auto;
    }
    .class-box li {
        width: 24%;
        margin-right: 1.32%;
        padding: 10px 0;
        margin-bottom: 1.32%;
    }
    .class-box li:nth-child(4n){
        margin-right: 0 !important;
    }
    .class-box li span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .class-box li img {
        width: 30px;
    }
    .class-box li h3 {
        margin-top: 10px;
        font-size: 12px;
    }
    .class-box {
        margin-top: 10px;
    }
    .pageorder {
        margin-top: 30px;
        font-size: 14px;
    }

/*---------------list-xxzsw---------------------*/
.xxzs-header{
    padding:14px 0;
}
.xxzs-logo img {
    max-height: 28px;
}
.xxzs-tel img {
    width: 20px;
    margin-right: 5px;
}
.xxzs-tel {
    font-size: 18px;
}
.xxzs-menu li:first-child{
    display: none;
}
.xxzs-menu li a {
    font-size: 16px;
    line-height: 1.2;
    padding:5px;
    width: 40px;
    text-align: center;
}
.xxzs-menu ul {
    align-items: center;
}
.xxzs-banner{
    margin: 0;
}
.xxzs-banner li img{
    border-radius: 0;
}
.xxzs-banner .dots {
    bottom: 3px;
}
.xxzs-form h3 {
    font-size: 18px;
    line-height: 1.3;
}
.xxzs-form form {
    flex-wrap: wrap;
    font-size: 14px;
}
.xxzs-form form .layui-form-item {
    width: 100%;
    margin-bottom: 10px;
}
.xxzs-form form .layui-input-block input {
    line-height: 40px;
    height: 40px;
    box-shadow: none;
    font-size: 14px;
}
.xxzs-form form .layui-btn {
    width: 100%;
    line-height: 40px;
    font-size: 17px;
    height: 40px;
}
.xxzs-tit h2 span {
    font-size: 20px;
    padding: 8px 25px;
}
.xxzs-tit h2 span::after, .xxzs-tit h2 span::before {
    left: -3px;
    top: -3px;
}
.xxzs-tit h2 span::before {
    top: 3px;
    left: 3px;
}
.xxzs-part01 {
    padding-top: 40px;
}
.xxzs-tit {
    margin-bottom: 30px;
}
.xxzs-tit p {
    font-size: 14px;
    margin-top: 20px;
}
.xxzs-part01 li {
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.xxzs-part01 li span {
    width: 100%;
    margin-top: 20px;
}
.xxzs-part01 li img {
    border-radius: 10px;
    box-shadow: 0 9px 12px #feebe7;
}
.xxzs-part01 li.li2 img {
    box-shadow: 0 9px 12px #d0edfb;
}
.xxzs-part01 li div {
    width: 100%;
    margin-top: 0;
}
.xxzs-part01 li div h3 {
    font-size: 30px;
}
.xxzs-part01 li div a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin-top: 20px;
}
.xxzs-class {
    padding: 40px 0;
}
.xxzs-class li {
    width: 45%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
}
.xxzs-class ul {
    flex-wrap: wrap;
}
.xxzs-class li div {
    padding: 13px;
}
.xxzs-class li div span {
    border: 2px solid #4eaefe;
}
.xxzs-class li span::after, .xxzs-class li span::before {
    left: 6%;
    width: 15px;
    height: 15px;
}
.xxzs-class li span::before{
    right: 6%;
    left: auto;
}
.xxzs-class li h3 {
    padding-left: 0;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 0;
    white-space: nowrap;
}
.xxzs-class li em {
    width: 13px;
    height: 13px;
}
.xxzs-class li h3 em::after {
    width: 13px;
    height: 13px;
    top: 3px;
    left: 3px;
}
.xxzs-more {
    width: 70%;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    margin-top: 0;
}
.xxzs-class02 li:nth-child(2n) {
    margin-top: 0;
}
.xxzs-youshi .d01 h2 {
    position: inherit;
    font-size: 30px;
    top: 0;
    transform: translate(0,0);
    left: 0;
    color: #333;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.xxzs-youshi .divbox {
    padding-bottom: 0;
}
.xxzs-youshi .d01 img{
    display: none;
}
.xxzs-youshi .d01{
    width: 100%;
}
.xxzs-youshi ul {
    position: inherit;
    padding: 0;
    padding-left: 10px;
}
.xxzs-youshi li.li02
,.xxzs-youshi li.li03
,.xxzs-youshi li.li04{
    margin-top: 0;
}
.xxzs-youshi li.li05 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.xxzs-youshi li {
    width: 45%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
}
.xxzs-youshi li h3 {
    font-size: 20px;
}
.xxzs-youshi li p {
    font-size: 14px;
    margin-top: 10px;
}
.xxzs-youshi {
    padding: 40px 0 10px 0;
}
.xxzs-course {
    padding: 40px 0 0 0;
}
.xxzs-course ul {
    flex-wrap: wrap;
}
.xxzs-course li .d02 {
    padding: 10px;
}
.xxzs-course li .d02 h3 {
    font-size: 18px;
    padding-bottom: 10px;
}
.xxzs-course li .d02 ins {
    font-size: 15px;
    padding-top: 10px;
    line-height: 1.6;
}
.xxzs-course li {
    width: 48%;
    margin-bottom: 80px;
    background: #f75158;
    box-shadow: 0 3px 8px rgba(247,81,88,0.5);
}
.xxzs-course li.li02, .xxzs-course li.li02 a {
    box-shadow: 0 3px 8px rgba(78,174,254,0.5);
}
.xxzs-course li.li03, .xxzs-course li.li03 a {
    box-shadow: 0 3px 8px rgba(64,203,133,0.5);
}
.xxzs-course li.li04, .xxzs-course li.li04 a {
    box-shadow: 0 3px 8px rgba(191,113,224,0.5);
}
.xxzs-course li a {
    width: 78%;
    bottom: -50px;
    left: 11%;
    line-height: 40px;
    font-size: 15px;
}
.xxzs-service {
    padding: 40px 0;
    margin-top: 20px;
    padding-bottom: 20px;
}
.xxzs-service ul{
    flex-wrap: wrap;
    padding-top: 8px;
}
.xxzs-service li div h3 {
    font-size: 20px;
}
.xxzs-service li div img
,.xxzs-service li div {
    border-radius: 20px;
}
.xxzs-service li {
    width:45%;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 30px;
}
.xxzs-service li div{
    transform: translate(-8px,-8px);
}
.xxzs-service li.li02 div {
    transform: translate(8px, -8px);
}
.xxzs-policy {
    padding: 40px 0;
    padding-bottom: 20px;
}
.xxzs-policy ul {
    flex-wrap: wrap;
}
.xxzs-policy li{
    width: 48%;
    padding-bottom: 45px;
    margin-bottom: 20px;
}
.xxzs-policy li h3 {
    line-height: 80px;
    font-size: 20px;
}
.xxzs-policy li div {
    padding: 15px;
    font-size: 14px;
}
.xxzs-policy li a {
    width: 80%;
    line-height: 35px;
    font-size: 15px;
    border-radius: 5px;
    left: 10%;
    bottom: 15px;
}
.xxzs-problem {
    padding: 40px 0;
    padding-bottom: 30px;
}
.xxzs-problem ul li{
    margin-bottom: 5px;
}
.xxzs-problem ul li .swiper-wrapper{
    transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.xxzs-problem li span{
    width: auto;
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 8px #ddd;
}
.xxzs-footer .wp{
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.xxzs-footer .foot01 {
    width: 100%;
    background: none;
    padding: 0;
    margin-top: 10px;
}
.xxzs-footer .foot02 {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    display: none;
}
.xxzs-footer .foot02 a {
    font-size: 14px;
    color: #999;
}
.xxzs-footer .foot03 {
    width: 60%;
    margin: auto;
    min-width: 240px;
}
.xxzs-footer .foot01 span {
    text-align: center;
}
.xxzs-footer .foot01 img {
    width: 60%;
}
.xxzs-footer .foot01 p {
    font-size: 14px;
    text-align: center;
    color: #333;
}
.xxzs-footer .foot03 div{
    width: calc(100% - 100px);
}
.xxzs-footer .foot03 div p {
    font-size: 16px;
    color: #333;
}
.xxzs-footer .foot03 div p a{
    color: #333;
}
.xxzs-footer .foot01 a {
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.xxzs-footer .foot03 span {
    width: 80px;
    margin-right: 10px;
}
.xxzs-jineng {
    padding: 40px 0 20px 0;
    margin-top: 20px;
}
.xxzs-jineng li {
    width: 48%;
    margin-bottom: 15px;
}
.xxzs-jineng li span {
    border: 2px solid #4eaefe;
    padding: 7px;
}
.xxzs-jineng li div h3 {
    font-size: 17px;
}
.xxzs-jineng li div {
    margin-top: 10px;
}
.xxzs-jineng li div h4 {
    font-size: 14px;
}

}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   
	.list-online {
		width: 100%;
	}
	.online-tit img {
		max-width: 80%;
	}
	.list-online h4 {
		font-size: 16px;
		margin-top: 10px;
	}
	.list-onlinebox {
		padding: 30px 0;
	}	
	.online-tit h5 {
		font-size: 12px;
		margin-top: 17px;
	}	
	.list-online form {
		padding: 20px 10px;
		font-size: 14px;
	}	
	.tipbox {
		width: 100%;
		margin-top: 20px;
	}


}
@media screen and (max-width:320px){   
	.pagetit h2
	,.pageorder h2{
		font-size: 15px;
	}
	.pageadvandage li div p {
		font-size: 10px;
	}
	.pageban03 .wenzi h2, .pageban03 .wenzi h3 {
		font-size: 17px;
	}
}


