@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: #0062b2}
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: 0; display: flex; justify-content: space-between}
.container-warp{max-width: 1550px; width: 80%; margin: 0 auto; padding: 0; text-align: left}

/*header*/
#header{position: fixed; width: 100%; background-color: #fff; margin: 0 auto; text-align: center; top: 0; left: 0; right: 0; z-index: 9}
#header .header_con{height: 110px}
#header .logo>img:nth-child(2){display: none}
#header .lang{margin-top: 8px}
#header .lang>em{display: inline-block; cursor: pointer}
#header .lang>em:nth-child(2){margin-left: 12px}
#header .lang>em>img:nth-child(2){display: none}
#header .header_search{width: 100%; height: 85px; background: #fff; position: absolute; left: 0; top: 110px; z-index: 9; border-top: 1px solid #e4e6e7; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); display: none}
#header .header_search form{width: 500px; height: 46px; margin: 0 auto; border: 1px solid #ccc; margin-top: 18px; border-radius: 30px; overflow: hidden}
#header .header_search input[type="text"]{width: 450px; height: 46px; border: 0; padding: 0 20px; box-sizing: border-box; font-size: 15px}
#header .header_search button{cursor: pointer; padding-right: 18px; border: 0; background: none}
#header .lang_list{width: 100px; background: #fff; box-shadow: 0 1px 15px 1px rgba(0,0,0,0.1); border-radius: 8px; padding: 10px; position: absolute; top: 80px; right: 0; z-index: 10; display: none}
#header .lang_list>a{display: block; line-height: 2}
.header_box{box-shadow: 0 1px 12px 2px rgba(0,0,0,0.05)}
.header_list{background: none !important}
.header_list .logo>img:nth-child(1){display: none}
.header_list .logo>img:nth-child(2){display: block !important}
.header_list .lang>em>img:nth-child(1){display: none}
.header_list .lang>em>img:nth-child(2){display: block !important}
.header_list .menu>ul>li>a{color: #fff}
.header_list .menu>ul>li>a:hover{color: #fff}
.header_list .menu>ul>li>a.on{color: #fff; border: 0}

/*menu*/
.menu>ul>li{padding: 0 22px; text-align: center; z-index: 10}
.menu>ul>li:last-child{padding-right: 0; position: relative}
.menu>ul>li>a{display: block; font-size: 16px; height: 110px; line-height: 110px; box-sizing: border-box}
.menu>ul>li>a:hover{color: #0062b2}
.menu>ul>li>a.on{color: #0062b2; border-bottom: 2px solid #0062b2}
.menu>ul>li>dl{width: 100%; position: absolute; left: 0; top: 110px; background: #fff; position: absolute; border-top: 1px solid #e4e6e7; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); z-index: 9; display: none}
.menu>ul>li>dl>dd{height: 85px; line-height: 85px; display: inline-block}
.menu>ul>li>dl>dd>a{font-size: 16px; padding: 0 20px}
.menu>ul>li>dl .container-warp{padding: 60px 0; min-height: 300px}
.menu>ul>li>dl .menu_nav{width: 25%; height: 200px; margin-right: 5%; padding-right: 5%; border-right: 1px solid #ccc; box-sizing: border-box}
.menu>ul>li>dl .menu_nav>ul>li{margin-bottom: 30px}
.menu>ul>li>dl .menu_nav>ul>li:last-child{margin-bottom: 0}
.menu>ul>li>dl .menu_nav>ul>li>a{font-size: 18px; line-height: 1; cursor: pointer}
.menu>ul>li>dl .menu_nav>ul>li>a>span{display: flex; justify-content: space-between}
.menu>ul>li>dl .menu_nav>ul>li.on>a>span{color: #0062b2; font-weight: bold}
.menu>ul>li>dl .menu_list{width: 70%}
.menu>ul>li>dl .menu_con ul{display: flex; justify-content: space-between}
.menu>ul>li>dl .menu_con ul>li{width: 30%; flex: auto; margin-right: 5%}
.menu>ul>li>dl .menu_con ul>li:last-child{margin-right: 0}
.menu>ul>li>dl .menu_con ul>li>a{font-size: 18px; line-height: 1; font-weight: bold; color: #0062b2}
.menu>ul>li>dl .menu_con ul>li>dl{margin-top: 10px}
.menu>ul>li>dl .menu_con ul>li>dl>dd>a{font-size: 15px; line-height: 2}

/*banner*/
.banner{height: 100vh}
.banner .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover; position: relative}
.banner .swiper-slide .mark{position: absolute; background-color: rgba(0,0,0,.1); top: 0; right: 0; margin: auto; bottom: 0; left: 0; z-index: 3}
.banner .swiper-slide .container-warp{display: flex; justify-content: flex-end; align-items: center; position: absolute; top: 0; right: 0; margin: auto; bottom: 0; left: 0; z-index: 5}
.banner .swiper-slide .desc{width: 40%; color: #fff; font-size: 24px}
.banner .swiper-slide .desc>span{font-size: 46px; display: block; line-height: 1.4}
.banner .swiper-slide .desc>em{font-size: 40px; display: block; font-family: Arial; margin: 10px auto; line-height: 1.1; text-transform: uppercase}
.banner .swiper-slide .desc>a{width: 150px; height: 40px; line-height: 40px; border: 1px solid #fff; border-radius: 25px; color: #fff; display: block; margin-top: 35px; text-align: center; font-size: 15px}
.banner .swiper-slide video{width: 100%; height: 100%; object-fit: cover}
.banner .swiper-pagination{width: 100%; 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: #0062b2}
.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}

/*home*/
.home_nav{position: fixed; right: 26px; height: 100%; top: 50%; bottom: 0; z-index: 9}
.home_nav>ul>li{padding: 15px 0}
.home_nav>ul>li>a{display: block; position: relative}
.home_nav>ul>li>a>em{width: 10px; height: 10px; display: block; border-radius: 50%; border: 1px solid #fff; box-sizing: border-box; position: absolute; right: 0}
.home_nav>ul>li>a>span{text-align: center; color: #fff; padding-top: 15px; display: none}
.home_nav>ul>li>a.active>span{display: block}
.home_nav>ul>li>a.active>em{background: #fff}
.home_nav>ul>li:last-child{display: block}
.home_nav_box>ul>li>a>span{color: #333}
.home_nav_box>ul>li>a.active>span{color: #0062b2}
.home_nav_box>ul>li>a>em{border-color: #333}
.home_nav_box>ul>li>a.active>em{background-color: #0062b2; border-color: #0062b2}

/*home_about*/
#home_about{width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff}
#home_about .home_about_dh{padding-top: 110px; text-align: center}
#home_about .home_about_dh span{font-size: 45px; display: block; line-height: 1; position: relative; bottom: -20px; opacity: 0}
#home_about .home_about_dh em{font-family: Arial; font-size: 16px; text-transform: uppercase; margin-top: 15px; display: block; position: relative; bottom: -20px; opacity: 0}
#home_about .home_about_con{margin-top: 8%; position: relative; bottom: -20px; opacity: 0}
#home_about .home_about_left, #home_about .home_about_right { flex: 0 0 50%; max-width: 50%; position: relative; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; box-sizing: border-box }
#home_about .home_about_desc span { position: relative; display: inline-block; padding: 0 0 30px; font-size: 24px }
#home_about .home_about_desc { display: flex; height: 100%; flex-direction: column; justify-content: space-between; align-items: flex-start }
#home_about .home_about_desc span::before { content: ''; position: absolute; display: block; bottom: 0; left: 0; z-index: 1; width: 100%; height: 1px; background: #fff }
#home_about .home_about_desc span::after { content: ''; position: absolute; display: block; bottom: 0; left: 0; z-index: 2; width: 2em; height: 1px; background: #0062b2 }
#home_about .home_about_desc .home_about_info { margin-top: 20px; margin-bottom: auto }
#home_about .home_about_desc .home_about_info p { padding: 5px 0; text-indent: 2em }
#home_about .home_about_desc a { width: 172px; height: 50px; line-height: 50px; background-color: #0062b2; text-align: center; color: #fff; font-size: 16px; margin-bottom: auto; display: block; border-radius: 30px }
#home_about .home_about_desc a:hover { background-color: #1a72ba }
#home_about .home_about_video { position: relative }
#home_about .home_about_video::before { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(0, 0, 0, .65) }
#home_about .home_about_video img { display: block; width: 100%; height: 100% }
.about-video-btn { position: absolute; left: 50%; top: 50%; z-index: 2; color: #3db358; transform: translate(-50%, -50%) }
.about-video { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 1); z-index: 2000; display: flex; align-items: center; justify-content: center; transition: ease .65s; visibility: hidden; opacity: 0 }
.about-video video { max-width: 100vw; max-height: 100vh; width: 100% }
.about-video-close { position: absolute; right: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; background: #fff; color: #000; z-index: 10 }
.about-video-close:hover { border-radius: 50% 0 50% 50% }
.Video .about-video { visibility: visible; opacity: 1 }

/*home_brands*/
#home_brands{width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff}
#home_brands .home_brands_dh{font-size: 20px; margin: 0 auto; text-align: center; padding-top: 110px}
#home_brands .home_brands_dh span{font-size: 45px; color: #fff; display: block; position: relative; bottom: -20px; opacity: 0}
#home_brands .home_brands_dh .desc{width: 62%; margin: 0 auto; line-height: 1.8; margin-top: 32px; position: relative; bottom: -20px; opacity: 0}
#home_brands .home_brands_con{margin-top: 8%; position: relative; bottom: -20px; opacity: 0}
#home_brands .home_brands_con ul li{flex: 1; text-align: center}
#home_brands .home_brands_con ul li img{width: 60px; height: auto; margin: 0 auto}
#home_brands .home_brands_con ul li span{font-size: 20px; display: block; margin-top: 30px}
#home_brands .home_brands_con ul li span>em{font-size: 45px; font-weight: bold; display: inline-block; font-family: Arial; margin-right: 6px}
#home_brands .home_brands_con ul li p{width: 80%; margin: 0 auto; text-align: center; font-size: 22px; margin-top: 20px}

/*home_solution*/
#home_solution{width: 100%; background: url(../images/home_products_bg.jpg) no-repeat center; background-size: cover}
#home_solution .home_solution_dh{padding-top: 110px}
#home_solution .home_solution_dh span{font-size: 45px; display: block; line-height: 1; position: relative; bottom: -20px; opacity: 0}
#home_solution .home_solution_dh em{font-family: Arial; font-size: 16px; text-transform: uppercase; margin-top: 15px; display: block; position: relative; bottom: -20px; opacity: 0}
#home_solution .home_solution_dh a{width: 210px; height: 50px; line-height: 50px; background-color: #0062b2; border-radius: 30px; text-align: center; color: #fff; font-size: 16px}
#home_solution .home_solution_dh a:hover{background-color: #1a72ba}
#home_solution .home_solution_con{margin-top: 4%; color: #fff}
#home_solution .home_solution_con ul{width: 100%; height: 100%; display: flex; transition: all 1s}
#home_solution .home_solution_con ul li{position: relative; width: 18.5%; transition: all 1s; margin-left: 1.5%; overflow: hidden}
#home_solution .home_solution_con ul li:nth-child(4n+1){margin-left: 0}
#home_solution .home_solution_con ul li a{color: #fff}
#home_solution .home_solution_con ul li .img{height: 23.8vw; text-align: right}
#home_solution .home_solution_con ul li .img>img{width: 100%; height: 100%; object-fit: cover; border-radius: 20px; transition: all 1s; -ms-transition: all 1s; filter: brightness(70%); -webkit-filter: brightness(70%); margin: 0 auto}
#home_solution .home_solution_con ul li .ico{position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; transition: all 0.3s; -ms-transition: all 0.3s; z-index: 2}
#home_solution .home_solution_con ul li .ico .box{padding: 0 3%}
#home_solution .home_solution_con ul li .ico span{text-align: center; line-height: 1.5; font-size: 24px; display: block}
#home_solution .home_solution_con ul li .ico em{font-size: 15px; display: block; text-align: center}
#home_solution .home_solution_con ul li .ico p{width: 42px; height: 3px; background-color: #0062b2; margin: 15px auto; position: relative}
#home_solution .home_solution_con ul li .ico p>i{width: 21px; height: 3px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0}
#home_solution .home_solution_con ul li .desc{width: 90%; position: absolute; bottom: -100%; left: 0; right: 0; opacity: 0; overflow: hidden; z-index: 2; margin: auto; transition: all 1.2s; -ms-transition: all 1.2s; align-items: flex-end}
#home_solution .home_solution_con ul li .desc>.box>span{font-size: 24px; display: block; margin-bottom: 5px}
#home_solution .home_solution_con ul li .desc>.box>em{font-size: 16px; line-height: 2}
#home_solution .home_solution_con ul li .desc>i{font-size: 15px}
#home_solution .home_solution_con ul li.on{width: 40%}
#home_solution .home_solution_con ul li.on .img>img{filter: brightness(100%); -webkit-filter: brightness(100%)}
#home_solution .home_solution_con ul li.on .desc{bottom: 6%; opacity: 1}
#home_solution .home_solution_con ul li.on .ico{opacity: 0}

/*home_pro*/
#home_pro { width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover }
#home_pro .home_pro_dh { padding-top: 110px }
#home_pro .home_pro_dh span{font-size: 45px; display: block; line-height: 1; position: relative; bottom: -20px; opacity: 0}
#home_pro .home_pro_dh em{font-family: Arial; font-size: 16px; text-transform: uppercase; margin-top: 15px; display: block; position: relative; bottom: -20px; opacity: 0}
#home_pro .home_pro_dh a{width: 210px; height: 50px; line-height: 50px; background-color: #0062b2; border-radius: 30px; text-align: center; color: #fff; font-size: 16px}
#home_pro .home_pro_dh a:hover{background-color: #1a72ba}
#home_pro .home_pro_con { margin-top: 4% }
#home_pro .home_pro_con .swiper-slide { width: 375px; overflow: hidden }
#home_pro .home_pro_con .swiper-slide .img{width: 100%; max-height: 26vh; margin: 0 auto; overflow: hidden; display: flex; align-items: center; justify-content: center}
#home_pro .home_pro_con .swiper-slide img{max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s}
#home_pro .home_pro_con .swiper-slide:hover img{transform: scale(1.1); -webkit-transform: scale(1.1)}
#home_pro .home_pro_con .swiper-slide .desc{display: flex; align-items: center; justify-content: center; margin-top: 20px}
#home_pro .home_pro_con .swiper-slide span{font-size: 16px}
#home_pro .home_pro_con .ico{margin: 70px auto 0; text-align: center}
#home_pro .home_pro_con .ico>em{width: 68px; height: 68px; line-height: 68px; background-color: #fff; font-size: 36px; margin: 0 15px; cursor: pointer; border-radius: 50%}
#home_pro .home_pro_con .ico>em:hover{background-color: #0062b2; color: #fff}

/*home_technology*/
#home_technology{width: 100%; background: url(../images/tech_bg.jpg) no-repeat center; background-size: cover}
#home_technology .home_technology_con{width: 100%; height: 100%; color: #fff; overflow: hidden}
#home_technology .home_technology_con ul{width: 100%; height: 100%; display: flex; overflow: hidden; transition: all 1s}
#home_technology .home_technology_con ul li{position: relative; width: 32%; height: 100%; transition: all 1s; overflow: hidden}
#home_technology .home_technology_con ul:hover li{width: 26%}
#home_technology .home_technology_con ul li:hover{width: 48%}
#home_technology .home_technology_con ul li a{color: #fff}
#home_technology .home_technology_con ul li .img{width: 100%; height: 100%; opacity: 0; transition: all 1s; -ms-transition: all 1s}
#home_technology .home_technology_con ul li .img>img{height: 100%; object-fit: cover; transition: all 1s; -ms-transition: all 1s; filter: brightness(70%); -webkit-filter: brightness(70%); margin: 0 auto}
#home_technology .home_technology_con ul li .ico{position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; transition: all 0.3s; -ms-transition: all 0.3s; z-index: 2; align-items: flex-start; padding-top: 80vh}
#home_technology .home_technology_con ul li .ico .box{width: 60%; text-align: left; transition: all 1s; -ms-transition: all 1s}
#home_technology .home_technology_con ul li .ico span{line-height: 1.5; font-size: 40px; display: block}
#home_technology .home_technology_con ul li .ico em{font-size: 15px; display: block; font-family: Arial; text-transform: uppercase}
#home_technology .home_technology_con ul li .ico p{width: 100%; height: 2px; background-color: #0062b2; margin: 15px 0; position: relative}
#home_technology .home_technology_con ul li .ico p>i{width: 76px; height: 2px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0}
#home_technology .home_technology_con ul li .desc{width: 100%; position: relative; opacity: 0; overflow: hidden; z-index: 2; margin: auto; transition: all 0.5s; -ms-transition: all 0.5s; font-size: 16px; margin-top: 30px}
#home_technology .home_technology_con ul li .desc>em{width: 172px; height: 50px; line-height: 50px; background-color: #0062b2; text-align: center; color: #fff; font-size: 16px; margin-top: 10%; display: block; border-radius: 30px}
#home_technology .home_technology_con ul li:hover .img{opacity: 1}
#home_technology .home_technology_con ul li:hover .ico .box{width: 60%}
#home_technology .home_technology_con ul li:hover .desc{opacity: 1}

/*home_news*/
#home_news{width: 100%; background: url(../images/home_news_bg.jpg) no-repeat center; background-size: cover}
#home_news .home_news_dh{padding-top: 110px; text-align: center}
#home_news .home_news_dh span{font-size: 45px; display: block; line-height: 1; position: relative; bottom: -20px; opacity: 0}
#home_news .home_news_dh em{font-family: Arial; font-size: 16px; text-transform: uppercase; margin-top: 15px; display: block; position: relative; bottom: -20px; opacity: 0}
#home_news .home_news_con{margin-top: 60px}
#home_news .home_news_con ul li{width: 48.5%; margin-left: 3%; margin-bottom: 3%; box-shadow: 0 1px 12px 1px rgba(0,0,0,0.05)}
#home_news .home_news_con ul li:nth-child(2n+1){margin-left: 0}
#home_news .home_news_con ul li:hover{box-shadow: 0 1px 15px 3px rgba(0,0,0,0.08)}
#home_news .home_news_con ul li .img{width: 17vw; height: 14vw; overflow: hidden}
#home_news .home_news_con ul li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s}
#home_news .home_news_con ul li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1)}
#home_news .home_news_con ul li .desc{width: calc(100% - 17vw); padding: 2vw 1.7vw; box-sizing: border-box; font-size: 15px}
#home_news .home_news_con ul li span{font-size: 18px; display: block}
#home_news .home_news_con ul li p{color: #666; line-height: 1.8; margin-top: 1.2vw}
#home_news .home_news_con ul li em{display: block; color: #888; margin-top: 1.4vw}

/*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}

/*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}

/*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: #eff2f5}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 120px 0 200px 0}
#footer_nav .footer_nav_con a{color: #666; font-size: 15px}
#footer_nav .footer_nav_con a:hover{color: #0062b2}
#footer_nav .footer_nav_con .pic{width: 250px}
#footer_nav .footer_nav_con .pic .ico{margin: 45px 0 40px 0}
#footer_nav .footer_nav_con .pic .ico>span{font-size: 30px; font-family: 'Impact'; font-weight: bold; margin-left: 12px; color: #0062b2}
#footer_nav .footer_nav_con .pic .qcode .desc{margin-left: 20px; font-size: 15px}
#footer_nav .footer_nav_con .list_box{width: calc(100% - 350px)}
#footer_nav .footer_nav_con .list>a{font-size: 17px; display: block; margin-bottom: 25px; color: #333}
#footer_nav .footer_nav_con .list>ul>li{line-height: 2.6; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}

/*footer*/
#footer{padding: 30px 0; background: #0062b2; color: #fff; border-top: 1px solid rgba(255,255,255,.1)}
#footer a{color: #fff}
#footer a:hover{color: #0062b2}
#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: 1100px){
.header{display: none}
}
@media screen and (max-width: 1800px){
.menu>ul>li{padding: 0 15px}
}
@media screen and (max-width: 1600px){
.container-warp{width: 86%}
}
@media screen and (max-width: 1460px){
.container-warp{width: 94%}
.about_profile .desc_box>span{font-size: 22px}
.about_profile .ico ul>li .desc>em{font-size: 15px}
.about_profile .desc_box{font-size: 15px}
}
@media screen and (max-width: 1380px){
.container-warp{width: 98%}
.menu>ul>li{padding: 0 12px}
.menu>ul>li a{font-size: 15px}
#footer_nav .footer_nav_con .list>span{font-size: 15px}
#footer_nav .footer_nav_con a{font-size: 14px}
}
@media screen and (max-width: 1200px){
.menu>ul>li{padding: 0 8px}
.recruit_salary ul>li{padding: 40px 2vw}
.recruit_salary ul>li dl>dd{margin-left: 6%}
}
/*public*/
@media screen and (max-width: 1099px){
html,body{overflow: auto; overflow-x: hidden}
#header{display: none}
.container-warp{min-width: 94%; width: 94%}
.con{padding: 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: #0062b2; 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: #0062b2; 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: 0}

/*banner*/
.banner{height: calc(100vh - 60px)}
.banner .swiper-slide{background-size: cover}
.banner .swiper-slide .desc{width: 90%; font-size: 16px}
.banner .swiper-slide .desc>span{font-size: 24px}
.banner .swiper-slide .desc>em{font-size: 22px; margin-bottom: 6px}
.banner .swiper-slide .desc>a{width: 120px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 20px}
.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}

/*home*/
.home_nav{right: 10px}
.home_nav>ul>li{padding: 12px 0}
.home_nav>ul>li>a>em{width: 8px; height: 8px}
.home_nav>ul>li>a.active>span{display: none}

/*home_about*/
#home_about .home_about_dh { padding-top: 60px }
#home_about .home_about_dh span { font-size: 20px }
#home_about .home_about_dh em { font-size: 15px; margin-top: 5px }
#home_about .home_about_con { margin-top: 4% }
#home_about .home_about_con .row_box { flex-direction: column }
#home_about .home_about_left, #home_about .home_about_right { flex: 0 0 100%; max-width: 100% }
#home_about .home_about_desc span { padding: 0 0 10px; font-size: 18px }
#home_about .home_about_desc .home_about_info { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 5; text-overflow: ellipsis; font-size: 14px }
#home_about .home_about_desc .home_about_info p { padding: 2px 0 }
#home_about .home_about_desc a { width: 130px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 10px; display: block }
#home_about .home_about_video { margin-top: 20px }
.about-video-btn svg { width: 60px; height: 60px }

/*home_brands*/
#home_brands .home_brands_dh{padding-top: 60px}
#home_brands .home_brands_dh span{font-size: 20px}
#home_brands .home_brands_dh .desc{width: 90%; font-size: 15px; margin-top: 10px}
#home_brands .home_brands_con ul{align-items: flex-start}
#home_brands .home_brands_con ul li img{width: 40px}
#home_brands .home_brands_con ul li span{margin-top: 10px}
#home_brands .home_brands_con ul li span>em{font-size: 26px; margin-right: 0}
#home_brands .home_brands_con ul li span>i{font-size: 15px}
#home_brands .home_brands_con ul li p{font-size: 15px; margin-top: 0}

/*home_solution*/
#home_solution .home_solution_dh{padding-top: 60px; display: block}
#home_solution .home_solution_dh span{font-size: 20px}
#home_solution .home_solution_dh em{font-size: 15px; margin-top: 5px}
#home_solution .home_solution_dh a{width: 130px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 10px; display: block}
#home_solution .home_solution_con ul{width: 95%; display: block}
#home_solution .home_solution_con ul li{width: 100%; margin-left: 0; margin-bottom: 3%}
#home_solution .home_solution_con ul li.on{width: 100%}
#home_solution .home_solution_con ul li .img{height: 120px}
#home_solution .home_solution_con ul li .img>img{border-radius: 10px}
#home_solution .home_solution_con ul li .ico p{display: none}
#home_solution .home_solution_con ul li .ico em{display: none}
#home_solution .home_solution_con ul li.on .desc{display: none}
#home_solution .home_solution_con ul li.on .img>img{filter: brightness(100%); -webkit-filter: brightness(100%)}
#home_solution .home_solution_con ul li.on .ico{opacity: 1}
#home_solution .home_solution_con ul li.on p{opacity: 1}
#home_solution .home_solution_con ul li .ico span{font-size: 16px}

/*home_pro*/
#home_pro .home_pro_dh{padding-top: 60px; display: block}
#home_pro .home_pro_dh span{font-size: 20px}
#home_pro .home_pro_dh em{font-size: 15px; margin-top: 5px}
#home_pro .home_pro_dh a{width: 130px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 10px; display: block}
#home_pro .home_pro_con .swiper-slide .desc{margin-top: 10px}
#home_pro .home_pro_con .swiper-slide span{font-size: 15px}
#home_pro .home_pro_con .ico{margin: 25px 0 0 0}
#home_pro .home_pro_con .ico>em{width: 36px; height: 36px; line-height: 36px; font-size: 24px; margin: 0 5px}

/*home_technology*/
#home_technology .home_technology_con ul{flex-direction: column; justify-content: unset}
#home_technology .home_technology_con ul li{width: 100%; height: calc(100vh/3)}
#home_technology .home_technology_con ul li .ico{padding: 0; align-items: center}
#home_technology .home_technology_con ul li .img{opacity: 1}
#home_technology .home_technology_con ul li .img>img{width: 100%}
#home_technology .home_technology_con ul li .ico .box{width: 90%}
#home_technology .home_technology_con ul li .desc{display: none}
#home_technology .home_technology_con ul li .ico p{display: none}
#home_technology .home_technology_con ul li .ico span{font-size: 20px}
#home_technology .home_technology_con ul:hover li{width: 100%}
#home_technology .home_technology_con ul li:hover{width: 100%}
#home_technology .home_technology_con ul li:hover .img{opacity: 1}
#home_technology .home_technology_con ul li:hover .ico .box{width: 90%}
#home_technology .home_technology_con ul li:hover .desc{opacity: 0}

/*home_news*/
#home_news .home_news_dh{padding-top: 60px}
#home_news .home_news_dh span{font-size: 20px}
#home_news .home_news_dh em{font-size: 15px; margin-top: 5px}
#home_news .home_news_con{width: 94%; margin-top: 25px}
#home_news .home_news_con ul li{width: 100%; margin-left: 0; margin-bottom: 4%}
#home_news .home_news_con ul li:last-child{display: none}
#home_news .home_news_con ul li .img{width: 40%; height: 130px}
#home_news .home_news_con ul li .desc{width: 60%; padding: 10px 15px}
#home_news .home_news_con ul li span{font-size: 16px}
#home_news .home_news_con ul li p{line-height: 1.6}

/*content*/
/*float*/
.float{display: none}

/*livechat*/
#livechat{display: none}

/*nav*/
#footer_nav .footer_nav_con{padding: 30px 0 10px 0}
#footer_nav .footer_nav_con .pic{display: none}
#footer_nav .footer_nav_con .list_box{width: 100%}
#footer_nav .footer_nav_con .list_box ul{display: none}
#footer_nav .footer_nav_con .list>a{margin-bottom: 10px; font-size: 15px; padding-right: 10px}

/*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}
}