@charset "utf-8";
/* website */
[data-animation]{visibility: hidden;animation-duration:1.5s; -webkit-animation-duration:1.5s;opacity: 0;animation-fill-mode:forwards;}
.layui-layer{max-width: 640px; border-radius: 20px;}
.layer_form{width: 100%; background: #FFF; border-radius: 5px; padding: 20px; box-sizing: border-box;}
.layer_form .s_title{font-size: 30px; font-family: RobotoCondensed-Bold;line-height: 40px; text-align: center; color: #333; padding-bottom: 15px;}
.layer_form label{display: block; padding: 10px 0;}
.layer_form label input,.layer_form label textarea{display: block; border:1px solid rgba(0,0,0,0.15); background: #FAFAFA; padding: 15px; box-sizing: border-box; width:100%; font-size: var(--f16); border-radius: 5px;}
.layer_form label button{height:50px; background: var(--bgcolor-b1); border:none; border-radius: 25px; color:var(--fcolor-a0); font-size: 1.8rem; line-height: 50px; width:100%; margin: 15px auto;}
.layer_form label button:hover{ background: var(--bgcolor-b2);}

.container{width:100%; max-width:1400px; margin: 0 auto;}
.container_max{width:100%; margin: 0 auto;}
.container_plus{width:98%; max-width:1800px; margin: 0 auto;}
.container_bg0{background: var(--bgwhite-10);}
.container_bg1{background: #EFEFEF;}
.container_bg2{background: rgba(0,0,0,0.025);}

.topbar{width: 100%; height: 90px; position: fixed; left:0;top:0; z-index: 999; box-shadow: 5px 5px 10px rgba(0,0,0,0.15); background: rgba(0,0,0,0.35); border-bottom: 1px solid rgba(255,255,255,0.25);}
.topbar .container_max{display: flex;}
.topbar_clear {height: 90px;}
.site_logo{padding: 25px 0 0 25px;}
.site_logo img{display: block; height:auto; margin: 0; height:40px;}
.site_nav_main{margin-left:auto; margin-right:0; display: flex;}
.site_nav_main ul{list-style: none; padding:0 50px 0 0; box-sizing: border-box;}
.site_nav_main ul li.m{float: left; position: relative; padding-right:35px;}
.site_nav_main ul li:last-child.m{ margin-right:0;}
.site_nav_main ul li.m h3{font-size: var(--f16); line-height: 90px; font-weight: normal;}
.site_nav_main ul li.m h3.mactive,.site_nav_main ul li.m h3.mactive a{color:#FFF; text-decoration: underline;}
.site_nav_main ul li.m h3 a{display: block; font-family: IBMPlexSans-Bold; text-decoration: none; color:var(--bgwhite-8);}
.site_nav_main ul li.m h3 a:hover{color: var(--bgwhite-10);}
.site_nav_main ul li .m_arrow_box1{background: url(../images/arrow_down_null.png) no-repeat right center; padding-right: 15px;}
.site_nav_main ul li .m_arrow_box2{background: none; padding-right: 0;}
.site_nav_main ul li .sub{background: rgba(255,255,255,0.75); box-shadow: 2px 2px 6px rgba(0,0,0,0.25); list-style: none; display: none; width:150%; padding:0; position:absolute; left:-20px; top:90px; z-index: 9999999;}
.site_nav_main ul li .sub li{display: block; font-size: var(--f15); border-bottom:1px dashed rgba(0,0,0,0.15); font-family: IBMPlexSans-Bold;}
.site_nav_main ul li .sub li:last-child{border-bottom: none;}
.site_nav_main ul li .sub li a{display: block; line-height: 16px; top:85px; padding: 15px 20px; text-decoration: none;}
.site_nav_main ul li .sub li a:hover{background: #0078D4; color:#FFF;}

.site_mobile_menu{display: none;}
.visible-xs-block{display: block;}

.mo-leftmenu{background:#F7F7F7;position:fixed;top:0;left:-1px;z-index:99999999;overflow-x:hidden;box-sizing:content-box;width:85vw; height:100vh;-webkit-overflow-scrolling:touch;-webkit-transition:all .4s cubic-bezier(0.7,0,0.2,1);-ms-transition:all .4s cubic-bezier(0.7,0,0.2,1);transition:all .4s cubic-bezier(0.7,0,0.2,1);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}
.mo-leftmenu .tit{height:60px;line-height:60px;background:#000;}
.mo-leftmenu .tit h6{float:left;color:var(--fcolor-a0);padding:0 0 0 20px;font-size:var(--f18);font-weight:normal;}
.mo-leftmenu .tit span{float:right;cursor:pointer;width:65px;text-align:center;color:#fff;font-size:16px; font-family: Ubuntu-Regular;}
.mo-leftmenu > ul{}
.mo-leftmenu > ul > li{line-height:50px;font-size:var(--f16);border-top:2px solid #e5e5e5;position:relative;}
.mo-leftmenu > ul > li > a{padding:0 0 0 20px;}
.mo-leftmenu > ul > li > i {position:absolute;color:#333;width:50px;height:50px; right:0; top:0; text-align:center;cursor:pointer; background: #F7F7F7 url("../images/arrow_down.png") no-repeat center center;}
.mo-leftmenu > ul > li.active{}
.mo-leftmenu ul li a{color:#333;display: block;}
.mo-leftmenu ul li a:hover{text-decoration: none;}
.mo-leftmenu ul li ul{display:none;padding-bottom:8px;}
.mo-leftmenu ul li ul li{line-height:35px;}
.mo-leftmenu ul li ul li a{background:url(../images/top_mini_nav_arrow.png) no-repeat 25px center;padding:0 0 0 40px;}

.menu-transitioning{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);box-shadow:10px 0 30px rgba(0,0,0,0.25);}

.site_banner{height: auto;}
.index_banner {width: 100%;margin: 0 auto;position: relative;height: auto;}
.index_banner .bd {margin: 0 auto;position: relative;z-index: 0;overflow: hidden;}
.index_banner .bd ul {width: 100% !important;}
.index_banner .bd li {width: 100% !important;height: auto;overflow: hidden;text-align: center;}
.index_banner .bd li img{display: block; margin:0 auto;transition: all 1s;transform: scale(1);}
.index_banner .bd li.on img{transform: scale(1.06);width: 100%;}
.index_banner .hd {width: 100%;position: absolute;z-index: 1;bottom: 20px;left: 0;text-align: center;}
.index_banner .hd ul {text-align: center;}
.index_banner .hd ul li {cursor: pointer;display: inline-block;*display: inline;zoom: 1;width: 40px;height: 8px; border-radius:5px; margin: 5px;background:rgba(255,255,255,0.5); text-indent: -99999px; overflow: hidden;}
.index_banner .hd ul .on {background:rgba(255,255,255,0.8);}

.panel_box_hd{padding:0 20px; text-align: center;}
.panel_box_hd h4{font-size: var(--f14); line-height:20px; color:var(--bgblack-2); font-family: Roboto-Bold; padding: 9px 0;}
.panel_box_hd h3{font-size: var(--f28); line-height:calc(var(--f28) + 2px); color:var(--fcolor); font-family: IBMPlexSans-Bold; padding: 15px 0 5px 0; font-weight: bold;}
.panel_box_hd h5{font-size: var(--f24); line-height:calc(var(--f24) + 4px); font-family: IBMPlexSans-Bold; padding: 15px 0; font-weight: bold;}
.panel_box_hd p{font-size: var(--f16); line-height:calc(var(--f16) + 4px); color:var(--fcolor-b3);padding: 9px 80px;}
.panel_box_hd p.p2{padding:9px 0;}
.panel_box_hd p.p3{ background: url(../images/box_hd_bg.png) no-repeat center bottom; padding-bottom: 19px;}
.panel_box_hd h4{font-weight: normal;}
.panel_box_bd{}

.page_main_btn{width:160px; margin: 0 auto; box-sizing: border-box;}
.page_main_btn a{display:block; text-align: center; text-decoration: none; border-radius: 2px; display: block; font-family: IBMPlexSans-Bold; font-size: var(--f18); line-height:40px; color: var(--fcolor-a0); border: 2px solid var(--bgwhite-5); background: var(--bgwhite-2);}
.page_main_btn a:hover{border: 2px solid var(--bgwhite-7);}

.index_main_btn{width:140px; margin: 0 auto; box-sizing: border-box;}
.index_main_btn a{display:block; text-align: center; text-decoration: none; border-radius: 2px; display: block; font-family: IBMPlexSans-Bold; font-size: var(--f18); line-height:40px; color: var(--bgwhite-8); border: 1px solid var(--bgwhite-8); background: none;}
.index_main_btn a:hover{border: 1px solid var(--bgwhite-10);}

.index_solutions{height:auto;padding:55px 0;}
.index_solutions_list ul{list-style: none; width: 100%; display: flex; padding: 35px 0 0 0;}
.index_solutions_list ul li{width:22.5%; height:100%; margin-right: 3.33%; text-align: center;}
.index_solutions_list ul li:last-child{margin-right: 0; margin-left: auto;}
.index_solutions_list ul li a{display: block; background: #F3F3F3; padding: 35px 0; border-radius: 8px; text-decoration: none; box-shadow: 2px 2px 5px rgba(0,0,0,0.05); transition: all 1s;}
.index_solutions_list ul li a:hover{background: #0078D4; color: #FFF;transform: scale(1.1);}
.index_solutions_list ul li a .a_img{display: block; width:100px; height:100px; margin: 0 auto; background: #FFF; border-radius: 50px; display: flex; align-items: center;}
.index_solutions_list ul li a .a_img img{width:80px; height: auto; display: block; margin: 0 auto;}
.index_solutions_list ul li a h4{display: block; padding: 20px 0 10px 0; font-size:var(--f18);}
.index_solutions_list ul li a p{display: block; font-size:var(--f14); padding: 10px 20px; box-sizing: border-box;}

.index_about{position: relative; display: flex; background: #0078D4;}
.index_about .a_l{width:50%; height:100%;}
.index_about .a_r{width:50%; height:100%;}
.index_about .a_l>img{display: block; width:100%; height:100%; min-height: 450px; object-fit: cover; box-sizing: border-box; border-top:20px solid #FFF;}
.index_about .about_x{position: absolute; top:0; left:0; width:100%; height:100%;}
.index_about .about_x .container{height:100%; display: flex; align-items: center;}
.index_about .box_bd{width:50%; padding:0; box-sizing: border-box;}
.index_about .box_bd .panel_box_hd{padding:0; text-align: left;}
.index_about .box_bd .panel_box_hd h3{color: #FFF; padding-bottom: 15px;}
.index_about .box_bd .panel_box_hd p{padding: 5px 0; line-height: 1.75; color: var(--bgwhite-8);}
.index_about .box_bd .index_main_btn{margin: 40px 0 0 0;}
.index_about .box_bd:last-child{padding:0 10px 0 50px;}

.index_news{position: relative; padding: 35px 0 40px 0;}
.index_news .container .panel_box_bd{display: flex; padding:40px 0;}
.index_news .container .panel_box_bd .n_l{width:540px;}
.index_news .container .panel_box_bd .n_r{width:calc(100% - 570px); margin-right: 0; margin-left: auto;}

.index_newsa_list{width: 100%; height: 360px; overflow: hidden; position: relative;background: #FFF;}
.index_newsa_list .slideImageBox{list-style:none; margin:0;}
.index_newsa_list .slideImageBox li{margin:0; position:relative;}
.index_newsa_list .slideImageBox li a img{width: 100%; height: 360px; object-fit: cover;}
.index_newsa_list .slideImageBox li h3{width:100%; height:46px; overflow:hidden; text-align:left; text-indent:15px; color:#FFF; position:absolute; left:0px; bottom:0px; line-height: 46px; font-size: var(--f16);}
.index_newsa_list .slideImageBox li h3 a{color:#FFF;}
.index_newsa_list .slideImageBox li .sMask{width:100%; height:46px; background:#000; position:absolute; left:0px; bottom:0px; opacity:0.5;}
.index_newsa_list .num {position: absolute; bottom:12px; right:5px; zoom:1; z-index:3; list-style:none; margin:0px;}
.index_newsa_list .num ul{margin:0px;}
.index_newsa_list .num li {width: 16px; height: 16px; overflow:hidden; line-height: 16px; text-align: center; border-radius:2px; cursor:pointer; float: left; margin:0 6px 0 0; text-indent:-999999px;background:rgba(255, 255, 255, 0.4); border:1px solid rgba(255, 255, 255, 0.5);}
.index_newsa_list .num li.on{background:rgba(255, 255, 255, 0.8); border:1px solid rgba(255, 255, 255, 0.9);}
.index_newsa_list .prev,.index_newsa_list .next {display: none; width:30px; height:60px; position: absolute; top:140px; overflow:hidden;}
.index_newsa_list .prev {left:0; background: url(../images/btn_prev-next.png) no-repeat 0px 0px;}
.index_newsa_list .next {right:0; background: url(../images/btn_prev-next.png) no-repeat 0px -60px;}

.index_newsb_list{list-style: none; margin: 0;}
.index_newsb_list li{height: 120px; border-bottom: 1px solid #C5C5C5; box-sizing: border-box; line-height: 35px; padding-top:10px;}
.index_newsb_list li div a{font-size: 16px; padding-left:20px; background: url(../images/arrow.png) no-repeat 0 center; font-weight: 600;}
.index_newsb_list li div a:hover{background: url(../images/arrow_hover.png) no-repeat 0 center;}
.index_newsb_list li div span{color: #777;}
.index_newsb_list li p{color: #777; line-height: 1.7; font-size: 14px; padding:5px 0 0 20px;}

.site_footer{background: #25435A; background-size: 100% 100%;}
.site_footer .container{display: flex; height:100%; color: var(--bgwhite-7); font-size: var(--f14);}
.site_footer .a_l{display: block; width:100%; height:100%;}
.footer_link{display: flex;}
.link_l{width:35%; padding:40px 25px 35px 0; box-sizing: border-box;}
.link_r{width:65%; padding:40px 45px 35px 0; box-sizing: border-box;margin-right: 0; margin-left: auto; display: flex;}
.footer_dl{width:26%; text-align: left; padding:0;}
.footer_dl:last-child{width:22%;}
.footer_dl dt{font-size: var(--f24); font-family: IBMPlexSans-Bold;color:var(--fcolor-a0); padding:5px 0;}
.footer_dl dd{padding:9px 0 3px 0; color:var(--fcolor-a0); line-height: 1.75;}
.footer_ul{}
.footer_ul li{font-size: var(--f14);}
.footer_ul li a{text-decoration: none;color:var(--fcolor-a0); line-height: 26px;}

.footer_copyright{background: url(../images/footer_bg.png) no-repeat center 0; color: var(--bgwhite-7); font-size: var(--f14); padding: 23px 0;}
.footer_copyright .container{text-align: center; display: block;}
.footer_copyright a{color: var(--bgwhite-5);}

@media only screen and (max-width: 1440px) {
    .container{width:1280px;}
	.site_nav_main ul{padding:0 10px 0 0;}
	.site_nav_main ul li.m {margin-right:15px;}
	
}
@media only screen and (max-width: 1280px) {
    .container{width:1080px;}
    .container_plus{width:98%; max-width:1080px; margin: 0 auto;}
	.site_logo {padding: 27px 0 0 0;}
	.site_logo img{height:33px;}
	.site_nav_main ul li.m h3{font-size: var(--f15);}

	.index_about .box_bd .index_main_btn{margin: 20px 0 0 0;}
}
@media only screen and (max-width: 1024px) {
	.container{width:100%;}
	.topbar{width: 100%; height: 65px; position: fixed;left:0;top:0; z-index: 999; background: rgba(0,0,0,0.35); box-shadow: 5px 5px 10px rgba(0,0,0,0.15);}
	.topbar_clear {height: 65px;}
	.site_logo{padding:17px 0 0 10px;}
	.site_logo img{display: block; height:29px;}
	.site_nav_main,.site_tools_main{display: none;}

	.site_mobile_menu{position: absolute; width:45px; height: 45px; right: 10px; top:10px; display: block; z-index: 999999;}
	.site_mobile_menu a{display: block; height:100%; background: url(../images/nav_icon.svg) no-repeat center center; background-size: 80%;}

	.site_footer{}
	.site_footer .container{display: block;}
	.footer_copyright .container{display: block; padding: 5px 15px; text-align: center; box-sizing: border-box; line-height: 1.45;}
	.site_footer .a_l{width:100%;}
	.footer_link{display: block; padding:0 20px;}
	.link_r{width:100%; padding:15px 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;align-content: stretch;align-content: flex-start;align-content: center;align-content: flex-end;align-content: space-between;align-content: space-evenly;align-content: space-around;}
	.link_r .footer_dl{width: 50%; padding-top:15px;}
	.link_l{width:100%; padding:15px 0;}
	
	.panel_box_hd{padding:0 20px; text-align: center;}
	.panel_box_hd h4{padding: 5px 0;}
	.panel_box_hd h3{padding: 10px 0; font-size: var(--f28); line-height: calc(var(--f28) + 2px);}
	.panel_box_hd p{padding: 9px 0;}
	.panel_box_hd p.p2{padding:9px 0;}

	.index_solutions{height:auto; padding:25px 0 5px 0; background: #F7F7F7 url(../images/index_map.png) no-repeat center center; background-size: auto 100%; display: block; }
	.index_solutions_list ul{list-style: none; width: 100%; display: block; padding: 35px 0 0 0;}
	.index_solutions_list ul li{width:80%; margin: 10px auto 20px auto;}
	.index_solutions_list ul li:last-child{ margin: 10px auto 20px auto;}
	.index_solutions_list ul li a{display: block; padding:10% 15% 10% 15%;}
	.index_solutions_list ul li a img{display: block; width:50%; margin: 0 auto;}
	.index_solutions_list ul li a span{display: block; padding: 15px 0 10px 0;}
	
	.index_about{height:auto; display: block; position: unset; padding: 0 0 20px 0;}
	.index_about .a_l{width:100%;}
	.index_about .a_r{width:100%;}
	.index_about .a_l>img,.index_about .a_r>img{display: block; width:100%; border-radius: 0 0 0 0;}
	.index_about .a_l>img{margin: 0 auto; min-height:240px; max-height:240px;object-fit: cover; border-top:none;}
	.index_about .a_r>img{margin: 0 auto; min-height:240px; max-height:240px;object-fit: cover;}
	.index_about .about_x{position: unset; top:200px; left:0; width:100%; height:100%;}
	.index_about .about_x .container{display: block; padding: 10px 0 30px 0;}
	.index_about .about_x .a_l{height:auto; display: block;}
	.index_about .box_bd{width:100%; margin:0; padding:20px;}
	.index_about .box_bd .page_main_btn{margin: 30px 0 0 0;}

	.index_about .box_bd:last-child {padding: 0 30px;}

	.index_news{position: relative; padding: 20px 0 40px 0;}
	.index_news .container .panel_box_bd {display: block;}
	.index_news .container .panel_box_bd .n_l{width:100%;}
	.index_news .container .panel_box_bd .n_r{width:100%; margin-right: 0; margin-left: auto;}
	
	.index_newsb_list{padding: 0 15px;}
	.index_newsb_list li{height:auto; padding-bottom: 15px;}
	.index_newsb_list li .timein{display: none;}
	.index_newsb_list li p{    overflow-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;}
}
