@charset "utf-8";
/*CSS Common*/
body{margin: 0; padding: 0; font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; font-size: 16px; color: #333; text-align: center; background: #fff; line-height: 28px; 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: #006ab8;}
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: 0 0 30px 0; display: flex; justify-content: space-between;}
.container{min-width: 1200px; width: 1200px; 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: 90px;}
#header .header_search{width: 220px; height: 38px; border: 1px solid #e2e2e2; padding: 0 15px; border-radius: 5px; margin-left: 30px;}
#header .header_search input[type="text"]{width: 160px; height: 38px; line-height: 38px; border: 0; background: none;}
#header .header_search input[type="image"]{width: 20px; height: 22px;}

/*menu*/
.menu>ul>li{padding: 0 22px; text-align: center; position: relative; z-index: 9;}
.menu>ul>li>a{line-height: 42px; display: block; font-size: 16px; border-bottom: 2px solid transparent; padding: 0 6px;}
.menu>ul>li>a:hover{color: #006ab8;}
.menu>ul>li>a.on{border-color: #006ab8;}
.menu>ul>li dl{width: 100%; position: absolute; left: 0; top: 90px; display: none;}
.menu>ul>li dl>dd{width: 100%; height: 30px; line-height: 30px; text-align: center;}

/*banner*/
.banner{height: 602px;}
.banner .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-slide .desc{color: #fff; line-height: 1.4; font-size: 20px;}
.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{width: 42px; border-radius: 10px;}
.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: 480px;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-slide .desc{color: #fff; line-height: 1.4;}
.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{width: 42px; border-radius: 10px;}
.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%; margin: 80px 0;}
#home_about .home_about_dh{margin: 0 auto; text-align: center;}
#home_about .home_about_dh span{font-size: 30px; color: #006ab8; display: block;}
#home_about .home_about_dh img{margin: 20px auto;}
#home_about .home_about_dh em{color: #666; display: block;}
#home_about .home_about_con{margin-top: 60px;}
#home_about .home_about_con .img{width: 580px; height: 380px; overflow: hidden;}
#home_about .home_about_con .img img{width: 100%; height: 100%; object-fit: cover;}
#home_about .home_about_con .desc{width: 570px; line-height: 2.2; margin-top: 20px;}
#home_about .home_about_con .desc a.more{width: 148px; height: 46px; line-height: 46px; font-size: 15px; text-align: center; color: #006ab8; display: block; border: 1px solid #006ab8; margin-top: 30px; border-radius: 5px;}
#home_about .home_about_con .desc a.more i{font-size: 18px; margin-left: 5px;}
#home_about .home_about_con .desc a.more:hover{background: #006ab8; color: #fff; border-color: #006ab8;}

/*home_pro*/
#home_pro{width: 100%; padding: 80px 0; background-repeat: no-repeat; background-size: cover; background-position: top center;}
#home_pro .home_pro_dh{margin: 0 auto; text-align: center;}
#home_pro .home_pro_dh span{font-size: 30px; color: #fff; display: block;}
#home_pro .home_pro_dh img{margin: 20px auto;}
#home_pro .home_pro_dh em{color: #fff; display: block;}
#home_pro .home_pro_con{margin-top: 60px;}
#home_pro .home_pro_con ul>li{width: calc((100% - 60px)/4); background-color: rgba(25,157,178,0.8); margin-left: 20px; padding: 30px; box-sizing: border-box; text-align: center;}
#home_pro .home_pro_con ul>li:nth-child(4n+1){margin-left: 0;}
#home_pro .home_pro_con ul>li:nth-child(2){background-color: rgba(62,169,143,0.8);}
#home_pro .home_pro_con ul>li:nth-child(3){background-color: rgba(80,121,197,0.8);}
#home_pro .home_pro_con ul>li:nth-child(4){background-color: rgba(66,132,223,0.8);}
#home_pro .home_pro_con ul>li a{color: #fff;}
#home_pro .home_pro_con ul>li .img{width: 78px; height: 78px; overflow: hidden; margin: auto;}
#home_pro .home_pro_con ul>li img{width: 100%; height: 100%;}
#home_pro .home_pro_con ul>li span{height: 42px; display: block; font-size: 20px; margin: 20px 0;}
#home_pro .home_pro_con ul>li i{width: 36px; height: 36px; line-height: 36px; display: block; margin: 30px auto 0; border-radius: 50%; border: 1px solid #fff; font-size: 18px; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_pro .home_pro_con ul>li:hover i{background-color: #fff; color: #006ab8;}

/*home_news*/
#home_news{width: 100%; margin: 80px auto;}
#home_news .home_news_dh{margin: 0 auto; text-align: center;}
#home_news .home_news_dh span{font-size: 30px; color: #006ab8; display: block;}
#home_news .home_news_dh img{margin: 20px auto;}
#home_news .home_news_dh em{color: #666; display: block;}
#home_news .home_news_con{margin-top: 60px;}
#home_news .home_news_con ul{width: 100%;}
#home_news .home_news_con ul>li{width: calc((100% - 50px)/3); padding: 35px 25px; margin-left: 25px; box-sizing: border-box; border: 1px solid #e4e4e4; 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{border-color: #006ab8;}
#home_news .home_news_con ul>li .date{align-items: baseline;}
#home_news .home_news_con ul>li .date>em{font-size: 42px;}
#home_news .home_news_con ul>li .date>p{margin-left: 5px;}
#home_news .home_news_con ul>li .desc>span{font-size: 24px; 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 #e4e4e4; font-size: 18px; color: #666; 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: #006ab8; color: #fff; border-color: #006ab8;}

/*left*/
#left{width: 100%;}
#left .left_dh>ul>li{margin: 0 10px;}
#left .left_dh>ul>li a{height: 76px; line-height: 76px; display: block; padding: 0 15px; box-sizing: border-box; text-align: center; border-bottom: 2px solid transparent;}
#left .left_dh>ul>li a.on{border-color: #006ab8;}

/*content*/
#right{width: 100%;}
#right .right_dh{font-size: 16px; background-color: #f6f6f6;}
#right .right_con{min-height: 200px; padding: 50px 0; line-height: 2.2;}
#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%;}

/*list_pro*/
ul.list_pro li{width: 235px; margin-left: 20px; margin-bottom: 20px;}
ul.list_pro li:nth-child(4n+1){margin-left: 0;}
ul.list_pro li .img{width: 235px; height: 180px; margin: 0 auto; overflow: hidden;}
ul.list_pro li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pro li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pro li span{display: block; padding-top: 10px;}

/*display*/
.dis_big{text-align: center;}
.dis_pic{box-sizing: border-box;}
.dis_pic img{max-width: 80%; margin: 0 auto;}
.dis_big .view{width: 100%; border: 1px solid #e6e6e6;}
.dis_big .view .swiper-container{width: 100%; height: 460px;}
.dis_big .view .swiper-slide{display: flex; justify-content: center; align-items: center;}
.dis_big .view .swiper-slide img{max-width: 100%; max-height: 100%;}
.dis_big .view .arrow-left{position:absolute; left: 10px; top: 50%; margin-top: -19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .view .arrow-right{position:absolute; right: 10px; top: 50%; margin-top:- 19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .preview{width: 100%; margin-top: 15px; position: relative;}
.dis_big .preview .swiper-container{width: 90%; height: 60px; margin: 0 auto;}
.dis_big .preview .swiper-slide{height: 60px; cursor: pointer; text-align: center;}
.dis_big .preview .swiper-slide>.img{height: 100%; margin: 0 6px; position: relative; border: 1px solid #e6e6e6; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
.dis_big .preview .swiper-slide>.img>img{max-width: 100%; max-height: 90%;}
.dis_big .preview .swiper-slide-thumb-active>.img{border-color: #006ab8;}
.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;}
.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*/
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: 25px; background-color: #f6f6f6; margin-bottom: 25px;}
ul.list_img_news li .date{font-family: Arial; text-align: center; line-height: 1.4; border-right: 1px solid #ddd; padding-right: 30px;}
ul.list_img_news li .date em{font-size: 40px; display: block;}
ul.list_img_news li .desc{width: calc(100% - 120px); font-size: 20px; margin-left: 30px;}
ul.list_img_news li .desc>span{width: 80%;}
ul.list_img_news li i{width: 100px; height: 36px; line-height: 36px; border: 1px solid #ddd; border-radius: 5px; text-align: center; display: block; font-size: 15px; transition: all 0.3s;}
ul.list_img_news li:hover i{border-color: #006ab8;}

/*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-size: 24px; 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: 60px; 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: #006ab8; color: #fff; border-color: #006ab8;}
.pages span{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 3px; cursor: pointer;}
.pages span:hover,.pages span.active{background: #006ab8; color: #fff; border-color: #006ab8;}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 400px; border: 1px solid #ccc;}
.map img{max-width: inherit !important;}
.shadow,.pop,.anchorBL{display: none;}

/*form*/
.form{margin: 0 auto; width: 100%;}
.form .form-group{margin-bottom: 10px;}
.form .form-group{margin-bottom: 15px; display: flex; align-items: center;}
.form .form-group>em{width: 96px; display: inline-block;}
.form .form-group:nth-last-child(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: #006ab8;}
.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:focus{border-color: #006ab8;}
.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: #006ab8; 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: #f6f6f6;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 50px 0; color: #666; font-size: 16px;}
#footer_nav .footer_nav_con a{color: #666;}
#footer_nav .footer_nav_con a:hover{color: #006ab8;}
#footer_nav .footer_nav_con .list a{display: block; padding: 0 32px;}
#footer_nav .footer_nav_con .contact{text-align: center; margin: 100px 0 30px 0;}
#footer_nav .footer_nav_con .contact>span{display: block; font-size: 30px; color: #333; margin-bottom: 25px;}
#footer_nav .footer_nav_con .contact>.desc{line-height: 2;}

/*footer*/
#footer{padding: 20px 0; background: #f6f6f6; color: #666;}
#footer a{color: #666;}
#footer a:hover{color: #006ab8;}
#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; font-size: 15px;}
#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: 42px;}
.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: #006ab8; color: #fff;}
.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: #006ab8; 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: 320px;}
.banner .swiper-slide{background-size: cover;}
.banner .swiper-slide .desc{font-size: 15px;}
.banner .swiper-slide .desc span{font-size: 16px !important;}
.banner .swiper-pagination{bottom: 10px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 8px; height: 8px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 32px; border-radius: 8px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}

/*banner_inside*/
.banner_inside{height: 240px;}
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-slide .desc{font-size: 15px;}
.banner_inside .swiper-slide .desc span{font-size: 16px !important;}
.banner_inside .swiper-pagination{bottom: 10px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px; width: 8px; height: 8px;}
.banner_inside .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 32px; border-radius: 8px;}
.banner_inside .swiper-button-prev{left: 10px;}
.banner_inside .swiper-button-next{right: 10px;}

/*home*/
#home_about{margin: 35px 0;}
#home_about .home_about_dh span{font-size: 20px;}
#home_about .home_about_dh img{margin: 10px auto;}
#home_about .home_about_dh em{margin: 15px auto 0; line-height: 1.8;}
#home_about .home_about_con{margin-top: 25px;}
#home_about .home_about_con .img{width: 100%; height: auto;}
#home_about .home_about_con .desc{width: 100%;}
#home_about .home_about_con .desc a.more{width: 120px; height: 36px; line-height: 36px;}

#home_pro{padding: 35px 0 25px 0;}
#home_pro .home_pro_dh span{font-size: 20px;}
#home_pro .home_pro_dh img{margin: 10px auto;}
#home_pro .home_pro_dh em{line-height: 1.8;}
#home_pro .home_pro_con{margin-top: 25px;}
#home_pro .home_pro_con ul>li{width: 48%; margin-left: 4%; margin-bottom: 4%; padding: 20px 15px;}
#home_pro .home_pro_con ul>li:nth-child(2n+1){margin-left: 0;}
#home_pro .home_pro_con ul>li .img{width: 42px; height: 42px;}
#home_pro .home_pro_con ul>li span{font-size: 16px; margin: 15px 0; line-height: 1.4;}
#home_pro .home_pro_con ul>li i{width: 28px; height: 28px; line-height: 28px; margin-top: 20px;}

#home_news{margin: 35px 0 25px 0;}
#home_news .home_news_dh span{font-size: 20px;}
#home_news .home_news_dh img{margin: 10px auto;}
#home_news .home_news_dh em{margin: 15px auto 0; line-height: 1.8;}
#home_news .home_news_con{margin-top: 25px;}
#home_news .home_news_con ul>li{width: 100%; margin-left: 0; margin-bottom: 4%; padding: 15px;}
#home_news .home_news_con ul>li .date>em{font-size: 20px;}
#home_news .home_news_con ul>li .desc>span{font-size: 18px; margin: 10px 0;}
#home_news .home_news_con ul>li .more{margin-top: 20px;}
#home_news .home_news_con ul>li .more>i{width: 28px; height: 28px; line-height: 28px; margin-right: 10px;}

/*content*/
/*right*/
#right{width: 100%;}
#right .right_dh{font-size: 15px;}
#right .right_con{min-height: 320px; padding: 20px 0 0 0; line-height: 2;}
#right .right_con img{max-width: 100%; padding: 0 !important;}
#right .right_con iframe{max-width: 100%; height: auto;}
#right .right_con video{max-width: 100%; height: auto;}
#right .right_con table{width: 100% !important;}
#right .right_icon{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin-right: 2px; position: relative;}
#right .right_icon span{width: 5px; height: 5px; border-radius: 50%; background: #222; display: block;}
#right .right_icon span::before{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; left: 0;}
#right .right_icon span::after{content: ''; width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; position: absolute; right: 0;}

/*left*/
#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;}

/*list_pro*/
ul.list_pro li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pro li:nth-child(2n+1){margin-left: 0;}
ul.list_pro li .img{width: 100%; height: 120px;}
ul.list_pro li span{padding-top: 5px;}

/*display*/
.dis_note{margin-top: 20px;}
.dis_big .view .swiper-container{height: auto;}
.dis_big .preview .swiper-container{height: auto;}
.dis_big .preview .swiper-slide{height: auto;}
.dis_big .preview .swiper-slide>.img{height: 50px;}
.dis_big .preview .arrow-left{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview .arrow-right{width: 10px; height: 50px; margin-top: -25px;}
.dis_big .preview i{font-size: 26px;}
.dis_name{font-size: 15px;}

/*list_share*/
ul.list_share 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*/
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_img_news*/
ul.list_img_news li{padding: 10px;}
ul.list_img_news li .date{padding-right: 15px;}
ul.list_img_news li .date em{font-size: 20px;}
ul.list_img_news li .desc{width: calc(100% - 110px); margin-left: 15px;}
ul.list_img_news li .desc>span{width: 100%; font-size: 15px;}
ul.list_img_news li i{width: 90px; height: 30px; line-height: 30px; margin-top: 5px; font-size: 14px;}

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

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