@charset "utf-8";
/*CSS Common*/
body{margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #333; text-align: center; background: #f9f7f2; line-height: 26px; margin-left: auto; margin-right: auto;}
a{color: #333; text-decoration: none; outline-style: none; outline-color: invert; outline-width: medium; -webkit-tap-highlight-color: transparent; transition: all 0.3s; -ms-transition: all 0.3s;}
a:link{text-decoration: none;}
a:hover{color: #8f1d22;}
a img{border: 0 none;}
a{outline: none;}
a:focus{outline: none;} 
h1,h2,h3,h4,ul,li,div,p,span,b,i,input,select{margin: 0; padding: 0;}
ul,li,dl,dd,dt{padding: 0; margin: 0; list-style: none;}
input,button,textarea{font-family: Arial, Helvetica, sans-serif; outline: none; resize: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0;}
em,i{font-style: normal;}
img{display: block;}
video{outline: none;}
.clear{clear: both; height: 0; overflow: hidden; display: block;}
.hide{display: none;}
.font{font-family: 'SimSun';}
.omit{word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.omit-two{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.omit-three{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.animate{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
.center{display: flex; justify-content: center; align-items: center;}
.center_vertical{display: flex; align-items: center;}
.center_horizontal{display: flex; justify-content: center;}
.row{display: flex; flex-direction: row; flex-wrap: wrap;}
.row_box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.column{display: flex; flex-direction: column; flex-wrap: wrap;}
.column_box{display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;}
.con{padding: 0 0 30px 0;}
.content{min-width: 100%; width: 100%; margin: 0 auto; padding: 0; text-align: left;}
.container{min-width: 1200px; width: 1200px; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{position: absolute; width: 100%; top: 0; left: 0; right: 0; margin: 0 auto; text-align: center; z-index: 9;}
#header .header_con{height: 110px; padding-top: 10px;}
#header .header_search{width: 250px; background: #8f1d22; padding: 6px; position: absolute; right: 0; top: 80px; z-index: 9; display: none;}
#header .header_search input[type="text"]{width: 200px; height: 36px; border: 0; padding: 0 15px; box-sizing: border-box; font-size: 15px;}
#header .header_search button{width: 50px; height: 36px; background-color: #fff; cursor: pointer; border: 0;}

/*menu*/
.menu>ul{justify-content: space-between;}
.menu>ul>li{padding: 0 15px; text-align: center; display: flex; align-items: center; justify-content: center; position: relative; z-index: 9;}
.menu>ul>li a{line-height: 46px; display: block; font-size: 16px; padding: 0 10px; border-bottom: 2px solid transparent;}
.menu>ul>li a:hover{color: #8f1d22;}
.menu>ul>li a.on{color: #8f1d22; border-color: #8f1d22;}
.menu>ul>li .search{cursor: pointer;}
.menu>ul>li:first-child{padding-left: 0;}
.menu>ul>li:last-child{padding-right: 0; padding-left: 30px;}
.menu>ul>li dl{width: 100%; position: absolute; left: 0; top: 166px; display: none;}
.menu>ul>li dl>dd{width: 100%; height: 30px; line-height: 30px; text-align: center;}

/*banner*/
.banner{height: 960px;}
.banner .swiper-slide{background-position: top center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination-bullet{margin: 0 5px !important;}
.banner .swiper-pagination-bullet{background: #fff; opacity: 1; width: 9px; height: 9px;}
.banner .swiper-pagination-bullet-active{background: #8f1d22;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner .swiper-button-prev{left: 20px;}
.banner .swiper-button-next{right: 20px;}
.banner .apply{width: 100%; height: 62px; background-color: rgba(221,210,192,0.65); position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; display: none;}
.banner .apply .ico{margin-right: 22px;}
.banner .apply .ico>img{margin-right: 18px; cursor: pointer;}
.banner .apply .form{width: 486px; height: 40px; line-height: 40px; background-color: #efe7dd; border-radius: 25px; overflow: hidden;}
.banner .apply .form input{width: 360px; height: 40px; line-height: 40px; border: none; background: none; padding: 0 20px; box-sizing: border-box;}
.banner .apply .form button{width: 100px; height: 40px; line-height: 40px; background-color: #8f1d22; border-radius: 25px; color: #fff; border: none; cursor: pointer;}
.banner .apply .form button:hover{background-color: #9d1d23;}
.banner .barrage{position: absolute; width: 1200px; height: 490px; overflow: hidden; left: 0; right: 0; top: 326px;margin: auto; z-index: 10; display: none;}
.banner .line{width: 42px; position: absolute; background-image: url(../images/text_ico.png); bottom: 0; display: flex; flex-direction: column; align-items: center; white-space: nowrap; font-size: 14px; animation: scrollUp 10s linear forwards; line-height: 1; padding: 40px 0 10px 0;}
.banner .line span{display: inline-block; width: 24px; text-align: center;}
@keyframes scrollUp{
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100vh);
  }
}

/*banner_inside*/
.banner_inside{height: 700px;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banner_inside .swiper-pagination-bullet{margin: 0 5px !important;}
.banner_inside .swiper-pagination-bullet{background: #fff; opacity: 1; width: 9px; height: 9px;}
.banner_inside .swiper-pagination-bullet-active{background: #8f1d22;}
.banner_inside .swiper-button-next,.banner_inside .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner_inside .swiper-button-prev{left: 20px;}
.banner_inside .swiper-button-next{right: 20px;}

/*home_service*/
#home_service{width: 100%; background-color: #8f1d22; padding: 50px 0;}
#home_service .home_service_con ul>li{width: 25%;}
#home_service .home_service_con ul>li a{color: #fff;}
#home_service .home_service_con ul>li .img{width: 75px; height: 73px; background: url(../images/service_ico_bg.png) no-repeat center; margin-right: 15px;}
#home_service .home_service_con ul>li .img .img_box{width: 42px; height: 42px; overflow: hidden;}
#home_service .home_service_con ul>li .img img{max-width: 100%; max-height: 100%; transition: all 0.3s; -ms-transition: all 0.3s;}
#home_service .home_service_con ul>li:hover .img img:first-child{margin-top: -42px;}
#home_service .home_service_con ul>li .desc{width: calc(100% - 90px); padding-top: 10px;}
#home_service .home_service_con ul>li .desc>span{display: block; font-size: 22px;}
#home_service .home_service_con ul>li .desc>em{display: block; margin-top: 5px;}

/*home_about*/
#home_about{width: 100%; background: url(../images/about_bg.jpg) no-repeat top center; padding: 100px 0;}
#home_about .home_about_dh .desc{width: 996px; font-size: 16px; line-height: 2;}
#home_about .home_about_dh .desc>a{background: url(../images/more_ico.png) no-repeat center; width: 173px; height: 51px; line-height: 51px; display: block; text-align: center; color: #fff; margin-top: 40px; font-size: 15px; position: relative; top: 0; transition: all 0.3s;}
#home_about .home_about_dh .desc>a:hover{top: -10px;}
#home_about .home_about_con{margin-top: 70px;}
#home_about .home_about_con ul li{width: 400px; flex-direction: column; transition: all 0.3s;}
#home_about .home_about_con ul li a{flex-direction: column;}
#home_about .home_about_con ul li:nth-child(2n) a{flex-direction: column-reverse;}
#home_about .home_about_con ul li .img{width: 100%; height: 336px; overflow: hidden;}
#home_about .home_about_con ul li .img>img{width: 100%; height: 100%; object-fit: cover;}
#home_about .home_about_con ul li .desc{height: 336px; background-color: #a38163; color: #fff; padding: 0 40px; box-sizing: border-box; text-align: center;}
#home_about .home_about_con ul li span{font-size: 24px; line-height: 1;}
#home_about .home_about_con ul li em{line-height: 1.8; display: block; margin-top: 25px; font-size: 16px;}
#home_about .home_about_con ul li:nth-child(2) .desc{background-color: #caba9f;}
#home_about .home_about_con ul li:nth-child(3) .desc{background-color: #8f1d22;}

/*home_news*/
#home_news{width: 100%; background: url(../images/news_bg.jpg) no-repeat top center; padding: 80px 0;}
#home_news .home_news_dh a{background: url(../images/more_ico.png) no-repeat center; width: 173px; height: 51px; line-height: 51px; display: block; text-align: center; color: #fff; font-size: 15px; position: relative; top: 0; transition: all 0.3s;}
#home_news .home_news_dh a:hover{top: -10px;}
#home_news .home_news_con{margin-top: 60px;}
#home_news .home_news_con .swiper-container{width: 518px; height: 410px;}
#home_news .home_news_con .swiper-slide{background-color: #f8f8f8;}
#home_news .home_news_con .swiper-slide .img{width: 100%; height: 410px; overflow: hidden;}
#home_news .home_news_con .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover;}
#home_news .home_news_con .swiper-pagination-bullet{background: #f0f0f0; opacity: 1; width: 10px; height: 10px; margin: 0 5px;}
#home_news .home_news_con .swiper-pagination-bullet-active{background: #8f1d22;}
#home_news .home_news_con ul{width: 682px; padding-left: 35px; box-sizing: border-box;}
#home_news .home_news_con ul>li>a{line-height: 2.8; font-size: 16px;}
#home_news .home_news_con ul>li>a span>em{width: 500px; display: block;}
#home_news .home_news_con ul>li>a i{width: 6px; height: 6px; background-color: #8f1d22; border-radius: 50%; display: inline-block; margin-right: 10px;}

/*home_course*/
#home_course{width: 100%;}
#home_course{width: 100%; background: url(../images/course_bg.jpg) no-repeat top center; padding: 80px 0;}
#home_course .home_course_dh a{background: url(../images/more_ico.png) no-repeat center; width: 173px; height: 51px; line-height: 51px; display: block; text-align: center; color: #fff; font-size: 15px; position: relative; top: 0; transition: all 0.3s;}
#home_course .home_course_dh a:hover{top: -10px;}
#home_course .home_course_con{margin-top: 60px;}
#home_course .home_course_con ul>li{width: 382px; background: url(../images/news_pic_bg.jpg) no-repeat top center #f3efe5; padding: 35px 30px; box-sizing: border-box; margin-left: 27px; padding: 35px; box-sizing: border-box;}
#home_course .home_course_con ul>li:nth-child(3n+1){margin-left: 0;}
#home_course .home_course_con ul>li .desc{text-align: center;}
#home_course .home_course_con ul>li .desc>i{width: 20px; height: 4px; background-color: #8f1d22; margin: 20px auto 15px; display: block;}
#home_course .home_course_con ul>li .desc>span{font-size: 22px; font-weight: bold; line-height: 1; display: block;}
#home_course .home_course_con ul>li .desc>em{line-height: 1.8; color: #333;}
#home_course .home_course_con ul>li .img{width: 322px; height: 226px; overflow: hidden; margin-top: 20px;}
#home_course .home_course_con ul>li .img img{width: 100%; height: 100%; object-fit: cover;}
#home_course .home_course_con .more{background: url(../images/news_more.png) no-repeat center; width: 134px; height: 36px; line-height: 36px; display: block; text-align: center; color: #8f1d22; font-size: 14px; margin: 25px auto 0;}

/*left*/
#left{background-color: #8f1d22;}
#left .left_dh>ul>li{margin-right: 30px;}
#left .left_dh>ul>li:last-child{margin-right: 0;}
#left .left_dh>ul>li a{height: 80px; line-height: 80px; display: block; color: #fff; padding: 0 10px; border-bottom: solid 2px transparent; box-sizing: border-box;}
#left .left_dh>ul>li a:hover{color: #e3d5bd;}
#left .left_dh>ul>li a.on{border-color: #e3d5bd; color: #e3d5bd;}

/*content*/
#right{width: 100%;}
#right .right_dh{background-color: #8f1d22; color: #fff;}
#right .right_dh .dh_box{display: flex; justify-content: space-between;}
#right .right_dh .dh_box img{margin-right: 10px; position: relative; top: -2px;}
#right .right_dh .dh_box span{color: #fff; font-size: 14px;}
#right .right_dh .dh_box span>a{color: #fff;}
#right .right_con{min-height: 200px; padding: 60px 0; font-size: 16px; line-height: 2;}
#right .right_box{clear: both; overflow: hidden; line-height: 2;}
#right .right_box img{height: auto !important; display: inline-block;}
#right .right_box video{max-width: 100%; height: auto;}
#right .right_box iframe{max-width: 100%;}

/*list_pro*/
ul.list_pro li{width: 279px; margin-left: 28px; margin-bottom: 30px; text-align: center;}
ul.list_pro li:nth-child(4n+1){margin-left: 0;}
ul.list_pro li .img{width: 279px; height: 200px; margin: 0 auto; overflow: hidden;}
ul.list_pro li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pro li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pro li span{display: block; padding-top: 10px;}

/*display*/
.dis_big .dis_pic{width: 600px; margin: auto;}
.dis_big .dis_pic img{max-width: 100%; margin: auto;}
.dis_big .dis_name{display: block; text-align: center; margin-top: 15px;}
.dis_big .view{width: 100%; border: 1px solid #e5dccb; box-sizing: border-box;}
.dis_big .view .swiper-container{width: 100%; height: 460px;}
.dis_big .view .swiper-slide{display: flex; justify-content: center; align-items: center;}
.dis_big .view .swiper-slide img{width: 100%; max-height: 100%; object-fit: cover;}
.dis_big .view .arrow-left{position:absolute; left: 10px; top: 50%; margin-top: -19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .view .arrow-right{position:absolute; right: 10px; top: 50%; margin-top:- 19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .preview{width: 100%; margin-top: 15px; position: relative;}
.dis_big .preview .swiper-container{width: 90%; margin: 0 auto;}
.dis_big .preview .swiper-slide{cursor: pointer; text-align: center;}
.dis_big .preview .swiper-slide>.img{height: 100px; position: relative; border: 1px solid #e5dccb; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
.dis_big .preview .swiper-slide>.img>img{width: 100%; height: 100%; object-fit: cover;}
.dis_big .preview .arrow-left{position: absolute; left: 0; top: 50%; margin-top: -30px; width: 12px; height: 60px; z-index: 10; cursor: pointer;}
.dis_big .preview .arrow-right{position: absolute; right: 0; top: 50%; margin-top: -30px; width: 12px; height: 60px; z-index: 10; cursor: pointer;}
.dis_big .preview i{font-size: 36px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.dis_big .preview .swiper-slide-thumb-active>.img{border: 2px solid #8f1d22;}
.dis_note{margin-top: 30px;}
.dis_note .dh{border-bottom: 1px solid #e5dccb; padding-bottom: 10px;}
.dis_note .desc_con{margin-top: 10px;}

/*list_share*/
ul.list_share li{width: 279px; margin-left: 28px; margin-bottom: 30px; text-align: center;}
ul.list_share li:nth-child(4n+1){margin-left: 0;}
ul.list_share li .img{width: 279px; height: 200px; margin: 0 auto; overflow: hidden;}
ul.list_share li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_share li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_share li span{display: block; padding-top: 10px;}

/*share_list*/
ul.share_list li{width: 200px; margin-left: 50px; margin-bottom: 30px; text-align: center;}
ul.share_list li:nth-child(5n+1){margin-left: 0;}
ul.share_list li .img{width: 200px; height: 280px; margin: 0 auto; overflow: hidden;}
ul.share_list li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.share_list li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.share_list li span{display: block; padding-top: 10px;}

/*table*/
table{width: 100%; border-width: 1px; border-color: #eee; border-collapse: collapse;}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #e1e1e1; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #e1e1e1; background-color: #fff; text-align: center;}
table td:first-child{background-color: #8f1d22; color: #fff;}

/*list_news*/
ul.list_news{margin-bottom: 40px;}
ul.list_news li{position: relative; height: 50px; line-height: 50px; border-bottom: 1px dotted #ddd;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 30px; overflow: hidden;}
ul.list_img_news li .img{width: 278px; height: 180px; overflow: hidden;}
ul.list_img_news li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_img_news li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_img_news li .desc{width: 880px;}
ul.list_img_news li span{font-size: 18px; margin: 10px 0; display: block; margin-top: 20px; font-weight: bold;}
ul.list_img_news li p{color: #666; line-height: 1.8;}
ul.list_img_news li em{display: block; color: #888; margin-top: 10px;}

/*list_pic_news*/
ul.list_pic_news li{width: 300px; margin: 0 8px; height: 260px;}
ul.list_pic_news li .img{width: 300px; height: 200px; overflow: hidden;}
ul.list_pic_news li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pic_news li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pic_news li span{display: block; padding-top: 10px;}

/*dis_news*/
#dis_news{margin-top: 20px;}
#dis_news .news_title{font-weight: bold; font-size: 20px; text-align: center;}
#dis_news .news_date{color: #888; text-align: center; line-height: 2; padding-bottom: 10px;}
#dis_news .news_content{text-align: left;}

/*page*/
.page{text-align: center; line-height: 30px; min-height: 30px; clear: both; margin-top: 20px;}
/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 30px; text-align: center;}
.pages a{border: 1px solid #e5dccb; padding: 8px 14px; margin: 0 5px; color: #333 !important;}
.pages a:hover,.pages a.active{background: #8f1d22; color: #e5dccb !important; border-color: #8f1d22;}
.pages span{border: 1px solid #e5dccb; padding: 8px 14px; margin: 0 3px; cursor: pointer;}
.pages span:hover,.pages span.layui-laypage-curr{background: #8f1d22; color: #e5dccb; border-color: #8f1d22;}
.pageBtn,.pageSelect{display: none;}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 400px; margin-top: 20px;}
.map img{max-width: inherit !important;}
.BMap_bubble_content{font-size: 14px; line-height: 1.4;}
.shadow,.pop,.anchorBL{display: none;}

/*form*/
#onlineMsgForm{width: 800px; margin: 20px auto 0; font-size: 15px;}
#onlineMsgForm .formMsgItem{margin-top: 15px;}
#onlineMsgForm .formMsgItem .formMsgTitle{width: 100px; display: inline-block;}
#onlineMsgForm .formMsgItem .formMsgCon{width: 680px; display: inline-block;} 
#onlineMsgForm .textareaItem{display: flex; align-items: baseline;}
#onlineMsgForm .formMsgItem .layui-input{height: 48px; border: 1px solid #e5dccb; border-radius: 0; display: inline-block;}
#onlineMsgForm .formMsgItem .layui-input:focus{border-color: #8f1d22 !important; box-shadow: none;}
#onlineMsgForm .formMsgItem .layui-select{height: 48px; border: 1px solid #e5dccb; border-radius: 0;}
#onlineMsgForm .formMsgItem .layui-select:focus{border-color: #8f1d22 !important; box-shadow: none;}
#onlineMsgForm .formMsgItem .layui-textarea{height: 230px; border: 1px solid #e5dccb; resize: none; padding: 15px 10px; border-radius: 0;}
#onlineMsgForm .formMsgItem .layui-textarea:focus{border-color: #8f1d22 !important; box-shadow: none;}
#onlineMsgForm .formMsgItem:nth-last-child(2) .formMsgInput{display: flex; align-items: center;} 
#onlineMsgForm .formMsgItem:nth-last-child(2) .layui-input{width: 200px;}
#onlineMsgForm .formMsgItem:nth-last-child(2) img{width: 80px; height: 48px; display: inline-block; margin-left: 20px;}
#onlineMsgForm .layui-btn{width: 370px; height: 58px; margin: 60px auto 0; background-color: #8f1d22; display: block; border-radius: 0; font-size: 22px;}
#onlineMsgForm .layui-btn:hover{opacity: 0.9;}

/*float*/
.float{position: fixed; right: 0; bottom: 20%; z-index: 99;}
.float li{width: 76px; height: 76px; margin: 10px 0; background-color: rgba(20,19,18,0.5); flex-direction: row-reverse;;}
.float li .ico{cursor: pointer;}
.float li a{color: #fff;}
.float li .img{width: 36px; margin: auto;}
.float li .img>img{max-width: 100%; height: auto;}
.float li .ico span{color: #fff; font-size: 14px;}
.float li p{min-width: 140px; position: absolute; right: 76px; padding: 0 15px; height: 76px; line-height: 76px; background-color: #fff; box-shadow: 0 2px 10px 2px rgba(0,0,0,.1); font-size: 16px; display: none;}
.float li .img_box{width: 76px; position: absolute; right: 76px; height: 76px; background-color: #fff; box-shadow: 0 2px 10px 2px rgba(0,0,0,.1); display: none;}
.float li:hover .img_box>img{width: 76px; height: auto;}
.float li:hover{background-color: #8f1d22;}
.float li:hover p{display: block;}
.float li:hover .img_box{display: block;}

/*nav*/
#footer_nav{background: url(../images/footer_bg.jpg) no-repeat center #f3efe6; background-size: cover;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 70px 0 70px 0;}
#footer_nav .footer_nav_con a:hover{color: #8f1d22;}
#footer_nav .footer_nav_con .list_box{width: 100%; line-height: 2.2;}
#footer_nav .footer_nav_con .list{width: 200px;}
#footer_nav .footer_nav_con .list>span{font-size: 20px; font-weight: bold; display: block; text-transform: uppercase; margin-bottom: 10px;}
#footer_nav .footer_nav_con .contact{width: 360px; text-align: right; line-height: 1.6;}
#footer_nav .footer_nav_con .contact>span{font-size: 20px; font-weight: bold; display: block;}
#footer_nav .footer_nav_con .contact .desc{margin-top: 10px;}
#footer_nav .footer_nav_con .contact .desc img{display: inline-block;}

/*footer*/
#footer{padding: 30px 0; background: #8f1d22; color: #fff;}
#footer a{color: #fff;}
#footer a:hover{color: #fff;}
#footer .footer_con{margin: 0 auto; text-align: center;}
#footer .footer_copy{text-align: center; padding: 15px 0;}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none;}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px;}

/*media*/
@media (min-width: 769px){
.header{display: none;}
}

/*public*/
@media screen and (max-width: 768px){
html,body{overflow: auto; overflow-x: hidden;}
#header{display: none;}
.container{min-width: 94%; width: 94%;}
.con{padding: 0 0 35px 0; display: block;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; background: #f1e9da; border-bottom: 1px solid #f8f3e8; position: fixed; display: flex; align-items: center; z-index: 999;}
.header .logo img{height: 40px;}
.header .nav{width: 100%; height: 100%; background: #f1e9da; border-top: 1px solid #f8f3e8; position: absolute; left: 0; top: 60px; overflow-y: scroll; padding-top: 30px; display: none;}
.header .nav ul li>a{display: block; font-size: 16px; color: #333; line-height: 16px; text-align: center; padding: 15px 20px;}
.header .nav ul li>a:hover{color: #8f1d22;}
.header .nav ul li .lang{margin-top: 20px;}
.header .nav ul li .lang>a{padding: 0 10px; font-size: 15px;}
.header .header_icon{position: fixed; top: 0; right: 0; height: 60px; width: 50px; overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent;}
.header .header_icon span,.header .header_icon span::after,.header .header_icon span::before{position: absolute; background-color: #333; height: 2px; width: 24px;}
.header .header_icon span{left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.header .header_icon span::after{content: ''; left: 0; -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px);}
.header .header_icon span::before{content: ''; left: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px);}
.header_top{height: 60px;}

/*banner*/
.banner{height: 200px;}
.banner .swiper-slide{background-size: cover;}
.banner .swiper-pagination{bottom: 5px;}
.banner .swiper-pagination-bullet{margin: 0 4px !important;}
.banner .swiper-pagination-bullet{width: 8px; height: 8px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}
.banner .apply{display: none;}
.banner .barrage{display: none;}

/*banner_inside*/
.banner_inside{height: 180px;}
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-pagination{bottom: 5px;}
.banner_inside .swiper-pagination-bullet{margin: 0 4px !important;}
.banner_inside .swiper-pagination-bullet{width: 8px; height: 8px;}
.banner_inside .swiper-button-prev{left: 10px;}
.banner_inside .swiper-button-next{right: 10px;}

/*home*/
#home_service{padding: 30px 0 10px 0;}
#home_service .home_service_con ul>li{width: 50%; margin-bottom: 20px;}
#home_service .home_service_con ul>li a{display: block; text-align: center;}
#home_service .home_service_con ul>li .img{margin: auto; width: 50px; height: 48px; background-size: contain;}
#home_service .home_service_con ul>li .img .img_box{width: 26px; height: 26px;}
#home_service .home_service_con ul>li .desc{margin-top: 10px;}
#home_service .home_service_con ul>li .desc>span{font-size: 16px;}
#home_service .home_service_con ul>li .desc>em{margin-top: 0;}

#home_about{padding: 30px 0;}
#home_about .home_about_dh img{width: 58px;}
#home_about .home_about_dh .desc{width: calc(100% - 80px); font-size: 15px;}
#home_about .home_about_dh .desc .desc_box{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; overflow: hidden;}
#home_about .home_about_dh .desc>a{width: 150px; height: 40px; line-height: 40px; background-size: contain; margin-top: 20px;}
#home_about .home_about_con{margin-top: 30px;}
#home_about .home_about_con ul li a{flex-direction: row;}
#home_about .home_about_con ul li:nth-child(2n) a{flex-direction: row-reverse;}
#home_about .home_about_con ul li .img{width: 50%; height: 200px;}
#home_about .home_about_con ul li .desc{width: 50%; height: 200px; padding: 0 10px;}
#home_about .home_about_con ul li span{font-size: 17px;}
#home_about .home_about_con ul li em{font-size: 15px; margin-top: 10px;}

#home_news{padding: 30px 0;}
#home_news .home_news_dh img{height: 40px;}
#home_news .home_news_dh a{width: 150px; height: 40px; line-height: 40px; background-size: contain;}
#home_news .home_news_con{margin-top: 30px;}
#home_news .home_news_con .swiper-container{height: 260px;}
#home_news .home_news_con .swiper-slide .img{height: 260px;}
#home_news .home_news_con .swiper-pagination-bullets{bottom: 5px;}
#home_news .home_news_con .swiper-pagination-bullet{width: 8px; height: 8px;}
#home_news .home_news_con ul{width: 100%; padding-left: 0; margin-top: 10px;}
#home_news .home_news_con ul>li>a{line-height: 2.4;}
#home_news .home_news_con ul>li>a span{width: calc(100% - 110px); font-size: 15px;}
#home_news .home_news_con ul>li>a span>em{width: 90%;}

#home_course{padding: 30px 0;}
#home_course .home_course_dh img{height: 40px;}
#home_course .home_course_dh a{width: 150px; height: 40px; line-height: 40px; background-size: contain;}
#home_course .home_course_con{margin-top: 30px;}
#home_course .home_course_con ul>li{width: 48%; margin-left: 4%; padding: 20px 10px;}
#home_course .home_course_con ul>li:nth-child(2n+1){margin-left: 0;}
#home_course .home_course_con ul>li:last-child{display: none;}
#home_course .home_course_con ul>li .desc>span{font-size: 17px;}
#home_course .home_course_con ul>li .desc>i{margin: 12px auto 10px; height: 3px;}
#home_course .home_course_con ul>li .img{width: 100%; height: 120px; margin-top: 15px;}
#home_course .home_course_con .more{margin-top: 15px; width: 120px; background-size: contain;}

/*content*/
/*right*/
#right{width: 100%;}
#right .right_dh{display: flex; justify-content: space-between; align-items: center; font-size: 15px;}
#right .right_dh .dh_box{display: block;}
#right .right_dh .dh_box .center{display: none;}
#right .right_con{min-height: 320px; padding: 20px 0 0 0; font-size: 15px;}
#right .right_con .right_box{line-height: 1.8;}
#right .right_con img{max-width: 100%; padding: 0 !important;}
#right .right_con iframe{max-width: 100%; height: auto;}
#right .right_con video{max-width: 100%; height: auto;}
#right .right_con table{width: 100% !important;}
#right .right_box img{max-width: 100% !important;}
#right .right_icon{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin-right: 2px; position: relative;}
#right .right_icon span{width: 5px; height: 5px; border-radius: 50%; background: #222; display: block;}
#right .right_icon span::before{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; left: 0;}
#right .right_icon span::after{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; right: 0;}
.right .right_dh{margin-top: 15px;}

/*left*/
#left .left_dh>ul{white-space: nowrap; overflow-x: scroll; display: block; text-align: center;}
#left .left_dh>ul>li{margin: 0 5px; display: inline-block;}
#left .left_dh>ul>li a{height: 46px; line-height: 46px; font-size: 15px; padding: 0 8px;}
#left .left_dh>ul>li a.on{border-width: 2px;}
.mask{position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); display: none;}

/*list_pro*/
ul.list_pro li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pro li:nth-child(2n+1){margin-left: 0;}
ul.list_pro li .img{width: 100%; height: 150px;}
ul.list_pro li span{padding-top: 5px;}

/*display*/
.dis_big{display: block;}
.dis_big .dis_pic{width: 100%;}
.dis_big .view .swiper-container{height: 280px;}
.dis_big .preview .swiper-container{height: auto;}
.dis_big .preview .swiper-slide{height: auto;}
.dis_big .preview .swiper-slide>.img{height: 60px;}
.dis_big .preview .arrow-left{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview .arrow-right{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview i{font-size: 26px;}
.dis_note{margin-top: 10px;}

/*list_share*/
ul.list_share li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_share li:nth-child(2n+1){margin-left: 0;}
ul.list_share li .img{width: 100%; height: 120px;}
ul.list_share li span{padding-top: 5px;}

/*share_list*/
ul.share_list li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.share_list li:nth-child(5n+1){margin-left: 4%;}
ul.share_list li:nth-child(2n+1){margin-left: 0;}
ul.share_list li .img{width: 100%; height: 250px;}
ul.share_list li span{padding-top: 5px;}

/*list_news*/
ul.list_news{margin-bottom: 20px; margin-top: -10px;}
ul.list_news li{width: 100%; height: 40px; line-height: 40px;}
ul.list_news li span{width: calc(100% - 106px);}

/*list_pic_news*/
ul.list_pic_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pic_news li:nth-child(2n+1){margin-left: 0;}
ul.list_pic_news li .img{width: 100%; height: 120px;}
ul.list_pic_news li span{font-size: 15px;}
ul.list_pic_news li p{padding-top: 5px;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 4%;}
ul.list_img_news li .img{width: 40%; height: 110px;}
ul.list_img_news li .desc{width: 56%;}
ul.list_img_news li span{margin: 0; font-size: 16px;}
ul.list_img_news li p{line-height: 1.6; margin-top: 0;}
ul.list_img_news li em{margin-top: 0;}

/*dis_news*/
#dis_news{width: 100%; margin-top: 0;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 17px; line-height: 1.4;}

/*form*/
#onlineMsgForm{width: 100%; margin-top: -10px; padding-bottom: 0; font-size: 15px;}
#onlineMsgForm .formMsgItem .formMsgCon{width: 100%;}
#onlineMsgForm .formMsgItem .layui-input{height: 36px;}
#onlineMsgForm .textareaItem{display: block;}
#onlineMsgForm .formMsgItem .formMsgCon{display: block;}
#onlineMsgForm .formMsgItem .formMsgTitle{width: auto; padding-bottom: 5px;}
#onlineMsgForm .formMsgItem .layui-textarea{height: 136px;}
#onlineMsgForm .formMsgItem:nth-last-child(2) .layui-input{width: 60%;}
#onlineMsgForm .formMsgItem:nth-last-child(2) img{height: 36px; margin-left: 10px;}
#onlineMsgForm .layui-btn{width: 160px; height: 40px; margin: 25px auto 10px; font-size: 16px;}

/*map*/
.map{height: 200px;}

/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 15px; text-align: center;}
.pages a{padding: 0 10px;}
.pages span{padding: 0 10px; margin: 0 3px;}
.layui-laypage{display: none;}
.pageBtn,.pageSelect{display: inline-block;}
.pageSelect>select{border: 0; background: none;}

/*float*/
.float{right: 3%;}
.float li{width: 40px; height: 40px; font-size: 14px; margin: 5px 0;}
.float li .img{width: 32px; height: 32px;}
.float li .img>img{width: 18px;}
.float li .ico>span{display: none;}
.float li .ico>a{display: none;}
.float li p{right: 32px; font-size: 14px; min-width: 120px;}
.float li .img_box{right: 32px;}
.float li p{height: 32px; line-height: 32px;}

/*livechat*/
#livechat{display: none;}

/*nav*/
#footer_nav{display: none;}

/*footer*/
#footer{padding: 15px 0;}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center;}
#footer .footer_copy{margin: 0 auto; width: 94%; padding: 15px 0;}
}