/* 共用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;}
.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);}
/* 共用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;}

.duibi{line-height: 50px; overflow: hidden;}
.duibi .item{float: left; width: 580px; margin-bottom: 20px;}
.duibi .item:nth-child(2n){float: right;}
.duibi .item:nth-child(2n) .label{background-color: #e10f0f;color: #FFF;}
.duibi .label{width: 122px; background-color: #7d7d7d; color: #FFF; text-align: center;}
.duibi .text{flex: 1; background-color: #FFF; color: #000000; padding-left: 20px;}

.ldys{overflow: hidden;}
.ldys .item{float: left; width: 386px; margin-right: 21px; margin-bottom: 22px;}
.ldys .item:nth-child(3n){margin-right: 0;}
.ldys .item p{text-align: center;}

.pk-wrap .item{flex: 1; text-align: center;}
.pk-wrap .item:nth-child(1),.pk-wrap .item:nth-child(3){margin-top:63px; font-size: 24px;}
.pkimg .img{margin-bottom: 20px;}

.lxwrap{overflow: hidden;}
.lxwrap .item{float: left; width: 232px; background-color: #FFF; margin: 0 10px 10px 0;}
.lxwrap .item:nth-child(5n){margin-right: 0;}
.lxwrap .item .lxtit{font-size: 24px;}
.lxmsg{padding: 20px;}
.lxwrap .item p{font-size: 16px;}

.hbm{overflow: hidden;}
.gundong-wrap{float: left; background-color: #ffbe2f; padding-bottom: 4px; width: 585px; height: 255px; box-sizing: border-box;}
.gundong-wrap .mx-title{text-align: center; font-size: 24px; color: #000;}
.gundong-container{background-color: #fff3d9; margin: 0 4px 0px; overflow: hidden; height:220px; position: relative;}
.gundong-list{position: absolute; left: 0; top: 0; width: 100%;}
.gundong-container .gundong-item{overflow: hidden; line-height:44px;}
.gundong-container .gundong-item .item{width: 25%; text-align: center; font-size: 18px; color:#000000; float: left;}
.hbm .right{float: right; width: 611px;}
.hbm .right img{float: left;}

.sdys .item{width: 294px;}
.sdys .xzxdf-tit{font-size: 24px;}

.hcy-content{overflow: hidden;}
.hcy-content .item{float: left; width: 595px; overflow: hidden; color: #FFF; margin: 0 10px 10px 0;}
.hcy-content .item:nth-child(2n){margin-right: 0;}
.hcy-content .item img{float: left; width: 305px;}
.hcy-content .item .hcy-msg{width: 290px; text-align: center; float: left; box-sizing: border-box; padding: 10px 30px 0;}
.hcy-content .item .hcy-msg .hcy-tit{font-size: 24px;color: #FFF;}
.hcy-content .item .hcy-msg .hcy-m-tit{margin-bottom: 20px;color: #FFF;}
.hcy-content .item .hcy-msg p{font-size: 14px;color: #FFF;}
.hcy-content .item .hcy-msg .zxUrl{display: block; border:1px #FFF solid; color: #FFF; line-height: 40px; text-align: center; font-size: 18px; width: 180px; margin: 20px auto 0;}

.quest-list .item{width: 590px;}
.quest-list .item div{padding: 10px; font-size:18px; color: #6f6f6f; margin-bottom: 6px; line-height: 180%;}
.quest-list .qest{background-color: #eeeeed;}

.zdxjx{overflow:hidden;}
.zdxjx img{float: left;margin: 0 12px 12px 0;}

.sxjyzd .item{width: 282px;}
.sxjyzd .sxjyzd-tit{font-size: 24px;}

.wrap-hrbm{background-color: #fffbd9; overflow: hidden;}
.rmzy-hrbm{width: 1106px; height: 521px; margin:20px auto; background-color: #f44817;}

.container .title .line{display: inline-block;width:100px;border-top:3px solid #de252b;}
.container .title .txt{vertical-align:sub; margin: 0 30px;}

.title{font-size:36px; color: #de252b;}
.title b{color: #de252b;}
.mtitle{font-size: 20px;margin: 20px 0;}
.title span{color: #de252b;}

.rongyu p{text-align: center;}
.ypb{overflow: hidden;}
.main_title{background-color: #c50000; padding: 20px 0;}
.main_title .title{color: #FFF; margin-bottom: 10px;}
.main_title .title span{color: #FFF; border-bottom: 3px #FFF solid;}
.main_title .mtitle{color: #FFF;}

.sdys .item{width:282px; text-align:center; font-size: 16px;}
.sdys .item .sdys-tit{font-size:18px; color: #448aca;}
.container .sdys p{font-size: 16px;padding: 0 20px;}

.container .kzlc p{font-size: 24px;}

.tip{font-size:18px; background-color: #fff8ce; margin: 0 auto; padding: 20px; box-sizing: border-box;}

/* 表单 */
.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;}

.container p{font-size: 18px; color: #525252; margin: 10px 0 0;}


.question_wrap{background-image: url(../images/question.jpg);background-repeat: no-repeat; background-position:879px 55px;}
.question_item{font-size: 14px; width: 1060px; margin: 20px auto; border-bottom:1px #fffca4 dashed ; line-height: 24px; padding-bottom: 20px;}
.question_item .q-q{color: #fffca4;}
.question_item .q-a{color: #FFF;}

.img-wrap .item{overflow: hidden; margin-bottom: 30px;}
.img-wrap .fleft{width: 476px;}
.img-wrap .fright{width:640px; margin-left: 20px; padding-right: 30px;}
.img-wrap .img-tit{font-size: 32px; color: #178f0e; margin: 30px 0;}
.img-wrap .msg{color: #404040;font-size: 20px;}

.rmzy-list-2 .item{float: left; width: 598px; margin-bottom:6px; background-color: #fff8e9;}
.rmzy-list-2 .item img{float: left; width: 275px;}
.rmzy-list-2 .item:nth-child(2n){float: right;}
.rmzy-list-2 .rmzy-msg{float: left; padding: 10px; width: 300px;}
.rmzy-list-2 .rmzy-msg .rmzy-tit{font-size: 24px;}
.rmzy-list-2 .rmzy-msg p{line-height:46px;}
.rmzy-list-2 .rmzy-msg .rmzy-tit span{font-weight: bold;}
.rmzy-list-2 .rmzy-msg .btn{background-color: #e45b63; color: #FFF; display: block; font-size: 18px; padding: 10px; text-align: center; border-radius: 10px; float: right; width: 140px; margin-top: 20px;}


.rmzy{margin-bottom: 50px;}
.rmzy .item{width:284px; background-color: #fff8e9;box-sizing: border-box; padding: 6px;}
.rmzy .item .rmzy-tit{text-align: center; color: #000; font-size: 24px;}
.rmzy .item p{text-align: center; color: #f40000; margin: 10px 0;}
.rmzy .item .title{color: #ff5a00; font-size: 32px;}
.rmzy .item .btn{display: block;line-height:40px; text-align: center; background-color: #ff2a00; border-radius: 10px; color: #FFF; width: 100px;}
.rmzy .item .btn:nth-child(2){background-color: #ffb400;}

.question-list{overflow: hidden;}
.question-list .item{float: left;width: 570px; border-bottom:1px #000 dashed; line-height: 40px; padding-bottom: 10px; margin-bottom: 20px; padding-right: 10px;}
.question-list .item:nth-child(2n){float: right;}
.question-list .item a{display: block; width: 138px; background-color: #e60012; text-align: center; color: #FFF; border-radius: 5px;}
.question-list .item .text{flex: 1; padding-left: 20px; font-size: 24px;}

.xcys .list{margin: 0 9px 9px 0;}
.xcys .list:nth-child(3n){margin-right: 0;}

/* 咨询按钮两列 */
.zxbtn-list-2{width: 600px; margin:20px auto; overflow: hidden;}
.zxbtn-list-2 a{width: 46%; line-height: 40px; border-radius: 20px; background-color: #ff2a00; text-align: center; color: #FFF; font-size: 18px;}
.zxbtn-list-2 a:nth-child(2){background-color: #ffb400;}

.jnds .list{margin: 0 8px 8px 0;}
.zyjnds .list:nth-child(4n){margin-right: 0;}
.form{background-color: #ff6600; background-image: url(../images/23.jpg); background-position: left; height: 151px; background-repeat: no-repeat; border-radius: 10px; position: relative;}

.form-wrap{position: absolute; width: 560px; right:24px; top:39px;}
.form .hsldg{width:180px; height:70px; background-color:#ffd912; border:none; border-radius:5px; font-size:20px; color:#333; cursor:pointer; display:block; float:right; text-align: center;}
.form input{height:70px; width:360px;background-color:#fff; border:none; border-radius:5px; font-size:20px; color:#333;}
.form .text{padding-left: 10px; box-sizing: border-box;}
