@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: 30px; 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: #ce1e18;}
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: row; flex-wrap: wrap; justify-content: space-between;}
.content{background-color: #f6f6f6; padding-bottom: 40px;}
.con{margin-top: 15px; display: flex; justify-content: space-between; background-color: #fff; padding: 20px 20px 30px 20px;}
.container{min-width: 1350px; width: 1350px; 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_box{height: 40px; background-color: #333; color: rgba(255,255,255,.5);}
#header .header_box a{color: rgba(255,255,255,.4); padding: 0 5px;}
#header .header_box a:hover{color: #fff;}
#header .header_box .list_item:nth-child(1){margin: 0 18px;}
#header .header_box .list_item:nth-child(1)::after{content: ''; height: 13px; width: 1px; background-color: rgba(255,255,255,.5); display: block; margin-left: 13px;}
#header .header_box .list_item>em{color: #fff;}
#header .header_con{height: 86px;}

/*menu*/
.menu>ul>li{padding: 0 12px; text-align: center; position: relative; z-index: 9;}
.menu>ul>li>a{display: block; line-height: 48px; font-size: 17px; padding: 0 8px; border-bottom: 3px solid transparent;}
.menu>ul>li>a:hover{color: #ce1e18;}
.menu>ul>li>a.on{color: #ce1e18; border-color: #ce1e18;}
.menu>ul>li:last-child{padding-right: 0;}
.menu>ul>li.box{display: flex; align-items: center;}
.menu>ul>li.box>a{height: 36px; line-height: 36px; padding: 0 15px; font-size: 16px; background-color: #ce1e18; border-radius: 30px; color: #fff; text-align: center; border-bottom: 0;}
.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: 522px;}
.banner .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner .search{width: 660px; background-color: #fff; border-radius: 5px;}
.banner .search .select{width: 115px; line-height: 50px; position: relative; border-right: 1px solid #e6e6e6; box-sizing: border-box;}
.banner .search .select>span{cursor: pointer;}
.banner .search .select>span>i{margin-left: 10px; font-size: 20px;}
.banner .search .select>ul{position: absolute; width: 100%; top: 35px; left: 0; right: 0; background-color: #fff; z-index: 2; border-radius: 0 0 5px 5px; display: none;}
.banner .search .select>ul>li{line-height: 1; text-align: left; padding-left: 15px; margin: 20px 0; cursor: pointer;}
.banner .search .select>ul>li:hover>em{color: #ce1e18;}
.banner .search input[type="text"]{width: 420px; height: 50px; padding: 0 20px; box-sizing: border-box; border: 0; font-size: 15px;}
.banner .search button{width: 125px; height: 50px; border: 0; background-color: #ce1e18; color: #fff; font-size: 20px; cursor: pointer; border-radius: 0 5px 5px 0;}
.banner .search button>em{margin-left: 10px;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination-bullet{margin: 0 5px !important;}
.banner .swiper-pagination-bullet{background: #fff; opacity: 1; width: 10px; height: 10px;}
.banner .swiper-pagination-bullet-active{background: #ce1e18;}
.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: 380px;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banner_inside .swiper-pagination-bullet{margin: 0 5px !important;}
.banner_inside .swiper-pagination-bullet{background: #fff; opacity: 1; width: 10px; height: 10px;}
.banner_inside .swiper-pagination-bullet-active{background: #ce1e18;}
.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_notice*/
#home_notice{width: 100%; margin-top: -24px; position: relative; z-index: 9;}
#home_notice .home_notice_box{background: url(../images/banner_ico.png) no-repeat top center; height: 24px;}
#home_notice .home_notice_con{background-color: #f4f4f4; padding: 25px 0 70px 0; font-size: 16px;}
#home_notice .home_notice_con .l{width: 708px; height: 355px;}
#home_notice .home_notice_con .swiper-wrapper{width: 708px; height: 355px; padding-bottom: 40px;}
#home_notice .home_notice_con .swiper-slide{width: 100%; height: 100%; overflow: hidden; position: relative;}
#home_notice .home_notice_con .swiper-slide>img{width: 100%; height: 100%; object-fit: cover;}
#home_notice .home_notice_con .swiper-slide>p{position: absolute; bottom: 0; width: 100%; height: 42px; background-color: rgba(0,0,0,.5); line-height: 42px; padding: 0 20px; color: #fff; box-sizing: border-box;}
#home_notice .home_notice_con .swiper-slide>p>span{width: 540px;}
#home_notice .home_notice_con .swiper-pagination-bullet{width: 52px; height: 2px; background-color: #666; border: 0; opacity: 0.3;}
#home_notice .home_notice_con .swiper-pagination-bullet-active{background-color: #ce1e18; opacity: 1;}
#home_notice .home_notice_con .r{width: 600px;}
#home_notice .home_notice_con .r .dh{border-bottom: 1px solid #dbdbdb; line-height: 60px;}
#home_notice .home_notice_con .r .dh>span{font-size: 24px; font-weight: bold; color: #ce1e18; display: inline-block; border-bottom: 3px solid #ce1e18; padding: 0 5px; box-sizing: border-box;}
#home_notice .home_notice_con .r .dh>a{color: #808080;}
#home_notice .home_notice_con .r .dh>a:hover{color: #ce1e18;}
#home_notice .home_notice_con .r ul{padding-top: 15px;}
#home_notice .home_notice_con .r ul>li{line-height: 2.9;}
#home_notice .home_notice_con .r ul>li span{width: 470px;}
#home_notice .home_notice_con .r ul>li em{color: #808080;}

/*home_news*/
#home_news{width: 100%; padding: 30px 0 50px 0;}
#home_news .home_news_con .dh{border-bottom: 1px solid #e5e5e5; line-height: 60px;}
#home_news .home_news_con .dh>dl>dd>a{font-size: 24px; font-weight: bold; color: #202020; display: inline-block; border-bottom: 3px solid transparent; padding: 0 5px; box-sizing: border-box; cursor: pointer; margin-right: 25px;}
#home_news .home_news_con .dh>dl>dd.on>a{color: #ce1e18; border-bottom-color: #ce1e18;}
#home_news .home_news_con .dh>a{color: #808080;}
#home_news .home_news_con .dh>a:hover{color: #ce1e18;}
#home_news .home_news_con .l{width: 650px;}
#home_news .home_news_con .r{width: 650px;}
#home_news .home_news_con ul{padding-top: 15px;}
#home_news .home_news_con ul>li{line-height: 2.9; font-size: 16px;}
#home_news .home_news_con ul>li span{width: 470px; display: flex; align-items: center;}
#home_news .home_news_con ul>li span>i{width: 6px; height: 6px; background-color: #a1a1a1; display: inline-block; margin-right: 10px;}
#home_news .home_news_con ul>li span>p{width: 450px;}
#home_news .home_news_con ul>li em{color: #808080;}

/*home_policy*/
#home_policy{width: 100%; padding: 40px 0 50px 0;}
#home_policy .home_policy_con .dh{border-bottom: 1px solid #e5e5e5; line-height: 60px;}
#home_policy .home_policy_con .dh>dl>dd>a{font-size: 24px; font-weight: bold; color: #202020; display: inline-block; border-bottom: 3px solid transparent; padding: 0 5px; box-sizing: border-box; cursor: pointer; margin-right: 25px;}
#home_policy .home_policy_con .dh>dl>dd.on>a{color: #ce1e18; border-bottom-color: #ce1e18;}
#home_policy .home_policy_con .dh>span{font-size: 24px; font-weight: bold; color: #202020; display: inline-block; border-bottom: 3px solid #ce1e18; padding: 0 5px; box-sizing: border-box;}
#home_policy .home_policy_con .dh>a{color: #808080;}
#home_policy .home_policy_con .dh>a:hover{color: #ce1e18;}
#home_policy .home_policy_con .l{width: 650px;}
#home_policy .home_policy_con .r{width: 650px;}
#home_policy .home_policy_con ul{padding-top: 15px;}
#home_policy .home_policy_con ul>li{line-height: 2.9; font-size: 16px;}
#home_policy .home_policy_con ul>li span{width: 470px; display: flex; align-items: center;}
#home_policy .home_policy_con ul>li span>i{width: 6px; height: 6px; background-color: #a1a1a1; display: inline-block; margin-right: 10px;}
#home_policy .home_policy_con ul>li span>p{width: 450px;}
#home_policy .home_policy_con ul>li em{color: #808080;}

/*home_advertise*/
#home_advertise{width: 100%;}
#home_advertise .home_advertise_con{height: 281px; background-position: center; background-repeat: no-repeat; background-size: cover;}

/*home_enterprise*/
#home_enterprise{width: 100%; background-color: #f4f4f4; padding: 40px 0 50px 0;}
#home_enterprise .home_enterprise_con{font-size: 16px;}
#home_enterprise .home_enterprise_con .dh{border-bottom: 1px solid #dbdbdb; line-height: 60px;}
#home_enterprise .home_enterprise_con .dh>span{font-size: 24px; font-weight: bold; color: #202020; display: inline-block; border-bottom: 3px solid #ce1e18; padding: 0 5px; box-sizing: border-box;}
#home_enterprise .home_enterprise_con .dh>a{color: #808080;}
#home_enterprise .home_enterprise_con .dh>a:hover{color: #ce1e18;}
#home_enterprise .home_enterprise_con ul{margin-top: 32px;}
#home_enterprise .home_enterprise_con ul>li{width: 321px; height: 54px; line-height: 54px; background-color: #fff; text-align: center; margin-left: 22px; margin-bottom: 22px;}
#home_enterprise .home_enterprise_con ul>li:nth-child(4n+1){margin-left: 0;}
#home_enterprise .home_enterprise_con ul>li:hover>a{color: #fff; display: block; background-color: #ce1e18;}
#home_enterprise .home_enterprise_con ul>li span{display: block;}

/*home_park*/
#home_park{width: 100%; padding: 40px 0 50px 0;}
#home_park .home_park_con{font-size: 16px;}
#home_park .home_park_con .dh{border-bottom: 1px solid #e5e5e5; line-height: 60px;}
#home_park .home_park_con .dh>span{font-size: 24px; font-weight: bold; color: #202020; display: inline-block; border-bottom: 3px solid #ce1e18; padding: 0 5px; box-sizing: border-box;}
#home_park .home_park_con .dh>a{color: #808080;}
#home_park .home_park_con .dh>a:hover{color: #ce1e18;}
#home_park .home_park_con ul{margin-top: 32px;}
#home_park .home_park_con ul>li{width: 324px; margin-left: 18px; margin-bottom: 18px;}
#home_park .home_park_con ul>li:nth-child(4n+1){margin-left: 0;}
#home_park .home_park_con ul>li .img{width: 324px; height: 246px; margin: 0 auto; overflow: hidden;}
#home_park .home_park_con ul>li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_park .home_park_con ul>li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
#home_park .home_park_con ul>li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_park .home_park_con ul>li span{display: block; background-color: #f6f6f6; height: 70px; line-height: 70px; text-align: center; transition: all 0.6s; -ms-transition: all 0.6s; padding: 0 15px;}
#home_park .home_park_con ul>li:hover span{background-color: #ce1e18; color: #fff;}

/*home_recruit*/
#home_recruit{width: 100%; padding: 0 0 60px 0;}
#home_recruit .home_recruit_con .dh{border-bottom: 1px solid #e5e5e5; line-height: 60px;}
#home_recruit .home_recruit_con .dh>dl>dd>a{font-size: 24px; font-weight: bold; color: #202020; display: inline-block; border-bottom: 3px solid transparent; padding: 0 5px; box-sizing: border-box; cursor: pointer; margin-right: 25px;}
#home_recruit .home_recruit_con .dh>dl>dd.on>a{color: #ce1e18; border-bottom-color: #ce1e18;}
#home_recruit .home_recruit_con .dh>span{font-size: 24px; font-weight: bold; color: #202020; display: inline-block; border-bottom: 3px solid #ce1e18; padding: 0 5px; box-sizing: border-box;}
#home_recruit .home_recruit_con .dh>a{color: #808080;}
#home_recruit .home_recruit_con .dh>a:hover{color: #ce1e18;}
#home_recruit .home_recruit_con .l{width: 780px;}
#home_recruit .home_recruit_con .l ul{padding-top: 15px;}
#home_recruit .home_recruit_con .l ul>li{line-height: 2.9; font-size: 16px;}
#home_recruit .home_recruit_con .l ul>li span{width: 470px; display: flex; align-items: center;}
#home_recruit .home_recruit_con .l ul>li span>i{width: 6px; height: 6px; background-color: #a1a1a1; display: inline-block; margin-right: 10px;}
#home_recruit .home_recruit_con .l ul>li span>p{width: 450px;}
#home_recruit .home_recruit_con .l ul>li em{color: #808080;}
#home_recruit .home_recruit_con .r{width: 520px;}
#home_recruit .home_recruit_con .r ul{padding-top: 30px;}
#home_recruit .home_recruit_con .r ul>li{width: 250px; height: 68px; line-height: 68px; font-size: 18px; border: 1px solid #e5e5e5; margin-bottom: 20px; box-sizing: border-box;}
#home_recruit .home_recruit_con .r ul>li:hover{border-color: #ce1e18;}
#home_recruit .home_recruit_con .r ul>li>a{color: #202020;}
#home_recruit .home_recruit_con .r ul>li>a>img{padding-right: 18px;}

/*local*/
.local{padding-top: 15px;}

/*left*/
#left{width: 260px;}
#left .left_top{height: 68px; line-height: 68px; background: #ce1e18; padding-left: 20px; font-size: 24px; color: #fff; font-weight: bold;} 
#left .left_dh{border: solid 1px #e9e9e9; border-top: none; box-shadow: 0 3px 12px 3px rgba(0,0,0,.05); margin-top: 2px;}
#left .left_dh>ul>li a{height: 52px; line-height: 52px; display: block; padding-left: 20px; background: #fff; border-bottom: solid 1px #eee; font-size: 16px; border-left: 3px solid transparent;}
#left .left_dh>ul>li a:hover{color: #ce1e18;}
#left .left_dh>ul>li a.on{background: #f4f4f4; border-left-color: #ce1e18;}
#left .left_dh>ul>li:last-child a{border-bottom: 0;}

/*content*/
#right{width: 1020px;}
#right .right_con{min-height: 200px; font-size: 16px; line-height: 2.2; padding: 0 0 20px;}
#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%;}

/*login*/
.login{padding: 30px 0 20px 0;}
.login .form_box{width: 500px; background: #fff; padding: 40px 30px 20px 30px; box-sizing: border-box; text-align: center; margin: 0 auto; border: 1px solid #e6e6e6;}
.login .form_box>span{font-size: 26px; display: block; line-height: 1; font-weight: bold;}
.login .form_box>form{margin-top: 20px;}
.login .form_box>form .form-group{text-align: left; margin-bottom: 20px; position: relative;}
.login .form_box>form .form-group>span{display: block;}
.login .form_box>form .form-group>input{width: 100%; height: 40px; line-height: 40px; border: 1px solid #e6e6e6; margin-top: 10px; text-indent: 15px; box-sizing: border-box;}
.login .form_box>form .form-group>input:focus{border-color: #ce1e18;}
.login .form_box>form .form-group>em>a{color: #ce1e18;}
.login .form_box>form .form-group:nth-child(3){display: flex; justify-content: flex-end;}
.login .form_box>form .form-group button{width: 176px; height: 46px; line-height: 46px; text-align: center; color: #fff; font-size: 16px; background-color: #ce1e18; display: block; margin: 0 auto; border: 0; cursor: pointer; margin-top: 30px; border-radius: 3px;}
.login .form_box>form .form-group button:hover{background-color: #d81f19;}
.login .form_box>form .form-group a{cursor: pointer; color: #ce1e18;}

/*reg*/
.reg{padding: 30px 0 20px 0;}
.reg .form_box{width: 500px; background: #fff; padding: 40px 30px 20px 30px; box-sizing: border-box; text-align: center; margin: 0 auto; border: 1px solid #e6e6e6;}
.reg .form_box>span{font-size: 26px; display: block; line-height: 1; font-weight: bold;}
.reg .form_box>form{margin-top: 20px;}
.reg .form_box>form .form-group{text-align: left; margin-bottom: 20px; position: relative;}
.reg .form_box>form .form-group>span{display: block;}
.reg .form_box>form .form-group>input{width: 100%; height: 40px; line-height: 40px; border: 1px solid #e6e6e6; margin-top: 10px; text-indent: 15px; box-sizing: border-box;}
.reg .form_box>form .form-group>input:focus{border-color: #ce1e18;}
.reg .form_box>form .form-group>em>a{color: #ce1e18;}
.reg .form_box>form .form-group:nth-child(5){display: flex; justify-content: flex-end;}
.reg .form_box>form .form-group button[type="submit"]{width: 176px; height: 46px; line-height: 46px; text-align: center; color: #fff; font-size: 16px; background-color: #ce1e18; display: block; border-radius: 3px; margin: 0 auto; border: 0; cursor: pointer; margin-top: 30px;}
.reg .form_box>form .form-group button[type="submit"]:hover{background-color: #d81f19;}

/*member*/
.member{padding: 30px 0 20px 0;}
.member .form_box{width: 500px; background: #fff; padding: 40px 30px 20px 30px; box-sizing: border-box; text-align: center; margin: 0 auto; border: 1px solid #e6e6e6;}
.member .form_box>span{font-size: 26px; display: block; line-height: 1; font-weight: bold;}
.member .form_box>form{margin-top: 20px;}
.member .form_box>form .form-group{text-align: left; margin-bottom: 20px; position: relative;}
.member .form_box>form .form-group>span{display: block;}
.member .form_box>form .form-group>input{width: 100%; height: 40px; line-height: 40px; border: 1px solid #e6e6e6; margin-top: 10px; text-indent: 15px; box-sizing: border-box;}
.member .form_box>form .form-group>input:focus{border-color: #ce1e18;}
.member .form_box>form .form-group>em>a{color: #ce1e18;}
.member .form_box>form .form-group:nth-child(5){display: flex; justify-content: flex-end;}
.member .form_box>form .form-group button[type="submit"]{width: 176px; height: 46px; line-height: 46px; text-align: center; color: #fff; font-size: 16px; background-color: #ce1e18; display: block; border-radius: 3px; margin: 0 auto; border: 0; cursor: pointer; margin-top: 30px;}
.member .form_box>form .form-group button[type="submit"]:hover{background-color: #d81f19;}

/*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 .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_big .preview .active-nav>.img{border-color: #ce1e18;}
.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: 326px; margin-left: 20px; margin-bottom: 20px;}
ul.list_share li:nth-child(3n+1){margin-left: 0;}
ul.list_share li .img{width: 326px; height: 242px; 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; background-color: #f6f6f6; height: 70px; line-height: 70px; text-align: center; transition: all 0.6s; -ms-transition: all 0.6s; padding: 0 15px;}
ul.list_share li:hover span{background-color: #ce1e18; color: #fff;}

/*share_list*/
ul.share_list li{width: 235px; margin-left: 20px; margin-bottom: 20px;}
ul.share_list li:nth-child(4n+1){margin-left: 0;}
ul.share_list .img{width: 235px; height: 180px; margin: 0 auto; border: 1px solid #e6e6e6; 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: #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 #ddd;}
ul.list_news li span{width: 80%;}
ul.list_news li em{color: #808080;}
ul.list_news li em>i{font-size: 20px;}
ul.list_news li:hover em>i{color: #ce1e18; font-size: 20px;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 40px; 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: 20px; 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: 10px;}

/*list_pic_news*/
ul.list_pic_news li{width: 300px; margin: 0 8px; height: 260px;}
ul.list_pic_news li .img{width: 300px; height: 200px; overflow: hidden;}
ul.list_pic_news li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pic_news li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pic_news li span{display: block; padding-top: 10px;}

/*dis_news*/
#dis_news .news_title{font-weight: bold; font-size: 30px; text-align: center;}
#dis_news .news_date{color: #888; text-align: center; line-height: 2; padding-bottom: 20px;}
#dis_news .news_content{text-align: left;}

/*platform*/
.platform{width: 100%; height: 100vh; background: url(../images/login_bg.jpg) no-repeat center; background-size: cover; padding: 80px 0; box-sizing: border-box; color: #fff;}
.platform>span{font-size: 30px; font-weight: bold; display: block; letter-spacing: 2px;}
.platform>ul{width: 80%; display: flex; flex-wrap: wrap; justify-content: center; margin: 100px auto 0; gap: 30px;}
.platform>ul>li{width: calc((100% - 90px)/4);}
.platform>ul>li>a{width: 100%; height: 80px; line-height: 1.4; color: #fff; font-weight: bold; font-size: 20px; border: 1px solid #fff; border-radius: 10px; padding: 20px; box-sizing: border-box;}
.platform .form_box{width: 450px; background-color: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); padding: 25px;}
.platform .form_box>form .form-group{display: block; margin-bottom: 10px;}
.platform .form_box>form .form-group input{width: 100%; height: 40px; line-height: 40px; border: 1px solid #fff; margin-top: 5px; text-indent: 15px; box-sizing: border-box;}
.platform .form_box>form .form-group input:hover{border-color: #fff;}
.platform .form_box>form .form-group input:focus{border-color: #fff;}
.platform .form_box>form .form-group button{background-color: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); line-height: 1; transition: all .3s;}
.platform .form_box>form .form-group button:hover{background-color: rgba(255,255,255,.2);}
.platform .form_box>form .form-input input{width: 348px;}
.platform .form_box>form .form-input button{width: 100px; background-color: #fff; margin-top: 0; height: 40px; margin-top: 5px; color: #333; border-radius: 0; font-size: 14px;}
.platform .form_box>form .form-input button:hover{background-color: #fff;}
.platform .form_box>form .form-input img{margin-top: 5px;}
.platform .form_box>form .form-group:nth-child(3){display: block;}

/*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 .pages_m_box{display: none;}
.pages a{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 3px;}
.pages a:hover,.pages a.active{background: #ce1e18; color: #fff; border-color: #ce1e18;}
.pages span{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 3px; cursor: pointer;}
.pages span:hover,.pages span.active{background: #ce1e18; color: #fff; border-color: #ce1e18;}

/*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(5){align-items: baseline;}
.form .form-group input[type="text"]{width: 300px; height: 40px; border: 1px solid #eee; box-sizing: border-box; outline: none; text-indent: 10px;}
.form .form-group input.code{width: 80px; margin-right: 10px;}
.form .form-group>img{display: inline-block; margin-left: 10px;}
.form .form-group>textarea{width: 536px; height: 160px; border: 1px solid #eee; box-sizing: border-box; padding: 15px;}
.form .form-group>.box{margin: 0 auto; text-align: center; margin-top: 20px;}
.form .form-group>.box>input{width: 100px; background: #f6f6f6; height: 36px; font-size: 14px; color: #333; border: 0; cursor: pointer;}
.form .form-group>.box>input[type="submit"]{margin: 0 5px; font-size: 16px;}
.form .form-group>.box>input[type="submit"]:hover{background: #ce1e18; color: #fff;}
.form .form-group>.box>input[type="reset"]{margin: 0 5px; font-size: 16px;}
.form .form-group>.box>input[type="reset"]:hover{background: #ce1e18; color: #fff;}

/*float*/
.float{display: none;}

/*nav*/
#footer_nav{background: #272525;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 32px 0; color: #fff;}
#footer_nav .footer_nav_con a{color: #e6e6e6; padding: 0 22px; font-size: 17px;}
#footer_nav .footer_nav_con a:hover{color: #fff;}
#footer_nav .footer_nav_con .list>ul>li{line-height: 2; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*footer*/
#footer{padding: 25px 0; background: #272525; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.1);}
#footer a{color: rgba(255,255,255,.5);}
#footer a:hover{color: #fff;}
#footer .footer_con{margin: 0 auto; text-align: center;}
#footer .footer_copy{text-align: center; padding: 15px 0;}
.footer_btn{display: none;}

/*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: 1099px){
.platform>ul>li>a{font-size: 18px;}
}
@media screen and (max-width: 768px){
html,body{overflow: auto; overflow-x: hidden;}
#header{display: none;}
.content{padding-bottom: 20px;}
.container{min-width: 94%; width: 94%;}
.con{padding: 10px 15px 20px 15px; margin-top: 10px;}

/*header*/
.header{width: 100%; height: 90px; background: #fff; position: fixed; box-shadow: 0px 1px 10px rgba(0,0,0,.2); z-index: 999;}
.header .container{height: 60px;}
.header .logo img{height: 36px;}
.header .nav{width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 90px; border-top: 1px solid #f0f0f0; overflow-y: scroll; display: none;}
.header .nav ul li a{display: flex; 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: #ce1e18; color: #fff;}
.header .nav ul li a>i{font-size: 18px;}
.header .nav dl{display: none;}
.header .nav dl dd>a{padding-left: 30px;}
.header .nav dl dd>a>i{font-size: 20px;}
.header .header_box{width: 100%; line-height: 30px; font-size: 14px; background-color: #333; color: rgba(255,255,255,.5); padding: 0 10px; box-sizing: border-box;}
.header .header_box a{color: rgba(255,255,255,.4); padding: 0 5px;}
.header .header_box a:hover{color: #fff;}
.header .header_icon{position: fixed; top: 30px; 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: #ce1e18; 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: 90px;}

/*banner*/
.banner{height: 50vh;}
.banner .swiper-slide{background-size: cover;}
.banner .search{width: 92%;}
.banner .search .select{width: 100px; line-height: 40px;}
.banner .search .select>ul{top: 30px;}
.banner .search .select>ul>li{margin: 12px 0; padding-left: 8px;}
.banner .search input[type="text"]{width: calc(100% - 180px); height: 40px;}
.banner .search button{width: 80px; font-size: 15px; height: 40px; line-height: 1;}
.banner .search button>img{width: 18px;}
.banner .search button>em{margin-left: 8px;}
.banner .swiper-pagination{bottom: 10px;}
.banner .swiper-pagination-bullet{margin: 0 4px !important;}
.banner .swiper-pagination-bullet{width: 8px; height: 8px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}

/*banner_inside*/
.banner_inside{height: 140px;}
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-pagination{bottom: 10px;}
.banner_inside .swiper-pagination-bullet{margin: 0 4px !important;}
.banner_inside .swiper-pagination-bullet{width: 8px; height: 8px;}
.banner_inside .swiper-button-prev{left: 10px;}
.banner_inside .swiper-button-next{right: 10px;}

/*home*/
#home_notice{margin-top: -12px;}
#home_notice .home_notice_box{background: url(../images/banner_ico2.png) no-repeat top center; background-position: left bottom; background-size: contain; height: 12px; margin-bottom: -2px;}
#home_notice .home_notice_con{padding: 15px 0 20px 0; font-size: 15px;}
#home_notice .home_notice_con .list{display: block;}
#home_notice .home_notice_con .l{width: 100%; height: 200px;}
#home_notice .home_notice_con .swiper-wrapper{width: 100%; height: 200px; padding-bottom: 35px;}
#home_notice .home_notice_con .swiper-pagination-bullet{width: 30px; border-radius: 0;}
#home_notice .home_notice_con .swiper-slide>p{padding: 0 10px; font-size: 15px;}
#home_notice .home_notice_con .swiper-slide>p>span{width: 70%;}
#home_notice .home_notice_con .r{width: 100%; margin-top: 25px;}
#home_notice .home_notice_con .r .dh{line-height: 40px;}
#home_notice .home_notice_con .r .dh>span{font-size: 18px;}
#home_notice .home_notice_con .r ul{padding-top: 10px;}
#home_notice .home_notice_con .r ul>li{line-height: 2.2;}
#home_notice .home_notice_con .r ul>li span{width: calc(100% - 106px);}

#home_news{padding: 10px 0 20px 0;}
#home_news .home_news_con .l{width: 100%;}
#home_news .home_news_con .r{width: 100%; margin-top: 10px;}
#home_news .home_news_con .dh{line-height: 40px;}
#home_news .home_news_con .dh>dl>dd>a{font-size: 18px; margin-right: 15px;}
#home_news .home_news_con ul{padding-top: 10px;}
#home_news .home_news_con ul>li{font-size: 15px; line-height: 2.2;}
#home_news .home_news_con ul>li span{width: calc(100% - 106px);}
#home_news .home_news_con ul>li span>p{width: calc(100% - 26px);}

#home_advertise .home_advertise_con{height: 120px;}

#home_policy{padding: 10px 0 20px 0;}
#home_policy .home_policy_con .l{width: 100%;}
#home_policy .home_policy_con .r{width: 100%; margin-top: 10px;}
#home_policy .home_policy_con .dh{line-height: 40px;}
#home_policy .home_policy_con .dh>dl>dd>a{font-size: 18px; margin-right: 15px;}
#home_policy .home_policy_con .dh>span{font-size: 18px;}
#home_policy .home_policy_con ul{padding-top: 10px;}
#home_policy .home_policy_con ul>li{font-size: 15px; line-height: 2.2;}
#home_policy .home_policy_con ul>li span{width: calc(100% - 106px);}
#home_policy .home_policy_con ul>li span>p{width: calc(100% - 26px);}

#home_enterprise{padding: 10px 0 15px 0;}
#home_enterprise .home_enterprise_con .dh{line-height: 40px;}
#home_enterprise .home_enterprise_con .dh>span{font-size: 18px;}
#home_enterprise .home_enterprise_con .dh>a{font-size: 15px;}
#home_enterprise .home_enterprise_con ul{margin-top: 15px;}
#home_enterprise .home_enterprise_con ul>li{width: 48%; height: 50px; line-height: 50px; font-size: 15px; margin-left: 4%; margin-bottom: 4%;}
#home_enterprise .home_enterprise_con ul>li:nth-child(2n+1){margin-left: 0;}
#home_enterprise .home_enterprise_con ul>li span{padding: 0 10px;}

#home_park{padding: 10px 0 0 0;}
#home_park .home_park_con .dh{line-height: 40px;}
#home_park .home_park_con .dh>span{font-size: 18px;}
#home_park .home_park_con ul{margin-top: 15px;}
#home_park .home_park_con ul>li{width: 48%; font-size: 15px; margin-left: 4%; margin-bottom: 4%;}
#home_park .home_park_con ul>li:nth-child(2n+1){margin-left: 0;}
#home_park .home_park_con ul>li .img{width: 100%; height: 120px;}
#home_park .home_park_con ul>li span{height: 46px; line-height: 46px;}

#home_recruit{padding: 0 0 15px 0;}
#home_recruit .home_recruit_con .dh{line-height: 40px;}
#home_recruit .home_recruit_con .dh>span{font-size: 18px;}
#home_recruit .home_recruit_con .l{width: 100%;}
#home_recruit .home_recruit_con .l ul{padding-top: 10px;}
#home_recruit .home_recruit_con .l ul>li{font-size: 15px; line-height: 2.2;}
#home_recruit .home_recruit_con .l ul>li span{width: calc(100% - 106px);}
#home_recruit .home_recruit_con .l ul>li span>p{width: calc(100% - 26px);}
#home_recruit .home_recruit_con .r{width: 100%; margin-top: 10px;}
#home_recruit .home_recruit_con .r ul{padding-top: 15px;}
#home_recruit .home_recruit_con .r ul>li{width: 48%; font-size: 15px; margin-bottom: 4%; height: 56px; line-height: 56px;}
#home_recruit .home_recruit_con .r ul>li>a>img{width: 30px; padding-right: 10px;}

/*content*/
/*right*/
#right{width: 100%;}
#right .right_dh{display: flex; justify-content: space-between; align-items: center; font-size: 15px; display: none;}
#right .right_con{min-height: 320px; padding: 0; font-size: 15px; line-height: 2;}
#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;}

/*local*/
.local{padding-top: 10px;}

/*left*/
#left{position: fixed; width: 60%; height: 100%; right: -100%; top: 0; background: #fff; padding-top: 60px; overflow-y: scroll; height: 100%; z-index: 10;}
#left .left_dh{margin-bottom: 60px;}
.mask{position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); display: none;}

/*login*/
.login{width: 100%; padding: 10px 0;}
.login .form_box{width: 100%; padding: 25px 25px 12px 25px;}
.login .form_box>span{font-size: 18px;}
.login .form_box>form{margin-top: 15px;}
.login .form_box>form .form-group{margin-bottom: 15px;}
.login .form_box>form .form-group>input{height: 38px; line-height: 38px; margin-top: 6px;}
.login .form_box>form .form-group button{margin: 25px auto 0; width: 130px; height: 38px; line-height: 38px;}

/*reg*/
.reg{width: 100%; padding: 10px 0;}
.reg .form_box{width: 100%; padding: 25px 25px 12px 25px;}
.reg .form_box>span{font-size: 18px;}
.reg .form_box>form{margin-top: 15px;}
.reg .form_box>form .form-group{margin-bottom: 15px;}
.reg .form_box>form .form-group>input{height: 38px; line-height: 38px; margin-top: 6px;}
.reg .form_box>form .form-group button[type="button"]{width: 100px; height: 40px; top: 34px;}
.reg .form_box>form .form-group button[type="submit"]{margin: 25px auto 0; width: 130px; height: 38px; line-height: 38px;}

/*member*/
.member{width: 100%; padding: 10px 0;}
.member .form_box{width: 100%; padding: 25px 25px 12px 25px;}
.member .form_box>span{font-size: 18px;}
.member .form_box>form{margin-top: 15px;}
.member .form_box>form .form-group{margin-bottom: 15px;}
.member .form_box>form .form-group>input{height: 38px; line-height: 38px; margin-top: 6px;}
.member .form_box>form .form-group button[type="button"]{width: 100px; height: 40px; top: 34px;}
.member .form_box>form .form-group button[type="submit"]{margin: 25px auto 0; width: 130px; height: 38px; line-height: 38px;}

/*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{padding-top: 5px;}
ul.list_share li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_share li:nth-child(3n+1){margin-left: 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{height: 46px; line-height: 46px;}

/*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: 20px;}
ul.list_news li{width: 100%; height: 40px; line-height: 40px;}
ul.list_news li span{width: calc(100% - 106px);}
ul.list_news li span.box{width: calc(100% - 46px);}

/*list_pic_news*/
ul.list_pic_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pic_news li:nth-child(2n+1){margin-left: 0;}
ul.list_pic_news li .img{width: 100%; height: 120px;}
ul.list_pic_news li span{font-size: 15px;}
ul.list_pic_news li p{padding-top: 5px;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 0;}
ul.list_img_news li .img{width: 40%; height: 120px;}
ul.list_img_news li .desc{width: 56%;}

/*dis_news*/
#dis_news{width: 100%;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 17px; line-height: 1.6; margin-top: 10px;}
#dis_news .news_date{padding-bottom: 10px;}

/*platform*/
.platform{padding: 30px 0;}
.platform>span{font-size: 18px;}
.platform>ul{width: 90%; margin: 30px auto 0; gap: 20px;}
.platform>ul>li{width: calc((100% - 20px)/2);}
.platform>ul>li>a{font-size: 15px;}

/*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%; height: 100px;}
.form .form-group>input.code{width: 70px;}
.form .form-group>.box{margin-top: 25px;}
.form .form-group>.box>input[type="submit"]{font-size: 15px;}
.form .form-group>.box>input[type="reset"]{font-size: 15px;}

/*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 a{padding: 0px 8px;}
.pages span{padding: 0px 8px; margin: 0;}
.pages .p_page{border: 0;}

/*float*/
.float{width: 50px; height: 50px; border-radius: 50%; font-size: 12px; line-height: 1.4; background-color: #ce1e18; display: flex; align-items: center; justify-content: center; position: fixed; right: 10px; bottom: 40%; z-index: 99; display: none;}
.float>a{color: #fff; padding: 0 5px;}

/*nav*/
#footer_nav{display: none;}
.footer_btn{width: 100%; height: 60px; line-height: 1.4; background-color: #fff; border-top: 1px solid #ddd; position: fixed; left: 0; right: 0; bottom: 0; z-index: 99; display: flex;}
.footer_btn ul{width: 100%; flex-wrap: nowrap; gap: 0 10px;}
.footer_btn ul>li{width: 25%; font-size: 12px; text-align: center;}
.footer_btn ul>li img{width: 20px; margin: auto; display: block; margin-bottom: 5px;}

/*footer*/
#footer{padding: 15px 0; margin-bottom: 60px;}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center; line-height: 1.8;}
#footer .footer_copy{margin: 0 auto; width: 94%; padding: 15px 0;}
}