/* 共用css */
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-pack-around{-webkit-box-pack:justify;-webkit-justify-content:space-around;-ms-flex-pack:justify;justify-content:space-around;}
.fleft{float: left;}
.fright{float: right;}
.ztwrap{width: 100%;}
img{height: auto; max-width: 100%;}
.text-center{text-align: center;}
.text-explain{font-size:20px; text-indent: 28px; margin: 20px 0;}
.sbanner img{ width: 100%; height: auto; display: block;}
.container{width: 1200px; margin:20px auto 0; overflow: hidden; padding: 20px 0;}
.container .text-center:nth-child(1){margin:0px 0 20px;}
.block{display: block;}
.zxbtn{display: block; margin: 20px auto; width: 30%; height: 50px; line-height: 50px; text-align: center;color: #FFF;background-color: #8d181a;border-radius: 5px; font-size: 24px;}
.zxbtn b{color: #00a0e9;}
.zxbtn-white{background-color: #FFF;color: #f50b24;border-radius: 30px;}
.zxbtn-brown{background-color: #6a3906; color: #FFF;}
.zxbtn-yellow{background-color: #986960; color: #FFF;}
.zxbtn-red{background-color: #ff0000; color: #FFF; border-radius:30px;}
.enlarge:hover{transform: scale(1.2);}
.table-all{border:1px #000 solid; border-right: none; border-bottom: none; width: 100%;}
.table-all td{border-right:1px #000 solid; border-bottom:1px #000 solid;}
.ttitle{line-height:78px; background-color: #fff7de;}
/* 共用css */
/* 多行排列 */
.muti-list{overflow: hidden;}
.muti-list .list{float: left;}
.muti-list .list img{display: block; width: 100%;}

/* 图片两列多排 */
.img-list-2{overflow: hidden;}
.img-list-2 .item{float:left; width: 300px; margin-left:60px; margin-bottom: 20px;} 
.img-list-2 .item img{display: block;}
.img-list-2 .item p{text-align: center; margin-top: 10px;}

/* 图片7排列 */
.img-list-7{overflow: hidden;}
.img-list-7 img{float: left; margin-left: 12px; margin-bottom: 12px;}
.img-list-7 img:nth-child(1){margin-left: 0;}

/* 三列排列 */
.m-list-3 .list{width:390px; float: left; margin: 0 15px 15px 0;}
.m-list-3 .list:nth-child(3n){margin-right:0;}
.m-list-3 .list img{display: block;}

/* 图片2排列 */

/* 咨询一排两列 */
.zx-list-2{width: 500px; margin: 0 auto; overflow: hidden;}
.zx-list-2 a:nth-child(1){float: left;}
.zx-list-2 a:nth-child(2){float: right;}

/* 图片带文字4排列 */
.img_txt-list-4 p{text-align: center; color: #525252;font-size: 18px; line-height: 36px;}

/* 内容+内边距4排列 */
.content_padding-list-4 .item{width: 291px; padding: 20px; box-sizing: border-box; color: #525252;}
.content_padding-list-4 .item .title{text-align: center; font-size: 24px; color: #525252; margin:10px 0;}
.content_padding-list-4 .item .title a{color: #525252;}
.content_padding-list-4 .item p{text-align: center; font-size: 16px; color: #525252; margin: 10px 0;}
.content_padding-list-4 .item p span{color: #ff6002;}
.content_padding-list-4 .item .btn{display: block; line-height: 36px; color: #FFF;background-color: #ff8b00; text-align: center;}

.container .title .line{display: inline-block;width:100px;border-top:3px solid #ff0000;}
.container .title .txt{vertical-align:sub; margin: 0 30px;}
.container .msg{font-size: 24px; color: #525252; text-indent: 48px;}

/* 表单 */
.container .form{margin:20px 0; background-color: #eeeeee; padding: 20px 0;}
.container .form label{float: left; color: #FFF; line-height: 36px;}
.container .form .txt{width:800px; height: 50px; line-height: 50px; padding:0 10px;display: block; margin: 20px auto; border:1px #c9c9c9 solid; border-radius: 10px; text-align: center; box-sizing: border-box;}
.container .form .btn{display: block; width: 800px; height: 50px; background-color: #e60012;border-radius: 10px; color: #FFF;text-align: center; font-size: 24px; margin: 20px auto;}
.container .form .select{float: left;width: 165px;padding: 0 10px; height: 36px; margin-right: 10px;}

.title{font-size:36px; color: #ff0000;}
.title b{color: #ff0000;}
.mtitle{font-size: 20px;margin: 20px 0;}
.title span{color: #ff0000; font-weight: bold;}

.border_{border:1px #e6e6e6 solid;}

.ppys .item{width: 282px; text-align: center;}
.ppys .item img:nth-child(1){display: block;}
.ppys .item p{font-size: 18px; line-height: 180%;}
.ppys .item .btn{ color: #b33c36; border:1px #b33c36 solid; display: block; width:200px; margin: 20px auto; border-radius: 20px; line-height: 40px;}
.ppys .item .more{position: relative;}
.ppys .item .more img{position: absolute; right: 10px; top: -20px;}
.rmzy .list{ box-sizing: border-box; margin: 0 24px 24px 0; width: 588px;}
.rmzy .list:nth-child(2n){margin-right: 0;}
.rmzy .left{width: 50%;}
.rmzy .left img{display: block; width: 100%;}
.rmzy .right{flex: 1; padding:24px 30px 0 20px; box-sizing: border-box;}
.rmzy .right .tit{color: #4d4d4d;font-size: 24px;}
.rmzy .right .tit span{font-size: 16px; color: #4d4d4d;}
.rmzy .right .flex{width: 80%; margin: 10px 0;}
.rmzy .right .flex label{color: #b63f39;font-size: 16px;border:1px #b63f39 solid;padding:0 10px;border-radius: 10px;}
.rmzy .right p{font-size: 16px; margin: 10px 0 30px;}
.rmzy .right p span{color: #b63f39;}
.rmzy .right .btn{display: block; background-color:#b63f39; color: #FFF; line-height: 40px; border-radius: 5px; text-align: center; font-size: 18px;}

.msjx-wrap{overflow: hidden;}
.msjx-wrap .item{float: left; width: 50%; box-sizing: border-box; border-bottom: 1px #c6c6c6 dashed; padding-left: 50px;padding-top: 20px;}
.msjx-wrap .item .m-title{font-size: 24px;}
.msjx-wrap .border-left{border-left: 1px #c6c6c6 dashed;}
.msjx-wrap .item .m-title{color: #555555;}
.msjx-wrap .item .tip{background-color: #c50f0c; border-radius: 30px; height:40px; line-height: 40px; color: #FFF; text-align: center; position: relative; margin: 20px 0 0 0; width: 300px;}
.msjx-wrap .item .tip img{width:45px; position: absolute; left: -2px; top: -2px;}
.msjx-wrap .item .btn{display: block; width: 200px;  background-color: #ffa200; color: #FFF; font-size: 18px; text-align: center; border-radius: 30px; margin: 20px 0; line-height: 36px;}
.msjx-wrap{border:10px #b40001 solid;}

.hot-list .item{border:1px #ff0000 solid; width: 394px; box-sizing: border-box; float: left; margin: 0 9px 9px 0;}
.hot-list .item:nth-child(3n){margin-right: 0;}
.hot-list .item .right{flex: 1; text-align: right; padding-right: 20px;}
.hot-list .item  img{display: block;}
.hot-list .item .right .htitle{font-size: 16px; margin: 20px 0 10px 0;}
.hot-list .item .right .htitle span{color: #b91e2a;}
.hot-list .item .right .tip{color: #666666; font-size: 16px;}
.hot-list .item .right .number{ color: #b91e2a;font-size: 30px; margin: 10px 0 0 0;}
.hot-list .item .right .btn{display: block; width: 160px; background-color: #ff0000; text-align: center; color: #FFF;font-size: 24px; line-height: 40px; float: right; margin-top: 20px;}

.teacher .item{width:394px; background-color: #fffbf0;}
.teacher .item .right{flex: 1;padding: 20px 0 0 30px;}
.teacher .item .right .label{font-size: 16px;}
.teacher .item .right .name{color: #ff0000;font-size: 18px; font-weight: bold;}
.teacher .item .right  p{font-size: 16px;  color: #ff0000;}
.teacher .item .right a{display: block; width:80px; background-color:#ff0000; text-align: center; color: #FFF; font-size: 20px; padding: 10px 0; margin-top: 18px;}

.scjx-wrap{overflow: hidden;}
.scjx-wrap img{float:left; width: 595px; margin:0 10px 10px 0;}
.scjx-wrap img:nth-child(2n){margin-right: 0;}

.qzm-wrap{overflow: hidden; border:22px #b40001 solid;}
.qzm-wrap img{float: left; width: 289px;}

