@charset "utf-8";
/*public*/
body{margin: 0 auto; padding: 0; font: 15px "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Arial, "Noto Sans CJK SC", sans-serif; color: #333; text-align: center; background: #fff; line-height: 30px;}
h1, h2, h3, h4, p, div, span, b, i, em, ul, li, dl, dd, dt, input, button, textarea, select {margin: 0; padding: 0;}
ul, li, dl, dd, dt{list-style: none;}
button{cursor: pointer;}
a{ color: #333; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; transition: all 0.3s;}
a:hover{color: #183884;}
a img{border: 0;}
*, ::before, ::after{box-sizing: border-box;}
img{max-width: 100%; height: auto; vertical-align: middle;}
video{outline: none;}
input, button, textarea, select{
  font: inherit;
  outline: none;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  border-radius: 0;
}
em, i{font-style: normal;}
::-webkit-scrollbar{width: 5px; height: 5px;}
::-webkit-scrollbar-track{background: #f5f5f5;}
::-webkit-scrollbar-thumb{background: #b2b2b2; border-radius: 5px;}
::-webkit-scrollbar-thumb:hover{background: #183884;}
.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; line-clamp: 2; -webkit-line-clamp: 2; overflow: hidden;}
.omit-three{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-clamp: 3; -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: 40px 0; display: flex; justify-content: space-between;}
.content{width: 100%;}
.container{min-width: 1380px; width: 1380px; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{position: fixed; top: 0; background-color: #fff; width: 100%; box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 inset; margin: 0 auto; text-align: center; z-index: 9;}
#header .header_con{height: 90px;}
#header .header_search{width: 200px; height: 40px; background-color: #f2f2f2; border-radius: 25px; padding: 0 20px; margin-left: 10px;}
#header .header_search input[type="text"]{width: 140px; height: 40px; background: none; border: 0;}
#header .lang{width: 120px; 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>a{display: block; line-height: 2; text-align: center;}

/*menu*/
.menu>ul>li{padding: 0 15px; display: flex; align-items: center; position: relative; z-index: 9;}
.menu>ul>li:last-child{padding-right: 0;}
.menu>ul>li>a{height: 90px; line-height: 90px; padding: 0 5px; display: block; font-size: 16px; border-bottom: 2px solid transparent;}
.menu>ul>li>a:hover{color: #183884;}
.menu>ul>li>a.on{color: #183884; border-color: #183884;}
.menu>ul>li>img{margin-left: 20px; cursor: pointer;}
.menu>ul>li dl{width: 150px; background-color: #fff; position: absolute; left: 0; top: 90px; display: none;}
.menu>ul>li dl>dd{width: 100%;}
.menu>ul>li dl>dd a{display: block; height: 46px; line-height: 46px; padding: 0 20px; border-bottom: 1px solid #f0f0f0;}
.menu>ul>li dl>dd a:hover{background-color: #183884; color: #fff;}
.menu>ul>li:nth-child(4) dl{width: 280px;}
.menu>ul>li:nth-child(6) dl{width: 200px;}
.menu>ul>li dl>dd:last-child a{border-bottom: 0;}

/*banner*/
.banner{height: 458px; margin-top: 90px;}
.banner .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-slide .desc{color: #fff;}
.banner .swiper-slide .desc>span{font-size: 48px; font-weight: bold; letter-spacing: 2px;}
.banner .swiper-slide .desc>p{font-size: 23px; font-family: Arial; margin-top: 10px;}
.banner .swiper-slide .desc>a{height: 46px; line-height: 42px; padding: 0 40px; border-radius: 30px; border: 2px solid #fff; text-align: center; display: inline-block; color: #fff; font-size: 16px; margin-top: 35px;}
.banner .swiper-slide .desc>a>i{font-size: 20px; margin-left: 10px;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px; background: none; opacity: 1; width: 10px; height: 10px; border: 1px solid #fff;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #fff;}
.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: 458px; margin-top: 90px;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-slide .desc{color: #fff;}
.banner_inside .swiper-slide .desc>span{font-size: 48px; font-weight: bold; letter-spacing: 2px;}
.banner_inside .swiper-slide .desc>p{font-size: 23px; font-family: Arial; margin-top: 10px;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px; background: none; opacity: 1; width: 10px; height: 10px; border: 1px solid #fff;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #fff;}
.banner_inside .swiper-button-next,.banner_inside .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner_inside .swiper-button-prev{left: 20px;}
.banner_inside .swiper-button-next{right: 20px;}

/*home_about*/
#home_about{width: 100%; padding: 90px 0 80px 0;}
#home_about .home_about_dh .desc{width: 420px;}
#home_about .home_about_dh .desc span{font-size: 36px; font-weight: bold; line-height: 1; color: #183884; display: block;}
#home_about .home_about_dh .desc .desc_box{margin-top: 20px;}
#home_about .home_about_dh .note{width: 790px;}
#home_about .home_about_dh .note .more{color: #183884; line-height: 20px; margin-top: 15px;}
#home_about .home_about_dh .note .more>i{width: 20px; height: 20px; line-height: 20px; border: 1px solid #183884; border-radius: 50%; margin-right: 10px;}
#home_about .home_about_con{margin-top: 100px;}
#home_about .home_about_con .img>img{max-width: 100%;}
#home_about .home_about_con ul{margin-top: 100px;}
#home_about .home_about_con ul li{width: 25%; text-align: center;}
#home_about .home_about_con ul li span{font-size: 18px;}
#home_about .home_about_con ul li span>i{font-size: 78px; font-weight: bold; color: #183884; font-family: Arial; line-height: 1; margin-right: 5px;}
#home_about .home_about_con ul li span p{font-size: 36px; font-weight: bold;}
#home_about .home_about_con ul li span p>i{height: 30px; font-size: 20px; display: block;}

/*home_market*/
#home_market{width: 100%; background-color: #f8f8f8; padding: 70px 0 80px 0;}
#home_market .home_market_dh{text-align: center;}
#home_market .home_market_dh span{font-size: 36px; font-weight: bold; line-height: 1; color: #183884; display: block;}
#home_market .home_market_dh p{width: 80%; margin: 20px auto 0;}
#home_market .home_market_con{margin-top: 80px;}
#home_market .home_market_con .img>img{max-width: 100%;}

/*left*/
#left{width: 305px;}
#left .left_dh{border: 1px solid #e6e6e6;}
#left .left_dh>span{height: 70px; line-height: 70px; background-color: #183884; color: #fff; display: block; font-size: 24px; font-weight: bold; padding: 0 25px;}
#left .left_dh>ul>li a{padding: 20px; line-height: 1.4; font-size: 16px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e6e6e6;}
#left .left_dh>ul>li a.on{color: #183884; font-weight: bold;}
#left .left_dh>ul>li a span{width: 90%;}
#left .left_dh>ul>li a i{font-size: 18px;}
#left .left_dh>ul>li:last-child a{border-bottom: none;}

/*right*/
#right{width: 1040px;}
#right .right_dh{line-height: 60px; border-bottom: 1px solid #e6e6e6;}
#right .right_dh span{font-size: 18px; font-weight: bold; color: #183884; display: block;}
#right .right_con{min-height: 200px; padding: 35px 0;}
#right .right_box{line-height: 2.2; clear: both; overflow: hidden;}
#right .right_box img{max-width: 100%; height: auto !important;}
#right .right_box video{max-width: 100%; height: auto;}
#right .right_box iframe{max-width: 100%;}

/*content*/
#content .content_dh{border-bottom: 1px solid #e6e6e6;}
#content .content_dh .dh_con ul>li{margin-right: 45px;}
#content .content_dh .dh_con ul>li:last-child{margin-right: 0;}
#content .content_dh .dh_con ul>li a{height: 90px; line-height: 1.8; font-size: 16px; border-bottom: 2px solid transparent; display: flex; align-items: center;}
#content .content_dh .dh_con ul>li a.on{border-color: #183884;}
#content .content_con{min-height: 200px; padding: 40px 0 70px 0;}
#content .content_con .content_box{line-height: 2.2;}
#content .content_con .content_box img{max-width: 100%; height: auto !important;}
#content .content_con .content_box video{max-width: 100%; height: auto;}
#content .content_con .content_box iframe{max-width: 100%;}

/*about*/
.about_profile{padding: 30px 0 90px 0;}
.about_profile .desc{width: 645px;}
.about_profile .desc>span{font-size: 24px; font-weight: bold; display: block;}
.about_profile .desc>span::after{content: ''; display: block; width: 45px; height: 2px; background: #183884; margin-top: 15px;}
.about_profile .desc>em{font-size: 18px; font-weight: bold; display: block; margin-top: 25px;}
.about_profile .desc>.desc_box{margin-top: 10px; line-height: 2.2;}
.about_profile .desc .more{color: #183884; line-height: 20px; margin-top: 15px; display: flex; justify-content: flex-end;}
.about_profile .desc .more>i{width: 20px; height: 20px; line-height: 20px; border: 1px solid #183884; border-radius: 50%; margin-right: 10px;}
.about_profile .img{width: 672px; height: 388px; overflow: hidden;}
.about_profile .img img{width: 100%; height: 100%; object-fit: cover;}

.about_history{background-color: #f8f8f8; padding: 80px 0 50px 0;}
.about_history .dh{text-align: center;}
.about_history .dh>span{font-size: 24px; font-weight: bold; display: block;}
.about_history .dh>span::after{content: ''; display: block; width: 45px; height: 2px; background: #183884; margin: 15px auto 20px;}
.about_history .dh>p{width: 80%; margin: auto;}
.about_history .swiper-container{width: 92%; margin: 80px auto 0;}
.about_history .swiper-slide{height: 400px;}
.about_history .swiper-slide .note{height: 300px; position: relative; border-bottom: 1px solid #e0e0e0;}
.about_history .swiper-slide .note:before{position: absolute; content: ''; width: 1px; background: #e0e0e0; height: 65%; left: 55px; top: 110px;}
.about_history .swiper-slide .num{width: 110px; height: 110px; line-height: 110px; background-color: #fff; display: block; text-align: center; border: 1px solid #e0e0e0; border-radius: 50%;}
.about_history .swiper-slide .num>em{font-size: 30px; font-weight: bold; font-family: Arial;}
.about_history .swiper-slide .num>em>i{font-size: 18px; font-weight: normal; position: relative; top: -2px; margin-left: 3px;}
.about_history .swiper-slide .desc{width: calc(100% - 180px); line-height: 1.8; font-size: 16px; margin: 10px 0 0 30px;}
.about_history .swiper-slide .ico{width: 18px; height: 18px; background-color: #fff; border-radius: 50%; border: 2px solid #333; margin-left: 47px; margin-top: -9px; position: relative; z-index: 10;}
.about_history .btn{position: relative;}
.about_history .btn a{position: absolute; background-color: #183884; top: 50%; margin-top: -120px; width: 36px; height: 36px; z-index: 10; border-radius: 50%; cursor: pointer;}
.about_history .btn a.arrow-left{left: 0;}
.about_history .btn a.arrow-right{right: 0;}
.about_history .btn a.arrow-right>em{display: block; margin-top: 40px; font-size: 15px; text-align: center;}
.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_history .btn a.active-arrow>i{color: #999;}
.about_history .active-arrow{background-color: #e9e9e9;}
.about_history .swiper-slide-active .note:before{background: #183884;}
.about_history .swiper-slide-active .num{background-color: #183884; color: #fff;}
.about_history .swiper-slide-active .ico{border-color: #183884; border-width: 3px;}
.about_history_box{background-color: unset; padding: 0;}

.about_scene{padding: 80px 0 20px 0;}
.about_scene .dh{text-align: center;}
.about_scene .dh>span{font-size: 24px; font-weight: bold; display: block;}
.about_scene .dh>span::after{content: ''; display: block; width: 45px; height: 2px; background: #183884; margin: 15px auto 20px;}
.about_scene .dh>p{width: 80%; margin: auto;}
.about_scene .list{margin-top: 50px;}
.about_scene .list .swiper-slide .img{width: 100%; height: 336px; overflow: hidden;}
.about_scene .list .swiper-slide .img>img{width: 100%; height: 100%; object-fit: cover;}
.about_scene .list .swiper-slide span{height: 68px; line-height: 68px; font-size: 16px; background-color: #f6f6f6; padding: 0 20px; transition: all 0.3s;}
.about_scene .list .swiper-slide span>i{font-size: 20px;}
.about_scene .list .swiper-slide:hover span{background-color: #183884; color: #fff;}
.about_scene .list .swiper-slide span>em{width: 90%; display: block;}
.about_scene .list .ico{margin-top: 45px;}
.about_scene .list .ico>em{width: 36px; height: 36px; border: 1px solid #333; border-radius: 50%; font-size: 20px; margin: 0 10px; cursor: pointer; transition: all 0.3s;}
.about_scene .list .ico>em:hover{border-color: #183884;}

/*list_pro*/
ul.list_pro{gap: 25px;}
ul.list_pro li{width: 330px; border: 1px solid #e6e6e6; padding: 12px; text-align: center; transition: all 0.3s;}
ul.list_pro li .img{width: 306px; height: 248px; margin: 0 auto; overflow: hidden;}
ul.list_pro li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pro li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pro li span{padding-top: 10px; font-size: 18px; font-weight: bold; display: block;}
ul.list_pro li p{padding: 15px 15px 0 15px; color: #333; text-align: left; line-height: 1.8; margin-bottom: 15px;}
ul.list_pro li:hover{box-shadow: 0 0 10px #e6e6e6;}

/*display*/
.dis_pic{width: 480px; height: 360px;}
.dis_pic img{max-width: 100%; max-height: 100%; margin: auto;}
.dis_desc{width: 530px;}
.dis_desc span{font-size: 18px; font-weight: bold; color: #183884; display: block;}
.dis_desc .desc{margin-top: 20px;}
.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; display: flex; justify-content: center; align-items: center;}
.dis_big .preview .swiper-slide>.img>img{max-width: 100%; max-height: 90%;}
.dis_big .preview .swiper-slide-thumb-active>.img{border-color: #183884;}
.dis_big .preview .arrow-left{position: absolute; left: 0; top: 50%; margin-top: -30px; width: 12px; height: 60px; z-index: 10;}
.dis_big .preview .arrow-right{position: absolute; right: 0; top: 50%; margin-top: -30px; width: 12px; height: 60px; z-index: 10;}
.dis_big .preview i{font-size: 36px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.dis_name{padding: 10px 0;}
.dis_note{text-align: left; margin-top: 30px; line-height: 2.2;}
.dis_note>span{font-size: 18px; color: #183884; font-weight: bold; display: block; border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; margin-bottom: 20px;}
.dis_note *{font-size: inherit !important; font-family: inherit !important;}
.dis_note .back{width: 120px; height: 40px; line-height: 40px; text-align: center; background: #183884; color: #fff; display: block; margin: 30px auto 0; border-radius: 5px;}

/*list_share*/
ul.list_share{gap: 25px;}
ul.list_share li{width: 330px; text-align: center; transition: all 0.3s;}
ul.list_share li .img{width: 100%; height: 248px; 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{height: 56px; line-height: 56px; padding: 0 15px; background-color: #f6f6f6; font-size: 16px; display: block; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.list_share li:hover span{background-color: #183884; color: #fff;}

/*share_list*/
ul.share_list{gap: 25px;}
ul.share_list li{width: calc((100% - 75px)/4); text-align: center; transition: all 0.3s;}
ul.share_list li .img{width: 100%; height: 248px; margin: 0 auto; overflow: hidden;}
ul.share_list li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.share_list li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.share_list li span{height: 56px; line-height: 56px; padding: 0 15px; background-color: #f6f6f6; font-size: 16px; display: block; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.share_list li:hover span{background-color: #183884; color: #fff;}

/*list_honor*/
ul.list_honor{gap: 25px;}
ul.list_honor li{width: calc((100% - 75px)/4); text-align: center; transition: all 0.3s;}
ul.list_honor li .img{width: 100%; height: 248px; margin: 0 auto; overflow: hidden; border: 1px solid #f6f6f6; display: flex; align-items: center; justify-content: center;}
ul.list_honor li img{max-width: 100%; max-height: 100%; object-fit: contain; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_honor li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_honor li span{height: 56px; line-height: 56px; padding: 0 15px; background-color: #f6f6f6; font-size: 16px; padding: 0 10px; display: block; transition: all 0.3s; -ms-transition: all 0.3s;}
ul.list_honor li:hover span{background-color: #183884; color: #fff;}

/*table*/
table{width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse;}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #666; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #666; background-color: #fff;}

/*list_news*/
ul.list_news li{padding: 40px; border: 1px solid #e6e6e6; margin-bottom: 20px; transition: all 0.3s;}
ul.list_news li .desc_box{width: 780px;}
ul.list_news li .date{font-family: Arial; text-align: center;}
ul.list_news li .date>span{font-size: 48px; font-weight: bold; color: #183884; line-height: 1; display: block;}
ul.list_news li .date>em{display: block;}
ul.list_news li .desc{width: 670px;}
ul.list_news li .desc>img{margin-right: 15px;}
ul.list_news li .desc>span{font-size: 18px; font-weight: bold; display: block;}
ul.list_news li .desc>p{margin-top: 10px; line-height: 1.8; color: #333;}
ul.list_news li .name span{font-size: 15px; font-weight: normal;}
ul.list_news li .more{height: 40px; line-height: 40px; text-align: center; padding: 0 15px; border: 1px solid #e6e6e6; transition: all 0.3s;}
ul.list_news li .more i{font-size: 18px; margin-left: 10px;}
ul.list_news li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
ul.list_news li:hover .more{color: #183884; border-color: #183884;}

/*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: 20px; text-align: center;}
#dis_news .news_date{color: #666; text-align: center; line-height: 2.2;}
#dis_news .news_content{margin-top: 20px;}
#dis_news .news_content *{font-size: inherit !important; font-family: inherit !important;}
#dis_news .news_page{margin-top: 30px;}
#dis_news .news_page span{font-weight: bold;}

/*contact*/
.contact iframe{width: 800px; height: 400px; margin-top: 30px;}

/*pages*/
.pages{width: 100%; margin: 60px auto 0; text-align: center;}
.pages .pages_con{display: none;}
.pages a{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 1px;}
.pages a:hover,.pages a.active{background: #183884; color: #fff; border-color: #183884;}
.pages span{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 1px; cursor: pointer;}
.pages span:hover,.pages span.active{background: #183884; color: #fff; border-color: #183884;}

/*animate*/
@keyframes rotate{
  from{transform: rotate(0deg);}
  to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 400px;}
.anchorBL,
.BMap_noprint.BMap_copyright {
  display: none !important;
}

/*form*/
.form{margin: 0 auto; width: 100%;}
.form .form-group{margin-bottom: 10px;}
.form .form-group{margin-bottom: 15px; display: flex; align-items: center;}
.form .form-group>em{width: 96px; display: inline-block;}
.form .form-group i{width: 10px; 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; outline: none; text-indent: 10px; transition: all .6s;}
.form .form-group input[type="text"]:focus{border-color: #183884;}
.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; padding: 10px; transition: all .6s;}
.form .form-group>textarea:focus{border-color: #183884;}
.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: #183884; 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: #183884;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 60px 0; color: #fff;}
#footer_nav .footer_nav_con a{color: #fff;}
#footer_nav .footer_nav_con a:hover{color: #fff;}
#footer_nav .footer_nav_con .pic{width: 320px;}
#footer_nav .footer_nav_con .qcode .img{width: 86px; margin-right: 15px;}
#footer_nav .footer_nav_con .qcode img{max-width: 100%; margin: 35px 12px 0 0;}
#footer_nav .footer_nav_con .qcode span{display: block; text-align: center; margin-top: 5px;}
#footer_nav .footer_nav_con .list{max-width: 250px;}
#footer_nav .footer_nav_con .list span{font-size: 18px; font-weight: bold; display: block; margin-bottom: 15px;}
#footer_nav .footer_nav_con .list ul>li{line-height: 2.4;}
#footer_nav .footer_nav_con .mail{width: 320px; margin-left: 50px;}
#footer_nav .footer_nav_con .mail>span{font-size: 18px; font-weight: bold; display: block; margin-bottom: 15px;}
#footer_nav .footer_nav_con .mail>.mail_box{background-color: #fff; border-radius: 5px; color: #333; padding: 20px 15px; margin-top: 25px;}
#footer_nav .footer_nav_con .mail>.mail_box .input_box{width: 100%; height: 40px; border: 1px solid #e6e6e6; border-radius: 5px; margin-bottom: 10px; padding: 0 10px;}
#footer_nav .footer_nav_con .mail>.mail_box .input_box:nth-child(3){height: auto; border: 0; padding: 0; margin-bottom: 0; text-align: center;}
#footer_nav .footer_nav_con .mail>.mail_box input{height: 40px; line-height: 1; border: 0; padding: 0 5px;}
#footer_nav .footer_nav_con .mail>.mail_box input[name="uin"]{width: 100px;}
#footer_nav .footer_nav_con .mail>.mail_box button{width: 100%; height: 40px; line-height: 1; background-color: #183884; border-radius: 5px; color: #fff; cursor: pointer; margin-top: 10px;}
#footer_nav .footer_nav_con .mail>.mail_box a{color: #333; margin-top: 10px; display: inline-block;}
#footer_nav .footer_nav_con .mail>.mail_box a:hover{color: #183884;}

/*footer*/
#footer{padding: 20px 0; background: #183884; color: #fff; border-top: 1px solid rgba(255,255,255,0.06);}
#footer a{color: #fff;}
#footer a:hover{color: #fff;}
#footer .footer_con{margin: 0 auto; text-align: center;}
#footer .footer_copy{text-align: center; padding: 15px 0;}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none;}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px;}

/*media*/
@media (min-width: 769px){
.header{display: none;}
}

/*public*/
@media screen and (max-width: 768px){
html,body{overflow: auto; overflow-x: hidden;}
#header{display: none;}
.container{min-width: 94%; width: 94%;}
.con{padding: 0 0 30px 0;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; z-index: 999;}
.header .logo img{height: 36px;}
.header .nav{width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 60px; 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: #183884; color: #fff;}
.header .header_icon{position: fixed; top: 0; right: 0; height: 60px; width: 40px; 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: #183884; 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: 240px; margin-top: 0;}
.banner .swiper-slide{background-size: cover; background-position: left 25% center;}
.banner .swiper-slide .desc>span{font-size: 18px;}
.banner .swiper-slide .desc>p{width: 80%; font-size: 14px; line-height: 1.4; margin-top: 0;}
.banner .swiper-slide .desc>a{height: 36px; line-height: 32px; font-size: 15px; padding: 0 20px; margin-top: 20px;}
.banner .swiper-pagination{bottom: 5px;}
.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: 180px; margin-top: 0;}
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-slide .desc>span{font-size: 18px;}
.banner_inside .swiper-slide .desc>p{width: 80%; font-size: 14px; line-height: 1.4; margin-top: 0;}
.banner_inside .swiper-pagination{bottom: 5px;}
.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_about{padding: 30px 0;}
#home_about .home_about_dh .desc span{font-size: 18px;}
#home_about .home_about_dh .desc .desc_box{margin-top: 10px;}
#home_about .home_about_con{margin-top: 40px;}
#home_about .home_about_con ul{margin-top: 40px; gap: 20px 0;}
#home_about .home_about_con ul li{width: 50%;}
#home_about .home_about_con ul li span{font-size: 16px;}
#home_about .home_about_con ul li span>i{font-size: 30px;}
#home_about .home_about_con ul li span p{font-size: 20px; line-height: 1.4;}
#home_about .home_about_con ul li span p>i{font-size: 16px; height: auto;}

#home_market{padding: 30px 0;}
#home_market .home_market_dh span{font-size: 18px;}
#home_market .home_market_dh p{width: 90%; margin: 15px auto 0;}
#home_market .home_market_con{margin-top: 30px;}

/*left*/
#left{width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; padding: 0 15px; border-bottom: 1px solid #e6e6e6;}
#left .left_dh{border: 0;}
#left .left_dh>span{display: none;}
#left .left_dh>ul{white-space: nowrap; overflow-x: scroll; overflow-y: hidden; display: block; text-align: center;}
#left .left_dh>ul::-webkit-scrollbar{display: none;}
#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; border-bottom: 0;}
#left .left_dh>ul>li a.on{border-width: 2px;}
#left .left_dh>ul>li a span{width: 100%;}
#left .left_dh>ul>li a i{display: none;}

/*right*/
#right{width: 100%;}
#right .right_dh{font-size: 15px; 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;}

/*content*/
#content .content_dh .container{display: block;}
#content .content_dh .dh_con ul{white-space: nowrap; overflow-x: scroll; overflow-y: hidden; display: block; text-align: center;}
#content .content_dh .dh_con ul::-webkit-scrollbar{display: none;}
#content .content_dh .dh_con ul>li{margin: 0 2px; display: inline-block;}
#content .content_dh .dh_box{display: none;}
#content .content_dh .dh_con ul>li a{height: 46px; line-height: 46px; font-size: 15px; padding: 0 8px; border-bottom: 0;}
#content .content_dh .dh_con ul>li a.on{color: #183884; font-weight: bold;}
#content .content_con{padding: 20px 0 30px 0;}

/*about*/
.about_profile{padding: 0 0 30px 0;}
.about_profile .desc{width: 100%;}
.about_profile .desc>span{font-size: 18px;}
.about_profile .desc>span::after{margin-top: 10px;}
.about_profile .desc>em{font-size: 15px; margin-top: 15px;}
.about_profile .img{width: 100%; height: auto; margin-top: 20px;}

.about_history{padding: 30px 0;}
.about_history .dh{margin-bottom: 50px;}
.about_history .dh>span{font-size: 18px;}
.about_history .dh>span::after{margin-top: 10px;}
.about_history .dh>p{width: 90%; margin-top: 15px;}
.about_history .swiper-container{width: 100%; margin-top: 0;}
.about_history .swiper-slide{height: 320px;}
.about_history .swiper-slide .num{width: 60px; height: 60px; line-height: 60px; margin-left: 26px;}
.about_history .swiper-slide .num>em{font-size: 18px;}
.about_history .swiper-slide .desc{width: calc(100% - 120px); font-size: 15px; margin: 0 0 0 20px;}
.about_history .swiper-slide .note:before{height: 80%; top: 55px;}
.about_history .btn a{width: 26px; height: 26px; line-height: 26px; margin-top: -34px;}

.about_scene{padding: 30px 0 0 0;}
.about_scene .dh>span{font-size: 18px;}
.about_scene .dh>span::after{margin-top: 10px;}
.about_scene .list{margin-top: 25px;}
.about_scene .list .swiper-slide .img{height: 136px;}
.about_scene .list .swiper-slide span{height: 46px; line-height: 46px; font-size: 15px; padding: 0 10px;}
.about_scene .list .ico{margin-top: 20px;}
.about_scene .list .ico>em{width: 26px; height: 26px; line-height: 26px; font-size: 16px;}

/*list_pro*/
ul.list_pro{gap: 15px;}
ul.list_pro li{width: calc((100% - 15px)/2); padding: 10px;}
ul.list_pro li .img{width: 100%; height: 120px;}
ul.list_pro li span{font-size: 15px;}
ul.list_pro li p{padding: 5px 10px 0 10px; margin-bottom: 10px; line-clamp: 2; -webkit-line-clamp: 2;}

/*display*/
.dis_pic{width: 100%; height: auto;}
.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: 16px;}
.dis_desc span{font-size: 16px;}
.dis_desc .desc{margin-top: 10px;}
.dis_note{margin-top: 20px;}
.dis_note>span{font-size: 16px;}
.dis_note *{text-wrap-mode: wrap !important;}

/*list_share*/
ul.list_share{gap: 15px;}
ul.list_share li{width: calc((100% - 15px)/2);}
ul.list_share li .img{height: 120px;}
ul.list_share li span{height: 46px; line-height: 46px; font-size: 15px;}

/*share_list*/
ul.share_list{gap: 15px;}
ul.share_list li{width: calc((100% - 15px)/2);}
ul.share_list li .img{height: 120px;}
ul.share_list li span{height: 46px; line-height: 46px; font-size: 15px;}

/*list_honor*/
ul.list_honor{gap: 15px;}
ul.list_honor li{width: calc((100% - 15px)/2);}
ul.list_honor li .img{height: 120px;}
ul.list_honor li span{height: 46px; line-height: 46px; font-size: 15px;}

/*list_news*/
ul.list_news li{padding: 15px;}
ul.list_news li .date>span{font-size: 30px;}
ul.list_news li .desc_box{width: 100%;}
ul.list_news li .desc{width: calc(100% - 80px);}
ul.list_news li .desc>img{width: 20px;}
ul.list_news li .desc>span{font-size: 15px;}
ul.list_news li .desc>p{margin-top: 5px;}
ul.list_news li .name{width: 100%;}
ul.list_news li .more{display: none;}

/*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%;}

/*list_pic_news*/
ul.list_pic_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pic_news li:nth-child(2n+1){margin-left: 0;}
ul.list_pic_news li .img{width: 100%; height: 120px;}
ul.list_pic_news li span{font-size: 15px;}
ul.list_pic_news li p{padding-top: 5px;}

/*dis_news*/
#dis_news{width: 100%;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 16px; line-height: 1.6;}
#dis_news .news_content{margin-top: 10px;}

/*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{margin-top: 20px;}
.pages .pages_box{display: none;}
.pages .pages_con{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 .pic{display: none;}
#footer_nav .list{display: none;}
#footer_nav .footer_nav_con{padding: 20px 0;}
#footer_nav .footer_nav_con .mail{width: 100%; margin-left: 0;}
#footer_nav .footer_nav_con .mail>span{font-size: 16px; margin-bottom: 5px;}
#footer_nav .footer_nav_con .mail>.mail_box{margin-top: 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;}
}