@charset "utf-8";
/*CSS Common*/
body{margin: 0; padding: 0; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size: 15px; color: #333; text-align: center; background: #fff; line-height: 26px; margin-left: auto; margin-right: auto; overflow-x: hidden;}
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: #961909;}
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: "Microsoft YaHei", 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: 35px 0 50px 0; display: flex; justify-content: space-between;}
.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: relative; width: 100%; top: -50px; left: 0; right: 0; margin: 0 auto; text-align: center; z-index: 9;}
#header .container{position: relative;}
#header .header_con{height: 100px; background-color: #fff; box-shadow: 0 5px 12px 5px rgba(0,0,0,0.06);}
#header .search{width: 100%; height: 90px; background: #fff; position: absolute; left: 0; top: 100px; z-index: 9; border-top: 1px solid #ededed; box-shadow: 0 5px 12px 3px rgba(0,0,0,0.06); display: none;}
#header .search form{width: 500px; height: 46px; margin: 0 auto; border: 1px solid #ededed; margin-top: 18px; overflow: hidden;}
#header .search input[type="text"]{width: 450px; height: 46px; border: 0; padding: 0 20px; box-sizing: border-box; font-size: 15px;}
#header .search button{cursor: pointer; padding-right: 18px; border: 0; background: none;}

/*menu*/
.menu>ul{padding: 0 60px;}
.menu>ul>li{padding: 0 8px; text-align: center; position: relative; z-index: 9;}
.menu>ul>li>a{height: 100px; line-height: 100px; display: block; font-size: 17px; padding: 0 20px; border-bottom: 2px solid transparent; box-sizing: border-box;}
.menu>ul>li>a:hover{color: #961909;}
.menu>ul>li>a.on{color: #fff; background-color: #961909;}
.menu>ul>li>.ico{width: 46px; height: 46px; background-color: #961909; border-radius: 50%; cursor: pointer;}
.menu>ul>li:last-child{padding-right: 0; margin-right: 0; padding-left: 40px;}

/*banner*/
.banner{height: calc(100vh - 100px);}
.banner .swiper-slide{background-position: top center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: flex-end;}
.banner .swiper-slide video{width: 100%; height: 100%; object-fit: cover;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination-bullet{margin: 0 6px !important;}
.banner .swiper-pagination-bullet{background: #fff; opacity: 1; width: 9px; height: 9px;}
.banner .swiper-pagination-bullet-active{background: #961909;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 25px; height: 36px; background-size: 25px 36px; margin-top: -18px;}
.banner .swiper-button-prev{left: 20px;}
.banner .swiper-button-next{right: 20px;}

/*banner_inside*/
.banner_inside{height: 79vh;}
.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 6px !important;}
.banner_inside .swiper-pagination-bullet{background: #fff; opacity: 1; width: 9px; height: 9px;}
.banner_inside .swiper-pagination-bullet-active{background: #961909;}
.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_about*/
#home_about{width: 100%; padding: 40px 0 90px 0;}
#home_about .desc{width: 600px;}
#home_about .desc>span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
#home_about .desc>em{font-size: 28px; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
#home_about .desc>em>i{width: 40px; height: 3px; background-color: #961909; display: block; margin-left: 10px;}
#home_about .desc>.desc_box{margin-top: 35px; line-height: 2.2; font-size: 16px;}
#home_about .img{width: 522px; height: 462px; overflow: hidden;}
#home_about .img>img{width: 100%; height: 100%; object-fit: cover;}
#home_about a.more{width: 176px; height: 46px; line-height: 46px; font-size: 16px; background-color: #961909; color: #fff; text-align: center; border-radius: 30px; margin-top: 55px;}
#home_about a.more>img{margin-left: 12px;}
#home_about a.more:hover{background-color: #ae1d0b;}

/*home_honor*/
#home_honor{width: 100%; height: 866px; padding: 80px 0; box-sizing: border-box; background-color: #f5f5f5; position: relative; overflow: hidden;}
#home_honor .home_honor_img{width: 42%; position: absolute; top: 0; left: 0; bottom: 0; background-size: auto 100%; background-position: right center; background-repeat: no-repeat;}
#home_honor .container{height: 100%; flex-direction: row-reverse; position: relative;}
#home_honor .home_honor_con{width: 670px;}
#home_honor .home_honor_con>.desc{width: 100%;}
#home_honor .home_honor_con>.desc>span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
#home_honor .home_honor_con>.desc>em{font-size: 28px; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
#home_honor .home_honor_con>.desc>em>i{width: 40px; height: 3px; background-color: #961909; display: block; margin-left: 10px;}
#home_honor .home_honor_con>.desc>.desc_box{margin-top: 35px; line-height: 2.2; font-size: 16px;}
#home_honor .home_honor_con .box{margin-top: 55px;}
#home_honor .home_honor_con a.more{width: 176px; height: 46px; line-height: 46px; font-size: 16px; background-color: #961909; color: #fff; text-align: center; border-radius: 30px;}
#home_honor .home_honor_con a.more>img{margin-left: 12px;}
#home_honor .home_honor_con a.more:hover{background-color: #ae1d0b;}
#home_honor .home_honor_con .ico i{width: 40px; height: 40px; color: #bbb; font-size: 20px; border: 1px solid #bbb; border-radius: 50%; margin-left: 15px; cursor: pointer; transition: all 0.3s;}
#home_honor .home_honor_con .ico i:hover{border-color: #333; color: #333;}
#home_honor .home_honor_con .swiper-container{width: 980px; height: 166px; position: absolute; right: 0; background-color: #961909; margin-top: 80px;}
#home_honor .home_honor_con .swiper-slide{color: #fff; text-align: center;}
#home_honor .home_honor_con .swiper-slide .desc{padding: 0 35px; border-left: 1px solid rgba(255,255,255,0.1);}
#home_honor .home_honor_con .swiper-slide span{display: block;}
#home_honor .home_honor_con .swiper-slide span>i{font-size: 28px; font-weight: bold; font-family: Arial; margin-right: 5px;}
#home_honor .home_honor_con .swiper-slide p{font-size: 16px; margin-top: 10px;}

/*home_news*/
#home_news{width: 100%; padding: 90px 0; position: relative;}
#home_news .home_news_dh .box>span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
#home_news .home_news_dh .box>em{font-size: 28px; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
#home_news .home_news_dh .box>em>i{width: 40px; height: 3px; background-color: #961909; display: block; margin-left: 10px;}
#home_news .home_news_dh a.more{width: 176px; height: 46px; line-height: 46px; font-size: 16px; background-color: #961909; color: #fff; text-align: center; border-radius: 30px;}
#home_news .home_news_dh a.more>img{margin-left: 12px;}
#home_news .home_news_dh a.more:hover{background-color: #ae1d0b;}
#home_news .home_news_con{margin-top: 70px; flex-wrap: nowrap;}
#home_news .home_news_con .dh{width: 200px;}
#home_news .home_news_con .dh ul>li{padding: 15px 20px 15px 0; line-height: 1.4; font-size: 18px; border-bottom: 1px solid transparent; cursor: pointer;}
#home_news .home_news_con .dh ul>li>i{color: #961909; font-size: 20px; display: none;}
#home_news .home_news_con .dh ul>li.on{border-color: #ebebeb; color: #ae1d0b;}
#home_news .home_news_con .dh ul>li.on>i{display: block;}
#home_news .home_news_con .dh .ico{margin-top: 40px;}
#home_news .home_news_con .dh .ico i{width: 40px; height: 40px; color: #bbb; font-size: 20px; border: 1px solid #bbb; border-radius: 50%; margin-right: 15px; cursor: pointer; transition: all 0.3s;}
#home_news .home_news_con .dh .ico i:hover{border-color: #333; color: #333;}
#home_news .home_news_list{width: calc((100% - 1200px)/2 + 940px); position: absolute; right: 0; top: 50%; margin-top: -116px;}
#home_news .home_news_list .swiper-slide a{font-size: 16px; display: block;}
#home_news .home_news_list .swiper-slide .img{width: 100%; height: 280px; margin: 0 auto; position: relative; overflow: hidden;}
#home_news .home_news_list .swiper-slide .img>img{width: 100%; height: 100%; object-fit: cover;}
#home_news .home_news_list .swiper-slide .mask{position: absolute;}
#home_news .home_news_list .swiper-slide span{background-color: #f2f2f2; padding: 25px 20px; box-sizing: border-box; text-align: center; display: block; transition: all 0.3s;}
#home_news .home_news_list .swiper-slide:hover span{background-color: #961909; color: #fff;}
#home_news .home_news_list .swiper-slide:hover .mask img{transform: scale(1); -webkit-transform: scale(1);}

/*home_culture*/
#home_culture{width: 100%; background-color: #f5f5f5; padding: 90px 0;}
#home_culture .home_culture_dh .box>span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
#home_culture .home_culture_dh .box>em{font-size: 28px; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
#home_culture .home_culture_dh .box>em>i{width: 40px; height: 3px; background-color: #961909; display: block; margin-left: 10px;}
#home_culture .home_culture_dh a.more{width: 176px; height: 46px; line-height: 46px; font-size: 16px; background-color: #961909; color: #fff; text-align: center; border-radius: 30px;}
#home_culture .home_culture_dh a.more>img{margin-left: 12px;}
#home_culture .home_culture_dh a.more:hover{background-color: #ae1d0b;}
#home_culture .home_culture_con{height: 652px; margin-top: 65px; flex-wrap: nowrap; position: relative;}
#home_culture .home_culture_con .desc{width: 648px; height: 430px; background-color: #fff; line-height: 2; font-size: 16px; padding: 0 45px; box-sizing: border-box; position: absolute; left: 0; z-index: 2;}
#home_culture .home_culture_con .desc i{width: 90px; height: 90px; background-color: #961909; border-radius: 15px; position: absolute; left: 65px; top: -60px;}
#home_culture .home_culture_con .img{width: 584px; height: 652px; overflow: hidden; position: absolute; right: 0;}
#home_culture .home_culture_con .img>img{width: 100%; height: 100%; object-fit: cover;}

/*left*/
#left{height: 72px;}
#left .left_dh>ul>li a{height: 72px; line-height: 72px; display: block; padding: 0 20px; font-size: 16px; box-sizing: border-box; text-align: center; border-bottom: 2px solid transparent;}
#left .left_dh>ul>li a.on{border-color: #961909; color: #961909;}

/*content*/
#right{width: 100%;}
#right .right_dh{margin-top: 15px;}
#right .right_dh .dh_box{flex-wrap: nowrap;}
#right .right_dh .dh_box img{margin-right: 10px; position: relative; top: -2px;}
#right .right_dh .dh_box span{font-size: 16px;}
#right .right_con{min-height: 200px; padding: 60px 0 90px 0;}
#right .right_box{clear: both; overflow: hidden; line-height: 2;}
#right .right_box img{max-width: 100%; height: auto !important; display: inline-block;}
#right .right_box video{max-width: 100%; height: auto;}
#right .right_box iframe{max-width: 100%;}

/*about*/
.about_profile .dh{border-left: 5px solid #961909; padding-left: 25px;}
.about_profile .dh span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.about_profile .dh em{font-size: 28px; line-height: 1; display: block; font-weight: bold; margin-top: 15px; letter-spacing: 2px; position: relative; top: -3px;}
.about_profile .desc{font-size: 16px; line-height: 2.2; margin-top: 40px;}
.about_profile ul{margin-top: 50px;}
.about_profile ul li{margin-bottom: 50px;}
.about_profile ul li:nth-child(even){flex-direction: row-reverse;}
.about_profile ul li:last-child{margin-bottom: 0;}
.about_profile ul li .img{width: 488px; height: auto; overflow: hidden;}
.about_profile ul li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
.about_profile ul li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.about_profile ul li .desc{width: 640px; font-size: 16px; line-height: 2.2; margin-top: 0;}

.about_history{padding-top: 85px;}
.about_history .dh{border-left: 5px solid #961909; padding-left: 25px;}
.about_history .dh span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.about_history .dh em{font-size: 28px; line-height: 1; display: block; font-weight: bold; margin-top: 15px; letter-spacing: 2px; position: relative; top: -3px;}
.about_history .list{position: relative; margin-top: 75px;}
.about_history .ico i{width: 40px; height: 40px; background-color: #fff; color: #bbb; font-size: 20px; border: 1px solid #bbb; border-radius: 50%; cursor: pointer; transition: all 0.3s; position: absolute; top: 50%; margin-top: -20px; z-index: 2;}
.about_history .ico i:hover{border-color: #333; color: #333;}
.about_history .left{left: 0;}
.about_history .right{right: 0;}
.about_history .list{position: relative;}
.about_history .list::after{content: ''; width: 100%; height: 1px; background-color: #ddd; position: absolute; top: 50%;}
.about_history .list .swiper-container{width: 94%; margin: auto;}
.about_history .list .swiper-slide{text-align: center;}
.about_history .list .swiper-slide .box{margin-top: 162px; display: flex; flex-wrap: wrap; flex-direction: column;}
.about_history .list .swiper-slide .ico{display: flex; flex-wrap: wrap; flex-direction: column;}
.about_history .list .swiper-slide .ico>em{width: 16px; height: 16px; background-color: #fff; border: 1px solid #961909; border-radius: 50%; margin: auto;}
.about_history .list .swiper-slide .ico>em::after{content: ''; width: 8px; height: 8px; background-color: #961909; display: block; border-radius: 50%;}
.about_history .list .swiper-slide .ico>span{width: 1px; height: 46px; background-color: #961909; display: block; margin: auto;}
.about_history .list .swiper-slide .desc{margin-top: 15px;}
.about_history .list .swiper-slide .desc>span{color: #961909;}
.about_history .list .swiper-slide .desc>span i{font-size: 30px; font-weight: bold; margin-right: 5px; font-family: Arial;}
.about_history .list .swiper-slide .desc>p{margin-top: 10px; font-size: 16px; line-height: 1.8;}
.about_history .list .swiper-slide:nth-child(2n) .box{flex-direction: column-reverse; margin-top: auto;}
.about_history .list .swiper-slide:nth-child(2n) .ico{flex-direction: column-reverse;}
.about_history .list .swiper-slide:nth-child(2n) .desc{margin-top: 0; margin-bottom: 16px;}

.about_honor{width: 100%; padding: 80px 0 0 0; overflow: hidden;}
.about_honor .swiper-wrapper{padding-bottom: 70px;}
.about_honor .swiper-slide{background-color: #f5f5f5; transition: all 0.3s;}
.about_honor .swiper-slide .img{width: 376px; height: 266px; margin: 0 auto; overflow: hidden;}
.about_honor .swiper-slide img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s; margin: auto;}
.about_honor .swiper-slide:hover img{transform: scale(1.08); -webkit-transform: scale(1.08);}
.about_honor .swiper-slide .desc{height: 110px; line-height: 1.8; font-size: 16px; padding: 25px 20px; box-sizing: border-box; text-align: center; transition: all 0.3s;}
.about_honor .swiper-slide:hover{background-color: #961909;}
.about_honor .swiper-slide:hover .desc{color: #fff;}
.about_honor .swiper-pagination-bullet{width: 12px; height: 12px; background-color: #b9b9b9; opacity: 1; margin: 0 6px !important;}
.about_honor .swiper-pagination-bullet-active{width: 35px; background-color: #961909; border-radius: 15px;}

.about_video{width: 100%; padding-top: 60px; position: relative;}
.about_video .dh{border-left: 5px solid #961909; padding-left: 25px;}
.about_video .dh span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.about_video .dh em{font-size: 28px; line-height: 1; display: block; font-weight: bold; margin-top: 15px; letter-spacing: 2px; position: relative; top: -3px;}
.about_video .dh .dh_ico i{width: 40px; height: 40px; color: #bbb; font-size: 20px; border: 1px solid #bbb; border-radius: 50%; margin-left: 15px; cursor: pointer; transition: all 0.3s;}
.about_video .dh .dh_ico i:hover{border-color: #333; color: #333;}
.about_video .list{margin-top: 60px;}
.about_video .swiper-slide a{font-size: 16px; display: block;}
.about_video .swiper-slide .img{width: 100%; height: 306px; margin: 0 auto; position: relative; overflow: hidden;}
.about_video .swiper-slide .img>img{width: 100%; height: 100%; object-fit: cover;}
.about_video .swiper-slide .mask{position: absolute;}
.about_video .swiper-slide .desc{background-color: #f2f2f2; height: 60px; line-height: 1.8; padding: 25px 20px; text-align: center; transition: all 0.3s;}
.about_video .swiper-slide:hover .desc{background-color: #961909; color: #fff;}
.about_video .swiper-slide:hover .mask img{transform: scale(1); -webkit-transform: scale(1);}

/*list_share*/
ul.list_share li{margin-bottom: 60px;}
ul.list_share li:nth-child(odd){flex-direction: row-reverse;}
ul.list_share li:last-child{margin-bottom: 0;}
ul.list_share li .img{width: 488px; height: 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 .desc{width: 640px; font-size: 16px; line-height: 2.2;}

/*share_list*/
ul.share_list li{width: 278px; margin-left: 30px; margin-bottom: 30px;}
ul.share_list li:nth-child(3n+1){margin-left: 0;}
ul.share_list .img{width: 278px; height: 240px; margin: 0 auto; border: 1px solid #e5e5e5; box-sizing: border-box; display: flex; align-items: center; justify-content: center; overflow: hidden;}
ul.share_list .img img{max-width: 100%; max-height: 100%; transition: all 0.5s; -ms-transition: all 0.5s;}
ul.share_list li:hover img{transform: scale(1.08); -webkit-transform: scale(1.08);}
ul.share_list li span{display: block; padding-top: 10px; text-align: center;}

/*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: #961909; color: #fff;}

/*list_news*/
ul.list_news li{width: 376px; background-color: #f2f2f2; margin-left: 36px; margin-bottom: 36px; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.list_news li:nth-child(3n+1){margin-left: 0;}
ul.list_news li a{display: block;}
ul.list_news li .img{width: 376px; height: 280px; position: relative; overflow: hidden;}
ul.list_news li .img>img{width: 100%; height: 100%; object-fit: cover;}
ul.list_news li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_news li .mask{position: absolute;}
ul.list_news li .desc{width: 100%; line-height: 1.8; font-size: 16px; padding: 25px 20px; box-sizing: border-box; text-align: center; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.list_news li:hover{background-color: #961909;}
ul.list_news li:hover .desc{color: #fff;}
ul.list_news li:hover .mask img{transform: scale(1); -webkit-transform: scale(1);}

/*list_pic_news*/
ul.list_pic_news li{width: 376px; background-color: #f2f2f2; margin-left: 36px; margin-bottom: 36px; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.list_pic_news li:nth-child(3n+1){margin-left: 0;}
ul.list_pic_news li a{display: block;}
ul.list_pic_news li .img{width: 376px; height: 306px; position: relative; overflow: hidden;}
ul.list_pic_news li .img>img{width: 100%; height: 100%; object-fit: cover;}
ul.list_pic_news li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pic_news li .mask{position: absolute;}
ul.list_pic_news li .desc{width: 100%; line-height: 1.8; font-size: 16px; padding: 25px 20px; box-sizing: border-box; text-align: center; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.list_pic_news li:hover{background-color: #961909;}
ul.list_pic_news li:hover .desc{color: #fff;}
ul.list_pic_news li:hover .mask img{transform: scale(1); -webkit-transform: scale(1);}

/*dis_news*/
#dis_news .news_title{font-weight: bold; font-size: 24px; text-align: center;}
#dis_news .news_date{color: #888; text-align: center; line-height: 2;}
#dis_news .news_content{text-align: left; margin-top: 30px; font-size: 16px; line-height: 2;}
#dis_news .news_content img{max-width: 1000px; margin-bottom: 10px;}

/*culture*/
.culture .dh{border-left: 5px solid #961909; padding-left: 25px;}
.culture .dh span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.culture .dh em{font-size: 28px; line-height: 1; display: block; font-weight: bold; margin-top: 15px; letter-spacing: 2px; position: relative; top: -3px;}
.culture .list{margin-top: 50px;}
.culture .list .desc{width: 680px; line-height: 2.2; font-size: 16px;}
.culture .list .img{width: 456px;}
.culture .list .img img{max-width: 100%; height: auto;}
.culture_con .dh{border-left: 5px solid #961909; padding-left: 25px;}
.culture_con .dh span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.culture_con .dh em{font-size: 28px; line-height: 1; display: block; font-weight: bold; margin-top: 15px; letter-spacing: 2px; position: relative; top: -3px;}
.culture_con .dh .dh_ico i{width: 40px; height: 40px; color: #bbb; font-size: 20px; border: 1px solid #bbb; border-radius: 50%; margin-left: 15px; cursor: pointer; transition: all 0.3s;}
.culture_con .dh .dh_ico i:hover{border-color: #333; color: #333;}
.culture_con .list{margin-top: 60px;}
.culture_con ul{gap: 0 36px;}
.culture_con ul>li{width: 376px; margin-bottom: 40px;}
.culture_con ul>li .img{width: 100%; height: 280px; margin: 0 auto; position: relative; overflow: hidden;}
.culture_con ul>li .img>img{width: 100%; height: 100%; object-fit: cover;}
.culture_con ul>li span{width: 100%; font-size: 18px; font-weight: bold; display: block; margin-top: 25px;}
.culture_con ul>li em{width: 76px; height: 34px; line-height: 34px; background-color: #961909; color: #fff; border-radius: 20px; text-align: center; font-size: 16px; display: block; margin-top: 20px;}
.culture_con ul>li:nth-child(n+4){width: 582px; border-bottom: 1px solid #ebebeb; line-height: 60px; margin-bottom: 0;}
.culture_con ul>li:nth-child(n+4) .img{display: none;}
.culture_con ul>li:nth-child(n+4) span{margin-top: 0;}
.culture_con ul>li:nth-child(n+4) em{display: none;}

/*history*/
.history{margin-bottom: 50px;}
.history .dh{border-left: 5px solid #961909; padding-left: 25px;}
.history .dh span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.history .dh em{font-size: 28px; line-height: 1; display: block; font-weight: bold; margin-top: 15px; letter-spacing: 2px; position: relative; top: -3px;}

/*exchange*/
.exchange{width: 100%; padding-top: 90px; position: relative;}
.exchange .dh{border-left: 5px solid #961909; padding-left: 25px;}
.exchange .dh span{font-size: 20px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.exchange .dh em{font-size: 28px; line-height: 1; display: block; font-weight: bold; margin-top: 15px; letter-spacing: 2px; position: relative; top: -3px;}
.exchange .dh .dh_ico i{width: 40px; height: 40px; color: #bbb; font-size: 20px; border: 1px solid #bbb; border-radius: 50%; margin-left: 15px; cursor: pointer; transition: all 0.3s;}
.exchange .dh .dh_ico i:hover{border-color: #333; color: #333;}
.exchange .list{margin-top: 60px;}
.exchange .swiper-slide a{font-size: 16px; display: block;}
.exchange .swiper-slide .img{width: 100%; height: 280px; margin: 0 auto; position: relative; overflow: hidden;}
.exchange .swiper-slide .img>img{width: 100%; height: 100%; object-fit: cover;}
.exchange .swiper-slide .mask{position: absolute;}
.exchange .swiper-slide span{background-color: #f2f2f2; padding: 25px 20px; box-sizing: border-box; text-align: center; display: block; transition: all 0.3s;}
.exchange .swiper-slide:hover span{background-color: #961909; color: #fff;}
.exchange .swiper-slide:hover .mask img{transform: scale(1); -webkit-transform: scale(1);}

/*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 #ddd; padding: 8px 14px; margin: 0 5px; color: #333 !important;}
.pages a:hover,.pages a.active{background: #961909; color: #fff !important; border-color: #961909;}
.pages span{border: 1px solid #ddd; padding: 8px 14px; margin: 0 3px; cursor: pointer;}
.pages span:hover,.pages span.layui-laypage-curr{background: #961909; color: #fff; border-color: #961909;}
.pageBtn,.pageSelect{display: none;}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 400px;}
.map img{max-width: inherit !important;}
.shadow,.pop,.anchorBL{display: none;}

/*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: #961909;}
.float li:hover p{display: block;}
.float li:hover .img_box{display: block;}

/*footer*/
#footer{background: #2d2d2d; color: #fff; overflow: hidden;}
#footer .footer_box a{color: #fff;}
#footer .footer_nav{width: 100%; margin: 0 auto; padding: 45px 0;}
#footer .footer_nav a{padding: 0 35px; font-size: 17px;}

/*footer_copy*/
#footer .footer_copy{padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.1); text-align: center;}

/*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: 80%; height: 60px; line-height: 60px; position: fixed; background-color: #fff; display: flex; align-items: center; top: 0; right: -100%; z-index: 999;}
.header .logo img{height: 40px;}
.header .nav{width: 100%; height: 100%; background: #fff; position: absolute; right: 0; top: 60px; overflow-y: scroll;}
.header .nav ul li a{display: flex; justify-content: space-between; font-size: 15px; color: #454545; line-height: 16px; text-align: left; padding: 14px 20px; cursor: pointer;}
.header .nav ul li a:hover{background: #961909; color: #fff;}
.header .nav ul li a i{font-size: 18px;}
.header .nav ul li>dl{display: none;}
.header .nav ul li>dl>dd>a{padding-left: 35px;}
.header .nav ul li>dl>dd>dl>dd>a{padding-left: 50px;}
.header .nav ul li .lang{margin-top: 40px;}
.header .nav ul li .lang a{margin: 0 5px; padding: 0; border: 0;}
.header .nav ul li .lang a:hover{background: none; color: #961909;}
.header .header_icon{position: fixed; top: 0; right: 0; height: 50px; width: 50px; background-color: #fff; overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent; box-shadow: 0 5px 12px 3px rgba(0,0,0,0.06); transition: all 0.3s;}
.header .header_icon span,.header .header_icon span::after,.header .header_icon span::before{position: absolute; background-color: #961909; 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 .header_icon.active{box-shadow: none;}
.header .header_icon.active span{-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg);}
.header .header_icon.active span::before{-webkit-transform: translateY(0) rotate(-90deg); -ms-transform: translateY(0) rotate(-90deg); transform: translateY(0) rotate(-90deg); background-color: #961909;}
.header .header_icon.active span::after{opacity: 0;}

/*banner*/
.banner{height: 300px;}
.banner .desc{height: auto; padding: 15px 0; background: linear-gradient(to right, rgba(179,31,29,0.85) 60%, transparent 60%); margin-bottom: 40px;}
.banner .desc .box{width: 56%;}
.banner .desc .box>span{font-size: 15px;}
.banner .desc .box>em{font-size: 20px; margin: 5px 0 10px 0;}
.banner .desc .box>p{font-size: 15px;}
.banner .swiper-pagination{bottom: 5px;}
.banner .swiper-pagination-bullet{margin: 0 5px !important;}
.banner .swiper-pagination-bullet{width: 8px; height: 8px;}
.banner .swiper-button-next, .banner .swiper-button-prev{width: 14px; height: 25px; background-size: 14px 25px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}

/*banner_inside*/
.banner_inside{height: 200px;}
.banner_inside .desc{padding: 0 5px;}
.banner_inside .desc>span{font-size: 15px;}
.banner_inside .desc>em{font-size: 18px; margin: 5px 0 10px 0;}
.banner_inside .swiper-pagination{bottom: 5px;}
.banner_inside .swiper-pagination-bullet{margin: 0 5px !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_about{padding: 30px 0;}
#home_about .desc{width: 100%;}
#home_about .desc>span{font-size: 18px;}
#home_about .desc>em{font-size: 18px; margin-top: 5px;}
#home_about .desc>em>i{width: 30px; height: 2px;}
#home_about .desc>.desc_box{margin-top: 20px; font-size: 15px;}
#home_about a.more{width: 130px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 20px;}
#home_about .img{width: 100%; margin-top: 30px; height: auto;}

#home_honor{height: auto; padding: 30px 0;}
#home_honor .home_honor_img{width: 100%; height: 300px; background-position: center; background-size: cover;}
#home_honor .home_honor_con{margin-top: 300px;}
#home_honor .home_honor_con>.desc>span{font-size: 18px;}
#home_honor .home_honor_con>.desc>em{font-size: 18px; margin-top: 5px;}
#home_honor .home_honor_con>.desc>em>i{width: 30px; height: 2px;}
#home_honor .home_honor_con>.desc>.desc_box{margin-top: 20px; font-size: 15px;}
#home_honor .home_honor_con .box{margin-top: 20px;}
#home_honor .home_honor_con a.more{width: 130px; height: 36px; line-height: 36px; font-size: 15px;}
#home_honor .home_honor_con .ico i{width: 26px; height: 26px; font-size: 16px; margin-left: 10px;}

#home_news{padding: 30px 0;}
#home_news .home_news_dh .box>span{font-size: 18px;}
#home_news .home_news_dh .box>em{font-size: 18px; margin-top: 5px;}
#home_news .home_news_dh .box>em>i{width: 30px; height: 2px;}
#home_news .home_news_dh a.more{width: 130px; height: 36px; line-height: 36px; font-size: 15px;}
#home_news .home_news_con{margin-top: 10px;}
#home_news .home_news_con .dh{width: 100%;}
#home_news .home_news_con .dh ul{width: 100%; white-space: nowrap; overflow-x: auto;}
#home_news .home_news_con .dh ul>li{display: inline-block; font-size: 15px;}
#home_news .home_news_con .dh ul>li.on>i{display: inline-block; margin-left: 10px; font-size: 14px;}
#home_news .home_news_con .dh .ico{margin-top: 20px;}
#home_news .home_news_con .dh .ico i{width: 26px; height: 26px; font-size: 16px; margin-right: 10px;}
#home_news .home_news_list{width: 100%; margin-top: 30px; position: static;}
#home_news .home_news_list .swiper-slide .img{height: 240px;}
#home_news .home_news_list .swiper-slide span{padding: 15px;}

#home_culture{padding: 30px 0;}
#home_culture .home_culture_dh .box>span{font-size: 18px;}
#home_culture .home_culture_dh .box>em{font-size: 18px; margin-top: 5px;}
#home_culture .home_culture_dh .box>em>i{width: 30px; height: 2px;}
#home_culture .home_culture_dh a.more{width: 130px; height: 36px; line-height: 36px; font-size: 15px;}
#home_culture .home_culture_con{height: auto; display: block; margin-top: 40px;}
#home_culture .home_culture_con .desc{width: 100%; height: auto; position: static; padding: 20px; font-size: 15px;}
#home_culture .home_culture_con .desc i{width: 30px; height: 30px; border-radius: 5px; top: -20px; left: 30px;}
#home_culture .home_culture_con .desc i img{width: 16px; height: 16px;}
#home_culture .home_culture_con .img{width: 100%; height: auto; position: static;}

/*content*/
#right{width: 100%;}
#right .right_dh{font-size: 16px;}
#right .right_dh .dh_box span{font-size: 15px;}
#right .right_dh .dh_box img{width: 15px; top: 1px;}
#right .right_dh .dh_box .list{display: none;}
#right .right_con{min-height: 200px; padding: 30px 0;}
#right .right_box{clear: both; overflow: hidden; line-height: 2.2;}
#right .right_box img{max-width: 100%; height: auto !important; display: inline-block;}
#right .right_box video{max-width: 100%; height: auto;}
#right .right_box iframe{max-width: 100%;}

/*left*/
#left{height: 46px; overflow: hidden;}
#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 10px; margin: 0;}
#left .left_dh>ul>li a.on{border-width: 2px;}
.masks{position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); display: none;}

/*about*/
.about_profile .dh{padding-left: 10px; border-left-width: 4px;}
.about_profile .dh span{font-size: 18px;}
.about_profile .dh em{font-size: 18px; margin-top: 10px;}
.about_profile .desc{margin-top: 25px; font-size: 15px;}
.about_profile ul{margin-top: 25px;}
.about_profile ul li{margin-bottom: 30px;}
.about_profile ul li .img{width: 100%;}
.about_profile ul li .desc{width: 100%; margin-top: 20px; font-size: 15px;}

.about_history{padding-top: 35px;}
.about_history .dh{padding-left: 10px; border-left-width: 4px;}
.about_history .dh span{font-size: 18px;}
.about_history .dh em{font-size: 18px; margin-top: 10px;}
.about_history .list{margin-top: 30px;}
.about_history .list .swiper-slide .desc>span i{font-size: 20px;}
.about_history .list .swiper-slide .desc>p{height: 80px; font-size: 15px; -webkit-line-clamp: 3; margin-top: 5px;}
.about_history .list .swiper-slide .box{margin-top: 180px;}
.about_history .ico i{width: 26px; height: 26px; font-size: 16px; margin-top: -13px;}

.about_honor{padding: 30px 0 0 0;}
.about_honor .swiper-wrapper{padding-bottom: 50px;}
.about_honor .swiper-slide .img{width: 100%; height: 120px;}
.about_honor .swiper-slide .desc{height: auto; padding: 10px; font-size: 15px;}
.about_honor .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 5px !important;}
.about_honor .swiper-pagination-bullet-active{width: 26px; height: 8px;}

.about_video{padding-top: 20px;}
.about_video .dh{padding-left: 10px; border-left-width: 4px;}
.about_video .dh span{font-size: 18px;}
.about_video .dh em{font-size: 18px; margin-top: 10px;}
.about_video .dh .dh_ico i{width: 26px; height: 26px; font-size: 16px; margin-left: 10px;}
.about_video .list{margin-top: 30px;}
.about_video .swiper-slide .img{height: 140px;}
.about_video .swiper-slide .mask img{width: 26px;}
.about_video .swiper-slide .desc{height: auto; padding: 10px; font-size: 15px;}

/*list_share*/
ul.list_share li{width: 100%; margin-bottom: 30px;}
ul.list_share li .desc{width: 100%; font-size: 15px; margin-top: 20px;}
ul.list_share li .img{width: 100%;}

/*share_list*/
ul.share_list li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.share_list li:nth-child(2n+1){margin-left: 0;}
ul.share_list li .img{width: 100%; height: 120px;}
ul.share_list li span{padding-top: 5px;}

/*list_news*/
ul.list_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_news li:nth-child(3n+1){margin-left: 4%;}
ul.list_news li:nth-child(2n+1){margin-left: 0;}
ul.list_news li .img{width: 100%; height: 120px;}
ul.list_news li .desc{padding: 15px 10px; font-size: 15px;}

/*list_pic_news*/
ul.list_pic_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pic_news li:nth-child(3n+1){margin-left: 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 .mask img{width: 26px;}
ul.list_pic_news li .desc{font-size: 15px; padding: 10px 16px;}

/*dis_news*/
#dis_news{width: 100%;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 17px; line-height: 1.4;}
#dis_news .news_content{margin-top: 10px; font-size: 15px;}

/*culture*/
.culture .dh{padding-left: 10px; border-left-width: 4px;}
.culture .dh span{font-size: 18px;}
.culture .dh em{font-size: 18px; margin-top: 10px;}
.culture .list{margin-top: 25px;}
.culture .list .desc{width: 100%; font-size: 15px;}
.culture .list .img{width: 100%; margin-top: 25px;}
.culture_con{margin-top: 30px;}
.culture_con .dh{padding-left: 10px; border-left-width: 4px;}
.culture_con .dh span{font-size: 18px;}
.culture_con .dh em{font-size: 18px; margin-top: 10px;}
.culture_con .list{margin-top: 25px;}
.culture_con ul{display: block;}
.culture_con ul>li{width: 100%;}
.culture_con ul>li{margin-bottom: 25px;}
.culture_con ul>li .img{height: 260px;}
.culture_con ul>li span{font-size: 15px; margin-top: 15px;}
.culture_con ul>li em{margin-top: 15px; font-size: 15px;}
.culture_con ul>li:nth-child(n+4){width: 100%; line-height: 56px;}

/*history*/
.history{margin-bottom: 30px;}
.history .dh{padding-left: 10px; border-left-width: 4px;}
.history .dh span{font-size: 18px;}
.history .dh em{font-size: 18px; margin-top: 10px;}

/*exchange*/
.exchange{padding: 30px 0 10px;}
.exchange .ico{width: 60px; top: 38px;}
.exchange .dh{padding-left: 10px; border-left-width: 4px;}
.exchange .dh span{font-size: 18px;}
.exchange .dh em{font-size: 18px; margin-top: 5px;}
.exchange .dh .dh_ico i{width: 26px; height: 26px; font-size: 16px; margin-left: 10px;}
.exchange .list{margin-top: 25px;}
.exchange .swiper-slide .img{height: 120px;}
.exchange .swiper-slide .mask img{width: 26px;}
.exchange .swiper-slide span{font-size: 15px; padding: 15px 10px;}

/*map*/
.map{height: 200px;}

/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 15px; text-align: center;}
.pages a{padding: 3px 10px;}
.pages span{padding: 3px 10px; margin: 0 3px;}
.layui-laypage{display: none;}
.pageBtn,.pageSelect{display: inline-block;}
.pageSelect>select{border: 0; background: none;}
.pageSelect>select:hover{color: #fff;}

/*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;}

/*footer*/
#footer .footer_box{width: 100%;}
#footer .footer_nav{display: none;}

/*footer*/
#footer .footer_copy{border-top: 0; padding: 15px 0;}
}