@charset "utf-8";
/*CSS Common*/
body{margin: 0; padding: 0; font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; font-size: 18px; color: #333; text-align: center; background: #fff; line-height: 36px; margin-left: auto; margin-right: auto; overflow-x: hidden;}
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: #3753ff;}
a img{border: 0 none;}
a{outline: none;}
a:focus{outline: none;} 
h1,h2,h3,h4,ul,li,div,p,span,b,i,input,select{margin: 0; padding: 0;}
ul,li,dl,dd,dt{padding: 0; margin: 0; list-style: none;}
input,button,textarea{font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; outline: none; resize: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0;}
em,i{font-style: normal;}
img{display: block;}
video{outline: none;}
.clear{clear: both; height: 0; overflow: hidden; display: block;}
.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-top: 270px; margin-top: 100px; background: url(../images/about_banner.jpg) no-repeat top right; background-size: contain;}
.container{max-width: 92%; width: 92%; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{width: 100%; background: linear-gradient(to right, #4276fd, #0037e2); position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; text-align: center; z-index: 9;}
#header .header_con{height: 100px;}

/*menu*/
.menu>ul>li{text-align: center; position: relative; z-index: 9;}
.menu>ul>li>a{line-height: 100px; display: block; font-size: 20px; color: #fff; padding: 0 50px;}
.menu>ul>li>a.on{background: linear-gradient(to right, #4276fd, #0037e2);}
.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{margin-top: 76px;}
.banner .swiper-slide{background-position: top center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-slide img{width: 100%; height: auto;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination-bullet{margin: 0 5px !important;}
.banner .swiper-pagination-bullet{background: none; opacity: 1; width: 10px; height: 10px; border: 1px solid #fff;}
.banner .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{margin-top: 76px;}
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner_inside .swiper-slide img{width: 100%; height: auto;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banner_inside .swiper-pagination-bullet{margin: 0 5px !important;}
.banner_inside .swiper-pagination-bullet{background: none; opacity: 1; width: 10px; height: 10px; border: 1px solid #fff;}
.banner_inside .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_ad*/
#home_ad{width: 100%; background-color: #f2f2f2; position: relative;}
#home_ad .home_ad_dh{width: 280px; font-size: 48px; letter-spacing: 10px;}
#home_ad .home_ad_dh .box{width: 400px; height: 196px; background: linear-gradient(to right, #4276fd, #0037e2); color: #fff; position: absolute; top: 0;}
#home_ad .home_ad_dh .ico{width: 0; height: 0; border-width: 16px; border-style: solid; border-color: transparent transparent rgba(0,55,226,0.7) transparent; position: absolute; right: -16px; bottom: -16px; transform: rotate(-180deg);}
#home_ad .home_ad_con{width: calc(100% - 400px);}
#home_ad .home_ad_con>ul{height: 180px;}
#home_ad .home_ad_con>ul>li{flex: 1; text-align: center; position: relative;}
#home_ad .home_ad_con>ul>li span>i{font-size: 48px; color: #3753ff; margin-right: 5px; font-family: Arial; line-height: 1;}
#home_ad .home_ad_con>ul>li p{font-size: 22px;}

/*home_about*/
#home_about{width: 100%; background: linear-gradient(to right, #4276fd, #0037e2); padding: 130px 0; color: #fff;}
#home_about .home_about_dh>span{font-size: 78px; display: block; font-family: 'Times New Roman', Times, serif;}
#home_about .home_about_dh>em{font-size: 32px; display: block; margin-top: 30px; letter-spacing: 2px;}
#home_about .home_about_dh .desc{margin-top: 35px; padding-top: 35px; line-height: 2; border-top: 1px solid #102b77; font-weight: lighter;}
#home_about .home_about_con{margin-top: 100px;}
#home_about .home_about_con ul>li{width: 20%; text-align: center;}
#home_about .home_about_con ul>li span{width: 150px; height: 150px; background: linear-gradient(to right, #4276fd 20%, #0036e2); margin: auto; border-radius: 50%; font-size: 40px;}
#home_about .home_about_con ul>li .desc{font-size: 18px; margin-top: 20px; line-height: 1.6; font-weight: lighter;}
#home_about .home_about_con ul>li .desc>em{display: block;}

/*home_service*/
#home_service{width: 110vw; height: 55vw; background: #f3f5fe; left: 50%; transform: translateX(-50%); aspect-ratio: 2 / 1; border-radius: 110vw 110vw 0 0; position: relative; overflow: hidden; margin-top: 75px;}
#home_service .home_service_dh{text-align: center; margin: 35px auto; font-size: 42px; display: block; font-weight: 600; letter-spacing: 5px;}
#home_service .home_service_con{width: 100vw; height: 50vw; background: #f3f5fe; left: 50%; transform: translateX(-50%); aspect-ratio: 2 / 1; border-radius: 100vw 100vw 0 0; position: relative; overflow: hidden; border: 2px solid #0036e2;}
#home_service .home_service_con ul>li{width: 15vw; height: 15vw; border-radius: 50%; border: 2px solid #0036e2; position: absolute;}
#home_service .home_service_con ul>li a{width: 100%; height: 100%;}
#home_service .home_service_con ul>li .desc{line-height: 1.4; font-size: 20px;}
#home_service .home_service_con ul>li .desc span{font-size: 28px; display: block;}
#home_service .home_service_con ul>li .desc .desc_box{margin-top: 10px;}
#home_service .home_service_con ul>li:hover{background: linear-gradient(to right, #4276fd, #0037e2); color: #fff; border-color: #f3f5fe;}
#home_service .home_service_con ul>li:hover a{color: #fff;}
#home_service .home_service_con ul>li:nth-child(1){left: 7.5%; bottom: 10%;}
#home_service .home_service_con ul>li:nth-child(2){left: 20.5%; top: 23%;}
#home_service .home_service_con ul>li:nth-child(3){left: 50%; top: 8%; margin-left: -7.5vw;}
#home_service .home_service_con ul>li:nth-child(4){right: 20.5%; top: 23%;}
#home_service .home_service_con ul>li:nth-child(5){right: 7.5%; bottom: 10%;}
#home_service .home_service_btn{width: 50vw; height: 25vw; background: #f3f5fe; left: 50%; transform: translateX(-50%); aspect-ratio: 2 / 1; border-radius: 25vw 25vw 0 0; position: absolute; bottom: -8%; overflow: hidden; padding: 6px; background-image: linear-gradient(to right, #487cff, #f2f5fe); background-clip: padding-box;}
#home_service .home_service_btn::before{content: ''; position: absolute; top: 6px; left: 6px; right: 6px; bottom: 6px; background-color: #f3f5fe; border-radius: 25vw 25vw 0 0;}
#home_service .home_service_btn span{width: 36vw; height: 18vw; background: #f3f5fe; left: 50%; transform: translateX(-50%); aspect-ratio: 2 / 1; border-radius: 18vw 18vw 0 0; position: absolute; bottom: -12%; overflow: hidden; padding: 6px; background-image: linear-gradient(to right, #f2f5fe, #0036e2); background-clip: padding-box; display: block;}
#home_service .home_service_btn span::before{content: ''; position: absolute; top: 6px; left: 6px; right: 6px; bottom: 6px; background-color: #f3f5fe; border-radius: 18vw 18vw 0 0;}

/*home_cases*/
#home_cases{width: 100%; background-color: #fff; padding-top: 20px;}
#home_cases .home_cases_dh i{width: 0; height: 0; border-width: 20px; border-style: solid; border-color: transparent transparent #0036e2 transparent; position: absolute; top: -20px; left: 0; right: 0; margin: auto; transform: rotate(-180deg);}
#home_cases .home_cases_dh span{padding: 40px 0; text-align: center; font-size: 42px; display: block; font-weight: 600; letter-spacing: 5px;}
#home_cases .home_cases_con{margin-top: 10px; background-color: #fff;}
#home_cases .home_cases_con ul li{width: calc(100% / 3); overflow: hidden;}
#home_cases .home_cases_con ul li a{display: block;}
#home_cases .home_cases_con ul li .img{width: 100%; height: 18vw; margin: 0 auto; overflow: hidden;}
#home_cases .home_cases_con ul li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_cases .home_cases_con ul li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
#home_cases .home_cases_con ul li .desc{padding: 40px 30px; text-align: left; transition: all 0.3s; -ms-transition: all 0.3s;}
#home_cases .home_cases_con ul li:hover{background: linear-gradient(to right, #4276fd, #0037e2);}
#home_cases .home_cases_con ul li:hover .desc{color: #fff;}
#home_cases .home_cases_con ul li span{display: block; font-size: 28px;}
#home_cases .home_cases_con ul li p{margin-top: 10px; font-weight: lighter;}
#home_cases .home_cases_con .more{font-size: 50px; color: #0036e2; letter-spacing: 5px; line-height: 1; margin: 75px auto 100px auto; display: block;}
#home_cases .home_cases_con .more>i{position: relative; top: -35px;}

/*left*/
#left{width: 100%;}
#left .left_dh>ul>li{margin: 0 5px;}
#left .left_dh>ul>li a{line-height: 40px; display: block; padding: 0 20px; font-size: 17px; box-sizing: border-box; text-align: center;}
#left .left_dh>ul>li a.on{background-color: #3753ff; color: #fff; border-radius: 20px;}

/*local*/
.local{width: 100%;}
.local span{font-size: 36px; font-weight: bold; color: #0036e2; letter-spacing: 5px; padding-left: 15px; display: block; margin-top: 20px;}
.local span::after{content: ''; width: 120px; height: 4px; background-color: #0036e2; display: block; margin-top: 20px;}

/*content*/
#right{width: 100%; padding: 50px 0 90px 0;}
#right .right_con{min-height: 200px;}
#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_profile{padding: 70px; background: linear-gradient(to right, #4276fd, #0037e2); border-radius: 30px; color: #fff; box-sizing: border-box;}
.about_profile .img{width: 38%; height: 680px; overflow: hidden;}
.about_profile .img>img{width: 100%; height: 100%; object-fit: cover;}
.about_profile .desc{width: 62%; padding-left: 4%; box-sizing: border-box; margin-top: 5%;}
.about_profile .desc>span{font-size: 64px; display: block; font-family: Arial; line-height: 1.4;}
.about_profile .desc>em{font-size: 32px; margin-top: 25px;}
.about_profile .desc>p{font-size: 32px;}
.about_profile .desc>.desc_box{margin-top: 40px; padding-top: 40px; border-top: 1px solid #102b77; font-weight: lighter;}
.about_profile .video{position: fixed; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: rgba(0,0,0,.8); z-index: 10; display: none; align-items: center; justify-content: center;}
.about_profile .video>.box{width: 40px; height: 40px; position: absolute; right: 10px; top: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 9;}
.about_profile .video>.box i{width: 40px; height: 40px; position: relative; display: block;}
.about_profile .video>.box i::before,
.about_profile .video>.box i::after{content: ''; width: 32px; height: 3px; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -16px; transform: rotate(45deg); background-color: #fff;}
.about_profile .video>.box i::after{transform: rotate(-45deg);}
.about_profile .video video{width: 90%; height: auto; object-fit: cover;}

.about_advantage{margin-top: 70px; background: linear-gradient(to right, #4276fd, #0037e2); color: #fff; padding: 70px 0;}
.about_advantage ul>li{width: 20%; text-align: center;}
.about_advantage ul>li span{width: 150px; height: 150px; background: linear-gradient(to right, #4276fd 20%, #0036e2); margin: auto; border-radius: 50%; font-size: 40px;}
.about_advantage ul>li .desc{font-size: 18px; margin-top: 20px; line-height: 1.6; font-weight: lighter;}
.about_advantage ul>li .desc>em{display: block;}

.about_culture{padding: 110px 0;}
.about_culture>span{font-size: 42px; font-weight: bold; display: block; letter-spacing: 5px; text-align: center;}
.about_culture>em{display: block; border-bottom: 1px solid #99b4f9; margin-top: 50px;}
.about_culture>i{width: 0; height: 0; border-width: 20px; border-style: solid; border-color: transparent transparent #0036e2 transparent; margin: auto; transform: rotate(-180deg); display: block;}
.about_culture ul{margin-top: 120px;}
.about_culture ul>li{border-left: 1px dotted #666; flex: 1; padding: 50px 0;}
.about_culture ul>li:first-child{border-left: 0;}
.about_culture ul>li span{font-size: 32px; display: block; text-align: center;}
.about_culture ul>li em{display: block; margin-top: 15px;}

.about_construct{position: relative; color: #fff; margin-bottom: -90px; background: linear-gradient(to right, #4276fd, #0037e2); padding-bottom: 120px;}
.about_construct>span{background: linear-gradient(to right, #4276fd, #0037e2); font-size: 42px; font-weight: bold; display: block; letter-spacing: 5px; text-align: center; color: #fff; padding: 50px 0;}
.about_construct>i{width: 0; height: 0; border-width: 20px; border-style: solid; border-color: transparent transparent #fff transparent; margin: auto; transform: rotate(-180deg); display: block; position: absolute; left: 0; right: 0; z-index: 9;}
.about_construct .box{width: 100%; height: 836px; background-size: cover; background-repeat: no-repeat; background-position: top center;}
.about_construct ul{height: 100%;}
.about_construct li{width: 25%; height: 100%; background: linear-gradient(to right, rgba(66,118,253,0.5), rgba(0,55,226,0.5)); padding: 50px 0; text-align: center; box-sizing: border-box; position: relative; z-index: 3;}
.about_construct li span{font-size: 32px; display: block; margin-top: 120px;}
.about_construct li p{width: 68%; margin: 20px auto 0; font-size: 18px;}

/*list_pro*/
.list_pro{background: linear-gradient(to right, #4276fd, #0037e2); padding: 90px 0; color: #fff; margin-bottom: -90px;}
.list_pro>span{font-size: 38px;}
.list_pro .preview{margin-top: 70px; border-bottom: 1px solid rgba(255,255,255,0.1);}
.list_pro .preview .swiper-container{width: 80%;}
.list_pro .preview .swiper-slide{padding-bottom: 20px; cursor: pointer;}
.list_pro .preview .swiper-slide span::after{content: ''; width: 90px; height: 4px; background-color: none; display: block; margin: auto; position: relative; top: 22px;}
.list_pro .preview .swiper-slide-thumb-active span::after{background-color: #fff;}
.list_pro .view{margin-top: 65px;}
.list_pro .view .swiper-slide{position: relative; transform: scale(0.9); transition: all 0.3s; border-radius: 25px; overflow: hidden;}
.list_pro .view .swiper-slide .img{width: 100%; height: 100%; overflow: hidden;}
.list_pro .view .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover;}
.list_pro .view .swiper-slide-active{transform: scale(1);}
.list_pro .view .swiper-slide .desc{background: linear-gradient(to bottom, rgba(86,132,252,0.9), rgba(19,70,232,0.9)); padding: 0 10%; box-sizing: border-box; font-size: 15px; position: absolute; inset: 0; z-index: 2; text-align: left; opacity: 0; transition: all 0.3s;}
.list_pro .view .swiper-slide .desc .box>span{font-size: 26px; display: block;}
.list_pro .view .swiper-slide .desc .box>p{font-weight: lighter; padding-top: 15px; margin-top: 15px; border-top: 1px solid #fff; line-height: 1.8;}
.list_pro .view .swiper-slide .desc .box>em{font-weight: bold; display: block; margin: 15px 0; line-height: 1;}
.list_pro .view .swiper-slide .desc .box>.desc_box{line-height: 2; font-weight: lighter;}
.list_pro .view .swiper-slide-active:hover .desc{opacity: 1;}

/*display*/
.dis_big{text-align: center; background-color: #fff; padding-top: 80px; min-height: 500px;}
.dis_pic{box-sizing: border-box;}
.dis_pic img{max-width: 90%; height: auto; margin: 0 auto;}
.dis_pic video{max-width: 90%; width: 90%; height: auto; 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: #3753ff;}
.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: 30px 0; font-size: 30px;}
.dis_note{text-align: left; margin-top: 60px;}
.dis_note img{display: inline-block;}

/*list_share*/
.list_share_dh{padding: 75px 0; background: linear-gradient(to right, #4276fd, #0037e2); font-size: 38px; color: #fff;}
ul.list_share{background-color: #fff;}
ul.list_share li{width: calc(100% / 2); background: linear-gradient(to right, #4276fd, #0037e2);}
ul.list_share li .img{width: 100%; height: 26vw; 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 .desc{padding: 30px; text-align: left; color: #fff; transition: all 0.1s; -ms-transition: all 0.1s;}
ul.list_share li span{display: block; font-size: 24px; letter-spacing: 5px;}
ul.list_share li p{margin-top: 10px; font-size: 34px;}

/*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_img_news*/
.list_news{background-color: #fff; padding-top: 60px;}
.list_news_dh{height: 36px; background: linear-gradient(to right, #4276fd, #0037e2);}
ul.list_img_news li{padding-bottom: 40px; overflow: hidden;}
ul.list_img_news li .img{width: 40%; height: 20vw; 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: 60%; padding-left: 4%; box-sizing: border-box;}
ul.list_img_news li span{font-size: 30px; margin: 2vw 0 1.5vw 0; display: block; line-height: 1.4; border-bottom: 1px solid #666; padding-bottom: 1.5vw;}
ul.list_img_news li p{color: #666; line-height: 1.8;}
ul.list_img_news li em{margin-top: 2vw; color: #666; display: flex; justify-content: flex-end;}

/*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{background-color: #fff; padding: 80px 0 0 0; min-height: 560px;}
#dis_news .news_title{font-size: 30px; text-align: center;}
#dis_news .news_date{color: #666; text-align: center; line-height: 2; padding: 10px 0;}
#dis_news .news_content{text-align: left; margin-top: 20px; line-height: 2;}

/*contact*/
.contact{background: linear-gradient(to right, #4276fd, #0037e2); padding: 70px; border-radius: 30px;}
.contact>.desc{width: 46%; color: #fff; font-size: 20px; font-weight: lighter;}
.contact>.desc strong{font-size: 36px; font-weight: normal;}
.contact>.desc .qcode{margin-top: 80px; font-size: 15px; font-weight: lighter;}
.contact>.desc .qcode .desc_box{text-align: right; line-height: 1.6;}
.contact>.desc .qcode .desc_box>span{justify-content: flex-end; margin-bottom: 10px;}
.contact>.desc .qcode .desc_box>span>i{width: 16px; height: 16px; border-radius: 50%; border: 1px solid #fff;}
.contact>.desc .qcode img{max-width: 132px; height: auto; margin-left: 15px; display: block;}
.contact>.map{width: 50%;}

/*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: 70px; text-align: center;}
.pages .pages_m_box{display: none;}
.pages a{background-color: #cecece; color: #fff; min-width: 50px; height: 50px; line-height: 50px; margin: 0 5px; border-radius: 50%; display: inline-block;}
.pages a:hover,.pages a.active{background: linear-gradient(to right, #4276fd, #0037e2); color: #fff;}
.pages span{background-color: #cecece; color: #fff; min-width: 50px; height: 50px; line-height: 50px; margin: 0 5px; cursor: pointer; display: inline-block; border-radius: 50%;}
.pages span:hover,.pages span.active{background: linear-gradient(to right, #4276fd, #0037e2); color: #fff;}
.pages .prev, .pages .next{width: 160px; border-radius: 80px; font-size: 20px; font-weight: bold; background: linear-gradient(to right, #4276fd, #0037e2); color: #fff;}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}

/*map*/
.map{width: 100%; height: 560px;}
.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;}
.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;}
.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;}
.form .form-group>.box>input[type="submit"]{margin: 0 5px;}
.form .form-group>.box>input[type="submit"]:hover{background: #3753ff; color: #fff;}
.form .form-group>.box>input[type="reset"]{margin: 0 5px;}
.form .form-group>.box>input[type="reset"]:hover{background: #3753ff; 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{width: 100%; height: 572px; background: url(../images/footer_bg.jpg) no-repeat bottom right; background-size: cover;}
#footer_nav .footer_nav_con{width: 100%; margin: 0 auto; padding: 50px 0; color: #fff;}
#footer_nav .footer_nav_con a{color: rgba(255,255,255,.8);}
#footer_nav .footer_nav_con a:hover{color: #fff;}
#footer_nav .footer_nav_con .qcode{font-size: 24px; margin-top: 30px;}
#footer_nav .footer_nav_con .qcode .desc{justify-content: flex-end; margin-top: 120px; font-size: 15px; font-weight: lighter;}
#footer_nav .footer_nav_con .qcode .desc .desc_box{text-align: right; line-height: 1.6;}
#footer_nav .footer_nav_con .qcode .desc .desc_box>span{justify-content: flex-end; margin-bottom: 10px;}
#footer_nav .footer_nav_con .qcode .desc .desc_box>span>i{width: 16px; height: 16px; border-radius: 50%; border: 1px solid #fff;}
#footer_nav .footer_nav_con .qcode .desc img{max-width: 132px; height: auto; margin-left: 15px; display: block;}

/*footer*/
#footer{margin-top: -56px;}
#footer a:hover{color: #3753ff;}
#footer .footer_con{margin: 0 auto; text-align: center;}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none;}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px;}

/*media*/
@media (min-width: 1100px){
.header{display: none;}
}
@media screen and (max-width: 1240px){
.menu>ul>li>a{padding: 0 42px; font-size: 18px;}
#footer_nav .footer_nav_con .qcode{font-size: 20px;}
}
/*public*/
@media screen and (max-width: 1099px){
html,body{overflow: auto; overflow-x: hidden; font-size: 15px; line-height: 28px;}
#header{display: none;}
.container{min-width: 94%; width: 94%;}
.con{padding-top: 60px; margin-top: 0;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; background: linear-gradient(to right, #4276fd, #0037e2); position: fixed; 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: linear-gradient(to right, #4276fd, #0037e2); 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: #fff; 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: 190px; margin-top: 60px;}
.banner .swiper-slide{background-size: cover;}
.banner .swiper-pagination{bottom: 2px;}
.banner .swiper-pagination-bullet{margin: 0 4px !important;}
.banner .swiper-pagination-bullet{width: 6px; height: 6px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}

/*banner_inside*/
.banner_inside{margin-top: 60px;}
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-pagination{bottom: 2px;}
.banner_inside .swiper-pagination-bullet{margin: 0 4px !important;}
.banner_inside .swiper-pagination-bullet{width: 6px; height: 6px;}
.banner_inside .swiper-button-prev{left: 10px;}
.banner_inside .swiper-button-next{right: 10px;}

/*home*/
#home_ad .container{width: 100%; min-width: 100%;}
#home_ad .home_ad_dh{width: 100%;}
#home_ad .home_ad_dh .box{width: 100%; position: static; height: 40px; line-height: 40px; font-size: 18px;}
#home_ad .home_ad_con{width: 100%;}
#home_ad .home_ad_con>ul{height: auto; padding: 15px 0;}
#home_ad .home_ad_con>ul>li span>i{font-size: 26px;}
#home_ad .home_ad_con>ul>li p{font-size: 15px;}
#home_ad .home_ad_dh .ico{display: none;}

#home_about{padding: 30px 0;}
#home_about .home_about_dh>span{font-size: 20px;}
#home_about .home_about_dh>em{font-size: 16px; margin-top: 0;}
#home_about .home_about_dh .desc{width: 100%; margin-top: 15px; padding-top: 15px; font-weight: normal;}
#home_about .home_about_dh>a{margin-top: 20px;}
#home_about .home_about_dh>a>i{font-size: 20px;}
#home_about .home_about_con{margin-top: 30px;}
#home_about .home_about_con ul>li{width: 50%; margin-bottom: 5%;}
#home_about .home_about_con ul>li span{width: 80px; height: 80px; font-size: 20px;}
#home_about .home_about_con ul>li .desc{font-size: 15px; margin-top: 10px; font-weight: normal;}

#home_service{margin-top: 30px;}
#home_service .home_service_dh{font-size: 18px; margin: 15px 0;}
#home_service .home_service_con{bottom: 2%;}
#home_service .home_service_con ul>li .desc span{font-size: 15px; width: 60%; margin: auto; line-height: 1.4;}
#home_service .home_service_con ul>li .desc .desc_box{font-size: 14px; display: none;}
#home_service .home_service_con ul>li:nth-child(1){bottom: 24%; left: 10%;}
#home_service .home_service_con ul>li:nth-child(2){top: 20%; left: 24%;}
#home_service .home_service_con ul>li:nth-child(4){top: 20%; right: 24%;}
#home_service .home_service_con ul>li:nth-child(5){bottom: 24%; right: 10%;}
#home_service .home_service_btn{width: 40vw; height: 20vw; border-radius: 20vw 20vw 0 0; padding: 2px;}
#home_service .home_service_btn::before{border-radius: 20vw 20vw 0 0;}
#home_service .home_service_btn span{width: 30vw; height: 15vw; border-radius: 15vw 15vw 0 0; padding: 2px;}
#home_service .home_service_btn span::before{border-radius: 15vw 15vw 0 0;}

#home_cases .home_cases_dh>span{padding: 15px 0; font-size: 18px;}
#home_cases .home_cases_dh i{border-width: 10px;}
#home_cases .home_cases_con ul li{width: 50%;}
#home_cases .home_cases_con ul li .img{height: 120px;}
#home_cases .home_cases_con ul li .desc{padding: 15px;}
#home_cases .home_cases_con ul li span{font-size: 16px;}
#home_cases .home_cases_con ul li p{margin-top: 5px; font-weight: normal;}
#home_cases .home_cases_con .more{font-size: 18px; margin: 30px 0 40px 0;}
#home_cases .home_cases_con .more>i{top: -15px;}

/*content*/
/*right*/
#right{width: 100%; padding: 30px 0;}
#right .right_dh{font-size: 15px;}
#right .right_con{min-height: 320px; padding: 0;}
#right .right_con img{max-width: 100%; padding: 0 !important;}
#right .right_con iframe{max-width: 100%; height: auto;}
#right .right_con video{max-width: 100%; height: auto;}
#right .right_con table{width: 100% !important;}
#right .right_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; display: inline-block;}
#left .left_dh>ul>li a{height: 36px; line-height: 36px; font-size: 15px; padding: 0 10px;}
#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;}

/*local*/
.local span{font-size: 18px; margin-top: 0; padding-left: 10px;}
.local span::after{width: 64px; height: 2px; margin-top: 5px;}
.local img{height: 36px;}

/*about*/
.about_profile{padding: 15px; border-radius: 15px;}
.about_profile .img{width: 100%; height: 200px;}
.about_profile .desc{width: 100%; padding-left: 0;}
.about_profile .desc>span{font-size: 20px;}
.about_profile .desc>em{font-size: 16px;}
.about_profile .desc>p{font-size: 16px;}
.about_profile .desc>.desc_box{margin-top: 15px; padding-top: 15px; font-weight: normal;}

.about_advantage{margin-top: 30px; padding: 30px 0;}
.about_advantage ul>li{width: 50%; margin-bottom: 5%;}
.about_advantage ul>li span{width: 80px; height: 80px; font-size: 20px;}
.about_advantage ul>li .desc{font-size: 15px; font-weight: normal;}

.about_culture{padding: 30px 0 20px 0;}
.about_culture>span{font-size: 20px;}
.about_culture>em{margin-top: 25px;}
.about_culture>i{border-width: 10px;}
.about_culture ul{margin-top: 5px;}
.about_culture ul>li{width: 100%; flex: auto; padding: 25px 0; border-left: 0; border-bottom: 1px dotted #666;}
.about_culture ul>li:last-child{border-bottom: 0;}
.about_culture ul>li span{font-size: 18px;}
.about_culture ul>li em{margin-top: 0;}

.about_construct{margin-bottom: -30px; padding-bottom: 60px;}
.about_construct>span{font-size: 20px; padding: 25px 0;}
.about_construct>i{border-width: 10px;}
.about_construct .box{height: auto;}
.about_construct li{width: 50%; padding: 30px 0 0 0;}
.about_construct li span{margin-top: 0; font-size: 16px;}
.about_construct li p{width: 80%; height: 120px; font-size: 15px; margin: 10px auto;}

/*list_pro*/
.list_pro{padding: 30px 0; margin-bottom: -30px;}
.list_pro>span{font-size: 18px;}
.list_pro .preview{margin-top: 20px;}
.list_pro .preview .swiper-slide{padding-bottom: 10px;}
.list_pro .preview .swiper-slide span::after{top: 12px;}
.list_pro .view{width: 94%; margin: 35px auto 0;}
.list_pro .view .swiper-slide{border-radius: 10px;}
.list_pro .view .swiper-slide .desc .box>span{font-size: 16px;}
.list_pro .view .swiper-slide .desc .box>p{padding-top: 10px; margin-top: 10px;}
.list_pro .view .swiper-slide .desc .box>em{display: none;}
.list_pro .view .swiper-slide .desc .box>.desc_box{display: none;}

/*display*/
.dis_note{margin-top: 20px;}
.dis_big{padding-top: 30px; min-height: 300px;}
.dis_big .dis_pic img{max-width: 90% !important;}
.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; padding: 10px 0; line-height: 1.6;}

/*list_share*/
.list_share_dh{padding: 20px 0; font-size: 18px;}
ul.list_share li .desc{padding: 10px;}
ul.list_share li span{font-size: 15px; letter-spacing: 0; line-height: 1.4;}
ul.list_share li p{font-size: 16px;}

/*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% - 106px);}

/*list_img_news*/
.list_news{padding-top: 30px;}
.list_news_dh{height: 20px;}
ul.list_img_news li{padding-bottom: 5%;}
ul.list_img_news li .img{width: 100%; height: 200px;}
ul.list_img_news li .desc{width: 100%; padding-left: 0;}
ul.list_img_news li span{font-size: 16px; margin: 15px 0; padding-bottom: 15px;}
ul.list_img_news li p{-webkit-line-clamp: 2;}
ul.list_img_news li em{margin-top: 5px;}

/*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%; padding-top: 30px;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 16px; line-height: 1.6;}
#dis_news .news_date{padding: 5px 0;}
#dis_news .news_content{margin-top: 10px;}

/*contact*/
.contact{padding: 15px; border-radius: 15px;}
.contact>.desc{width: 100%; line-height: 1.8; font-size: 15px; margin-top: 25px; font-weight: normal;}
.contact>.desc strong{font-size: 16px;}
.contact>.desc>p>br{display: none;}
.contact>.desc .qcode{margin-top: 20px; font-weight: normal;}
.contact>.desc .qcode img{width: 100px; height: 100px;}
.contact>.map{width: 100%; height: 200px;}

/*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; width: 94%; margin: 25px auto 0;}
.pages span{margin: 0; width: 30px; height: 30px; line-height: 30px; border-radius: 15px;}
.pages .p_page{border: 0;}
.pages .p_left{width: 70px; background: linear-gradient(to right, #4276fd, #0037e2);}
.pages .p_right{width: 70px; background: linear-gradient(to right, #4276fd, #0037e2);}

/*float*/
.float{display: none;}

/*nav*/
#footer_nav{height: 330px; background-position: top center;}
#footer_nav .footer_nav_con{padding: 20px 0;}
#footer_nav .footer_nav_con .pic img{height: 50px;}
#footer_nav .footer_nav_con .qcode{font-size: 15px; margin-top: 0;}
#footer_nav .footer_nav_con .qcode .desc{margin-top: 0; font-weight: normal;}
#footer_nav .footer_nav_con .qcode .desc .desc_box{font-size: 14px;}
#footer_nav .footer_nav_con .qcode .desc img{max-width: 80px;}

/*footer*/
#footer{margin-top: -30px; padding-bottom: 20px;}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center;}
}