@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{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{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{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;}

/*banner_inside*/
.banner_inside{height: 68vh; margin-top: 110px;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-slide .desc{color: #fff; font-size: 24px; line-height: 1;}
.banner_inside .swiper-slide .desc>span{font-size: 46px; font-weight: bold; display: block;}
.banner_inside .swiper-slide .desc>i{width: 32px; height: 3px; background-color: #fff; margin: 20px auto; display: block;}
.banner_inside .swiper-slide .desc>em{display: block; font-family: Arial; text-transform: uppercase;}
.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: #0062b2;}
.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*/
.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{font-size: 20px; margin: 0 auto; text-align: center; padding-top: 110px;}
#home_about .home_about_dh span{font-size: 45px; color: #fff; display: block; position: relative; bottom: -20px; opacity: 0;}
#home_about .home_about_dh .desc{width: 62%; margin: 0 auto; line-height: 1.8; margin-top: 32px; position: relative; bottom: -20px; opacity: 0;}
#home_about .home_about_con{margin-top: 8%; position: relative; bottom: -20px; opacity: 0;}
#home_about .home_about_con ul li{flex: 1; text-align: center;}
#home_about .home_about_con ul li img{width: 60px; height: auto; margin: 0 auto;}
#home_about .home_about_con ul li span{font-size: 20px; display: block; margin-top: 30px;}
#home_about .home_about_con ul li span>em{font-size: 45px; font-weight: bold; display: inline-block; font-family: Arial; margin-right: 6px;}
#home_about .home_about_con ul li p{width: 80%; margin: 0 auto; text-align: center; font-size: 22px; margin-top: 20px;}

/*home_pro*/
#home_pro{width: 100%; background: url(../images/home_products_bg.jpg) no-repeat 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%; color: #fff;}
#home_pro .home_pro_con ul{width: 100%; height: 100%; display: flex; transition: all 1s;}
#home_pro .home_pro_con ul li{position: relative; width: 18.5%; transition: all 1s; margin-left: 1.5%; overflow: hidden;}
#home_pro .home_pro_con ul li:nth-child(4n+1){margin-left: 0;}
#home_pro .home_pro_con ul li a{color: #fff;}
#home_pro .home_pro_con ul li .img{height: 23.8vw; text-align: right;}
#home_pro .home_pro_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_pro .home_pro_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_pro .home_pro_con ul li .ico .box{padding: 0 3%;}
#home_pro .home_pro_con ul li .ico span{text-align: center; line-height: 1.5; font-size: 24px; display: block;}
#home_pro .home_pro_con ul li .ico em{font-size: 15px; display: block; text-align: center;}
#home_pro .home_pro_con ul li .ico p{width: 42px; height: 3px; background-color: #0062b2; margin: 15px auto; position: relative;}
#home_pro .home_pro_con ul li .ico p>i{width: 21px; height: 3px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
#home_pro .home_pro_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_pro .home_pro_con ul li .desc>.box>span{font-size: 24px; display: block; margin-bottom: 5px;}
#home_pro .home_pro_con ul li .desc>.box>em{font-size: 16px; line-height: 2;}
#home_pro .home_pro_con ul li .desc>i{font-size: 15px;}
#home_pro .home_pro_con ul li.on{width: 40%;}
#home_pro .home_pro_con ul li.on .img>img{filter: brightness(100%); -webkit-filter: brightness(100%);}
#home_pro .home_pro_con ul li.on .desc{bottom: 6%; opacity: 1;}
#home_pro .home_pro_con ul li.on .ico{opacity: 0;}

/*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;}

/*left*/
#left{width: 100%; height: 85px; border-bottom: 1px solid #ededed;}
#left .left_dh>ul>li a{height: 86px; line-height: 86px; display: block; padding: 0 35px; font-size: 17px; box-sizing: border-box; text-align: center; border-bottom: 2px solid transparent;}
#left .left_dh>ul>li a.on{border-color: #0062b2; color: #0062b2;}

/*content*/
#right{width: 100%;}
#right .right_dh{font-size: 16px;}
#right .right_con{min-height: 200px; padding: 0;}
#right .right_box{clear: both; overflow: hidden; font-size: 15px; line-height: 2.2; padding: 100px 0;}
#right .right_box img{max-width: 100%; height: auto !important; display: inline-block;}
#right .right_box video{max-width: 100%; height: auto;}
#right .right_box iframe{max-width: 100%;}

/*about*/
.about_profile{width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; padding: 100px 0; color: #fff;}
.about_profile .ico{width: 30%;}
.about_profile .ico .dh>span{font-size: 36px; display: block;}
.about_profile .ico .dh>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.about_profile .ico .dh>p{width: 78px; height: 4px; background-color: #0062b2; margin: 20px 0; position: relative;}
.about_profile .ico .dh>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.about_profile .ico ul{margin-top: 50px;}
.about_profile .ico ul>li{margin-bottom: 75px;}
.about_profile .ico ul>li .desc{width: 60%; margin-left: 16px;}
.about_profile .ico ul>li .desc>span{font-size: 40px; font-family: Arial; font-weight: bold; display: block;}
.about_profile .ico ul>li .desc>em{font-size: 17px; display: block; margin-top: 15px;}
.about_profile .desc_box{width: 68%; font-size: 17px; line-height: 2;}
.about_profile .desc_box>span{font-size: 30px; display: block; margin-bottom: 30px;}
.about_video{background-color: #f2f2f2; position: relative;}
.about_video .img>img{width: 100%; height: auto;}
.about_video .desc{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; background-color: rgba(0,0,0,.2);}
.about_video .desc>img{cursor: pointer;}
.about_video .video{position: fixed; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: rgba(0,0,0,.8); z-index: 10; display: none; align-items: center; justify-content: center;}
.about_video .video>.img{width: 40px; height: 40px; position: absolute; right: 10px; top: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.about_video .video video{width: 90%; height: 80vh; object-fit: cover;}
.about_history{width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; padding: 100px 0; color: #fff;}
.about_history .dh{text-align: center;}
.about_history .dh>span{font-size: 36px; display: block;}
.about_history .dh>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.about_history .preview{width: 100%; margin: 110px 0 40px 0; position: relative; border-top: 6px solid rgba(255,255,255,0.2);}
.about_history .preview .swiper-container{width: 92%; height: auto; margin: 0 auto; margin-top: -60px;}
.about_history .preview .swiper-slide{width: 25%; height: auto; cursor: pointer; text-align: center; font-size: 25px; font-weight: bold;}
.about_history .preview .swiper-slide em{content: '';background: url(../images/about_history_ico.png) no-repeat center; width: 32px; height: 32px; display: block; margin: 0 auto; padding-top: 30px;}
.about_history .preview i{color: #fff; transform: translate(-50%,-50%); position: absolute; top: 50%; left: 50%; line-height: 2;}
.about_history .preview .active-nav{color: #90c31f;}
.about_history .preview .active-nav em{background-image: url(../images/about_history_ico_on.png);}
.about_history .view{position: relative;}
.about_history .view .swiper-container{width: 90%; height: auto;}
.about_history .view .arrow-left{font-size: 60px; color: #fff; position: absolute; left: 0; top: 50%; margin-top: -18px; z-index: 2; cursor: pointer;}
.about_history .view .arrow-right{font-size: 60px; color: #fff; position: absolute; right: 0; top: 50%; margin-top: -18px; z-index: 2; cursor: pointer;}
.about_history .view .swiper-slide{display: flex; align-items: center; justify-content: center; overflow: hidden;}
.about_history .view .swiper-slide img{width: 45%; height: auto; object-fit: cover;}
.about_history .view .swiper-slide ul{width: 55%; padding-left: 4%; box-sizing: border-box;}
.about_history .view .swiper-slide ul>li{display: flex; align-items: baseline; margin-bottom: 20px;}
.about_history .view .swiper-slide span{width: 80px; font-size: 24px; line-height: 1; font-family: Arial; font-weight: bold; position: relative; top: 4px;}
.about_history .view .swiper-slide i{width: 14px; height: 14px; background: #90c31f; border-radius: 50%; display: none;}
.about_history .view .swiper-slide .desc{width: calc(100% - 80px); font-size: 16px; line-height: 2; text-align: left;}
.about_culture{width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; padding: 100px 0; color: #fff;}
.about_culture .dh{text-align: center;}
.about_culture .dh>span{font-size: 36px; display: block;}
.about_culture .dh>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.about_culture .dh>p{width: 78px; height: 4px; background-color: #0062b2; margin: 20px auto; position: relative;}
.about_culture .dh>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.about_culture ul{width: 80%; margin: 70px auto;}
.about_culture ul>li{width: 50%; margin-bottom: 50px; text-align: center;}
.about_culture ul>li .desc>span{font-size: 26px; font-family: Arial; font-weight: bold; display: block;}
.about_culture ul>li .desc>em{font-size: 20px; display: block; margin-top: 15px;}
.about_honor{width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; padding: 100px 0;}
.about_honor .dh{text-align: center;}
.about_honor .dh>span{font-size: 36px; display: block;}
.about_honor .dh>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.about_honor .dh>p{width: 78px; height: 4px; background-color: #0062b2; margin: 20px auto; position: relative;}
.about_honor .dh>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.about_honor .dh>.desc{width: 90%; margin: 0 auto; font-size: 16px; line-height: 2;}
.about_honor .list{margin-top: 75px;}
.about_honor .swiper-slide{width: 375px; overflow: hidden;}
.about_honor .swiper-slide .img{width: 100%; max-height: 26vh; margin: 0 auto; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.about_honor .swiper-slide img{max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
.about_honor .swiper-slide:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.about_honor .swiper-slide .desc{display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.about_honor .swiper-slide span{font-size: 16px;}
.about_honor .ico{margin: 70px auto 0; text-align: center;}
.about_honor .ico>em{width: 68px; height: 68px; line-height: 68px; background-color: #fff; font-size: 36px; margin: 0 15px; cursor: pointer; border-radius: 50%;}
.about_honor .ico>em:hover{background-color: #0062b2; color: #fff;}
.about_sub{width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; padding: 100px 0; color: #fff;}
.about_sub .dh{text-align: center;}
.about_sub .dh>span{font-size: 36px; display: block;}
.about_sub .dh>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.about_sub .dh>p{width: 78px; height: 4px; background-color: #0062b2; margin: 20px auto; position: relative;}
.about_sub .dh>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.about_sub ul{width: 100%; height: 100%; display: flex; transition: all 1s; margin-top: 65px;}
.about_sub ul li{position: relative; width: 23.5%; transition: all 1s; margin-left: 1.5%; overflow: hidden;}
.about_sub ul li:nth-child(3n+1){margin-left: 0;}
.about_sub ul li .img{height: 458px; text-align: right;}
.about_sub 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%);}
.about_sub ul li>p{position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; font-size: 24px; margin: auto; transition: all 0.3s; -ms-transition: all 0.3s; z-index: 2;}
.about_sub ul li>p>span{width: 190px; margin: 0 auto; text-align: center; line-height: 1.5;}
.about_sub 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;}
.about_sub ul li .desc>span{font-size: 24px; display: block; margin-bottom: 10px;}
.about_sub ul li .desc>em{font-size: 16px; line-height: 2;}
.about_sub ul li.on{width: 50%;}
.about_sub ul li.on .img>img{filter: brightness(100%); -webkit-filter: brightness(100%);}
.about_sub ul li.on .desc{bottom: 6%; opacity: 1;}
.about_sub ul li.on>p{opacity: 0;}

/*technology*/
.technology_rd{width: 100%; background: url(../images/technoloy_bg.jpg) no-repeat center; background-size: cover; padding-bottom: 100px;}
.technology_rd .list .img{width: 40%; height: 660px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.technology_rd .list .img>img{width: 100%; height: 100%; object-fit: cover;}
.technology_rd .list .desc_box{width: 50%; text-align: left; padding-left: 5%; box-sizing: border-box; margin-top: -122px;}
.technology_rd .list .desc_box>span{font-size: 36px; display: block;}
.technology_rd .list .desc_box>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.technology_rd .list .desc_box>p{width: 78px; height: 4px; background-color: #0062b2; margin: 30px 0; position: relative;}
.technology_rd .list .desc_box>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.technology_rd .list .desc_box>.desc{font-size: 16px; line-height: 2;}
.technology_rd ul{margin-top: -140px; background-color: #fff; position: relative; z-index: 2;}
.technology_rd ul>li{flex: 1; padding: 70px 0; text-align: center; border-left: 1px solid #ebebeb;}
.technology_rd ul>li:nth-child(3n+1){border-left: 0;}
.technology_rd ul>li .img{width: 8.2vw; height: 8.2vw; border: 1px solid #ebebeb; border-radius: 50%;}
.technology_rd ul>li .img>img{max-width: 66px; height: auto;}
.technology_rd ul>li .desc{text-align: left; margin-left: 10%; line-height: 1;}
.technology_rd ul>li .desc>span{font-size: 40px; font-weight: bold; display: flex; align-items: flex-start; font-family: Arial;}
.technology_rd ul>li .desc>span>i{font-size: 24px; color: #0062b2; margin-left: 5px;}
.technology_rd ul>li .desc>em{display: block; font-size: 22px; margin-top: 20px;}
.technology_rd ul>li .desc>p{width: 22px; height: 3px; background-color: #0062b2; display: block; margin-top: 45px;}
.technology_innovation{width: 100%; background: url(../images/technoloy_bg.jpg) no-repeat center; background-size: cover; padding-bottom: 100px;}
.technology_innovation .list{min-height: 596px; padding: 130px 0; background-position: top center; background-repeat: no-repeat; background-size: cover; color: #fff; box-sizing: border-box;}
.technology_innovation .list .desc_box>span{font-size: 36px; display: block;}
.technology_innovation .list .desc_box>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.technology_innovation .list .desc_box>p{width: 78px; height: 4px; background-color: #0062b2; margin: 30px 0; position: relative;}
.technology_innovation .list .desc_box>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.technology_innovation .list .desc_box>.desc{width: 830px; font-size: 16px; line-height: 2;}
.technology_innovation ul{margin-top: -140px; background-color: #fff; position: relative; align-items: stretch; z-index: 2;}
.technology_innovation ul>li{flex: 1; padding: 60px 70px; border-left: 1px solid #ebebeb;}
.technology_innovation ul>li:nth-child(2n+1){border-left: 0;}
.technology_innovation ul>li .img>img{max-width: 53px; height: auto;}
.technology_innovation ul>li span{font-size: 24px; display: block; margin: 25px 0;}
.technology_innovation ul>li em{min-height: 96px; font-size: 16px; line-height: 2;}
.technology_innovation ul>li p{margin-top: 40px; color: #bdbdbd; font-family: Arial; font-size: 18px;}
.technology_innovation ul>li p>i{color: #0062b2; font-size: 32px;}
.technology_service{padding: 120px 0;}
.technology_service .list .dh>span{font-size: 36px; display: block;}
.technology_service .list .dh>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.technology_service .list .dh>p{width: 78px; height: 4px; background-color: #0062b2; margin: 30px 0; position: relative;}
.technology_service .list .dh>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.technology_service .list .desc{width: 760px; font-size: 16px; line-height: 2;}
.technology_service .img{margin-top: 10px;}
.technology_service .img>img{max-width: 100%; height: auto;}

/*park*/
.park_plan{width: 100%; background: url(../images/join_bg.png) no-repeat center; background-size: cover; padding: 100px 0;}
.park_plan .list .img{width: 45%;}
.park_plan .list .img>img{width: 100%; height: auto; object-fit: cover;}
.park_plan .list .desc_box{width: 55%; padding-left: 5%; box-sizing: border-box;}
.park_plan .list .desc_box>span{font-size: 36px; display: block;}
.park_plan .list .desc_box>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.park_plan .list .desc_box>p{width: 78px; height: 4px; background-color: #0062b2; margin: 30px 0; position: relative;}
.park_plan .list .desc_box>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.park_plan .list .desc_box>.desc{font-size: 16px; line-height: 2;}
.park_platform{padding: 90px 0;}
.park_platform .list .desc_box{text-align: center;}
.park_platform .list .desc_box>span{font-size: 36px; display: block;}
.park_platform .list .desc_box>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.park_platform .list .desc_box>p{width: 78px; height: 4px; background-color: #0062b2; margin: 20px auto; position: relative;}
.park_platform .list .desc_box>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.park_platform .list_con>span{font-size: 24px; font-weight: bold; display: block; margin: 45px 0; text-align: center; padding-bottom: 50px;}
.park_platform .list_con>ul{margin-top: 110px; position: relative;}
.park_platform .list_con>ul::after{content: ''; width: 100%; height: 5px; background-color: #eaeaea; position: absolute; top: 50%; margin-top: -45px;}
.park_platform .list_con>ul>li{flex: 1; flex-direction: column; position: relative; z-index: 2;}
.park_platform .list_con>ul>li:nth-child(2n+1){flex-direction: column-reverse; margin-top: -170px;}
.park_platform .list_con>ul>li img{margin: 0 auto;}
.park_platform .list_con>ul>li span{height: 30px; font-size: 16px; margin-top: 25px; display: block; text-align: center;}
.park_platform .list_con>ul>li:nth-child(2n+1) span{margin-bottom: 25px; margin-top: 0;}
.park_platform .list_box{margin-top: 80px; padding: 20px 0 60px 0; background: url(../images/join_bg2.jpg) no-repeat center; background-size: cover; border-radius: 90px;}
.park_platform .list_box>span{padding-bottom: 0;}
.park_platform .list_box>.desc{width: 90%; margin: 0 auto; font-size: 16px; line-height: 2;}

/*recruit*/
.recruit_concept{width: 100%; background: url(../images/recruit_bg.jpg) no-repeat center; background-size: cover; padding: 100px 0;}
.recruit_concept .list .img{width: 45%;}
.recruit_concept .list .img>img{width: 100%; height: auto; object-fit: cover;}
.recruit_concept .list .desc_box{width: 55%; padding-left: 5%; box-sizing: border-box;}
.recruit_concept .list .desc_box>span{font-size: 36px; display: block;}
.recruit_concept .list .desc_box>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.recruit_concept .list .desc_box>p{width: 78px; height: 4px; background-color: #0062b2; margin: 30px 0; position: relative;}
.recruit_concept .list .desc_box>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.recruit_concept .list .desc_box>.desc{font-size: 16px; line-height: 2;}
.recruit_train{width: 100%; padding: 90px 0;}
.recruit_train .list .desc_box{width: 20%;}
.recruit_train .list .desc_box>span{font-size: 36px; display: block;}
.recruit_train .list .desc_box>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.recruit_train .list .desc_box>p{width: 78px; height: 4px; background-color: #0062b2; margin: 30px 0; position: relative;}
.recruit_train .list .desc_box>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.recruit_train .list .img{width: 80%;}
.recruit_train .list .img>img{max-width: 100%; height: auto;}
.recruit_salary{width: 100%; background: url(../images/recruit_bg.jpg) no-repeat center; background-size: cover; padding-bottom: 100px;}
.recruit_salary .list{min-height: 596px; padding: 130px 0; background-position: top center; background-repeat: no-repeat; background-size: cover; color: #fff; box-sizing: border-box;}
.recruit_salary .list .desc_box>span{font-size: 36px; display: block;}
.recruit_salary .list .desc_box>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.recruit_salary .list .desc_box>p{width: 78px; height: 4px; background-color: #0062b2; margin: 30px 0; position: relative;}
.recruit_salary .list .desc_box>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.recruit_salary .list .desc_box>.desc{width: 830px; font-size: 16px; line-height: 2;}
.recruit_salary ul{margin-top: -196px; background-color: #fff; position: relative; align-items: stretch; z-index: 2;}
.recruit_salary ul>li{width: 38%; padding: 50px 3vw; border-left: 1px solid #ebebeb; box-sizing: border-box;}
.recruit_salary ul>li:nth-child(3n+1){border-left: 0;}
.recruit_salary ul>li:nth-child(2){width: 24%;}
.recruit_salary ul>li .img>img{max-width: 53px; height: auto;}
.recruit_salary ul>li span{font-size: 24px; display: block;}
.recruit_salary ul>li dl{margin-top: 25px;}
.recruit_salary ul>li dl>dd{margin-left: 10%; margin-bottom: 15px;}
.recruit_salary ul>li dl>dd:nth-child(2n+1){margin-left: 0;}
.recruit_salary ul>li dl>dd>.img{width: 65px; height: 65px; border: 1px solid #ebebeb; border-radius: 50%;}
.recruit_salary ul>li dl>dd>.img>img{max-width: 40px; height: auto;}
.recruit_salary ul>li dl>dd>span{font-size: 18px; margin-left: 15px;}
.recruit_list{padding: 80px 0;}
.recruit_list .list .desc_box>span{font-size: 36px; display: block;}
.recruit_list .list .desc_box>em{font-size: 16px; display: block; font-family: Arial; text-transform: uppercase; margin-top: 20px;}
.recruit_list .list .desc_box>p{width: 78px; height: 4px; background-color: #0062b2; margin: 30px 0; position: relative;}
.recruit_list .list .desc_box>p>i{width: 30px; height: 4px; background-color: #90c31f; display: inline-block; position: absolute; left: 0; right: 0;}
.recruit_list .list .list_dh>em{font-size: 17px; padding: 0 20px; margin: 0 10px; padding-bottom: 20px; box-sizing: border-box; cursor: pointer;}
.recruit_list .list .list_dh>em.on{border-bottom: 2px solid #0062b2;}
.recruit_list form{margin-top: 35px; font-size: 16px;}
.recruit_list form>input{width: 336px; height: 58px; border: 1px solid #e9e9e9; box-sizing: border-box; text-indent: 20px; margin-right: 20px;}
.recruit_list form>button{width: 234px; height: 58px; background: url(../images/search_icon.png) no-repeat left 82px center #0062b2; color: #fff; border: 0; font-size: 16px; padding-left: 50px; cursor: pointer; transition: all 0.3s; -ms-transition: all 0.3s;}
.recruit_list form>button:hover{ background-color: #1a72ba;}
.recruit_list .list_con .list_con_box{margin-top: 20px;}
.recruit_list .list_con .list_con_box>.box{background: #0062b2; height: 68px; line-height: 68px; display: flex; justify-content: space-between; color: #fff;}
.recruit_list .list_con .list_con_box>.box>span{width: 14%; display: inline-block; text-align: center; font-size: 18px;}
.recruit_list .list_con .list_con_box>.box>span:nth-child(2){width: 20%;}
.recruit_list .list_con .list_con_box>.box>span:last-child{width: 10%;}
.recruit_list .list_con ul>li{border-bottom: 1px solid #e9e9e9; font-size: 16px; cursor: pointer;}
.recruit_list .list_con ul>li:nth-child(2n){background: #fafafa;}
.recruit_list .list_con ul>li>.list_dh{display: flex; justify-content: space-between;}
.recruit_list .list_con ul>li>.list_dh>span{width: 14%; height: 68px; line-height: 1.4; display: flex; align-items: center; justify-content: center; text-align: center;}
.recruit_list .list_con ul>li>.list_dh>span:nth-child(2){width: 20%;}
.recruit_list .list_con ul>li>.list_dh>span:last-child{width: 10%;}
.recruit_list .list_con ul>li>.list_dh>span>a{color: #0062b2; border-bottom: 1px solid #0062b2;}
.recruit_list .list_con ul>li>.list_dh>span>i{color: #0062b2; font-size: 16px; font-weight: lighter; margin-left: 8px;}
.recruit_list .list_con ul>li>.list_desc{border-top: 1px solid #e9e9e9; padding: 40px 0 0 0; line-height: 2.2; display: none;}
.recruit_list .list_con ul>li>.list_desc>.list_desc_box{width: 90%; margin: 0 auto;}
.recruit_list .list_con ul>li>.list_desc>.list_desc_box .box{width: 45%; margin-bottom: 30px;}
.recruit_list .list_con ul>li>.list_desc>.list_desc_box span{font-weight: bold; font-size: 19px;}

/*list_pro*/
ul.list_pro li{width: 100%; padding: 70px 0; text-align: center; background: -webkit-linear-gradient(#edeff2,#fff,#e8ebee); background: -o-linear-gradient(#edeff2,#fff,#e8ebee); background: -moz-linear-gradient(#edeff2,#fff,#e8ebee); background: linear-gradient(#edeff2,#fff,#e8ebee);}
ul.list_pro li .img{width: 100%; height: 100%; margin: 0 auto; margin-top: 30px; text-align: center;}
ul.list_pro li img{max-width: 80%; height: auto; transition: all 0.6s; -ms-transition: all 0.6s; display: inline-block;}
ul.list_pro li img:hover{transform: scale(1.06); -webkit-transform: scale(1.06);}
ul.list_pro li a>span{display: block; font-size: 46px; font-weight: bold; text-align: center;}
ul.list_pro li a>p{font-size: 22px; color: #333; margin-top: 30px; text-align: center;}
ul.list_pro li a>em{width: 150px; height: 40px; line-height: 40px; border: 1px solid #ccc; border-radius: 25px; text-align: center; font-size: 15px; display: block; margin: 30px auto; color: #333;}
ul.list_pro li a>em:hover{border-color: #0062b2; color: #0062b2;}
ul.list_pro li dl{margin-top: 40px;}
ul.list_pro li dl>dd{text-align: center; padding: 0 100px; position: relative;}
ul.list_pro li dl>dd::after{content: ''; width: 2px; background-color: #ccc; height: 22px; display: block; position: absolute; left: 0; top: 50%; margin-top: -11px;}
ul.list_pro li dl>dd:first-child::after{display: none;}
ul.list_pro li dl>dd>img{max-width: 38px;}
ul.list_pro li dl>dd>span{display: block; font-size: 40px; font-weight: bold; font-family: Arial; color: #0062b2; line-height: 1; margin: 15px auto;}
ul.list_pro li dl>dd>span>i{font-size: 20px; margin-left: 10px;}
ul.list_pro li dl>dd>em{font-size: 24px; display: block; color: #333;}

/*display*/
.dis_big{text-align: center; margin-top: 110px;}
.dis_pic{box-sizing: border-box; padding: 90px 0; text-align: center; background: -webkit-linear-gradient(#f5f6f7,#fff,#e8ebee); background: -o-linear-gradient(#f5f6f7,#fff,#e8ebee); background: -moz-linear-gradient(#f5f6f7,#fff,#e8ebee); background: linear-gradient(#f5f6f7,#fff,#e8ebee);}
.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: #0062b2;}
.dis_note{width: 1200px; padding: 90px 0 100px; margin: 0 auto;}
.dis_note>span{font-size: 46px; font-weight: bold;}
.dis_note dl{margin-top: 85px;}
.dis_note dl>dd{text-align: center; padding: 0 100px; position: relative;}
.dis_note dl>dd::after{content: ''; width: 2px; background-color: #ccc; height: 22px; display: block; position: absolute; left: 0; top: 50%; margin-top: -11px;}
.dis_note dl>dd:first-child::after{display: none;}
.dis_note dl>dd>img{max-width: 38px;}
.dis_note dl>dd>span{display: block; font-size: 40px; font-weight: bold; font-family: Arial; color: #0062b2; line-height: 1; margin: 15px auto;}
.dis_note dl>dd>span>i{font-size: 20px; margin-left: 10px;}
.dis_note dl>dd>em{font-size: 24px; display: block; color: #333;}
.dis_note .desc_box{margin-top: 80px; text-align: left;}
.dis_note .desc_box>span{font-size: 30px; font-weight: bold; line-height: 1; padding-left: 20px; position: relative;}
.dis_note .desc_box>span::after{content: ''; width: 4px; background-color: #0062b2; height: 28px; display: block; position: absolute; left: 0; top: 50%; margin-top: -12px;}
.dis_note .desc_box>.desc{margin-top: 30px; font-size: 22px; line-height: 2.6;}
.dis_note .desc_box video{max-width: 100%; height: 400px;}
.dis_note img{display: inline-block;}

/*list_share*/
ul.list_share li{width: 235px; margin-left: 20px; margin-bottom: 20px;}
ul.list_share li:nth-child(4n+1){margin-left: 0;}
ul.list_share li .img{width: 235px; height: 180px; 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: 10px;}

/*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*/
.list_news{padding: 100px 0;}

/*list_img_news*/
ul.list_img_news li{width: 48.5%; margin-left: 3%; margin-bottom: 3%; box-shadow: 0 1px 12px 1px rgba(0,0,0,0.05);}
ul.list_img_news li:nth-child(2n+1){margin-left: 0;}
ul.list_img_news li:hover{box-shadow: 0 1px 15px 3px rgba(0,0,0,0.08);}
ul.list_img_news li .img{width: 17vw; 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: calc(100% - 17vw); padding: 2vw 1.7vw; box-sizing: border-box; font-size: 15px;}
ul.list_img_news li span{font-size: 18px; display: block;}
ul.list_img_news li p{color: #666; line-height: 1.8; margin-top: 1.2vw;}
ul.list_img_news li em{display: block; color: #888; margin-top: 1.4vw;}

/*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{margin-top: 200px; padding-bottom: 100px;}
#dis_news .news_title{font-weight: bold; font-size: 28px; text-align: center;}
#dis_news .news_date{color: #888; text-align: center; line-height: 2; padding: 15px 0 30px 0; font-size: 15px; border-bottom: 1px solid #e4e6e7;}
#dis_news .news_content{text-align: left; font-size: 15px; margin-top: 30px; line-height: 2.2;}

/*page*/
.page{text-align: center; line-height: 30px; min-height: 30px; clear: both; margin-top: 20px;}
/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 30px; text-align: center;}
.pages a{border: 1px solid #ccc; padding: 8px 14px; margin: 0 5px; color: #333 !important;}
.pages a:hover,.pages a.active{background: #0062b2; color: #fff !important; border-color: #0062b2;}
.pages span{border: 1px solid #ccc; padding: 8px 14px; margin: 0 3px; cursor: pointer;}
.pages span:hover,.pages span.layui-laypage-curr{background: #0062b2; color: #fff; border-color: #0062b2;}
.pageBtn,.pageSelect{display: none;}

/*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_1323136507183210{margin-top: 50px;}
#form_1323136507183210 .formMsgItem:nth-child(-n+4){width: 384px; display: inline-block; margin-left: 24px;}
#form_1323136507183210 .formMsgItem:nth-child(2){margin-left: 0;}
#form_1323136507183210 .formMsgItem:nth-child(5){margin-top: 15px;}
#form_1323136507183210 .formMsgItem:nth-child(6){margin-top: 15px;}
#form_1323136507183210 .formMsgItem:nth-child(7){margin-top: 15px;}
#form_1323136507183210 .formMsgItem .layui-input{height: 48px; border: 1px solid #d0d0d0; border-radius: 0;}
#form_1323136507183210 .formMsgItem .layui-input:focus{border-color: #0062b2 !important; box-shadow: none;}
#form_1323136507183210 .formMsgItem .layui-select{height: 48px; border: 1px solid #d0d0d0; border-radius: 0;}
#form_1323136507183210 .formMsgItem .layui-select:focus{border-color: #0062b2 !important; box-shadow: none;}
#form_1323136507183210 .formMsgItem .layui-textarea{height: 230px; border: 1px solid #d0d0d0; resize: none; padding: 15px 10px; border-radius: 0;}
#form_1323136507183210 .formMsgItem .layui-textarea:focus{border-color: #0062b2 !important; box-shadow: none;}
#form_1323136507183210 .formMsgItem:nth-child(7) .formMsgInput{display: flex; align-items: center;} 
#form_1323136507183210 .formMsgItem:nth-child(7) .layui-input{width: 384px; display: inline-block;}
#form_1323136507183210 .formMsgItem:nth-child(7) img{width: 80px; height: 48px; display: inline-block; margin-left: 20px;}
#form_1323136507183210 .layui-btn{width: 370px; height: 58px; margin: 60px auto 0; background-color: #0062b2; display: block; border-radius: 0; font-size: 22px;}
#form_1323136507183210 .layui-btn:hover{opacity: 0.9;}
#form_1304382725423144{width: 800px; margin: 50px auto 0; padding-bottom: 100px; font-size: 16px;}
#form_1304382725423144 .formMsgItem{margin-top: 15px;}
#form_1304382725423144 .formMsgItem .formMsgTitle{width: 100px; display: inline-block;}
#form_1304382725423144 .formMsgItem .formMsgCon{width: 680px; display: inline-block;} 
#form_1304382725423144 .textareaItem{display: flex; align-items: baseline;}
#form_1304382725423144 .formMsgItem .layui-input{height: 48px; border: 1px solid #d0d0d0; border-radius: 0; display: inline-block;}
#form_1304382725423144 .formMsgItem .layui-input:focus{border-color: #0062b2 !important; box-shadow: none;}
#form_1304382725423144 .formMsgItem .layui-select{height: 48px; border: 1px solid #d0d0d0; border-radius: 0;}
#form_1304382725423144 .formMsgItem .layui-select:focus{border-color: #0062b2 !important; box-shadow: none;}
#form_1304382725423144 .formMsgItem .layui-textarea{height: 230px; border: 1px solid #d0d0d0; resize: none; padding: 15px 10px; border-radius: 0;}
#form_1304382725423144 .formMsgItem .layui-textarea:focus{border-color: #0062b2 !important; box-shadow: none;}
#form_1304382725423144 .formMsgItem:nth-last-child(2) .formMsgInput{display: flex; align-items: center;} 
#form_1304382725423144 .formMsgItem:nth-last-child(2) .layui-input{width: 200px;}
#form_1304382725423144 .formMsgItem:nth-last-child(2) img{width: 80px; height: 48px; display: inline-block; margin-left: 20px;}
#form_1304382725423144 .layui-btn{width: 370px; height: 58px; margin: 60px auto 0; background-color: #0062b2; display: block; border-radius: 0; font-size: 22px;}
#form_1304382725423144 .layui-btn:hover{opacity: 0.9;}
#form_1517250716631086{width: 800px; margin: 50px auto 0; padding-bottom: 100px; font-size: 16px;}
#form_1517250716631086 .formMsgItem{margin-top: 15px;}
#form_1517250716631086 .formMsgItem .formMsgTitle{width: 100px; display: inline-block;}
#form_1517250716631086 .formMsgItem .formMsgCon{width: 680px; display: inline-block;} 
#form_1517250716631086 .textareaItem{display: flex; align-items: baseline;}
#form_1517250716631086 .formMsgItem .layui-input{height: 48px; border: 1px solid #d0d0d0; border-radius: 0; display: inline-block;}
#form_1517250716631086 .formMsgItem .layui-input:focus{border-color: #0062b2 !important; box-shadow: none;}
#form_1517250716631086 .formMsgItem .layui-select{height: 48px; border: 1px solid #d0d0d0; border-radius: 0;}
#form_1517250716631086 .formMsgItem .layui-select:focus{border-color: #0062b2 !important; box-shadow: none;}
#form_1517250716631086 .formMsgItem .layui-textarea{height: 230px; border: 1px solid #d0d0d0; resize: none; padding: 15px 10px; border-radius: 0;}
#form_1517250716631086 .formMsgItem .layui-textarea:focus{border-color: #0062b2 !important; box-shadow: none;}
#form_1517250716631086 .formMsgItem:nth-last-child(2) .formMsgInput{display: flex; align-items: center;} 
#form_1517250716631086 .formMsgItem:nth-last-child(2) .layui-input{width: 200px;}
#form_1517250716631086 .formMsgItem:nth-last-child(2) img{width: 80px; height: 48px; display: inline-block; margin-left: 20px;}
#form_1517250716631086 .layui-btn{width: 370px; height: 58px; margin: 60px auto 0; background-color: #0062b2; display: block; border-radius: 0; font-size: 22px;}
#form_1517250716631086 .layui-btn:hover{opacity: 0.9;}

/*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{width: 86%;}
}
@media screen and (max-width: 1460px){
.container{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{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{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;}

/*banner_inside*/
.banner_inside{height: 30vh; margin-top: 60px;}
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-slide .desc{font-size: 14px;}
.banner_inside .swiper-slide .desc>i{width: 20px; height: 2px; margin: 10px auto;}
.banner_inside .swiper-slide .desc>span{font-size: 18px;}
.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_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 .desc{width: 90%; font-size: 15px; margin-top: 10px;}
#home_about .home_about_con ul{align-items: flex-start;}
#home_about .home_about_con ul li img{width: 40px;}
#home_about .home_about_con ul li span{margin-top: 10px;}
#home_about .home_about_con ul li span>em{font-size: 26px; margin-right: 0;}
#home_about .home_about_con ul li span>i{font-size: 15px;}
#home_about .home_about_con ul li p{font-size: 15px; margin-top: 0;}

/*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 ul{width: 95%; display: block;}
#home_pro .home_pro_con ul li{width: 100%; margin-left: 0; margin-bottom: 3%;}
#home_pro .home_pro_con ul li.on{width: 100%;}
#home_pro .home_pro_con ul li .img{height: 120px;}
#home_pro .home_pro_con ul li .img>img{border-radius: 10px;}
#home_pro .home_pro_con ul li .ico p{display: none;}
#home_pro .home_pro_con ul li .ico em{display: none;}
#home_pro .home_pro_con ul li.on .desc{display: none;}
#home_pro .home_pro_con ul li.on .img>img{filter: brightness(100%); -webkit-filter: brightness(100%);}
#home_pro .home_pro_con ul li.on .ico{opacity: 1;}
#home_pro .home_pro_con ul li.on p{opacity: 1;}
#home_pro .home_pro_con ul li .ico span{font-size: 16px;}

/*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*/
/*right*/
#right{width: 100%;}
#right .right_dh{font-size: 15px;}
#right .right_con{min-height: 320px; padding: 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_box{padding: 30px 0;}
#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: 45px;}
#left .left_dh>ul{white-space: nowrap; overflow-x: scroll; display: block; text-align: center;}
#left .left_dh>ul>li{margin: 0 2px; display: inline-block;}
#left .left_dh>ul>li a{height: 46px; line-height: 46px; font-size: 15px; padding: 0 8px;}
#left .left_dh>ul>li a.on{border-width: 2px;}
.mask{position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); display: none;}

/*about*/
.about_profile{padding: 30px 0;}
.about_profile .list{display: block;}
.about_profile .ico{width: 100%;}
.about_profile .ico .dh{text-align: center;}
.about_profile .ico .dh>span{font-size: 18px;}
.about_profile .ico .dh>em{font-size: 14px; margin-top: 0;}
.about_profile .ico .dh>p{height: 3px; margin: 10px auto;}
.about_profile .ico ul{margin-top: 30px; display: flex; align-items: flex-start;}
.about_profile .ico ul>li{margin-bottom: 20px; flex: 1; align-items: flex-start;}
.about_profile .ico ul>li .img{margin: 0 auto;}
.about_profile .ico ul>li .img>img{width: 40px;}
.about_profile .ico ul>li .desc{margin-left: 0; margin-top: 12px; text-align: center;}
.about_profile .ico ul>li .desc>span{font-size: 26px;}
.about_profile .ico ul>li .desc>em{width: 80%; margin: 5px auto;}
.about_profile .desc_box{width: 100%;}
.about_profile .desc_box>span{font-size: 17px; margin-bottom: 20px;}
.about_video{padding: 30px 0;}
.about_video .video>.img{top: 80px;}
.about_video .desc>img{width: 40px;}
.about_history{padding: 30px 0;}
.about_history .dh{font-size: 15px;}
.about_history .dh>span{font-size: 18px;}
.about_history .dh>em{margin-top: 0; font-size: 14px;}
.about_history .preview{margin: 60px 0 0 0; border-top-width: 3px;}
.about_history .preview .swiper-container{margin-top: -53px;}
.about_history .preview .swiper-slide{font-size: 16px;}
.about_history .preview .swiper-slide em{padding-top: 20px; background-size: 20px 20px;}
.about_history .preview .active-nav em{background-size: 20px 20px;}
.about_history .preview .arrow-left{width: 26px; height: 26px; margin-top: -13px;}
.about_history .preview .arrow-right{width: 26px; height: 26px; margin-top: -13px;}
.about_history .view .swiper-container{width: 92%;}
.about_history .view .swiper-slide{display: block; text-align: center;}
.about_history .view .swiper-slide img{width: 100%; margin: 0 auto;}
.about_history .view .swiper-slide span{font-size: 22px;}
.about_history .view .swiper-slide span>em{font-size: 16px; top: 0; margin-left: 6px;}
.about_history .view .swiper-slide .note{width: 100%; height: auto; margin-left: 0; margin-top: 20px;}
.about_history .view .swiper-slide i{margin: 10px 0; height: 3px;}
.about_history .view .swiper-slide p{font-size: 15px;}
.about_history .view .swiper-slide ul{width: 100%; padding-left: 0; margin-top: 4%;}
.about_history .view .swiper-slide span{width: 70px; font-size: 18px; top: 2px;}
.about_history .view .swiper-slide .desc{font-size: 15px;}
.about_history .view .arrow-left{font-size: 30px;}
.about_history .view .arrow-right{font-size: 30px;}
.about_culture{padding: 30px 0 20px 0;}
.about_culture .dh>span{font-size: 18px;}
.about_culture .dh>em{margin-top: 0; font-size: 14px;}
.about_culture .dh>p{height: 3px; margin: 10px auto;}
.about_culture .dh>p>i{height: 3px;}
.about_culture ul{width: 100%; margin: 30px 0 0 0;}
.about_culture ul>li{margin-bottom: 20px;}
.about_culture ul>li .desc>span{font-size: 18px;}
.about_culture ul>li .desc>em{width: 90%; margin: 0 auto; font-size: 15px; margin-top: 5px;}
.about_honor{padding: 30px 0;}
.about_honor .dh>span{font-size: 18px;}
.about_honor .dh>em{margin-top: 0; font-size: 14px;}
.about_honor .dh>p{height: 3px; margin: 10px auto 15px;}
.about_honor .dh>p>i{height: 3px;}
.about_honor .dh>.desc{width: 100%; font-size: 15px;}
.about_honor .list{margin-top: 20px;}
.about_honor .swiper-slide .desc{margin-top: 10px;}
.about_honor .swiper-slide span{font-size: 15px;}
.about_honor .ico{margin: 25px 0 0 0;}
.about_honor .ico>em{width: 36px; height: 36px; line-height: 36px; font-size: 24px; margin: 0 5px;}
.about_sub{padding: 30px 0;}
.about_sub .dh>span{font-size: 18px;}
.about_sub .dh>em{margin-top: 0; font-size: 14px;}
.about_sub .dh>p{height: 3px; margin: 10px auto;}
.about_sub .dh>p>i{height: 3px;}
.about_sub ul{margin-top: 25px; display: block;}
.about_sub ul li{width: 100%; margin-left: 0; margin-bottom: 3%;}
.about_sub ul li.on{width: 100%;}
.about_sub ul li .img{height: 140px;}
.about_sub ul li .img>img{border-radius: 10px;}
.about_sub ul li .desc{display: none;}
.about_sub ul li.on>p{opacity: 1;}
.about_sub ul li>p>span{width: 80%; font-size: 16px;}
.about_sub ul li.on .img>img{filter: brightness(90%); -webkit-filter: brightness(90%);}

/*technology*/
.technology_rd{padding-bottom: 30px;}
.technology_rd .list{display: block;}
.technology_rd .list .img{width: 100%; height: 220px;}
.technology_rd .list .desc_box{width: 94%; margin: 0 auto; margin-top: 25px; padding-left: 0;}
.technology_rd .list .desc_box>span{font-size: 18px;}
.technology_rd .list .desc_box>em{margin-top: 0; font-size: 14px;}
.technology_rd .list .desc_box>p{height: 3px; margin: 10px 0 15px;}
.technology_rd .list .desc_box>p>i{height: 3px;}
.technology_rd .list .desc_box>.desc{font-size: 15px;}
.technology_rd ul{margin-top: 25px; align-items: flex-start; position: relative;}
.technology_rd ul>li{width: 33%; padding: 25px 0; display: block;}
.technology_rd ul>li .desc{text-align: center; line-height: 1.6; margin-left: 0;}
.technology_rd ul>li .desc>span{font-size: 24px; display: block; margin-top: 5px;}
.technology_rd ul>li .desc>span>i{font-size: 18px;}
.technology_rd ul>li .desc>em{width: 80%; margin: 0 auto; font-size: 15px; margin-top: 0; padding-bottom: 25px;}
.technology_rd ul>li .img{margin: 0 auto; width: 50px; height: 50px;}
.technology_rd ul>li .img>img{width: 30px;}
.technology_rd ul>li .desc>p{position: absolute; bottom: 20px;}
.technology_innovation{padding-bottom: 35px;}
.technology_innovation .list{padding: 30px 0; min-height: 350px;}
.technology_innovation .list .desc_box>span{font-size: 18px;}
.technology_innovation .list .desc_box>em{margin-top: 0; font-size: 14px;}
.technology_innovation .list .desc_box>p{height: 3px; margin: 10px 0 15px;}
.technology_innovation .list .desc_box>p>i{height: 3px;}
.technology_innovation .list .desc_box>.desc{width: 100%; font-size: 15px;}
.technology_innovation ul{display: block;}
.technology_innovation ul>li{padding: 20px; border-left: 0; border-top: 1px solid #ebebeb;}
.technology_innovation ul>li .img>img{width: 40px;}
.technology_innovation ul>li span{font-size: 19px; margin: 15px 0 10px 0;}
.technology_innovation ul>li em{font-size: 15px;}
.technology_innovation ul>li p{margin-top: 20px;}
.technology_innovation ul>li p>i{font-size: 28px;}
.technology_service{padding: 30px 0;}
.technology_service .list .dh>span{font-size: 18px;}
.technology_service .list .dh>em{margin-top: 0; font-size: 14px;}
.technology_service .list .dh>p{height: 3px; margin: 10px 0 15px;}
.technology_service .list .dh>p>i{height: 3px;}
.technology_service .list .desc{width: 100%; font-size: 15px;}

/*park*/
.park_plan{padding: 30px 0;}
.park_plan .list{display: block;}
.park_plan .list .img{width: 100%;}
.park_plan .list .desc_box{width: 100%; padding-left: 0; margin-top: 20px;}
.park_plan .list .desc_box>span{font-size: 18px;}
.park_plan .list .desc_box>em{margin-top: 0; font-size: 14px;}
.park_plan .list .desc_box>p{height: 3px; margin: 10px 0 15px;}
.park_plan .list .desc_box>p>i{height: 3px;}
.park_plan .list .desc_box>.desc{font-size: 15px;}
.park_platform{padding: 30px 0;}
.park_platform .list .desc_box{width: 100%; padding-left: 0; margin-top: 0;}
.park_platform .list .desc_box>span{font-size: 18px;}
.park_platform .list .desc_box>em{margin-top: 0; font-size: 14px;}
.park_platform .list .desc_box>p{height: 3px; margin: 10px auto 15px;}
.park_platform .list .desc_box>p>i{height: 3px;}
.park_platform .list_con>span{font-size: 18px; margin: 20px 0; padding-bottom: 0;}
.park_platform .list_con>ul{margin-top: 25px;}
.park_platform .list_con>ul::after{display: none;}
.park_platform .list_con>ul>li{width: 50%; flex: none; margin-bottom: 20px; display: block;}
.park_platform .list_con>ul>li .img{text-align: center;}
.park_platform .list_con>ul>li img{width: 50px; margin: 0 auto;}
.park_platform .list_con>ul>li span{width: 80%; margin: 15px auto 0; height: auto; font-size: 15px;}
.park_platform .list_con>ul>li:nth-child(2n+1){margin-top: 0;}
.park_platform .list_con>ul>li:nth-child(2n+1) span{margin-top: 15px; margin-bottom: 0;}
.park_platform .list_box{margin-top: 20px; padding: 10px 0 30px 0; border-radius: 15px;}
.park_platform .list_box>.desc{font-size: 15px;}

/*recruit*/
.recruit_concept{padding: 30px 0;}
.recruit_concept .list{display: block;}
.recruit_concept .list .img{width: 100%;}
.recruit_concept .list .desc_box{width: 100%; padding-left: 0; margin-top: 20px;}
.recruit_concept .list .desc_box>span{font-size: 18px;}
.recruit_concept .list .desc_box>em{margin-top: 0; font-size: 14px;}
.recruit_concept .list .desc_box>p{height: 3px; margin: 10px 0 15px;}
.recruit_concept .list .desc_box>p>i{height: 3px;}
.recruit_concept .list .desc_box>.desc{font-size: 15px;}
.recruit_train{padding: 30px 0;}
.recruit_train .list{display: block;}
.recruit_train .list .desc_box{width: 100%;}
.recruit_train .list .desc_box>span{font-size: 18px;}
.recruit_train .list .desc_box>em{margin-top: 0; font-size: 14px;}
.recruit_train .list .desc_box>p{height: 3px; margin: 10px 0 15px;}
.recruit_train .list .desc_box>p>i{height: 3px;}
.recruit_train .list .img{width: 100%; margin-top: 10px;}
.recruit_salary{padding-bottom: 30px;}
.recruit_salary .list{padding: 30px 0; min-height: 320px;}
.recruit_salary .list .desc_box>span{font-size: 18px;}
.recruit_salary .list .desc_box>em{margin-top: 0; font-size: 14px;}
.recruit_salary .list .desc_box>p{height: 3px; margin: 10px 0 15px;}
.recruit_salary .list .desc_box>p>i{height: 3px;}
.recruit_salary ul{display: block; padding: 20px 15px; box-sizing: border-box;}
.recruit_salary ul>li{width: 100%; padding: 0; margin-bottom: 15px; border-left: 0;}
.recruit_salary ul>li:nth-child(2){width: 100%;}
.recruit_salary ul>li span{font-size: 18px;}
.recruit_salary ul>li dl{margin-top: 15px;}
.recruit_salary ul>li dl>dd>.img{width: 50px; height: 50px;}
.recruit_salary ul>li dl>dd>.img>img{width: 30px; height: 30px;}
.recruit_salary ul>li dl>dd>span{font-size: 15px; margin-left: 10px;}
.recruit_list{padding: 30px 0;}
.recruit_list .list .desc_box>span{font-size: 18px;}
.recruit_list .list .desc_box>em{margin-top: 0; font-size: 14px;}
.recruit_list .list .desc_box>p{height: 3px; margin: 10px 0 15px;}
.recruit_list .list .desc_box>p>i{height: 3px;}
.recruit_list .list .list_dh>em{padding: 10px 5px; margin: 0 5px; font-size: 16px;}
.recruit_list form{margin-top: 15px;}
.recruit_list form>input{width: 100%; height: 40px; margin-right: 0; margin-bottom: 2%;}
.recruit_list form>button{width: 100%; height: 50px; margin-right: 0; margin-bottom: 2%; background-position: left 46% center; background-size: 20px;}
.recruit_list .list_con .list_con_box{margin-top: 10px;}
.recruit_list .list_con .list_con_box>.box{height: 50px; line-height: 50px;}
.recruit_list .list_con .list_con_box>.box>span{width: 32%; font-size: 15px;}
.recruit_list .list_con .list_con_box>.box>span:last-child{width: 32%;}
.recruit_list .list_con .list_con_box>.box>span:nth-child(1){display: none;}
.recruit_list .list_con .list_con_box>.box>span:nth-child(2){width: 36%;}
.recruit_list .list_con .list_con_box>.box>span:nth-child(3){display: none;}
.recruit_list .list_con .list_con_box>.box>span:nth-child(4){display: none;}
.recruit_list .list_con ul>li>.list_dh>span{width: 32%; font-size: 15px; height: 50px;}
.recruit_list .list_con ul>li>.list_dh>span:last-child{width: 32%;}
.recruit_list .list_con ul>li>.list_dh>span:nth-child(1){display: none;}
.recruit_list .list_con ul>li>.list_dh>span:nth-child(2){width: 36%;}
.recruit_list .list_con ul>li>.list_dh>span:nth-child(3){display: none;}
.recruit_list .list_con ul>li>.list_dh>span:nth-child(4){display: none;}
.recruit_list .list_con ul>li>.list_desc{padding: 20px 0 0 0;}
.recruit_list .list_con ul>li>.list_desc>.list_desc_box span{font-size: 17px;}
.recruit_list .list_con ul>li>.list_desc>.list_desc_box .box{width: 100%; margin-bottom: 10px; font-size: 15px;}

/*list_pro*/
ul.list_pro li{padding: 30px 0;}
ul.list_pro li a>span{font-size: 19px;}
ul.list_pro li a>p{font-size: 15px; margin-top: 10px;}
ul.list_pro li a>em{width: 120px; margin: 20px auto; height: 36px; line-height: 36px;}
ul.list_pro li .img{width: 90%; height: 90%; margin-top: 20px;}
ul.list_pro li dl{width: 100%; margin-top: 20px;}
ul.list_pro li dl>dd{padding: 0 6%;}
ul.list_pro li dl>dd::after{width: 1px;}
ul.list_pro li dl>dd img{width: 30px;}
ul.list_pro li dl>dd>span{font-size: 20px; margin: 5px auto;}
ul.list_pro li dl>dd>span>i{font-size: 15px; margin-left: 5px;}
ul.list_pro li dl>dd>em{font-size: 15px;}

/*display*/
.dis_big{margin-top: 60px;}
.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_pic{padding: 30px 0;}
.dis_pic img{width: 90%; height: 90%;}
.dis_note{width: 94%; padding: 30px 0;}
.dis_note>span{font-size: 19px;}
.dis_note dl{margin-top: 25px;}
.dis_note dl>dd{padding: 0 6%;}
.dis_note dl>dd::after{width: 1px;}
.dis_note dl>dd img{width: 30px;}
.dis_note dl>dd>span{font-size: 20px; margin: 5px auto;}
.dis_note dl>dd>span>i{font-size: 15px; margin-left: 5px;}
.dis_note dl>dd>em{font-size: 15px;}
.dis_note .desc_box{margin-top: 30px;}
.dis_note .desc_box>span{font-size: 18px; padding-left: 15px;}
.dis_note .desc_box>span::after{height: 3px; height: 20px; margin-top: -10px;}
.dis_note .desc_box>.desc{margin-top: 10px; font-size: 15px; line-height: 2.2;}
.dis_note .desc_box:last-child>span::after{height: 3px; height: 20px; margin-top: -22px;}
.dis_note .desc_box video{height: 200px;}

/*list_share*/
ul.list_share li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_share li:nth-child(2n+1){margin-left: 0;}
ul.list_share li .img{width: 100%; height: 120px;}
ul.list_share li span{padding-top: 5px;}

/*share_list*/
ul.share_list li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.share_list li:nth-child(2n+1){margin-left: 0;}
ul.share_list li .img{width: 100%; height: 100%;}
ul.share_list li span{padding-top: 5px;}

/*list_news*/
.list_news{padding: 30px 0 40px 0;}

/*list_img_news*/
ul.list_img_news li{width: 100%; margin-left: 0; margin-bottom: 4%;}
ul.list_img_news li .img{width: 40%; height: 130px;}
ul.list_img_news li .desc{width: 60%; padding: 10px 15px;}
ul.list_img_news li span{font-size: 16px;}
ul.list_img_news li p{line-height: 1.6;}

/*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%; margin-top: 30px;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 19px; line-height: 1.6;}
#dis_news .news_date{padding: 5px 0 15px 0;}
#dis_news .news_content{margin-top: 15px;}

/*form*/
#form_1323136507183210{margin-top: 20px;}
#form_1323136507183210 .formMsgItem:nth-child(-n+4){width: 100%; display: block; margin-left: 0; margin-bottom: 10px;}
#form_1323136507183210 .formMsgItem:nth-child(5){margin-top: 10px;}
#form_1323136507183210 .formMsgItem:nth-child(6){margin-top: 10px;}
#form_1323136507183210 .formMsgItem:nth-child(7){margin-top: 10px;}
#form_1323136507183210 .formMsgItem .layui-input{height: 36px;}
#form_1323136507183210 .formMsgItem .layui-textarea{height: 136px;}
#form_1323136507183210 .formMsgItem:nth-child(7) .layui-input{width: 60%;}
#form_1323136507183210 .formMsgItem:nth-child(7) img{height: 36px; margin-left: 10px;}
#form_1323136507183210 .layui-btn{width: 160px; height: 40px; margin: 25px auto 10px; font-size: 16px;}
#form_1304382725423144{width: 100%; margin-top: 20px; padding-bottom: 30px; font-size: 15px;}
#form_1304382725423144 .formMsgItem .formMsgCon{width: 100%;}
#form_1304382725423144 .formMsgItem .layui-input{height: 36px;}
#form_1304382725423144 .textareaItem{display: block;}
#form_1304382725423144 .formMsgItem .formMsgCon{display: block;}
#form_1304382725423144 .formMsgItem .formMsgTitle{width: auto; padding-bottom: 5px;}
#form_1304382725423144 .formMsgItem .layui-textarea{height: 136px;}
#form_1304382725423144 .formMsgItem:nth-last-child(2) .layui-input{width: 60%;}
#form_1304382725423144 .formMsgItem:nth-last-child(2) img{height: 36px; margin-left: 10px;}
#form_1304382725423144 .layui-btn{width: 160px; height: 40px; margin: 25px auto 10px; font-size: 16px;}
#form_1517250716631086{width: 100%; margin-top: 20px; padding-bottom: 30px; font-size: 15px;}
#form_1517250716631086 .formMsgItem .formMsgCon{width: 100%;}
#form_1517250716631086 .formMsgItem .layui-input{height: 36px;}
#form_1517250716631086 .textareaItem{display: block;}
#form_1517250716631086 .formMsgItem .formMsgCon{display: block;}
#form_1517250716631086 .formMsgItem .formMsgTitle{width: auto; padding-bottom: 5px;}
#form_1517250716631086 .formMsgItem .layui-textarea{height: 136px;}
#form_1517250716631086 .formMsgItem:nth-last-child(2) .layui-input{width: 60%;}
#form_1517250716631086 .formMsgItem:nth-last-child(2) img{height: 36px; margin-left: 10px;}
#form_1517250716631086 .layui-btn{width: 160px; height: 40px; margin: 25px auto 10px; font-size: 16px;}

/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 15px; text-align: center;}
.pages a{padding: 5px 10px;}
.pages span{padding: 5px 10px; margin: 0 3px;}
.layui-laypage{display: none;}
.pageBtn,.pageSelect{display: inline-block;}
.pageSelect>select{border: 0;}

/*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;}
}