@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%; background-color: #fff; top: 0; left: 0; right: 0; margin: 0 auto; text-align: center; z-index: 9;}
#header .header_con{height: 100px;}
#header .search{width: 100%; height: 86px; background: #fff; position: absolute; left: 0; top: 100px; z-index: 9; border-top: 1px solid #ededed; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); 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>li{padding: 0 5px; text-align: center; position: relative; z-index: 9;}
.menu>ul>li>a{height: 100px; line-height: 100px; display: block; font-size: 17px; padding: 0 15px; border-bottom: 2px solid transparent; box-sizing: border-box;}
.menu>ul>li>a:hover{color: #961909;}
.menu>ul>li>a.on{background-color: #961909; color: #fff;}
.menu>ul>li>.ico{cursor: pointer;}
.menu>ul>li:last-child{padding-right: 0; margin-right: 0; padding-left: 30px;}

/*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 .desc{width: 100%; height: 236px; background: linear-gradient(to right, rgba(179,31,29,0.85) 46%, transparent 46%); color: #fff; display: none;}
.banner .desc .box{width: 42%;}
.banner .desc .box>span{font-size: 20px; display: block; font-family: 'Times New Roman'; text-transform: uppercase;}
.banner .desc .box>em{display: block; font-size: 56px; font-weight: bold; line-height: 1; margin: 15px 0; letter-spacing: 2px;}
.banner .desc .box>p{font-size: 20px;}
.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: 56vh;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .container{display: flex; justify-content: flex-start;}
.banner_inside .desc{font-size: 26px; color: #fff; line-height: 1;}
.banner_inside .desc>span{display: block; font-family: 'Times New Roman'; text-transform: uppercase;}
.banner_inside .desc>em{display: block; font-size: 48px; font-weight: bold; margin-top: 15px; letter-spacing: 2px;}
.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_late*/
#home_late{width: 100%; height: 106px; background-color: #f1f1f1;}
#home_late .home_late_con{width: 100%; height: 100%; background: linear-gradient(to right, #fff 46%, transparent 46%);}
#home_late .home_late_con .ico{width: calc(46vw - (100vw - 1200px) / 2); height: 106px; padding-right: 3%; box-sizing: border-box; justify-content: flex-end;}
#home_late .home_late_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_late .home_late_con .ico i:hover{border-color: #333; color: #333;}
#home_late .home_late_con .list{width: calc(54vw - (100vw - 1200px) / 2); padding-left: 3%; box-sizing: border-box;}
#home_late .home_late_con .list .list_box{width: 100%;}
#home_late .home_late_con .list .list_box>span{width: 70px; font-size: 18px; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase; display: block; border-right: 1px solid #e0e0e0; padding-right: 30px; margin-right: 30px;}
#home_late .home_late_con .list .swiper-container{width: calc(100% - 140px);}
#home_late .home_late_con .list .swiper-slide span{width: 70%; display: block;}
 
/*home_about*/
#home_about{width: 100%; padding: 115px 0 65px 0;}
#home_about .desc{text-align: center;}
#home_about .desc>i{width: 12px; height: 12px; background-color: #961909; border-radius: 50%; margin: 0 auto -25px; display: block; position: relative; z-index: 2;}
#home_about .desc>i::after{position: absolute; content: ''; width: 1px; height: 48px; background-color: #961909; left: 50%; top: -48px; margin-left: -1px;}
#home_about .desc>span{font-size: 92px; color: #f5f5f5; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold;}
#home_about .desc>em{font-size: 28px; display: block; font-weight: bold; margin-top: -50px; letter-spacing: 2px;}
#home_about .desc>.desc_box{margin-top: 35px; line-height: 2; font-size: 16px;}
#home_about .desc>ul{margin-top: 60px;}
#home_about .desc>ul>li span{line-height: 1; color: #961909; display: block;}
#home_about .desc>ul>li span>i{font-size: 48px; font-weight: bold; margin-right: 6px; font-family: Arial;}
#home_about .desc>ul>li em{display: block; font-size: 16px; margin-top: 10px;}
#home_about a.more{margin: 65px auto 0; font-size: 16px;}
#home_about a.more>em{border-bottom: 1px solid #333; margin-right: 20px; padding-bottom: 5px;}
#home_about a.more>i{width: 48px; height: 48px; background-color: #961909; border-radius: 50%;}
#home_about a.more:hover>em{border-color: #961909;}
#home_about a.more:hover>i{background-color: #ae1d0b;}

/*home_news*/
#home_news{width: 100%; background-color: #f5f5f5; padding: 90px 0; position: relative;}
#home_news .home_news_ico{width: calc((100% - 1240px)/2); margin: 0 auto; height: 1px; background-color: #961909; position: absolute; top: 105px;}
#home_news .home_news_ico>span{width: 12px; height: 12px; background-color: #961909; border-radius: 50%; display: block; position: absolute; right: 0; top: -6px;}
#home_news .home_news_dh{width: 446px; position: relative; z-index: 2;}
#home_news .home_news_dh>span{font-size: 30px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
#home_news .home_news_dh>em{font-size: 28px; display: block; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
#home_news .home_news_dh .list{height: 390px; margin-top: 40px; overflow-y: auto;}
#home_news .home_news_dh .list::-webkit-scrollbar{width: 5px;}
#home_news .home_news_dh .list::-webkit-scrollbar-track{background: linear-gradient(to right,#f5f5f5 49.5%,#961909 49.5%,
#961909 50.5%,#f5f5f5 50.5%);}
#home_news .home_news_dh .list::-webkit-scrollbar-thumb{background: #961909;}
#home_news .home_news_dh .list::-webkit-scrollbar-thumb:hover{background: #961909;}
#home_news .home_news_dh ul{border-left: 2px dotted #961909; margin-left: 8px;}
#home_news .home_news_dh ul>li{margin: 15px 0; padding: 0 40px 0 0; box-sizing: border-box; margin-left: -9px;}
#home_news .home_news_dh ul>li .desc{flex-wrap: nowrap;}
#home_news .home_news_dh ul>li .ico{width: 10px; position: relative; top: 8px;}
#home_news .home_news_dh ul>li .ico>i{width: 14px; height: 14px; background-color: #fff; border-radius: 50%; border: 1px solid #961909;}
#home_news .home_news_dh ul>li .ico>i::after{content: ''; width: 8px; height: 8px; background-color: #961909; border-radius: 50%; display: block;}
#home_news .home_news_dh ul>li .desc_box{font-size: 16px; margin-left: 30px;}
#home_news .home_news_dh ul>li .desc_box>em{display: block;}
#home_news .home_news_dh ul>li .desc_box>em>i{font-size: 28px; font-family: Arial; font-weight: bold; line-height: 1; margin: 0 5px; position: relative; top: 2px;}
#home_news .home_news_dh ul>li .desc_box>em>i:first-child{margin-left: 0;}
#home_news .home_news_dh ul>li .desc_box>span{margin-top: 10px; line-height: 1.8;}
#home_news .home_news_dh ul>li a:hover .desc_box>em{color: #333;}
#home_news .home_news_con{width: 688px; cursor: pointer; position: relative; z-index: 2;}
#home_news .home_news_con .img{width: 100%; height: 498px; overflow: hidden;}
#home_news .home_news_con .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_news .home_news_con .ico{width: 88px; height: 75px; background-color: #961909; position: absolute; top: 50%; margin-top: -32px; right: -45px; z-index: 2; transition: all 0.3s;}
#home_news .home_news_con:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
#home_news .home_news_con:hover .ico{background-color: #ae1d0b;}
#home_news .home_news_text{font-size: 180px; color: #efefef; line-height: 1; font-weight: bold; font-family: 'Times New Roman'; position: absolute; left: -50px; bottom: 60px;}
#home_news .home_news_video{position: fixed; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: rgba(0,0,0,.8); z-index: 10; display: none; align-items: center; justify-content: center;}
#home_news .home_news_video>.box{width: 40px; height: 40px; position: absolute; right: 10px; top: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
#home_news .home_news_video>.box i{width: 40px; height: 40px; position: relative; display: block;}
#home_news .home_news_video>.box i::before,
#home_news .home_news_video>.box i::after{content: ''; width: 32px; height: 2px; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -16px; transform: rotate(45deg); background-color: #fff;}
#home_news .home_news_video>.box i::after{transform: rotate(-45deg);}
#home_news .home_news_video .desc{width: 100%; height: 100%;}
#home_news .home_news_video .desc p{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
#home_news .home_news_video video{width: 80%; height: auto; max-height: 94%; object-fit: cover;}

/*home_pro*/
#home_pro{width: 100%; padding: 90px 0; position: relative;}
#home_pro .home_pro_ico{width: calc((100% - 1240px)/2); margin: 0 auto; height: 1px; background-color: #961909; position: absolute; top: 105px;}
#home_pro .home_pro_ico>span{width: 12px; height: 12px; background-color: #961909; border-radius: 50%; display: block; position: absolute; right: 0; top: -6px;}
#home_pro .home_pro_dh span{font-size: 30px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
#home_pro .home_pro_dh em{font-size: 28px; display: block; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
#home_pro .home_pro_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;}
#home_pro .home_pro_dh .ico i:hover{border-color: #333; color: #333;}
#home_pro .home_pro_con{margin-top: 65px;}
#home_pro .home_pro_con .swiper-slide{overflow: hidden;}
#home_pro .home_pro_con .swiper-slide a{width: 100%; display: block;}
#home_pro .home_pro_con .swiper-slide .img{width: 100%; height: 26vw; overflow: hidden;}
#home_pro .home_pro_con .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover;}
#home_pro .home_pro_con .swiper-slide .desc{padding: 30px 20px; background-color: #2c2f33; color: #fff; font-size: 18px; text-align: center; transition: all 0.3s;}
#home_pro .home_pro_con .swiper-slide .desc>span{font-size: 20px; line-height: 1.4;}
#home_pro .home_pro_con .swiper-slide .desc>p{margin-top: 5px; line-height: 2;}
#home_pro .home_pro_con .swiper-slide:hover .desc{background-color: #961909;}

/*home_experience*/
#home_experience{width: 100%; position: relative;}
#home_experience .home_experience_ico{width: calc((100% - 1240px)/2); margin: 0 auto; height: 1px; background-color: #961909; position: absolute; top: 15px;}
#home_experience .home_experience_ico>span{width: 12px; height: 12px; background-color: #961909; border-radius: 50%; display: block; position: absolute; right: 0; top: -6px;}
#home_experience .home_experience_dh span{font-size: 30px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
#home_experience .home_experience_dh em{font-size: 28px; display: block; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
#home_experience .home_experience_con{margin-top: 70px;}
#home_experience .home_experience_con>ul>li{width: 385px; box-sizing: border-box; border-left: 1px solid #ebebeb;}
#home_experience .home_experience_con>ul>li:nth-child(1){padding-right: 50px; border-left: 0;}
#home_experience .home_experience_con>ul>li:nth-child(2){width: 430px; padding: 0 50px;}
#home_experience .home_experience_con>ul>li:nth-child(3){padding-left: 50px;}
#home_experience .home_experience_con>ul>li .date>span{height: 36px; line-height: 36px; padding: 0 15px; background-color: #961909; color: #fff; font-size: 16px;}
#home_experience .home_experience_con>ul>li .date>i{display: none;}
#home_experience .home_experience_con>ul>li .title{font-size: 20px; margin: 25px 0; display: block;}
#home_experience .home_experience_con>ul>li .desc{color: #666;}
#home_experience .more{display: flex; justify-content: flex-end;}
#home_experience .more>a{margin-top: 50px; font-size: 16px;}
#home_experience .more>a>em{border-bottom: 1px solid #333; margin-right: 20px; padding-bottom: 5px;}
#home_experience .more>a>i{width: 48px; height: 48px; background-color: #961909; border-radius: 50%;}
#home_experience .more:hover>a>em{border-color: #961909;}
#home_experience .more:hover>a>i{background-color: #ae1d0b;}

/*home_ad*/
#home_ad{width: 100%; padding: 70px 0 0;}
#home_ad .home_ad_con ul>li{width: 50%; position: relative;}
#home_ad .home_ad_con ul>li .img{width: 100%; height: 560px; overflow: hidden;}
#home_ad .home_ad_con ul>li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_ad .home_ad_con ul>li .desc{width: 100%; padding: 60px 50px; box-sizing: border-box; text-align: left; color: #fff; position: absolute; bottom: 0; z-index: 2;}
#home_ad .home_ad_con ul>li .desc>span{font-size: 30px; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase; display: block;}
#home_ad .home_ad_con ul>li .desc>p{font-size: 28px; margin-top: 15px; letter-spacing: 2px;}
#home_ad .home_ad_con ul>li .more{margin-top: 30px; font-size: 16px; color: #fff;}
#home_ad .home_ad_con ul>li .more>em{border-bottom: 1px solid #fff; margin-right: 20px; padding-bottom: 5px; transition: all 0.3s;}
#home_ad .home_ad_con ul>li .more>i{width: 42px; height: 42px; border: 1px solid #fff; border-radius: 50%; transition: all 0.3s;}
#home_ad .home_ad_con ul>li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
#home_ad .home_ad_con ul>li:hover .more>em{border-color: #fff;}
#home_ad .home_ad_con ul>li:hover .more>i{background-color: #961909; border-color: #961909;}

/*left*/
#left{height: 72px;}
#left .left_dh>ul>li a{height: 72px; line-height: 72px; display: block; padding: 0 25px; margin-right: 30px; font-size: 18px; box-sizing: border-box; text-align: center; border-bottom: 2px solid transparent;}
#left .left_dh>ul>li a.on{border-color: #961909; color: #961909; font-weight: bold;}

/*content*/
#right{width: 100%;}
#right .right_dh{background-color: #f1f1f1;}
#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{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 .desc>span{font-size: 20px; font-weight: bold; display: block;}
.about_profile .desc>.box{margin-top: 20px; line-height: 2.2; font-size: 16px;}
.about_profile .desc>.box img{max-width: 100%; height: auto; cursor: pointer;}
.about_profile .list{margin-top: 40px; line-height: 2.2; font-size: 16px;}
.about_profile .list ul>li{width: 100%; margin-bottom: 60px;}
.about_profile .list ul>li .desc{width: 550px;}
.about_profile .list ul>li .img{width: 588px; height: 386px; overflow: hidden;}
.about_profile .list ul>li .img img{width: 100%; height: 100%; object-fit: cover;}
.about_profile .video{position: fixed; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: rgba(0,0,0,.8); z-index: 10; display: none; align-items: center; justify-content: center;}
.about_profile .video>.box{width: 40px; height: 40px; position: absolute; right: 10px; top: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.about_profile .video>.box i{width: 40px; height: 40px; position: relative; display: block;}
.about_profile .video>.box i::before,
.about_profile .video>.box i::after{content: ''; width: 32px; height: 2px; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -16px; transform: rotate(45deg); background-color: #fff;}
.about_profile .video>.box i::after{transform: rotate(-45deg);}
.about_profile .video>video{width: 80%; height: auto; max-height: 94%; object-fit: cover;}

.about_honor{width: 100%; padding: 20px 0 80px 0; position: relative;}
.about_honor .ico{width: calc((100% - 1240px)/2); margin: 0 auto; height: 1px; background-color: #961909; position: absolute; top: 35px;}
.about_honor .ico>span{width: 12px; height: 12px; background-color: #961909; border-radius: 50%; display: block; position: absolute; right: 0; top: -6px;}
.about_honor .dh span{font-size: 30px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.about_honor .dh em{font-size: 28px; display: block; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
.about_honor .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_honor .dh .dh_ico i:hover{border-color: #333; color: #333;}
.about_honor .list{margin-top: 65px;}
.about_honor .swiper-slide a{font-size: 16px; display: block;}
.about_honor .swiper-slide .img{width: 100%; height: 280px; margin: 0 auto; overflow: hidden;}
.about_honor .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.about_honor .swiper-slide span{background-color: #f2f2f2; padding: 25px 20px; box-sizing: border-box; text-align: center; display: block; transition: all 0.3s;}
.about_honor .swiper-slide:hover span{background-color: #961909; color: #fff;}

.about_env{width: 100%; padding: 20px 0 10px 0; position: relative}
.about_env .ico{width: calc((100% - 1240px)/2); margin: 0 auto; height: 1px; background-color: #961909; position: absolute; top: 35px;}
.about_env .ico>span{width: 12px; height: 12px; background-color: #961909; border-radius: 50%; display: block; position: absolute; right: 0; top: -6px;}
.about_env .dh span{font-size: 30px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.about_env .dh em{font-size: 28px; display: block; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
.about_env .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_env .dh .dh_ico i:hover{border-color: #333; color: #333;}
.about_env .list{margin-top: 65px;}
.about_env .swiper-slide a{font-size: 16px; display: block;}
.about_env .swiper-slide .img{width: 100%; height: 280px; margin: 0 auto; overflow: hidden;}
.about_env .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.about_env .swiper-slide span{background-color: #f2f2f2; padding: 25px 20px; box-sizing: border-box; text-align: center; display: block; transition: all 0.3s;}
.about_env .swiper-slide:hover span{background-color: #961909; color: #fff;}

/*pro*/
#pro{padding-bottom: 50px; margin-bottom: 60px; border-bottom: 1px solid #e5e5e5;}
#pro .filter{width: 880px; text-align: center;}
#pro .filter>span{font-size: 24px; font-weight: bold; display: block;}
#pro .filter>.filter_box{margin-top: 40px; gap: 6px;}
#pro .filter>.filter_box span{width: calc((100% - 18px)/4); background-color: #f2f2f2; height: 48px; line-height: 48px; border-radius: 6px; padding: 0 20px; box-sizing: border-box; cursor: pointer; position: relative;}
#pro .filter>.filter_box span>em>i{position: relative; top: -2px; color: #464646;}
#pro .filter>.filter_box span:last-child{width: 437px;}
#pro .filter>.filter_box span>input{width: 100%; height: 100%; line-height: 1; border: 0; background: none;}
#pro .filter>.filter_box span>em>a:hover{color: #333;}
#pro .filter>.filter_box .filter_con{width: 100%; max-height: 210px; background-color: #f2f2f2; border-radius: 0 0 5px 5px; box-sizing: border-box; position: absolute; left: 0; right: 0; top: 46px; z-index: 2; overflow-y: auto; display: none;}
#pro .filter>.filter_box .filter_con::-webkit-scrollbar{width: 4px;}
#pro .filter>.filter_box .filter_con::-webkit-scrollbar-track{background: #f2f2f2;}
#pro .filter>.filter_box .filter_con::-webkit-scrollbar-thumb{background: #961909;}
#pro .filter>.filter_box .filter_con::-webkit-scrollbar-thumb:hover{background: #961909;}
#pro .filter>.filter_box .filter_con dd{text-align: left; padding: 10px 20px; line-height: 1.4;}
#pro .filter>.filter_box .filter_con dd:hover{color: #961909;}
#pro .filter>.filter_btn{margin-top: 35px; margin-left: 2px;}
#pro .filter>.filter_btn span{width: 216px; height: 48px; line-height: 48px; border-radius: 6px; background-color: #961909; color: #fff; margin: 0 4px; font-size: 16px; cursor: pointer; transition: all 0.3s;}
#pro .filter>.filter_btn .apply:hover{background-color: #ae1d0b;}
#pro .filter>.filter_btn .reset{background-color: #bdbdbd;}
#pro .filter>.filter_btn .reset:hover{background-color: #a5a5a5;}
#pro .trace{width: 260px; margin-left: 50px; padding-left: 50px; border-left: 1px solid #e5e5e5; text-align: center; box-sizing: border-box;}
#pro .trace>span{font-size: 24px; font-weight: bold; display: block;}
#pro .trace>img{margin: 25px auto;}
#pro .trace>a>.btn{width: 180px; height: 48px; line-height: 48px; border-radius: 6px; background-color: #961909; color: #fff; margin: auto; font-size: 16px; cursor: pointer; transition: all 0.3s;}
#pro .trace>a>.btn img{margin-right: 10px;}
#pro .trace>a>.btn:hover{background-color: #ae1d0b;}
#pro .trace>p{font-size: 16px; text-align: center; margin-top: 15px;}

/*list_pro*/
ul.list_pro li{width: 358px; background-color: #f2f2f2; margin-left: 63px; margin-bottom: 50px; text-align: center; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.list_pro li:nth-child(3n+1){margin-left: 0;}
ul.list_pro li .img{width: 358px; height: 536px; 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 .desc{width: 100%; line-height: 2; font-size: 16px; text-align: center; padding: 25px 20px; box-sizing: border-box; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.list_pro li .desc>span{width: 50%; text-align: left; display: block;}
ul.list_pro li .desc>span>i{font-weight: bold;}
ul.list_pro li .desc>span:nth-last-child(-n+2){width: 100%;}
ul.list_pro li:hover {background-color: #961909;}
ul.list_pro li:hover .desc{color: #fff;}

/*display*/
.dis_big .dis_pic{width: 530px;}
.dis_big .dis_pic img{max-width: 100%;}
.dis_big .desc{width: 600px;}
.dis_big .desc>span{width: 50%; font-size: 18px; padding: 30px 20px; border-bottom: 1px solid #e5e5e5; line-height: 1; box-sizing: border-box; position: relative;}
.dis_big .desc>span:nth-last-child(-n+2){width: 100%;}
.dis_big .desc>span::before{content: ""; display: block; width: 5px; height: 22px; background-color: #961909; position: absolute; left: 0; top: 50%; margin-top: -11px;}
.dis_big .desc>span>i{font-size: 24px; font-weight: bold;}
.dis_big .btn_box{margin-top: 45px;}
.dis_big .btn{width: 216px; height: 48px; line-height: 48px; border-radius: 6px; background-color: #961909; color: #fff; margin-right: 10px; font-size: 16px; cursor: pointer; transition: all 0.3s;}
.dis_big .btn img{margin-right: 10px;}
.dis_big .btn:hover{background-color: #ae1d0b;}
.dis_big a:nth-child(2) .btn{background-color: #bdbdbd;}
.dis_big a:nth-child(2) .btn:hover{background-color: #a5a5a5;}
.dis_note{margin-top: 60px; position: relative;}
.dis_note .dh span{font-size: 30px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.dis_note .dh em{font-size: 28px; display: block; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
.dis_note .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;}
.dis_note .dh .dh_ico i:hover{border-color: #333; color: #333;}
.dis_note .desc_con{margin-top: 45px;}
.dis_note .desc_con .swiper-slide{background-color: #f2f2f2; transition: all 0.3s; -ms-transition: all 0.3s;}
.dis_note .desc_con .swiper-slide .img{width: 100%; height: 100%; overflow: hidden;}
.dis_note .desc_con .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover;}
.dis_note .desc_con .swiper-slide .desc{width: 100%; min-height: 200px; line-height: 2; font-size: 0; text-align: center; padding: 25px 20px; box-sizing: border-box; transition: all 0.3s; -ms-transition: all 0.3s;}
.dis_note .desc_con .swiper-slide .desc>span{width: 50%; text-align: left; font-size: 16px; line-height: 1.4; display: inline-block; margin-bottom: 12px;}
.dis_note .desc_con .swiper-slide .desc>span>i{font-weight: bold;}
.dis_note .desc_con .swiper-slide .desc>span:nth-last-child(-n+2){width: 100%;}
.dis_note .desc_con .swiper-slide .desc>span:last-child{margin-bottom: 0;}
.dis_note .desc_con .swiper-slide:hover{background-color: #961909;}
.dis_note .desc_con .swiper-slide:hover .desc{color: #fff;}
.dis_note .ico{width: calc((100% - 1240px)/2); margin: 0 auto; height: 1px; background-color: #961909; position: absolute; top: 15px;}
.dis_note .ico>span{width: 12px; height: 12px; background-color: #961909; border-radius: 50%; display: block; position: absolute; right: 0; top: -6px;}

/*list_share*/
ul.list_share li{width: 278px; margin-left: 30px; margin-bottom: 30px; text-align: center;}
ul.list_share li:nth-child(3n+1){margin-left: 0;}
ul.list_share li .img{width: 278px; height: 240px; 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: 15px;}

/*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{margin-bottom: 60px;}
ul.list_news li{margin-bottom: 45px; padding-bottom: 45px; border-bottom: 1px solid #ebebeb;}
ul.list_news li .date{height: 38px; line-height: 38px; padding: 0 18px; background-color: #961909; color: #fff; font-size: 16px; font-family: Arial;}
ul.list_news li .desc{width: calc(100% - 160px);}
ul.list_news li .desc>span{font-size: 20px; font-weight: bold; display: block; margin-top: 5px;}
ul.list_news li .desc>p{font-size: 16px; color: #666; line-height: 1.8; margin-top: 18px;}

/*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: 280px; 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 .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;}

/*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;}

/*trace*/
#trace{text-align: center;}
#trace>span{font-size: 24px; font-weight: bold;}
#trace>form{margin-top: 40px; background-color: #f1f1f1; padding: 60px 0; border-radius: 20px; box-sizing: border-box;}
#trace>form>em{font-size: 20px; display: block;}
#trace>form>input{width: 680px; height: 54px; line-height: 1; background-color: #fff; font-size: 16px; border: 0; border-radius: 5px; padding: 0 20px; margin-top: 30px; box-sizing: border-box;}
#trace>form .btn{margin-top: 30px;}
#trace>form .btn button{width: 216px; height: 48px; line-height: 48px; border-radius: 6px; background-color: #961909; color: #fff; margin: 0 4px; font-size: 16px; border: 0; cursor: pointer; transition: all 0.3s;}
#trace>form .btn .submit:hover{background-color: #ae1d0b;}
#trace>form .btn .reset{background-color: #bdbdbd;}
#trace>form .btn .reset:hover{background-color: #a5a5a5;}
#trace>form .trace_con{margin: 50px 35px 0 35px; background-color: #fff; padding: 30px; border-radius: 20px; box-sizing: border-box;}
#trace>form .trace_con .no{min-height: 200px;}
#trace>form .trace_con img{max-width: 100%; height: auto;}
#trace>form .trace_con .pic{width: 500px;}
#trace>form .trace_con .pic img{max-width: 100%;}
#trace>form .trace_con .desc{width: 520px; text-align: left;}
#trace>form .trace_con .desc_box>span{width: 50%; font-size: 18px; padding: 30px 20px; border-bottom: 1px solid #e5e5e5; line-height: 1; box-sizing: border-box; position: relative;}
#trace>form .trace_con .desc_box>span:nth-last-child(-n+2){width: 100%;}
#trace>form .trace_con .desc_box>span::before{content: ""; display: block; width: 5px; height: 22px; background-color: #961909; position: absolute; left: 0; top: 50%; margin-top: -11px;}
#trace>form .trace_con .desc_box>span>i{font-size: 24px; font-weight: bold;}

/*exchange*/
.exchange{width: 100%; padding-top: 90px; position: relative;}
.exchange .ico{width: calc((100% - 1240px)/2); margin: 0 auto; height: 1px; background-color: #961909; position: absolute; top: 102px;}
.exchange .ico>span{width: 12px; height: 12px; background-color: #961909; border-radius: 50%; display: block; position: absolute; right: 0; top: -6px;}
.exchange .dh span{font-size: 30px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
.exchange .dh em{font-size: 28px; display: block; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
.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: 65px;}
.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);}

/*contact*/
#contact .contact_box>ul>li{width: 300px; margin-bottom: 60px; margin-right: 150px;}
#contact .contact_box>ul>li:nth-child(2n){width: 450px;}
#contact .contact_box>ul>li .img>img{width: 28px; height: auto; margin-right: 10px;}
#contact .contact_box>ul>li .img>span{font-size: 20px; font-weight: bold; display: block;}
#contact .contact_box>ul>li em{margin-top: 15px; font-size: 16px; display: block;}
#contact .contact_box>ul>li .qcode{margin-left: 30px; margin-top: -15px;}
#contact .contact_box>ul>li .qcode img{max-width: 100px; height: auto;}
#contact .contact_form{margin-top: 70px; position: relative;}
#contact .contact_form .dh span{font-size: 30px; line-height: 1; display: block; font-family: 'Times New Roman'; font-weight: bold; text-transform: uppercase;}
#contact .contact_form .dh em{font-size: 28px; display: block; font-weight: bold; margin-top: 12px; letter-spacing: 2px;}
#contact .contact_form .ico{width: calc((100% - 1240px)/2); margin: 0 auto; height: 1px; background-color: #961909; position: absolute; top: 15px;}
#contact .contact_form .ico>span{width: 12px; height: 12px; background-color: #961909; border-radius: 50%; display: block; position: absolute; right: 0; top: -6px;}

/*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;}

/*form*/
#onlineMsgForm{width: 100%; margin: 40px auto 0;}
#onlineMsgForm .formMsgItem{margin-top: 15px;}
#onlineMsgForm .formMsgItem .formMsgTitle{width: 100px; display: none;}
#onlineMsgForm .formMsgItem{width: calc((100% - 30px)/3); display: inline-block; margin-left: 15px;}
#onlineMsgForm .formMsgItem:nth-child(2){margin-left: 0;}
#onlineMsgForm .formMsgItem:nth-child(5){margin-left: 0;}
#onlineMsgForm .formMsgCode{margin-left: 0; display: block;}
#onlineMsgForm .formMsgSubmit{margin-left: 0; width: auto;}
#onlineMsgForm .textareaItem{width: 100%; margin-left: 0;}
#onlineMsgForm .formMsgItem .layui-input{height: 54px; border: 1px solid #ededed; border-radius: 0; display: inline-block; padding: 0 20px;}
#onlineMsgForm .formMsgItem .layui-input:hover{border-color: #ededed !important; box-shadow: none;}
#onlineMsgForm .formMsgItem .layui-input:focus{border-color: #961909 !important; box-shadow: none;}
#onlineMsgForm .formMsgItem .layui-textarea{width: 100%; height: 230px; border: 1px solid #ededed; resize: none; padding: 15px 10px; border-radius: 0; padding-left: 20px;}
#onlineMsgForm .formMsgItem .layui-textarea:hover{border-color: #ededed !important; box-shadow: none;}
#onlineMsgForm .formMsgItem .layui-textarea:focus{border-color: #961909 !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: 100px;}
#onlineMsgForm .formMsgItem:nth-last-child(2) img{width: 80px; height: 54px; display: inline-block; margin-left: 15px;}
#onlineMsgForm .formMsgSubmit{width: 100%; margin-left: 0;}
#onlineMsgForm .layui-btn{width: 384px; height: 48px; margin: 20px auto 0; background-color: #961909; display: block; border-radius: 5px; font-size: 16px;}
#onlineMsgForm .layui-btn:hover{background-color: #ae1d0b;}

/*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: #f5f5f5; overflow: hidden; position: relative;}
#footer .container{flex-wrap: nowrap;}
#footer .footer_line{width: calc((100vw - 1200px) / 2 + 1200px); position: absolute; top: 146px; left: 0; height: 1px; background-color: #e6e6e6;}
#footer .footer_box{width: 1105px;}
#footer .footer_box .footer_nav{width: 100%; margin: 0 auto; padding: 60px 0;}
#footer .footer_box .footer_nav ul>li>a{padding-right: 55px; font-size: 16px;}
#footer .footer_top{width: 60px; background-color: #f6f6f6; padding-top: 60px; padding-left: 35px; border-left: 1px solid #e6e6e6; cursor: pointer; position: relative; z-index: 2;}
#footer .footer_top .img{width: 60px; height: 60px; background-color: #961909; border-radius: 50%; margin-bottom: 5px;}
#footer .footer_top span{transform: rotate(90deg); transform-origin: center left; font-size: 24px; font-family: 'Times New Roman'; text-transform: uppercase; display: inline-block; white-space: nowrap; margin-left: 50%;}

/*footer_copy*/
#footer .footer_copy{padding: 45px 80px 60px 0;}
#footer .footer_copy_con{width: 540px;}
#footer .footer_copy_con ul{margin-top: 40px;}
#footer .footer_copy_con ul>li{padding-bottom: 10px;}
#footer .footer_copy_con ul>li img{max-width: 23px; height: auto; margin-right: 12px;}
#footer .footer_copy_box{width: 430px; text-align: center; padding: 15px 0; box-sizing: border-box;}
#footer .footer_copy_box ul{justify-content: flex-end;}
#footer .footer_copy_box ul>li{margin-left: 50px;}
#footer .footer_copy_box ul>li .img{width: 109px; height: 109px; overflow: hidden;}
#footer .footer_copy_box ul>li .img img{max-width: 100%; height: auto;}
#footer .footer_copy_box ul>li span{display: block; margin-top: 5px;}
#footer .footer_copy_box .box{text-align: right; margin-top: 7px;}

/*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: #fff; border-bottom: 1px solid #eee; position: fixed; display: flex; align-items: center; z-index: 999;}
.header .logo img{height: 40px;}
.header .nav{width: 100%; height: 100%; background: #fff; border-top: 1px solid #eee; position: absolute; left: 0; top: 60px; overflow-y: scroll; display: none;}
.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; border-bottom: 1px solid #eee; 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: 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: #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_top{height: 60px;}

/*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: 180px;}
.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_late .home_late_con{background: none;}
#home_late .home_late_con .container{display: block;}
#home_late .home_late_con .ico{width: 100%; height: 46px;}
#home_late .home_late_con .ico i{width: 22px; height: 22px; font-size: 16px; margin-left: 10px;}
#home_late .home_late_con .list{width: 100%; padding-left: 0;}
#home_late .home_late_con .list .list_box>span{padding-right: 15px; margin-right: 15px;}
#home_late .home_late_con .list .swiper-container{width: calc(100% - 110px);}
#home_late .home_late_con .list .swiper-slide a{width: 100%; display: block;}
#home_late .home_late_con .list .swiper-slide span{width: 100%; display: block;}

#home_about{padding: 60px 0 30px 0;}
#home_about .desc>i{width: 10px; height: 10px; margin: 0 auto -10px;}
#home_about .desc>i::after{height: 30px; top: -30px;}
#home_about .desc>span{font-size: 46px;}
#home_about .desc>em{font-size: 18px; margin: -30px;}
#home_about .desc>.desc_box{margin-top: 40px; font-size: 15px;}
#home_about .desc>ul{margin-top: 25px;}
#home_about .desc>ul>li{width: 50%; margin-bottom: 20px;}
#home_about .desc>ul>li span{font-size: 15px;}
#home_about .desc>ul>li span>i{font-size: 26px; margin-right: 5px;}
#home_about .desc>ul>li em{width: 80%; margin: 6px auto 0; font-size: 15px;}
#home_about a.more{margin-top: 10px; font-size: 15px;}
#home_about a.more>em{margin-right: 10px;}
#home_about a.more>i{width: 28px; height: 28px;}
#home_about a.more>i img{width: 12px;}

#home_news{padding: 30px 0;}
#home_news .home_news_ico{width: 60px; top: 38px;}
#home_news .home_news_dh{width: 100%;}
#home_news .home_news_dh>span{font-size: 18px; padding-left: 60px;}
#home_news .home_news_dh>em{font-size: 18px; margin-top: 5px; padding-left: 60px;}
#home_news .home_news_dh .list{width: 100%; height: 320px; margin-top: 20px;}
#home_news .home_news_dh ul>li{margin: 10px 0; margin-left: -9px; padding-right: 20px;}
#home_news .home_news_dh ul>li .ico{top: 5px;}
#home_news .home_news_dh ul>li .desc_box{font-size: 15px; margin-left: 20px;}
#home_news .home_news_dh ul>li .desc_box>span{margin-top: 5px;}
#home_news .home_news_dh ul>li .desc_box>em>i{font-size: 18px; top: 1px;}
#home_news .home_news_con{width: 94%; margin-top: 20px;}
#home_news .home_news_con .img{height: auto;}
#home_news .home_news_con .ico{width: 40px; height: 40px; margin-top: -20px; right: -20px;}
#home_news .home_news_con .ico>img{width: 20px;}
#home_news .home_news_text{display: none;}
#home_news .home_news_video video{width: 94%; height: auto;}
#home_news .home_news_video .box{top: 70px;}
#home_news .home_news_video>.box i::before,
#home_news .home_news_video>.box i::after{width: 24px; margin: -1px 0 0 -12px;}

#home_pro{padding: 30px 0;}
#home_pro .home_pro_ico{width: 60px; top: 38px;}
#home_pro .home_pro_dh{flex-wrap: nowrap;}
#home_pro .home_pro_dh span{width: 80%; font-size: 18px; padding-left: 60px;}
#home_pro .home_pro_dh em{font-size: 18px; margin-top: 5px; padding-left: 60px;}
#home_pro .home_pro_dh .ico i{width: 26px; height: 26px; font-size: 16px; margin: 0 5px;}
#home_pro .home_pro_con{margin-top: 25px;}
#home_pro .home_pro_con .swiper-slide .desc{padding: 15px; font-size: 15px;}
#home_pro .home_pro_con .swiper-slide .desc>span{font-size: 15px;}
#home_pro .home_pro_con .swiper-slide .img{height: auto;}

#home_experience .home_experience_ico{width: 60px; top: 8px;}
#home_experience .home_experience_dh span{font-size: 18px; padding-left: 60px;}
#home_experience .home_experience_dh em{font-size: 18px; margin-top: 5px; padding-left: 60px;}
#home_experience .home_experience_con{margin-top: 25px;}
#home_experience .home_experience_con>ul>li{width: 100%; margin-bottom: 20px;}
#home_experience .home_experience_con>ul>li:nth-child(1){padding-right: 0;}
#home_experience .home_experience_con>ul>li:nth-child(2){padding: 0;}
#home_experience .home_experience_con>ul>li:nth-child(3){padding-left: 0;}
#home_experience .home_experience_con>ul>li .date>span{height: 32px; line-height: 32px; font-size: 15px;}
#home_experience .home_experience_con>ul>li .title{font-size: 16px; margin: 10px 0 5px 0;}
#home_experience .more>a{margin-top: 10px; font-size: 15px;}
#home_experience .more>a>em{margin-right: 10px;}
#home_experience .more>a>i{width: 28px; height: 28px;}
#home_experience .more>a>i img{width: 12px;}

#home_ad{padding: 30px 0 0;}
#home_ad .home_ad_con ul>li{width: 100%;}
#home_ad .home_ad_con ul>li .img{height: 260px;}
#home_ad .home_ad_con ul>li .desc{padding: 20px 15px;}
#home_ad .home_ad_con ul>li .desc>span{font-size: 18px;}
#home_ad .home_ad_con ul>li .desc>p{font-size: 18px; margin-top: 0;}
#home_ad .home_ad_con ul>li .more{margin-top: 15px; font-size: 15px;}
#home_ad .home_ad_con ul>li .more>em{margin-right: 15px;}
#home_ad .home_ad_con ul>li .more>i{width: 26px; height: 26px;}
#home_ad .home_ad_con ul>li .more>i img{width: 12px;}

/*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 .desc>span{font-size: 17px;}
.about_profile .desc>.box{margin-top: 15px; font-size: 15px;}
.about_profile .list{margin-top: 25px; font-size: 15px;}
.about_profile .list .desc{width: 100%;}
.about_profile .list ul>li{margin-bottom: 20px;}
.about_profile .list ul>li .img{width: 100%; height: auto; margin-top: 20px;}
.about_profile .list ul>li:last-child{margin-bottom: 0;}
.about_profile .video video{width: 94%; height: auto;}
.about_profile .video .box{top: 70px;}
.about_profile .video>.box i::before,
.about_profile .video>.box i::after{width: 24px; margin: -1px 0 0 -12px;}

.about_honor{padding: 30px 0 10px;}
.about_honor .ico{width: 60px; top: 38px;}
.about_honor .dh .dh_box{padding-left: 60px;}
.about_honor .dh span{font-size: 18px;}
.about_honor .dh em{font-size: 18px; margin-top: 5px;}
.about_honor .dh .dh_ico i{width: 26px; height: 26px; font-size: 16px; margin-left: 10px;}
.about_honor .list{margin-top: 25px;}
.about_honor .swiper-slide .img{height: 120px;}
.about_honor .swiper-slide span{font-size: 15px; padding: 15px 10px;}

.about_env .dh{flex-wrap: nowrap;}
.about_env .ico{width: 60px; top: 28px;}
.about_env .dh .dh_box{padding-left: 60px;}
.about_env .dh span{width: 80%; font-size: 18px;}
.about_env .dh em{font-size: 18px; margin-top: 5px;}
.about_env .dh .dh_ico i{width: 26px; height: 26px; font-size: 16px; margin-left: 10px;}
.about_env .list{margin-top: 25px;}
.about_env .swiper-slide .img{height: 120px;}
.about_env .swiper-slide span{font-size: 15px; padding: 15px 10px;}

/*pro*/
#pro{padding-bottom: 20px; margin-bottom: 30px;}
#pro .filter>span{font-size: 18px;}
#pro .filter{width: 100%;}
#pro .filter>.filter_box{margin-top: 20px;}
#pro .filter>.filter_box span{width: calc((100% - 6px)/2); height: 40px; line-height: 40px; padding: 0 15px;}
#pro .filter>.filter_box span:last-child{width: 100%;}
#pro .filter>.filter_box span>em>i{top: -3px;}
#pro .filter>.filter_box .filter_con{top: 38px;}
#pro .filter>.filter_btn{margin-top: 20px; justify-content: space-between;}
#pro .filter>.filter_btn span{width: 49%; margin: 0; height: 40px; line-height: 40px;}
#pro .trace{width: 100%; margin-left: 0; padding-left: 0; border-left: 0; margin-top: 30px;}
#pro .trace>span{font-size: 18px;}
#pro .trace>img{width: 80px;}
#pro .trace>a>.btn{width: 160px; height: 42px; line-height: 42px;}
#pro .trace>p{font-size: 15px;}

/*list_pro*/
ul.list_pro li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pro li:nth-child(3n+1){margin-left: 4%;}
ul.list_pro li:nth-child(2n+1){margin-left: 0;}
ul.list_pro li .img{width: 100%; height: auto;}
ul.list_pro li .desc{padding: 10px;}
ul.list_pro li .desc>span{width: 100%; font-size: 15px;}

/*display*/
.dis_big{display: block;}
.dis_big .dis_pic{width: 100%;}
.dis_big .desc{width: 100%;}
.dis_big .desc>span{width: 100%; font-size: 16px; padding: 20px 0 20px 15px; line-height: 1.4;}
.dis_big .desc>span>i{font-size: 18px;}
.dis_big .desc>span::before{width: 3px; height: 18px; margin-top: -9px;}
.dis_big .btn_box{margin-top: 25px; justify-content: space-between;}
.dis_big .btn_box>a{width: 49%;}
.dis_big .btn_box>a>.btn{width: 100%; height: 42px; line-height: 42px;}
.dis_note{margin-top: 35px;}
.dis_note .ico{width: 60px; top: 9px;}
.dis_note .dh_box{padding-left: 60px;}
.dis_note .dh span{font-size: 18px;}
.dis_note .dh em{font-size: 18px; margin-top: 5px;}
.dis_note .dh .dh_ico i{width: 26px; height: 26px; font-size: 16px; margin-left: 10px;}
.dis_note .desc_con{margin-top: 25px;}
.dis_note .desc_con .swiper-slide .desc{padding: 10px;}
.dis_note .desc_con .swiper-slide .desc>span{width: 100%; font-size: 15px; margin-bottom: 8px;}

/*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(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{margin-bottom: 30px;}
ul.list_news li{width: 100%; padding-bottom: 20px; margin-bottom: 20px;}
ul.list_news li .date{font-size: 15px; height: 36px; line-height: 36px; padding: 0 12px;}
ul.list_news li .desc{width: calc(100% - 120px);}
ul.list_news li .desc>span{font-size: 17px;}
ul.list_news li .desc>p{font-size: 15px; margin-top: 10px;}

/*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 .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;}

/*trace*/
#trace>span{font-size: 18px;}
#trace>form{margin-top: 20px; padding: 20px 15px; border-radius: 15px;}
#trace>form>em{font-size: 15px;}
#trace>form>input{width: 100%; height: 40px; line-height: 40px; margin-top: 15px;}
#trace>form .btn{margin-top: 20px;}
#trace>form .btn button{width: 49%; height: 40px; line-height: 40px; margin: 0; margin-left: 2%;}
#trace>form .btn button:first-child{margin-left: 0;}
#trace>form .trace_con{margin: 20px 0 0 0; padding: 15px; border-radius: 6px;}
#trace>form .trace_con .desc_box>span{width: 100%;}
#trace>form .trace_con .desc_box>span{width: 100%; font-size: 16px; padding: 20px 0 20px 15px; line-height: 1.4;}
#trace>form .trace_con .desc_box>span>i{font-size: 18px;}
#trace>form .trace_con .desc_box>span::before{width: 3px; height: 18px; margin-top: -9px;}

/*exchange*/
.exchange{padding: 30px 0 10px;}
.exchange .ico{width: 60px; top: 38px;}
.exchange .dh .dh_box{padding-left: 60px;}
.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;}

/*contact*/
#contact .contact_box>ul>li{width: 50%; margin-right: 0; margin-bottom: 20px; display: block;}
#contact .contact_box>ul>li:nth-child(2n){width: 50%;}
#contact .contact_box>ul>li:nth-child(1){width: 100%;}
#contact .contact_box>ul>li:nth-child(2){width: 100%;}
#contact .contact_box>ul>li .img>img{width: 20px;}
#contact .contact_box>ul>li .img>span{font-size: 17px;}
#contact .contact_box>ul>li em{font-size: 15px; margin-top: 5px;}
#contact .contact_box>ul>li .qcode{margin-top: 20px; margin-left: 0;}
#contact .contact_box>ul>li .qcode img{width: 80px; margin: auto;}
#contact .contact_form{margin-top: 30px;}
#contact .contact_form .ico{width: 60px; top: 9px;}
#contact .contact_form .dh{margin-left: 60px;}
#contact .contact_form .dh span{font-size: 18px;}
#contact .contact_form .dh em{font-size: 18px; margin-top: 5px;}

/*form*/
#onlineMsgForm{width: 100%; margin-top: 10px; padding-bottom: 0; font-size: 15px;}
#onlineMsgForm .formMsgItem{width: 100%; margin-left: 0; margin-top: 10px;}
#onlineMsgForm .formMsgItem .formMsgCon{width: 100%;}
#onlineMsgForm .formMsgItem .layui-input{height: 40px; padding: 0 12px;}
#onlineMsgForm .textareaItem{display: block;}
#onlineMsgForm .formMsgItem .formMsgCon{display: block;}
#onlineMsgForm .formMsgItem .formMsgTitle{width: auto; padding-bottom: 5px;}
#onlineMsgForm .formMsgItem .layui-textarea{height: 136px; padding: 12px;}
#onlineMsgForm .formMsgItem:nth-last-child(2) .layui-input{width: 60%;}
#onlineMsgForm .formMsgItem:nth-last-child(2) img{height: 40px; margin-left: 10px;}
#onlineMsgForm .layui-btn{width: 160px; height: 40px; margin: 15px auto 0; font-size: 16px;}

/*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_box .footer_nav{display: none;}
#footer .footer_line{display: none;}
#footer .footer_copy_con{width: 100%;}
#footer .footer_copy_con>img{margin: auto; height: 60px;}
#footer .footer_copy_con ul{margin-top: 30px;}
#footer .footer_copy_con ul>li img{max-width: 20px;}
#footer .footer_copy_box{width: 100%; padding: 0;}
#footer .footer_copy_box ul{justify-content: center;}
#footer .footer_copy_box ul>li{margin: 0 20px;}
#footer .footer_copy_box ul>li .img{width: 80px; height: 80px;}
#footer .footer_copy_box .box{text-align: center; margin-top: 20px;}
#footer .footer_top{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;}
}