@charset "utf-8";
/*CSS Common*/
body{margin: 0; padding: 0; font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; font-size: 14px; color: #333; text-align: center; background: #fff; line-height: 26px; margin-left: auto; margin-right: auto;}
a{color: #333; text-decoration: none; outline-style: none; outline-color: invert; outline-width: medium; -webkit-tap-highlight-color: transparent; transition: all 0.3s; -ms-transition: all 0.3s;}
a:link{text-decoration: none;}
a:hover{color: #f08200;}
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;}
.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;}
.scale img{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
.center{display: flex; justify-content: center; align-items: center;}
.center_vertical{display: flex; align-items: center;}
.center_horizontal{display: flex; justify-content: center;}
.row{display: flex; flex-direction: row; flex-wrap: wrap;}
.row_box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.column{display: flex; flex-direction: column; flex-wrap: wrap;}
.column_box{display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;}
.con{padding: 0 0 30px 0; display: flex; justify-content: space-between;}
.container{min-width: 1200px; width: 1200px; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{position: relative; width: 100%; margin: 0 auto; text-align: center; z-index: 9;}
#header .header_con{height: 100px;}
#header .lang{margin-left: 50px; font-size: 16px;}
#header .lang span{margin-right: 10px;}
#header .lang img{cursor: pointer;}
#header .lang_box{width: 100px; background: #fff; box-shadow: 0 1px 15px 1px rgba(0,0,0,0.1); border-radius: 5px; padding: 10px; position: absolute; top: 80px; right: 0; z-index: 10; display: none;}
#header .lang_box>a{font-size: 15px; display: block; line-height: 2;}

/*menu*/
.menu>ul>li{padding: 0 5px; text-align: center; position: relative; z-index: 9;}
.menu>ul>li:last-child{padding: 0;}
.menu>ul>li>a{height: 100px; line-height: 100px; display: block; font-size: 16px; padding: 0 20px; border-bottom: 3px solid transparent; box-sizing: border-box;}
.menu>ul>li>a:hover{color: #f08200;}
.menu>ul>li>a.on{border-color: #f08200;}
.menu>ul>li dl{width: 100%; position: absolute; left: 0; top: 90px; display: none;}
.menu>ul>li dl>dd{width: 100%; height: 30px; line-height: 30px; text-align: center;}

/*banner*/
.banner{height: calc(100vh - 100px);}
.banner .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-slide .desc{position: absolute; inset: 0; z-index: 2;}
.banner .swiper-slide .desc .box{text-align: center; margin-top: 130px; font-style: italic;}
.banner .swiper-slide .desc span{font-size: 54px; line-height: 1; font-weight: bold; background: linear-gradient(to right, #f18400, #fdd000, #038040); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; display: block; padding: 0 10px;}
.banner .swiper-slide .desc p{font-size: 16px; background: linear-gradient(to right, #f18400, #fdd000, #038040); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; margin-top: 15px; font-family: Arial; text-transform: uppercase; padding: 0 10px; display: inline-block;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; background: #fff; opacity: 1; width: 28px; height: 3px; border-radius: 0;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #f08200; height: 4px;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner .swiper-button-prev{left: 20px;}
.banner .swiper-button-next{right: 20px;}

/*banner_inside*/
.banner_inside{height: calc(76vh - 100px);}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-slide .desc{position: absolute; inset: 0; z-index: 2;}
.banner_inside .swiper-slide .desc .box{text-align: center; margin-top: 110px; font-style: italic;}
.banner_inside .swiper-slide .desc span{font-size: 48px; line-height: 1; font-weight: bold; background: linear-gradient(to right, #f18400, #fdd000, #038040); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; display: block; padding: 0 10px;}
.banner_inside .swiper-slide .desc p{font-size: 16px; background: linear-gradient(to right, #f18400, #fdd000, #038040); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; margin-top: 15px; font-family: Arial; text-transform: uppercase; padding: 0 10px; display: inline-block;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banbanner_insidener .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; background: #fff; opacity: 1; width: 28px; height: 3px; border-radius: 0;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #f08200; height: 4px;}
.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: 85px 0;}
#home_about .home_about_dh{width: 560px;}
#home_about .home_about_dh span{font-size: 24px; font-weight: bold; display: block;}
#home_about .home_about_dh i.ico{width: 36px; height: 4px; background-color: #f08200; transform: skewX(-30deg); display: block; margin: 12px 0;}
#home_about .home_about_dh em{font-size: 18px; font-weight: bold; display: block; margin-top: 16px;}
#home_about .home_about_dh .desc{margin-top: 20px; line-height: 2; font-size: 15px;}
#home_about .home_about_dh .more{width: 150px; height: 40px; line-height: 40px; background-color: #f08200; color: #fff; text-align: center; font-size: 15px; display: block; border-radius: 25px; margin-top: 40px;}
#home_about .home_about_dh .more>i{margin-left: 10px; font-size: 18px;}
#home_about .home_about_dh .more:hover{opacity: 0.8;}
#home_about .home_about_con{width: 590px;}
#home_about .home_about_con .img{width: 100%; height: 402px; overflow: hidden;}
#home_about .home_about_con img{width: 100%; height: 100%; object-fit: cover;}

/*home_formula*/
#home_formula{width: 100%; padding: 75px 0; background-repeat: no-repeat; background-position: center; background-size: cover;}
#home_formula .home_formula_dh{width: 390px; color: #fff;}
#home_formula .home_formula_dh span{font-size: 24px; font-weight: bold; display: block;}
#home_formula .home_formula_dh i.ico{width: 36px; height: 4px; background-color: #f08200; transform: skewX(-30deg); display: block; margin: 12px 0;}
#home_formula .home_formula_dh em{font-size: 15px; line-height: 2; display: block; margin-top: 16px;}
#home_formula .home_formula_dh .more{width: 150px; height: 40px; line-height: 40px; border: 1px solid #f08200; color: #f08200; text-align: center; font-size: 15px; display: block; border-radius: 25px; margin-top: 50px;}
#home_formula .home_formula_dh .more>i{margin-left: 10px; font-size: 18px;}
#home_formula .home_formula_dh .more:hover{opacity: 0.8;}
#home_formula .home_formula_con{width: 660px; background-color: #fff; border-radius: 10px; padding: 50px 30px; box-sizing: border-box;}
#home_formula .home_formula_con ul{gap: 50px 0; justify-content: center;}
#home_formula .home_formula_con ul>li{width: 200px;}
#home_formula .home_formula_con ul>li .img{width: 100%; height: 85px; overflow: hidden; margin: auto;}
#home_formula .home_formula_con ul>li .img img{max-width: 100%; max-height: 100%; object-fit: contain;}

/*home_pro*/
#home_pro{width: 100%; background-color: #f6f6f6; padding: 85px 0;}
#home_pro .home_pro_dh{text-align: center;}
#home_pro .home_pro_dh span{font-size: 24px; font-weight: bold; display: block;}
#home_pro .home_pro_dh i.ico{width: 36px; height: 4px; background-color: #f08200; transform: skewX(-30deg); display: block; margin: 12px auto;}
#home_pro .home_pro_dh em{font-size: 15px; line-height: 2; display: block; margin-top: 15px;}
#home_pro .home_pro_con{margin-top: 60px;}
#home_pro .home_pro_con ul>li{width: 382px; margin-left: 27px; position: relative;}
#home_pro .home_pro_con ul>li:nth-child(3n+1){margin-left: 0;}
#home_pro .home_pro_con ul>li .img{width: 382px; height: 495px; overflow: hidden;}
#home_pro .home_pro_con ul>li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_pro .home_pro_con ul>li img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
#home_pro .home_pro_con ul>li span{width: 382px; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); height: 60px; line-height: 60px; font-size: 16px; color: #fff; padding: 0 25px; box-sizing: border-box; position: absolute; bottom: 0; z-index: 2;}

/*home_partner*/
#home_partner{width: 100%; padding: 75px 0;}
#home_partner .home_partner_dh{text-align: center;}
#home_partner .home_partner_dh span{font-size: 24px; font-weight: bold; display: block;}
#home_partner .home_partner_dh i.ico{width: 36px; height: 4px; background-color: #f08200; transform: skewX(-30deg); display: block; margin: 12px auto;}
#home_partner .home_partner_dh .desc{width: 65%; font-size: 15px; line-height: 2; display: block; margin: 15px auto 0;}
#home_partner .home_partner_con{margin-top: 60px;}
#home_partner .home_partner_con ul>li{width: 18%;}
#home_partner .home_partner_con ul>li .img{width: 100%; height: 98px; overflow: hidden;}
#home_partner .home_partner_con ul>li .img img{max-width: 100%; max-height: 100%; object-fit: contain;}

/*left*/
#left{width: 100%; height: 80px; overflow: hidden;}
#left .left_dh>ul>li a{height: 80px; line-height: 80px; display: block; padding: 0 30px; margin: 0 15px; font-size: 16px; box-sizing: border-box; text-align: center; border-bottom: 2px solid transparent;}
#left .left_dh>ul>li a.on{border-color: #f08200;}
#left .left_dh>ul>li span{height: 80px; line-height: 80px; font-size: 16px; display: block;}

/*content*/
#right{width: 100%;}
#right .right_dh{border-bottom: 1px solid #ededed; box-sizing: border-box;}
#right .right_con{min-height: 200px; padding: 50px 0; font-size: 15px; line-height: 2;}
#right .right_box{clear: both; overflow: hidden;}
#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%;}

/*list_pro*/
ul.list_pro li{width: 235px; margin-left: 20px; margin-bottom: 20px;}
ul.list_pro li:nth-child(4n+1){margin-left: 0;}
ul.list_pro li .img{width: 235px; height: 180px; margin: 0 auto; overflow: hidden;}
ul.list_pro li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pro li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pro li span{display: block; padding-top: 10px;}

/*display*/
.dis_big{text-align: center;}
.dis_pic{box-sizing: border-box;}
.dis_pic img{max-width: 80%; margin: 0 auto;}
.dis_big .view{width: 100%; border: 1px solid #e6e6e6;}
.dis_big .view .swiper-container{width: 100%; height: 460px;}
.dis_big .view .swiper-slide{display: flex; justify-content: center; align-items: center;}
.dis_big .view .swiper-slide img{max-width: 100%; max-height: 100%;}
.dis_big .view .arrow-left{position:absolute; left: 10px; top: 50%; margin-top: -19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .view .arrow-right{position:absolute; right: 10px; top: 50%; margin-top:- 19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .preview{width: 100%; margin-top: 15px; position: relative;}
.dis_big .preview .swiper-container{width: 90%; height: 60px; margin: 0 auto;}
.dis_big .preview .swiper-slide{height: 60px; cursor: pointer; text-align: center;}
.dis_big .preview .swiper-slide>.img{height: 100%; margin: 0 6px; position: relative; border: 1px solid #e6e6e6; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
.dis_big .preview .swiper-slide>.img>img{max-width: 100%; max-height: 90%;}
.dis_big .preview .swiper-slide-thumb-active>.img{border-color: #f08200;}
.dis_big .preview .arrow-left{position: absolute; left: 0; top: 50%; margin-top: -30px; width: 12px; height: 60px; z-index: 10;}
.dis_big .preview .arrow-right{position: absolute; right: 0; top: 50%; margin-top: -30px; width: 12px; height: 60px; z-index: 10;}
.dis_big .preview i{font-size: 36px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.dis_name{padding: 10px 0;}
.dis_note{text-align: left; margin-top: 30px;}
.dis_note img{display: inline-block;}

/*list_share*/
ul.list_share li{width: 285px; margin-left: 20px; margin-bottom: 20px;}
ul.list_share li:nth-child(4n+1){margin-left: 0;}
ul.list_share li .img{width: 285px; height: 200px; margin: 0 auto; overflow: hidden;}
ul.list_share li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_share li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_share li span{display: block; padding-top: 15px; text-align: center;}

/*share_list*/
ul.share_list li{width: 380px; margin-left: 30px; margin-bottom: 30px;}
ul.share_list li:nth-child(3n+1){margin-left: 0;}
ul.share_list .img{width: 380px; height: 180px; margin: 0 auto; display: flex; align-items: center; justify-content: center; overflow: hidden;}
ul.share_list .img img{max-width: 80%; max-height: 80%; transition: all 0.5s; -ms-transition: all 0.5s;}
ul.share_list li:hover img{transform: scale(1.08); -webkit-transform: scale(1.08);}

/*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: #eee; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #fff;}

/*list_news*/
ul.list_news{margin-bottom: 40px;}
ul.list_news li{position: relative; height: 50px; line-height: 50px; border-bottom: 1px dotted #ededed;}

/*list_img_news*/
ul.list_img_news{margin-bottom: 50px;}
ul.list_img_news li{padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #ededed; overflow: hidden;}
ul.list_img_news li .img{width: 320px; height: 200px; overflow: hidden;}
ul.list_img_news li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_img_news li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_img_news li .desc{width: 840px;}
ul.list_img_news li span{font-size: 18px; margin: 10px 0; display: block; margin-top: 20px;}
ul.list_img_news li p{color: #666; line-height: 1.8;}
ul.list_img_news li em{display: block; color: #888; margin-top: 15px;}

/*list_pic_news*/
ul.list_pic_news li{width: 300px; margin: 0 8px; height: 260px;}
ul.list_pic_news li .img{width: 300px; height: 200px; overflow: hidden;}
ul.list_pic_news li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pic_news li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pic_news li span{display: block; padding-top: 10px;}

/*dis_news*/
#dis_news .news_title{font-weight: bold; font-size: 22px; text-align: center;}
#dis_news .news_date{color: #888; text-align: center; line-height: 2; padding-bottom: 10px;}
#dis_news .news_content{text-align: left; margin-top: 30px;}

/*dis_search*/
.dis_search{text-align: center;}
.dis_search select{width: 595px; height: 46px; line-height: 46px; border: 1px solid #e6e6e6; padding: 0 5px; box-sizing: border-box; font-size: 16px; margin-bottom: 10px; outline: none;}
.dis_search select:nth-child(1){width: 100%;}
.dis_search input{width: 595px; height: 46px; line-height: 46px; border: 1px solid #e6e6e6; padding: 0 10px; box-sizing: border-box; font-size: 16px;}
.dis_search button{width: 200px; height: 56px; line-height: 1; background-color: #f08200; color: #fff; font-size: 18px; text-align: center; border-radius: 5px; margin: 30px auto; border: 0; cursor: pointer; transition: all 0.3s;}
.dis_search button:hover{opacity: 0.8;}
.dis_search dl{margin: 20px auto 50px; border: 1px solid #e6e6e6; font-size: 16px;}
.dis_search dl>dd{border-bottom: 1px solid #e6e6e6; flex-wrap: nowrap;}
.dis_search dl>dd:first-child{background-color: #f08200; font-weight: bold; color: #fff;}
.dis_search dl>dd:last-child{border-bottom: 0;}
.dis_search dl>dd span{width: 260px; min-height: 46px; line-height: 1.6; border-left: 1px solid #e6e6e6; padding: 0 5px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
.dis_search dl>dd span:first-child{border-left: 0;}
.dis_search dl>dd span:last-child{width: 160px;}
.dis_search dl>dd:first-child span{border-color: rgba(255,255,255,0.2);}
.dis_search dl>dd a{color: #f08200;}

/*dis_formula*/
.dis_formula{text-align: center; margin-top: 10px;}
.dis_formula>form{width: 800px; height: 46px; line-height: 46px; border: 1px solid #e6e6e6; box-sizing: border-box; border-radius: 25px; margin: auto; position: relative;}
.dis_formula>form input{width: 680px; line-height: 36px; font-size: 15px; background: none; border: 0; padding: 0 20px; box-sizing: border-box;}
.dis_formula>form button{width: 120px; height: 46px; line-height: 1; border-radius: 0 25px 25px 0; background: #f08200; border: 1px solid #f08200; color: #fff; font-size: 16px; cursor: pointer; position: absolute; top: -1px; right: -1px; transition: all 0.3s;}
.dis_formula>form button:hover{opacity: 0.8;}
.dis_formula>.ico{width: 100%; height: 46px; line-height: 46px; text-align: center; background-color: #f08200; margin-top: 60px; color: #fff; font-size: 15px; display: block; cursor: pointer; transition: all 0.3s;}
.dis_formula>.ico:hover{opacity: 0.8;}
.dis_formula>.ico>i{font-size: 18px; margin-left: 10px;}
.dis_formula>ul{border: 1px solid #e6e6e6; margin-top: 20px; display: none;}
.dis_formula>ul>li{border-bottom: 1px solid #e6e6e6; line-height: 1.6;}
.dis_formula>ul>li:first-child{background-color: #f6f6f6;}
.dis_formula>ul>li:first-child span{font-weight: bold;}
.dis_formula>ul>li:first-child span:last-child{text-align: center;}
.dis_formula>ul>li:last-child{border-bottom: 0;}
.dis_formula>ul>li span{width: 150px; display: block; padding: 12px 20px; box-sizing: border-box;}
.dis_formula>ul>li span:last-child{width: 1050px; border-left: 1px solid #e6e6e6; text-align: left;}
.dis_formula>ul>li span>a{margin-right: 10px; white-space: nowrap;}
.dis_formula>ul>li span>a.on{color: #f08200;}
.dis_formula>.desc{text-align: left; margin: 30px 0; display: block;}
.dis_formula>dl>dd{width: 285px; margin-left: 20px; margin-bottom: 20px;}
.dis_formula>dl>dd:nth-child(4n+1){margin-left: 0;}
.dis_formula>dl>dd .img{width: 285px; height: 190px; border: 1px solid #ededed; overflow: hidden;}
.dis_formula>dl>dd .img img{max-width: 100%; max-height: 100%; object-fit: contain;}
.dis_formula>dl>dd span{display: block; margin-top: 10px;}

/*dis_formula*/
.dis_table{text-align: center; font-size: 15px;}
.dis_table ul{border: 1px solid #e6e6e6;}
.dis_table ul>li{border-bottom: 1px solid #e6e6e6; align-items: normal;}
.dis_table ul>li:last-child{border-bottom: 0;}
.dis_table ul>li:nth-child(1){width: 100%; height: 46px; line-height: 46px; text-align: center; background-color: #f08200; color: #fff; border-bottom: 0;}
.dis_table ul>li span{width: 250px; min-height: 46px; border-left: 1px solid #e6e6e6; line-height: 1.6; padding: 0 20px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
.dis_table ul>li span:nth-child(1){border-left: 0;}
.dis_table ul>li span:nth-child(2n){width: 350px; justify-content: flex-start;}
.dis_table ul>li:last-child span:last-child{width: 950px; text-align: left; padding: 10px 20px;}
.dis_table .img{max-width: 600px; margin: 30px auto;}
.dis_table .img img{max-width: 100%; max-height: 100%; object-fit: contain;}
.dis_table dl{border: 1px solid #e6e6e6;}
.dis_table dl>dd{border-bottom: 1px solid #e6e6e6; align-items: normal;}
.dis_table dl>dd:last-child{border-bottom: 0;}
.dis_table dl>dd:nth-child(1){width: 100%; height: 46px; line-height: 46px; text-align: center; background-color: #f08200; color: #fff; border-bottom: 0;}
.dis_table dl>dd:nth-child(2) span:last-child{width: 960px; justify-content: flex-start;}
.dis_table dl>dd span{width: 240px; min-height: 46px; border-left: 1px solid #e6e6e6; line-height: 1.6; padding: 0 20px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
.dis_table dl>dd span:nth-child(1){border-left: 0;}
.dis_table dl>dd input{width: 160px; height: 36px; border: 1px solid #e6e6e6; border-radius: 5px; padding: 0 10px; box-sizing: border-box;}
.dis_table dl>dd button{width: 80px; height: 36px; line-height: 1; background-color: #f08200; border-radius: 5px; color: #fff; border: 0; cursor: pointer; margin: 0 30px 0 10px; font-size: 15px;}

/*page*/
.page{text-align: center; line-height: 30px; min-height: 30px; clear: both; margin-top: 30px;}
/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 30px; text-align: center;}
.pages .pages_m_box{display: none;}
.pages a{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 3px;}
.pages a:hover,.pages a.active{background: #f08200; color: #fff; border-color: #f08200;}
.pages span{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 3px; cursor: pointer;}
.pages span:hover,.pages span.active{background: #f08200; color: #fff; border-color: #f08200;}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 400px; border: 1px solid #ccc;}
.map img{max-width: inherit !important;}
.shadow,.pop,.anchorBL{display: none;}

/*form*/
.form{margin: 0 auto; width: 100%;}
.form .form-group{margin-bottom: 10px;}
.form .form-group{margin-bottom: 15px; display: flex; align-items: center;}
.form .form-group>em{width: 96px; display: inline-block;}
.form .form-group:nth-last-child(6){align-items: flex-start;}
.form .form-group input[type="text"]{width: 300px; height: 42px; border: 1px solid #e6e6e6; box-sizing: border-box; outline: none; text-indent: 10px; transition: all .6s;}
.form .form-group input[type="text"]:focus{border-color: #f08200;}
.form .form-group input.code{width: 80px;}
.form .form-group img{display: inline-block; margin-left: 10px;}
.form .form-group>textarea{width: 560px; height: 160px; border: 1px solid #e6e6e6; box-sizing: border-box; padding: 10px; transition: all .6s;}
.form .form-group>textarea:focus{border-color: #f08200;}
.form .form-group>.box{margin: 0 auto; text-align: center; margin-top: 20px;}
.form .form-group>.box>input{width: 100px; background: #f6f6f6; height: 42px; font-size: 15px; color: #333; border: 0; cursor: pointer; margin: 0 5px;}
.form .form-group>.box>input:hover{background: #f08200; color: #fff;}

/*float*/
.float{width: 50px; position: fixed; right: 0; bottom: 150px; background: #e2e4e3; padding: 10px 0; border-radius: 5px 0 0 5px; z-index: 99;}
.float li{margin: 20px 0; position: relative;}
.float em{display: block; width: 80%; margin: 0 auto; text-align: center; line-height: 1.2; padding-top: 10%;}
.float .note{background: #fff; width: 135px; position: absolute; right: 50px; color: #222; padding: 15px 0 10px 0; text-align: left; padding-left: 10px; line-height: 1.5; font-size: 18px; box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2);-webkit-box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2); display: none;}
.float .note img{width: 120px; height: 120px;}

/*nav*/
#footer_nav{background: #202020;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 70px 0 90px 0;}
#footer_nav .footer_nav_con a{color: #fff;}
#footer_nav .footer_nav_con a:hover{color: #fff;}
#footer_nav .footer_nav_con .list_box{width: 100%; color: #fff; line-height: 2;}
#footer_nav .footer_nav_con .list>span{font-size: 18px; font-weight: bold; display: block; text-transform: uppercase; margin-bottom: 18px;}
#footer_nav .footer_nav_con .contact{width: 360px; text-align: right;}
#footer_nav .footer_nav_con .contact>span{font-size: 18px; font-weight: bold; display: block; text-transform: uppercase; margin-bottom: 15px;}
#footer_nav .footer_nav_con .contact .qcode{justify-content: flex-end;}
#footer_nav .footer_nav_con .contact .qcode img{width: 84px; height: auto; margin-left: 25px;}
#footer_nav .footer_nav_con .contact .desc{margin-top: 10px; line-height: 1.8;}

/*footer*/
#footer{padding: 30px 0; background: #202020; color: #fff; border-top: 1px solid rgba(255,255,255,.1);}
#footer a{color: #fff;}
#footer a:hover{color: #fff;}
#footer .footer_con{margin: 0 auto; text-align: center;}
#footer .footer_copy{text-align: center; padding: 15px 0;}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none;}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px;}

/*media*/
@media (min-width: 769px){
.header{display: none;}
}

/*public*/
@media screen and (max-width: 768px){
html,body{overflow: auto; overflow-x: hidden;}
#header{display: none;}
.container{min-width: 94%; width: 94%;}
.con{padding: 0 0 30px 0;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; z-index: 999;}
.header .logo img{height: 36px;}
.header .nav{width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 60px; border-top: 1px solid #f0f0f0; overflow-y: scroll; display: none;}
.header .nav ul li>a{display: block; font-size: 15px; color: #454545; line-height: 16px; text-align: left; padding: 14px 20px; border-bottom: 1px solid #f0f0f0;}
.header .nav ul li>a:hover{background: #f08200; color: #fff;}
.header .nav ul li .lang{margin-top: 20px;}
.header .nav ul li .lang>a{padding: 0 10px; font-size: 15px;}
.header .header_icon{position: fixed; top: 0; right: 0; height: 60px; width: 50px; overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent;}
.header .header_icon span,.header .header_icon span::after,.header .header_icon span::before{position: absolute; background-color: #f08200; 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: 260px;}
.banner .swiper-slide{background-size: cover;}
.banner .swiper-slide .desc .box{margin-top: 30px;}
.banner .swiper-slide .desc span{font-size: 18px;}
.banner .swiper-slide .desc p{width: 60%; font-size: 12px; line-height: 1.4; margin-top: 5px;}
.banner .swiper-pagination{bottom: 5px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 20px; height: 2px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{height: 3px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}

/*banner_inside*/
.banner_inside{height: 200px;}
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-slide .desc .box{margin-top: 30px;}
.banner_inside .swiper-slide .desc span{font-size: 18px;}
.banner_inside .swiper-slide .desc p{width: 60%; font-size: 12px; line-height: 1.4; margin-top: 5px;}
.banner_inside .swiper-pagination{bottom: 5px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 20px; height: 2px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet-active{height: 3px;}
.banner_inside .swiper-button-prev{left: 10px;}
.banner_inside .swiper-button-next{right: 10px;}

/*home*/
#home_about{padding: 35px 0;}
#home_about .home_about_dh{width: 100%;}
#home_about .home_about_dh span{font-size: 18px;}
#home_about .home_about_dh i.ico{width: 26px; height: 3px; margin: 10px 0;}
#home_about .home_about_dh em{font-size: 15px; margin-top: 12px;}
#home_about .home_about_dh .desc{margin-top: 10px;}
#home_about .home_about_dh .more{width: 120px; height: 36px; line-height: 36px; margin-top: 20px; font-size: 15px;}
#home_about .home_about_con{width: 100%; margin-top: 30px;}
#home_about .home_about_con .img{height: auto;}

#home_formula{padding: 35px 0; background-position: 40% center;}
#home_formula .home_formula_dh{width: 100%;}
#home_formula .home_formula_dh span{font-size: 18px;}
#home_formula .home_formula_dh i.ico{width: 26px; height: 3px; margin: 10px 0;}
#home_formula .home_formula_dh em{font-size: 15px; margin-top: 12px; line-height: 1.8;}
#home_formula .home_formula_dh .more{width: 120px; height: 36px; line-height: 36px; margin-top: 20px; font-size: 15px;}
#home_formula .home_formula_con{width: 100%; margin-top: 30px; padding: 25px 15px;}
#home_formula .home_formula_con ul{gap: 4% 0;}
#home_formula .home_formula_con ul>li{width: calc(100% / 3);}
#home_formula .home_formula_con ul>li .img{height: 60px;}
#home_formula .home_formula_con ul>li .img img{max-height: 70%;}

#home_pro{padding: 35px 0;}
#home_pro .home_pro_dh{width: 100%;}
#home_pro .home_pro_dh span{font-size: 18px;}
#home_pro .home_pro_dh i.ico{width: 26px; height: 3px; margin: 10px auto;}
#home_pro .home_pro_dh em{font-size: 15px; margin-top: 12px; line-height: 1.8;}
#home_pro .home_pro_con{margin-top: 30px;}
#home_pro .home_pro_con ul{white-space: nowrap; overflow-x: auto; display: block; font-size: 0;}
#home_pro .home_pro_con ul>li{width: 48.5%; margin-left: 0; margin-right: 3%; display: inline-block;}
#home_pro .home_pro_con ul>li:last-child{margin-right: 0;}
#home_pro .home_pro_con ul>li .img{width: 100%; height: 260px;}
#home_pro .home_pro_con ul>li span{width: 100%; height: 48px; line-height: 48px; font-size: 15px; padding: 0 15px;}

#home_partner{padding: 35px 0;}
#home_partner .home_partner_dh{width: 100%;}
#home_partner .home_partner_dh span{font-size: 18px;}
#home_partner .home_partner_dh i.ico{width: 26px; height: 3px; margin: 10px auto;}
#home_partner .home_partner_dh .desc{width: 100%; font-size: 15px; margin-top: 12px; line-height: 1.8;}
#home_partner .home_partner_con{margin-top: 30px;}
#home_partner .home_partner_con ul>li{width: calc(100% / 3);}
#home_partner .home_partner_con ul>li .img{height: 72px;}
#home_partner .home_partner_con ul>li .img img{max-width: 60%; max-height: 80%;}

/*content*/
/*right*/
#right{width: 100%;}
#right .right_dh{font-size: 15px;}
#right .right_con{min-height: 320px; padding: 20px 0 0 0;}
#right .right_con img{max-width: 100%; padding: 0 !important;}
#right .right_con iframe{max-width: 100%; height: auto;}
#right .right_con video{max-width: 100%; height: auto;}
#right .right_con table{width: 100% !important;}
#right .right_icon{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin-right: 2px; position: relative;}
#right .right_icon span{width: 5px; height: 5px; border-radius: 50%; background: #222; display: block;}
#right .right_icon span::before{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; left: 0;}
#right .right_icon span::after{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; right: 0;}

/*left*/
#left{height: 46px;}
#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;}
#left .left_dh>ul>li span{height: 46px; line-height: 46px; font-size: 15px; padding: 0 10px;}
.mask{position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); display: none;}

/*list_pro*/
ul.list_pro li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pro li:nth-child(2n+1){margin-left: 0;}
ul.list_pro li .img{width: 100%; height: 120px;}
ul.list_pro li span{padding-top: 5px;}

/*display*/
.dis_note{margin-top: 20px;}
.dis_big .view .swiper-container{height: auto;}
.dis_big .preview .swiper-container{height: auto;}
.dis_big .preview .swiper-slide{height: auto;}
.dis_big .preview .swiper-slide>.img{height: 50px;}
.dis_big .preview .arrow-left{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview .arrow-right{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview i{font-size: 26px;}
.dis_name{font-size: 15px;}

/*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(3n+1){margin-left: 4%;}
ul.share_list li:nth-child(2n+1){margin-left: 0;}
ul.share_list li .img{width: 100%; height: 60px;}
ul.share_list li span{padding-top: 5px;}

/*list_news*/
ul.list_news{margin-bottom: 20px; margin-top: -10px;}
ul.list_news li{width: 100%; height: 40px; line-height: 40px;}
ul.list_news li span{width: calc(100% - 96px);}

/*list_img_news*/
ul.list_img_news{margin-bottom: 20px;}
ul.list_img_news li{width: 100%; padding-bottom: 25px; margin-bottom: 25px;}
ul.list_img_news li .img{width: 40%; height: 110px;}
ul.list_img_news li .desc{width: 56%; padding-left: 0;}
ul.list_img_news li span{font-size: 15px; margin: 0; line-height: 1.6;}
ul.list_img_news li p{font-size: 14px; margin-top: 5px; line-height: 1.6;}
ul.list_img_news li em{margin-top: 5px;}

/*list_pic_news*/
ul.list_pic_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pic_news li:nth-child(2n+1){margin-left: 0;}
ul.list_pic_news li .img{width: 100%; height: 120px;}
ul.list_pic_news li span{font-size: 15px;}
ul.list_pic_news li p{padding-top: 5px;}

/*dis_news*/
#dis_news{width: 100%;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 15px; line-height: 1.6;}
#dis_news .news_content{margin-top: 0;}

/*dis_search*/
.dis_search select{height: 40px; line-height: 40px; font-size: 14px;}
.dis_search input{height: 40px; line-height: 40px; font-size: 14px; margin-bottom: 10px;}
.dis_search button{width: 150px; height: 42px; margin: 10px auto; font-size: 16px;}
.dis_search dl{font-size: 15px; margin: 20px auto;}

/*dis_formula*/
.dis_formula{margin-top: 0;}
.dis_formula>form{width: 100%; height: 40px;}
.dis_formula>form button{width: 100px; height: 40px;}
.dis_formula>.ico{margin-top: 20px; height: 40px; line-height: 40px;}
.dis_formula>ul{margin-top: 15px;}
.dis_formula>ul>li span{width: 25%; font-size: 14px; padding: 5px 10px;}
.dis_formula>ul>li span:last-child{width: 75%;}
.dis_formula>.desc{margin: 15px 0;}
.dis_formula>dl>dd{width: 48%; margin-left: 4%; margin-bottom: 4%;}
.dis_formula>dl>dd:nth-child(2n+1){margin-left: 0;}
.dis_formula>dl>dd .img{width: 100%; height: 120px;}
.dis_formula>dl>dd span{margin-top: 5px;}

/*dis_table*/
.dis_table ul>li{flex-wrap: wrap; font-size: 14px;}
.dis_table ul>li:nth-child(1){height: 40px; line-height: 40px;}
.dis_table ul>li span{width: 35%; min-height: 40px; border-bottom: 1px solid #e6e6e6; padding: 0 10px;}
.dis_table ul>li span:nth-child(2n){width: 65%;}
.dis_table ul>li span:nth-last-child(-n+2){border-bottom: 0;}
.dis_table ul>li span:nth-child(3){border-left: 0;}
.dis_table ul>li:nth-child(1) span{border-bottom: 0;}
.dis_table ul>li:last-child span:last-child{width: 65%; padding: 10px;}
.dis_table .img{max-width: 100%; margin: 20px auto;}
.dis_table dl{font-size: 14px;}
.dis_table dl>dd:nth-child(1){height: 40px; line-height: 40px;}
.dis_table dl>dd:nth-child(1) span{width: 50%;}
.dis_table dl>dd span{width: 20%; padding: 0 5px; min-height: 40px;}
.dis_table dl>dd:nth-child(2) span:last-child{width: 80%;}
.dis_table dl>dd input{width: 100px; height: 30px;}
.dis_table dl>dd button{width: 60px; height: 30px; font-size: 14px; margin: 0 10px 0 5px;}




/*form*/
.form{width: 100%;}
.form .form-group{display: block;}
.form .form-group>em{width: 100%;}
.form .form-group>input[type="text"]{width: 100%;}
.form .form-group>textarea{width: 100%;}
.form .form-group>input.code{width: 70px;}
.form .form-group>.box{margin-top: 30px;}
.form input[type="submit"],input[type="reset"]{width: 40%;}

/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 10px; text-align: center;}
.pages .pages_box{display: none;}
.pages .pages_m_box{display: flex; justify-content: space-between;}
.pages .pages_m_box a{margin: 0;}
.pages a{padding: 0 8px;}
.pages span{padding: 0 8px; margin: 0;}
.pages .p_page{border: 0;}

/*float*/
.float{display: none;}

/*nav*/
#footer_nav{display: none;}

/*footer*/
#footer{padding: 15px 0;}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center;}
#footer .footer_copy{margin: 0 auto; width: 94%; padding: 15px 0;}
}