@charset "utf-8";
/*CSS Common*/
body{margin: 0; padding: 0; font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; font-size: 15px; color: #333; text-align: center; background: #fff; line-height: 30px; margin-left: auto; margin-right: auto;}
a{color: #333; text-decoration: none; outline-style: none; outline-color: invert; outline-width: medium; -webkit-tap-highlight-color: transparent; transition: all 0.3s; -ms-transition: all 0.3s;}
a:link{text-decoration: none;}
a:hover{color: #00426f;}
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; color: #333; font-size: 15px; outline: none; resize: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0;}
em,i{font-style: normal;}
img{display: block;}
video{outline: none;}
.clear{clear: both; height: 0; overflow: hidden; display: block;}
.font{font-family: 'SimSun';}
.omit{word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.omit-two{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.omit-three{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.scale img{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
.center{display: flex; justify-content: center; align-items: center;}
.center_vertical{display: flex; align-items: center;}
.center_horizontal{display: flex; justify-content: center;}
.row{display: flex; flex-direction: row; flex-wrap: wrap;}
.row_box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.column{display: flex; flex-direction: column; flex-wrap: wrap;}
.column_box{display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;}
.con{padding: 50px 0; display: flex; justify-content: space-between;}
.content{min-width: 1340px; width: 88%; margin: 0 auto; padding: 0; text-align: left;}
.container{min-width: 1340px; width: 1340px; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{position: relative; width: 100%; margin: 0 auto; text-align: center; z-index: 9;}
#header .header_con{height: 82px;}
#header .header_search form{width: 305px; height: 40px; padding: 0 20px; border: 1px solid #dbdbdb; border-radius: 25px;}
#header .header_search input[type="text"]{width: 160px; height: 40px; height: 40px; border: 0; background: none;}
#header .header_search input[type="image"]{width: 25px; height: 25px;}
#header .header_lang{margin-left: 30px;}
#header .header_lang img{margin-right: 5px;}
#header .header_lang a{margin: 0 5px;}
#header .header_lang a:last-child{margin-right: 0;}

/*menu*/
.menu{width: 100%; background-color: #00426f;}
.menu ul>li{height: 56px; line-height: 56px; padding: 0 60px; text-align: center; position: relative; z-index: 9;}
.menu ul>li>a{display: block; font-size: 18px; color: #fff; cursor: pointer;}
.menu ul>li>a:hover{color: #fff;}
.menu ul>li>a.on{color: #fff;}
.menu ul>li dl{width: 100%; background-color: #fff; position: absolute; left: 0; top: 56px; display: none;}
.menu ul>li dl>dd{width: 100%; padding: 12px 0; line-height: 1.4; text-align: center;}

/*banner*/
.banner{height: 800px;}
.banner .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; background: #fff; opacity: 1; width: 10px; height: 10px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #00426f;}
.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: 542px;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; background: #fff; opacity: 1; width: 10px; height: 10px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #00426f;}
.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_pro*/
#home_pro{width: 100%; background-color: #f6f9fa; padding: 80px 0;}
#home_pro .home_pro_dh{font-size: 30px; margin: 0 auto; text-align: center; font-weight: bold;}
#home_pro .home_pro_dh em{color: #00426f;}
#home_pro .home_pro_dh img{margin: 20px auto 0;}
#home_pro .home_pro_con{margin-top: 70px;}
#home_pro .home_pro_con ul>li{width: 317px; margin-left: 24px; background-color: #fff; border-radius: 10px; padding: 40px; box-sizing: border-box; text-align: center; transition: all 0.3s;}
#home_pro .home_pro_con ul>li:nth-child(4n+1){margin-left: 0;}
#home_pro .home_pro_con ul>li:hover{box-shadow: 0 3px 15px 5px rgba(0,0,0,0.1);}
#home_pro .home_pro_con ul>li a{display: block;}
#home_pro .home_pro_con ul>li .img{width: 266px; height: 240px; overflow: hidden;}
#home_pro .home_pro_con ul>li img{max-width: 90%; max-height: 90%; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_pro .home_pro_con ul>li img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
#home_pro .home_pro_con ul>li span{display: block; font-size: 20px;}
#home_pro .home_pro_con ul>li p{margin-top: 15px; color: #666;}
#home_pro .home_pro_con ul>li i{width: 162px; height: 40px; line-height: 40px; display: block; border: 1px solid #00426f; border-radius: 25px; margin: 20px auto 0; color: #00426f; transition: all 0.3s;}
#home_pro .home_pro_con ul>li:hover i{background-color: #00426f; color: #fff;}

/*home_about*/
#home_about{width: 100%; margin: 80px 0;}
#home_about .home_about_con{margin-top: 70px;}
#home_about .home_about_con .desc{width: 550px; margin-top: 25px; line-height: 1.8;}
#home_about .home_about_con .desc .dh{font-size: 30px; font-weight: bold;}
#home_about .home_about_con .desc .dh em{color: #00426f;}
#home_about .home_about_con .desc .desc_box{margin-top: 20px;}
#home_about .home_about_con .img{width: 760px; height: 540px; border-radius: 15px; overflow: hidden;}
#home_about .home_about_con .img img{width: 100%; height: 100%; object-fit: cover;}
#home_about .home_about_con a.more{width: 162px; height: 40px; line-height: 40px; display: block; background-color: #00426f;border-radius: 25px; color: #fff; text-align: center; margin-top: 30px; transition: all 0.3s;}
#home_about .home_about_con a.more:hover{background-color: #0c4973;}

/*home_app*/
#home_app{width: 100%; background-color: #f6f9fa; padding: 80px 0;}
#home_app .home_app_dh{font-size: 30px; margin: 0 auto; text-align: center; font-weight: bold;}
#home_app .home_app_dh em{color: #00426f;}
#home_app .home_app_dh img{margin: 20px auto 0;}
#home_app .home_app_con{margin-top: 70px;}
#home_app .home_app_con .swiper-slide .img{width: 675px; height: 512px; border-radius: 15px; overflow: hidden;}
#home_app .home_app_con .swiper-slide .img>img{width: 100%; height: 100%; object-fit: cover;}
#home_app .home_app_con .swiper-slide .desc{width: 610px; text-align: left;}
#home_app .home_app_con .swiper-slide .desc span{margin-top: 50px; font-size: 30px; font-weight: bold; display: block;}
#home_app .home_app_con .swiper-slide .desc p{margin-top: 30px; color: #333;}
#home_app .home_app_con .swiper-slide .ico{margin-top: 40px;}
#home_app .home_app_con .swiper-slide .ico>em{width: 36px; height: 36px; line-height: 36px; border-radius: 50%; font-size: 18px; border: 1px solid #333; cursor: pointer; margin-right: 20px;}
#home_app .home_app_con .swiper-slide .ico>em:hover{border-color: #00426f; color: #00426f;}

/*home_news*/
#home_news{width: 100%; margin: 80px auto;}
#home_news .home_news_dh{font-size: 30px; margin: 0 auto; text-align: center; font-weight: bold;}
#home_news .home_news_dh em{color: #00426f;}
#home_news .home_news_dh img{margin: 20px auto 0;}
#home_news .home_news_con{margin-top: 70px;}
#home_news .home_news_con ul{width: 100%;}
#home_news .home_news_con ul>li{width: calc((100% - 50px)/3); background-color: #f6f9fa; padding: 40px 30px; margin-left: 25px; box-sizing: border-box; transition: all 0.3s; -ms-transition: all 0.3s;}
#home_news .home_news_con ul>li:nth-child(3n+1){margin-left: 0;}
#home_news .home_news_con ul>li:hover{box-shadow: 0 20px 30px -15px rgba(0,0,0,0.3);}
#home_news .home_news_con ul>li .date{align-items: baseline;}
#home_news .home_news_con ul>li .date>em{font-size: 42px; font-weight: bold;}
#home_news .home_news_con ul>li .date>p{margin-left: 5px;}
#home_news .home_news_con ul>li .desc>span{height: 60px; font-size: 22px; margin: 20px 0; line-height: 1.4;}
#home_news .home_news_con ul>li .desc>p{line-height: 1.6; color: #666;}
#home_news .home_news_con ul>li .more{margin-top: 30px;}
#home_news .home_news_con ul>li .more>i{width: 36px; height: 36px; line-height: 36px; display: block; border-radius: 50%; border: 1px solid #333; font-size: 18px; color: #333; text-align: center; margin-right: 15px; transition: all 0.3s; -ms-transition: all 0.3s;}
#home_news .home_news_con ul>li:hover .more>i{background-color: #00426f; color: #fff; border-color: #00426f;}
#home_news .home_news_con a.more{width: 162px; height: 40px; line-height: 40px; display: block; background-color: #00426f;border-radius: 25px; color: #fff; text-align: center; margin: 80px auto 90px; transition: all 0.3s;}
#home_news .home_news_con a.more:hover{background-color: #0c4973;}

/*left*/
#left{width: 310px;}
#left .left_box{border-radius: 10px; box-shadow: 0 3px 10px 5px rgba(0,0,0,0.1); overflow: hidden;}
#left .left_top{height: 72px; background: #00426f; line-height: 72px; padding-left: 30px; font-size: 24px; color: #fff; font-weight: bold;}
#left .left_dh>ul>li a{height: 58px; line-height: 58px; display: block; margin: 0 30px; border-bottom: solid 1px #e6e6e6;}
#left .left_dh>ul>li a:hover{color: #00426f;}
#left .left_dh>ul>li a.on{color: #00426f; border-color: #00426f;}
#left .left_dh>ul>li:last-child a{border-bottom: 0;}

/*content*/
#right{width: 970px;}
#right .right_dh{height: 40px; font-size: 15px; border-bottom: solid 1px #e6e6e6; margin-top: 10px; padding-bottom: 15px;}
#right .right_dh .dh_box{display: flex; justify-content: space-between;}
#right .right_dh .dh_box>.l{color: #00426f; font-size: 18px;}
#right .right_con{min-height: 200px; padding: 35px 0;}
#right .right_box{clear: both; overflow: hidden;}
#right .right_box img{max-width: 100%; height: auto !important; display: inline-block;}
#right .right_box video{max-width: 100%; height: auto;}
#right .right_box iframe{max-width: 100%;}

/*about*/
#about{width: 100%;}
#about .dh{font-size: 30px; margin: 0 auto; text-align: center; font-weight: bold;}
#about .dh em{color: #00426f;}
#about .dh img{margin: 20px auto 0;}
#about .list{margin-top: 40px;}
#about .about_profile{padding: 70px 0;}
#about .about_profile .swiper-container{margin-top: 50px;}
#about .about_profile .swiper-slide .img{width: 100%; height: 100%; border-radius: 15px; overflow: hidden;}
#about .about_profile .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
#about .about_profile .ico{margin-top: 40px;}
#about .about_profile .ico>em{width: 36px; height: 36px; line-height: 36px; border-radius: 50%; font-size: 18px; border: 1px solid #333; cursor: pointer; margin: 0 10px;}
#about .about_profile .ico>em:hover{border-color: #00426f; color: #00426f;}

#about .about_history{background-color: #f6f9fa; padding: 70px 0;}
#about .about_history .swiper-container{width: 92%; margin: 0 auto;}
#about .about_history .swiper-slide{height: 400px;}
#about .about_history .swiper-slide .note{height: 335px; position: relative; border-bottom: 1px solid #e0e0e0;}
#about .about_history .swiper-slide .note:before{position: absolute; content: ''; width: 1px; background: #e0e0e0; height: 65%; left: 59px; top: 118px;}
#about .about_history .swiper-slide .num{width: 118px; height: 118px; line-height: 118px; background-color: #fff; display: block; text-align: center; border: 1px solid #e0e0e0; border-radius: 50%;}
#about .about_history .swiper-slide .num>em{font-size: 30px; font-weight: bold; font-family: Arial;}
#about .about_history .swiper-slide .num>em>i{font-size: 18px; font-weight: normal; position: relative; top: -2px; margin-left: 3px;}
#about .about_history .swiper-slide .desc{width: calc(100% - 180px); padding-top: 30px; line-height: 1.8; margin-left: 20px;}
#about .about_history .swiper-slide .desc .title{font-size: 22px; color: #004076; font-weight: bold; margin-bottom: 10px; display: block;}
#about .about_history .swiper-slide .ico{width: 12px; height: 12px; background-color: #fff; border-radius: 50%; border: 2px solid #333; margin-left: 52px; margin-top: -9px; position: relative; z-index: 10;}
#about .about_history .arrow-left{position: absolute; background-color: #004076; left: 0; top: 50%; margin-top: -83px; width: 36px; height: 36px; z-index: 10; border-radius: 50%;}
#about .about_history .arrow-right{position: absolute; background-color: #004076; right: 0; top: 50%; margin-top: -83px; width: 36px; height: 36px; z-index: 10; border-radius: 50%;}
#about .about_history .active-arrow{background-color: #e9e9e9;}
#about .about_history .swiper-slide-active .note:before{background: #004076;}
#about .about_history .swiper-slide-active .num{background-color: #004076; color: #fff;}
#about .about_history .swiper-slide-active .ico{border-color: #004076;}
#about .about_history .btn{position: relative;}
#about .about_history .btn>a{cursor: pointer;}
#about .about_history .btn>a>i{color: #fff; transform: translate(-50%,-50%); position: absolute; top: 50%; left: 50%; line-height: 2; font-size: 20px; cursor: pointer;}
#about .about_history .btn>a.active-arrow>i{color: #999;}

#about .about_culture{padding: 70px 0;}
#about .about_culture .desc{text-align: center;}
#about .about_culture img{display: inline-block; max-width: 800px; border-radius: 10px;}
#about .about_culture ul>li{text-align: center; margin-top: 50px;}
#about .about_culture ul>li>span{font-size: 22px; font-weight: bold; display: block; margin: 10px 0 20px 0;}
#about .about_culture ul>li>img{width: 52px; height: auto; margin: auto;}

#about .about_honor{background-color: #f6f9fa; padding: 70px 0;}
#about .about_honor .swiper-container{margin-top: 50px;}
#about .about_honor .swiper-slide{background-color: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center;}
#about .about_honor .swiper-slide .img{width: 100%; height: 206px; box-sizing: border-box; overflow: hidden; margin: 15px auto;}
#about .about_honor .swiper-slide img{max-width: 100%; max-height: 100%;}
#about .about_honor .swiper-slide span{text-align: center; display: block; margin: 15px 0;}
#about .about_honor .ico{margin-top: 40px;}
#about .about_honor .ico>em{width: 36px; height: 36px; line-height: 36px; border-radius: 50%; font-size: 18px; border: 1px solid #333; cursor: pointer; margin: 0 10px;}
#about .about_honor .ico>em:hover{border-color: #00426f; color: #00426f;}

#about .about_news{padding: 70px 0;}
#about .about_news .swiper-container{margin-top: 50px; padding: 0 10px 30px 10px;}
#about .about_news .swiper-slide{background-color: #f6f9fa; padding: 40px 30px; box-sizing: border-box; transition: all 0.3s; -ms-transition: all 0.3s;}
#about .about_news .swiper-slide:hover{box-shadow: 0 20px 30px -15px rgba(0,0,0,0.3);}
#about .about_news .swiper-slide .date{align-items: baseline;}
#about .about_news .swiper-slide .date>em{font-size: 42px; font-weight: bold;}
#about .about_news .swiper-slide .date>p{margin-left: 5px;}
#about .about_news .swiper-slide .desc>span{height: 60px; font-size: 22px; margin: 20px 0; line-height: 1.4;}
#about .about_news .swiper-slide .desc>p{line-height: 1.6; color: #666;}
#about .about_news .swiper-slide .more{margin-top: 30px;}
#about .about_news .swiper-slide .more>i{width: 36px; height: 36px; line-height: 36px; display: block; border-radius: 50%; border: 1px solid #333; font-size: 18px; color: #333; text-align: center; margin-right: 15px; transition: all 0.3s; -ms-transition: all 0.3s;}
#about .about_news .swiper-slide:hover .more>i{background-color: #00426f; color: #fff; border-color: #00426f;}
#about .about_news .ico{margin-top: 40px;}
#about .about_news .ico>em{width: 36px; height: 36px; line-height: 36px; border-radius: 50%; font-size: 18px; border: 1px solid #333; cursor: pointer; margin: 0 10px;}
#about .about_news .ico>em:hover{border-color: #00426f; color: #00426f;}

/*list_pro*/
ul.list_pro li{width: 306px; margin-left: 26px; margin-bottom: 26px; text-align: center;}
ul.list_pro li:nth-child(3n+1){margin-left: 0;}
ul.list_pro li .img{width: 306px; height: 300px; margin: 0 auto; border: solid 1px #e6e6e6; border-radius: 10px; overflow: hidden; transition: all 0.6s;}
ul.list_pro li img{max-width: 90%; max-height: 90%; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pro li:hover .img{box-shadow: 0 3px 10px 5px rgba(0,0,0,0.1);}
ul.list_pro li:hover img{transform: scale(1.08); -webkit-transform: scale(1.08);}
ul.list_pro li span{display: block; padding-top: 15px; font-size: 16px;}

/*display*/
.dis_big{text-align: center;}
.dis_pic{box-sizing: border-box;}
.dis_pic img{max-width: 80%; margin: 0 auto;}
.dis_big .view{width: 100%; border: 1px solid #e6e6e6;}
.dis_big .view .swiper-container{width: 100%; height: 460px;}
.dis_big .view .swiper-slide{display: flex; justify-content: center; align-items: center;}
.dis_big .view .swiper-slide img{max-width: 100%; max-height: 100%;}
.dis_big .view .arrow-left{position:absolute; left: 10px; top: 50%; margin-top: -19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .view .arrow-right{position:absolute; right: 10px; top: 50%; margin-top:- 19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .preview{width: 100%; margin-top: 15px; position: relative;}
.dis_big .preview .swiper-container{width: 90%; height: 60px; margin: 0 auto;}
.dis_big .preview .swiper-slide{height: 60px; cursor: pointer; text-align: center;}
.dis_big .preview .swiper-slide>.img{height: 100%; margin: 0 6px; position: relative; border: 1px solid #e6e6e6; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
.dis_big .preview .swiper-slide>.img>img{max-width: 100%; max-height: 90%;}
.dis_big .preview .arrow-left{position: absolute; left: 0; top: 50%; margin-top: -30px; width: 12px; height: 60px; z-index: 10;}
.dis_big .preview .arrow-right{position: absolute; right: 0; top: 50%; margin-top: -30px; width: 12px; height: 60px; z-index: 10;}
.dis_big .preview i{font-size: 36px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.dis_big .preview .active-nav>.img{border-color: #00426f;}
.dis_name{padding: 10px 0;}
.dis_note{text-align: left; margin-top: 30px;}
.dis_note img{display: inline-block;}

/*applications*/
.applications .desc>span{font-size: 18px; color: #00426f; font-weight: bold;}
.applications .desc>.desc_box{margin: 5px 0 15px 0;}

/*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{margin: 20px 0;}
ul.share_list li{width: 306px; margin-left: 26px; margin-bottom: 26px; text-align: center;}
ul.share_list li:nth-child(3n+1){margin-left: 0;}
ul.share_list li .img{width: 306px; height: 250px; margin: 0 auto; border: solid 1px #e6e6e6; border-radius: 10px; overflow: hidden; transition: all 0.6s;}
ul.share_list li img{max-width: 90%; max-height: 90%; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.share_list li:hover .img{box-shadow: 0 3px 10px 5px rgba(0,0,0,0.1);}
ul.share_list li:hover img{transform: scale(1.08); -webkit-transform: scale(1.08);}
ul.share_list li span{display: block; padding-top: 15px; font-size: 16px;}

/*table*/
table{width: 100%; border-width: 1px; border-color: #eee; border-collapse: collapse;}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #fff;}

/*list_news*/
ul.list_news{margin-bottom: 40px;}
ul.list_news li{position: relative; height: 50px; line-height: 50px; border-bottom: 1px dotted #ddd;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 40px; overflow: hidden;}
ul.list_img_news li .img{width: 320px; height: 200px; overflow: hidden;}
ul.list_img_news li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_img_news li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_img_news li .desc{width: 840px;}
ul.list_img_news li span{font-size: 20px; margin: 10px 0; display: block; margin-top: 20px;}
ul.list_img_news li p{color: #666; line-height: 1.8;}
ul.list_img_news li em{display: block; color: #888; margin-top: 10px;}

/*list_pic_news*/
ul.list_pic_news li{width: 300px; margin: 0 8px; height: 260px;}
ul.list_pic_news li .img{width: 300px; height: 200px; overflow: hidden;}
ul.list_pic_news li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pic_news li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pic_news li span{display: block; padding-top: 10px;}

/*dis_news*/
#dis_news .news_title{font-weight: bold; font-size: 18px; text-align: center;}
#dis_news .news_date{color: #888; text-align: center; line-height: 2; padding-bottom: 10px;}
#dis_news .news_content{text-align: left;}

/*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: 40px; text-align: center;}
.pages .pages_m_box{display: none;}
.pages a{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 3px;}
.pages a:hover,.pages a.active{background: #00426f; color: #fff; border-color: #00426f;}
.pages span{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 3px; cursor: pointer;}
.pages span:hover,.pages span.active{background: #00426f; color: #fff; border-color: #00426f;}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 400px; border: 1px solid #ccc;}
.map img{max-width: inherit !important;}
.shadow,.pop,.anchorBL{display: none;}

/*form*/
.form{margin: 0 auto; width: 100%;}
.form .form-box{margin-bottom: 20px;}
.form .form-group{margin-bottom: 10px;}
.form .form-group{margin-bottom: 15px; display: flex; align-items: center;}
.form .form-group>em{width: 96px; display: inline-block;}
.form .form-group:nth-last-child(6){align-items: flex-start;}
.form .form-group input[type="text"]{width: 300px; height: 42px; border: 1px solid #e6e6e6; box-sizing: border-box; outline: none; text-indent: 10px; transition: all .6s;}
.form .form-group input[type="text"]:focus{border-color: #00426f;}
.form .form-group input.code{width: 80px;}
.form .form-group img{display: inline-block; margin-left: 10px;}
.form .form-group>textarea{width: 560px; height: 160px; border: 1px solid #e6e6e6; box-sizing: border-box; padding: 10px; transition: all .6s;}
.form .form-group>textarea[type="text"]:focus{border-color: #00426f;}
.form .form-group>.box{margin: 0 auto; text-align: center; margin-top: 20px;}
.form .form-group>.box>input{width: 100px; background: #f6f6f6; height: 42px; font-size: 15px; color: #333; border: 0; cursor: pointer; margin: 0 5px;}
.form .form-group>.box>input:hover{background: #00426f; color: #fff;}

/*float*/
.float{width: 50px; position: fixed; right: 0; bottom: 150px; background: #e2e4e3; padding: 10px 0; border-radius: 5px 0 0 5px; z-index: 99;}
.float li{margin: 20px 0; position: relative;}
.float em{display: block; width: 80%; margin: 0 auto; text-align: center; line-height: 1.2; padding-top: 10%;}
.float .note{background: #fff; width: 135px; position: absolute; right: 50px; color: #222; padding: 15px 0 10px 0; text-align: left; padding-left: 10px; line-height: 1.5; font-size: 18px; box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2);-webkit-box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2); display: none;}
.float .note img{width: 120px; height: 120px;}

/*nav*/
#footer_nav{background: #1a1a1a;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 65px 0; color: #fff;}
#footer_nav .footer_nav_con a{color: rgba(255,255,255,0.6);}
#footer_nav .footer_nav_con a:hover{color: #fff;}
#footer_nav .footer_nav_con .contact{width: 300px;}
#footer_nav .footer_nav_con .contact span{display: block; margin-bottom: 15px; font-size: 18px;}
#footer_nav .footer_nav_con .contact .desc{line-height: 2; color: rgba(255,255,255,0.6);}
#footer_nav .footer_nav_con .contact .ico{margin-top: 20px;}
#footer_nav .footer_nav_con .contact .ico a{display: block; margin-right: 15px;}
#footer_nav .footer_nav_con .list>span{display: block; margin-bottom: 15px; font-size: 18px;}
#footer_nav .footer_nav_con .list>ul>li{line-height: 2; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#footer_nav .footer_nav_con .message{width: 300px;}
#footer_nav .footer_nav_con .message form{margin-top: 25px;}
#footer_nav .footer_nav_con .message span{display: block; margin-bottom: 15px; font-size: 18px;}
#footer_nav .footer_nav_con .message input{width: 140px; height: 40px; line-height: 40px; border: 1px solid #b5b5b5; background: none; padding: 0 15px; color: #fff; box-sizing: border-box;}
#footer_nav .footer_nav_con .message textarea{width: 300px; height: 100px; border: 1px solid #b5b5b5; background: none; padding: 10px; color: #fff; box-sizing: border-box; margin-top: 15px;}
#footer_nav .footer_nav_con .message button{width: 300px; height: 40px; line-height: 40px; background-color: #00426f; color: #fff; cursor: pointer; border: 0; border-radius: 5px; margin-top: 10px;}
#footer_nav .footer_nav_con .message button:hover{background-color: #0c4973;}

/*footer*/
#footer{padding: 20px 0; background: #1a1a1a; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.1);}
#footer a{color: rgba(255,255,255,0.8);}
#footer a:hover{color: #fff;}
#footer .footer_con{margin: 0 auto; text-align: center;}
#footer .footer_copy{text-align: center; padding: 15px 0;}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none;}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px;}

/*media*/
@media (min-width: 769px){
.header{display: none;}
}

/*public*/
@media screen and (max-width: 768px){
html,body{overflow: auto; overflow-x: hidden;}
#header{display: none;}
.container{min-width: 94%; width: 94%;}
.con{padding: 5px 0 30px 0;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; box-shadow: 0px 1px 10px rgba(0,0,0,.2); display: flex; align-items: center; z-index: 999;}
.header .logo img{height: 26px;}
.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: flex; justify-content: space-between; 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: #00426f; color: #fff;}
.header .nav ul li a i{font-size: 18px;}
.header .nav ul li dl{display: none;}
.header .nav ul li dd>a{padding-left: 35px;}
.header .nav ul li .lang{margin-top: 20px;}
.header .nav ul li .lang a{margin: 0 5px; padding: 0; border: 0;}
.header .nav ul li .lang a:hover{background: none; color: #00426f;}

.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: #00426f; height: 2px; width: 24px;}
.header .header_icon span{left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.header .header_icon span::after{content: ''; left: 0; -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px);}
.header .header_icon span::before{content: ''; left: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px);}
.header_top{height: 60px;}

/*banner*/
.banner{height: 180px;}
.banner .swiper-slide{background-size: cover;}
.banner .swiper-pagination{bottom: 10px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 8px; height: 8px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}

/*banner_inside*/
.banner_inside{height: 140px;}
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-pagination{bottom: 10px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 8px; height: 8px;}
.banner_inside .swiper-button-prev{left: 10px;}
.banner_inside .swiper-button-next{right: 10px;}

/*home*/
#home_pro{padding: 30px 0 25px 0;}
#home_pro .home_pro_dh{font-size: 20px;}
#home_pro .home_pro_dh img{margin: 10px auto; height: 4px;}
#home_pro .home_pro_con{margin-top: 25px;}
#home_pro .home_pro_con ul>li{width: 48%; margin-left: 4%; margin-bottom: 4%; padding: 15px 15px 25px 15px;}
#home_pro .home_pro_con ul>li:nth-child(2n+1){margin-left: 0;}
#home_pro .home_pro_con ul>li .img{width: 100%; height: 120px;}
#home_pro .home_pro_con ul>li span{font-size: 16px;}
#home_pro .home_pro_con ul>li p{margin-top: 5px;}
#home_pro .home_pro_con ul>li i{width: 120px; height: 36px; line-height: 36px; margin: 15px auto 0;}

#home_about{margin: 30px 0;}
#home_about .home_about_con{margin-top: 0;}
#home_about .home_about_con .desc{width: 100%; margin-top: 0;}
#home_about .home_about_con .desc .dh{font-size: 20px; line-height: 1.4;}
#home_about .home_about_con .desc .desc_box{margin-top: 10px;}
#home_about .home_about_con .desc .desc_box span{font-size: 15px !important;}
#home_about .home_about_con a.more{width: 120px; height: 36px; line-height: 36px; margin-top: 20px;}
#home_about .home_about_con .img{width: 100%; height: auto; margin-top: 20px; border-radius: 10px;}

#home_app{padding: 30px 0;}
#home_app .home_app_dh{font-size: 20px;}
#home_app .home_app_dh img{margin: 10px auto; height: 4px;}
#home_app .home_app_con{margin-top: 25px;}
#home_app .home_app_con .swiper-slide{display: block;}
#home_app .home_app_con .swiper-slide .img{width: 100%; height: 200px; border-radius: 10px;}
#home_app .home_app_con .swiper-slide .desc{width: 100%;}
#home_app .home_app_con .swiper-slide .desc span{font-size: 18px; margin-top: 15px;}
#home_app .home_app_con .swiper-slide .desc p{margin-top: 5px; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}
#home_app .home_app_con .swiper-slide .ico{margin-top: 20px;}
#home_app .home_app_con .swiper-slide .ico>em{width: 26px; height: 26px; line-height: 26px; margin: 0 5px;}

#home_news{margin: 30px auto;}
#home_news .home_news_dh span{font-size: 20px;}
#home_news .home_news_dh img{margin: 10px auto; height: 4px;}
#home_news .home_news_con{margin-top: 25px;}
#home_news .home_news_con ul>li{width: 100%; padding: 25px 15px; margin-left: 0; margin-bottom: 4%;}
#home_news .home_news_con ul>li .date>em{font-size: 28px;}
#home_news .home_news_con ul>li .desc>span{font-size: 16px; margin: 10px 0; height: 46px;}
#home_news .home_news_con ul>li .desc>p{-webkit-line-clamp: 2;}
#home_news .home_news_con ul>li .more{margin-top: 20px;}
#home_news .home_news_con ul>li .more>i{width: 26px; height: 26px; line-height: 26px; margin-right: 10px;}
#home_news .home_news_con a.more{width: 120px; height: 36px; line-height: 36px; margin: 10px auto 35px;}

/*content*/
/*right*/
#right{width: 100%;}
#right .right_dh{display: flex; justify-content: space-between; align-items: center; font-size: 15px; padding-bottom: 0; margin-top: 0;}
#right .right_dh .dh_box>.l{font-size: 15px;}
#right .right_dh .dh_box>.r{display: none;}
#right .right_con{min-height: 320px; padding: 20px 0 0 0;}
#right .right_con img{max-width: 100%; padding: 0 !important;}
#right .right_con iframe{max-width: 100%; height: auto;}
#right .right_con video{max-width: 100%; height: auto;}
#right .right_con table{width: 100% !important;}
#right .right_icon{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin-right: 2px; position: relative;}
#right .right_icon span{width: 5px; height: 5px; border-radius: 50%; background: #222; display: block;}
#right .right_icon span::before{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; left: 0;}
#right .right_icon span::after{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; right: 0;}

/*left*/
#left{position: fixed; width: 60%; height: 100%; right: -100%; top: 0; background: #fff; padding-top: 60px; overflow-y: scroll; height: 100%; z-index: 10;}
#left .left_box{border-radius: 0; box-shadow: none;}
#left .left_top{height: 56px; line-height: 56px; font-size: 18px; padding-left: 20px;}
#left .left_dh>ul>li a{margin: 0 20px; height: 56px; line-height: 56px;}
#left .left_dh>ul>li:last-child a{border-bottom: 1px solid #e6e6e6;}
#left .left_dh{margin-bottom: 60px;}
.mask{position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); display: none;}

/*about*/
#about .dh{font-size: 20px;}
#about .dh img{margin: 10px auto 0; height: 4px;}
#about .list{margin-top: 15px;}
#about .about_profile{padding: 30px 0;}
#about .about_profile .swiper-container{margin-top: 25px;}
#about .about_profile .swiper-slide .img{border-radius: 10px;}
#about .about_profile .ico{margin-top: 25px;}
#about .about_profile .ico>em{width: 26px; height: 26px; line-height: 26px; margin: 0 5px;}

#about .about_history{padding: 30px 0 0 0;}
#about .about_history .swiper-slide .num{width: 60px; height: 60px; line-height: 60px; margin-left: 28px;}
#about .about_history .swiper-slide .num>em{font-size: 20px;}
#about .about_history .swiper-slide .desc .title{font-size: 16px;}
#about .about_history .swiper-slide .desc{width: calc(100% - 113px); padding-top: 10px;}
#about .about_history .swiper-slide-active .note:before{height: 85%; top: 58px;}
#about .about_history .arrow-left{width: 28px; height: 28px; margin-top: -79px;}
#about .about_history .arrow-right{width: 28px; height: 28px; margin-top: -79px;}

#about .about_culture{padding: 30px 0;}
#about .about_culture img{max-width: 100%;}
#about .about_culture ul>li{margin-top: 30px;}
#about .about_culture ul>li>img{width: 36px;}
#about .about_culture ul>li>span{font-size: 18px;}

#about .about_honor{padding: 30px 0;}
#about .about_honor .swiper-container{margin-top: 25px;}
#about .about_honor .swiper-slide .img{height: 140px;}
#about .about_honor .swiper-slide span{margin-top: 10px;}
#about .about_honor .ico{margin-top: 25px;}
#about .about_honor .ico>em{width: 26px; height: 26px; line-height: 26px; margin: 0 5px;}

#about .about_news{padding: 30px 0;}
#about .about_news .swiper-container{margin-top: 25px;}
#about .about_news .swiper-slide{padding: 25px 15px;}
#about .about_news .swiper-slide .date>em{font-size: 28px;}
#about .about_news .swiper-slide .desc>span{font-size: 16px; margin: 10px 0; height: 46px;}
#about .about_news .swiper-slide .desc>p{-webkit-line-clamp: 2;}
#about .about_news .swiper-slide .more{margin-top: 20px;}
#about .about_news .swiper-slide .more>i{width: 26px; height: 26px; line-height: 26px; margin-right: 10px;}
#about .about_news .ico{margin-top: 0;}
#about .about_news .ico>em{width: 26px; height: 26px; line-height: 26px; margin: 0 5px;}

/*list_pro*/
ul.list_pro li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pro li:nth-child(3n+1){margin-left: 4%;}
ul.list_pro li:nth-child(2n+1){margin-left: 0;}
ul.list_pro li .img{width: 100%; height: 150px; border-radius: 6px;}
ul.list_pro li span{padding-top: 5px; font-size: 15px;}

/*display*/
.dis_note{margin-top: 20px;}
.dis_big .view .swiper-container{height: auto;}
.dis_big .preview .swiper-container{height: auto;}
.dis_big .preview .swiper-slide{height: auto;}
.dis_big .preview .swiper-slide>.img{height: 50px;}
.dis_big .preview .arrow-left{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview .arrow-right{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview i{font-size: 26px;}
.dis_name{font-size: 15px;}

/*applications*/
.applications .desc>span{font-size: 15px;}

/*list_share*/
ul.list_share li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_share li:nth-child(2n+1){margin-left: 0;}
ul.list_share li .img{width: 100%; height: 120px; border-radius: 6px;}
ul.list_share li span{padding-top: 5px; font-size: 15px;}

/*share_list*/
ul.share_list{margin: 10px 0;}
ul.share_list li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.share_list li:nth-child(2n+1){margin-left: 0;}
ul.share_list li .img{width: 100%; height: 120px; border-radius: 6px;}
ul.share_list li span{padding-top: 5px; font-size: 15px;}

/*list_news*/
ul.list_news{margin-bottom: 20px; margin-top: -10px;}
ul.list_news li{width: 100%; height: 40px; line-height: 40px;}
ul.list_news li span{width: calc(100% - 96px);}

/*list_pic_news*/
ul.list_pic_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pic_news li:nth-child(2n+1){margin-left: 0;}
ul.list_pic_news li .img{width: 100%; height: 120px;}
ul.list_pic_news li span{font-size: 15px;}
ul.list_pic_news li p{padding-top: 5px;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 0;}
ul.list_img_news li .img{width: 40%; height: 120px;}
ul.list_img_news li .desc{width: 56%;}

/*dis_news*/
#dis_news{width: 100%;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 15px; line-height: 1.6;}

/*form*/
.form{width: 100%;}
.form .form-group{display: block;}
.form .form-group>em{width: 100%;}
.form .form-group>input[type="text"]{width: 100%;}
.form .form-group>textarea{width: 100%;}
.form .form-group>input.code{width: 70px;}
.form .form-group>.box{margin-top: 30px;}
.form input[type="submit"],input[type="reset"]{width: 40%;}

/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 10px; text-align: center;}
.pages .pages_box{display: none;}
.pages .pages_m_box{display: flex; justify-content: space-between;}
.pages a{padding: 0px 8px;}
.pages span{padding: 0px 8px; margin: 0;}
.pages .p_page{border: 0;}

/*float*/
.float{display: none;}

/*nav*/
#footer_nav{display: none;}

/*footer*/
#footer{padding: 15px 0;}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center;}
#footer .footer_copy{margin: 0 auto; width: 94%; padding: 15px 0;}
}