/************
 * 页面样式
 ************/
/*=============
 * 基础默认样式
 =============*/

html{color: #333;min-width: 320px;font-size: 16px;}
body{ margin:0;  line-height: 1.75!important ;
    font-family: -apple-system, BlinkMacSystemFont,"PingFang SC", "Microsoft Yahei", "Helvetica", "Arial", "Verdana", "Sans-Serif";
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: auto;}
selection{background: #b3d4fc;text-shadow: none;}
ul,h1,h2,h3,p,div,dl,dt,dd,figure,figcaption{margin: 0;padding: 0;}
li{list-style: none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{ max-width: 100%; height: auto; transition: all .5s;}
/*.owl-theme .owl-controls .owl-page.active span {background:#fff !important;}*/
.banner .owl-theme .owl-controls .owl-page span{background: rgba(225,225,225,.7)!important;}
.banner .owl-theme .owl-controls .owl-page.active span {background:#fff !important;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow:0 0 0 60px #fff inset;
    -webkit-text-fill-color: #333;
}/*去掉谷歌浏览器记住密码样式*/

/*=============* 工具样式 =============*/
h4{font-size: 1.25rem; margin: 0;}
.center-block{display: block;margin-right: 0;margin-left: 0;}
.pull-right{float: right !important;}
.pull-left{float: left !important; }
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}
.text-center{text-align: center !important;}
.text-justify{text-align:justify-all !important;}
.hide{display: none !important;}
.show{display: block !important;}
.pr{ position:relative; z-index:10;}
.invisible{visibility: hidden;}
.text-hide{font: 0/0;color: transparent;text-shadow: none;background-color: transparent;border: 0;}
.clearfix:after,.clearfix:before{content: '';display: table;}
.clearfix:after{clear: both;}
.text-primary{color: #005bff;}
.text-white{color: white;}
.text-yellow{color: #ff6206;}
.pd-left{padding-left: 0.625rem;}
.pd-right{padding-right: 0.625rem;}
/*============= * 浏览器更新提示=============*/
.browerupgrade{margin: 0;padding: 1rem;background: #ccc;}

/*=== 自定义页面样式 ==*/
body{line-height: 1.75; }
a{color: #1c2023;text-decoration: none;transition: all .4s; }
a:active,a:hover{color: #005bff;text-decoration: none;}
.container{ max-width:77rem; margin:0 auto; padding:0 1rem;}
.bg_white{background-color: white;}
.bg_gra{background-color: #f4f5f9;}

.parent{display: -webkit-box; display: -webkit-flex; display: flex;}
.child{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}

/*=== 导航样式 ==*/
header .navbar{ position:fixed; top:0; left:0; z-index:30; width:100%; background:#fff; height:5rem; box-shadow: 0 2px 6px rgba(0,0,0,.3);}
header .navbar .top_box{width: 100%;  background-color: #f9f9f9; border-bottom: 1px solid #ebebeb; font-size: 0.875rem;
    color: #666666; line-height: 2.5rem; overflow: hidden;}
header .navbar .top_box .pull-left a{color: #666666; margin-right: 0.625rem;}
header .navbar .logo a{ display: block; float: left; width: 11.25rem; height: 5rem; background: url("../images/logo.png") no-repeat;}
header .navbar .logo span{display:block; float: left; font-size:1rem;  padding-top:2rem; color: #666; margin-left:8px;}
header .btn_box .btn{ display:block; float: left;  font-size: 0.875rem; line-height: 2.25rem; width:80px; border: 1px solid #bcbcbc;
    text-align:center; margin-left:1rem; border-radius: 4px; margin-top: 25px; cursor: pointer;}
header .btn_box .btn.btn_zc{border: 1px solid #005bff; background: #005bff; color: #fff; }
header .btn_box .btn:hover,header .btn:focus{background-color:#005bff; color: white; border-color: #005bff; }
header .nav-list{ width: 40rem; text-align: center; }
header .nav-list li{ display:inline-block;}
header .nav-list li a{ display:block;  padding:1.875rem 0 1.125rem 0; margin:0 2rem;}
header .nav-list li.active a{border-bottom: 2px solid #005bff; color: #005bff;}
header .nav-list .hasSub{position: relative;}
header .nav-list .hasSub:before,header .nav-list .hasSub:after{position: absolute;content: '';border: 6px transparent solid;right:10px; top: 43px;}
header .nav-list .hasSub:before{border-top: 6px #333 solid;}
header .nav-list .hasSub:after{top:41px; border-top: 6px #fff solid;}

header .nav-list .sub{position:fixed; top:5rem; width:100%; left: 0;   height:0; border-top: 1px solid #ddd;
    overflow: hidden; background-color: #fff; transition: height .3s; text-align: left; box-shadow: rgba(0,0,0,.3) 0 5px 5px -5px;}
header .nav-list .sub .container{box-sizing:border-box; padding: 0 10%;}
header .menu-list{width: 60rem; padding: 1rem 0;}
header .sub .media{display:inline-block;  width:18rem; margin: 0.75rem auto; padding: 0; }
header .sub .media .icon,header .sub_box .media .info{display:table-cell; vertical-align: top; position:relative;}
header .sub .media .icon{ width: 40px; float: left; margin-top: 0.2rem;  }
header .sub .media .icon img{width: 30px; height: auto;}
header .sub .media .info{text-align: left; line-height: 1.75!important;}
header .sub .media .info h4{color: #1c2023;  padding: 0; margin: 0; line-height: 1.2; font-weight: normal; font-size: 1rem; }
header .sub .media .info h4 label{}
header .sub .media .info p{ color: #9ca1a6;  padding: 0; margin: 0; font-size: 0.75rem; }
header .hasSub:hover .sub{height: 14rem;}

header .sub .media .icon.hot_icon {margin-top: 0.45rem;}
header .sub .media .icon.hot_icon:after { position: absolute; top: -18px; right: 4px; display: block; content: '';  width: 35px;  height: 18px; background: url(../images/nav_hot.png) no-repeat center/cover;}

/**下拉菜单2022.3.17**/
header .nav-list li { position:relative;}
header .nav-list li .erjimenu { position:absolute; top:5rem; left:50%; margin-left:-65px; width:130px; padding:5px 0; border-top: 1px solid #ddd; background#fff; text-align:center; background:#fff; border-radius:0 0 5px 5px; box-shadow:0 3px 5px rgba(0,0,0,.1); font-size:15px; line-height:28px; color:#555; visibility:hidden; opacity:0; }
header .nav-list li .erjimenu a,header .nav-list li.active .erjimenu a { display:block; header:28px; border:none; margin:5px 0; padding:0; color:#555;}
header .nav-list li .erjimenu a:hover { color:#005bff;}
header .nav-list li:hover .erjimenu { visibility:visible;  opacity:1;}

header .nav-list .yxlmenu:before,header .nav-list .yxlmenu:after{position: absolute;content: '';border: 6px transparent solid;right:10px; top: 43px;}
header .nav-list .yxlmenu:before{border-top: 6px #333 solid;}
header .nav-list .yxlmenu:after{top:41px; border-top: 6px #fff solid;}


/*=== 手机 导航样式 ==*/
header .nav-icon{ position: absolute; right: 1rem; top: 1.4rem; display:none; cursor:pointer;}
header .nav-icon span{ width:1.5rem; height:.2rem; background: #333; display: block; margin-bottom:.3rem;}
header .mobile-nav{ position:absolute; top:3.75rem; left:0; z-index:10; width:100%; background:#303133; display:none;}
header .mobile-nav li{ border-bottom:1px solid #333;}
header .mobile-nav li a{ display:block; color: rgba(225,225,225,0.7); line-height:2.5rem; padding-left: 1rem; }
header .mobile-nav .sub{ background-color: #1c2023;  margin: 0; padding-left: 1.5rem;}
header .mobile-nav .sub a:hover{color: #fff; font-weight: bold;}
/*=== 底部 ==*/
footer .lg_footer{background-color: #141620;}
footer .lg_footer .footer_main{padding-top: 2.5rem; padding-bottom: 1rem;}
footer .lg_footer dl{float: left; line-height: 2; color:rgba(225,225,225,0.7); padding-right: 4rem; font-size: 0.875rem;}
footer .lg_footer dl a {color:rgba(225,225,225,0.7); font-size: 0.875rem;}
footer .lg_footer dl a:hover{color: #005bff;}
footer .lg_footer dt h3{color: white!important; display: block; font-size: 1rem;  margin-bottom: 0.5rem;}
footer dl.qrcode{padding: 1.5rem 1rem; text-align: center;}
footer dl.qrcode img{width: 9rem; height: auto; border: 6px solid #fff;}
footer dl.contact{width: 21rem;}
footer .lg_footer dl.xiao_mr {padding-right:2rem;}

footer .branch-foot{ background: #005bff; border-radius: 5px; text-align: center; line-height: 18px; margin-bottom: 1.5rem; font-size: 0.75rem; padding: 12px 0;}
footer .branch-foot a{ color: #fff; padding: 0 1.5rem; border-right: 1px solid #fff;}
footer .branch-foot a:last-child{ border-right: 0; }
footer .footer_p{padding: 0.8rem 0; font-size: 0.875rem; color:rgba(225,225,225,0.7); text-align: center; border-top: 1px solid #606060; display:flex; align-items: center; justify-content: center;}
footer .footer_p a{color:rgba(225,225,225,0.7); margin-left:10px;}
footer .footer_p a:hover{color:#005bff;}

/*====  登录弹出窗  =======*/
.pop_box{position: fixed; display:none;  width: 100%; height: 100%; z-index: 33; top:0; left: 0; right: 0; padding-top:6rem; }
.pop_box .btn_close{position: absolute; right: 10px; }
.pop_box.top-link .container{background-color: white; position: relative; padding: 0.5rem 0; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,.4);}
.pop_box.top-link ul{ margin: 0 auto; padding: 0 1rem;   display: -webkit-box; display: -webkit-flex;
     display: flex; }
.pop_box.top-link ul li{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1; padding: 1.5rem 0.6rem;}
.pop_box.top-link .thumbnail{display:block; color: #A0A0A0; background: #f7f7f7; border: 1px solid #edeaea; border-radius: 6px; padding: 1rem;}
.pop_box.top-link .thumbnail h2{font-size:1rem; line-height: 1.5; color: #1c2023;  text-align: justify; margin-bottom: 0.8rem; }
.pop_box.top-link .thumbnail h1{font-size:1.5rem; line-height: 1; margin-bottom: 0.8rem; color: #60a6ec;}
.pop_box.top-link .thumbnail a{font-size: 0.875rem;}
.pop_box.top-link .thumbnail p{font-size: 0.875rem; color: #666;}
.pop_box.top-link .thumbnail:hover {cursor:pointer; box-shadow: 0 2px 6px rgba(0,0,0,.4); }
.pop_box.top-link .thumbnail:hover p{color: #005bff;}

/*====  浮动层  =======*/
.fixed{ width: 140px; padding: 10px; background: #fff; position: fixed; left: 0; top: 50%; box-shadow: 2px 6px 30px rgba(0,0,0,0.2); margin-top:-220px; z-index: 999; -border:1px solid #eee;}
.fixed:after{ content: ""; display: block; position: absolute; left: 0; top: 0; height: 3px; width: 100%; background: #ff6209; background-image: linear-gradient(90deg,#fdd000,#ff6209);}
.fixed hr{ margin:10px 0 8px; background-color:#eee; height: 1px; border:0;}
.fixed h2{ margin: 10px 0 4px; font-size: 16px; font-weight: normal;}
.fixed h3{font-size: 17px;}
.fixed .qq a{ border: 1px solid #ddd; display: block; border-radius: 100px; padding: 6px 0 6px 40px; font-size: 14px; line-height: 22px; position: relative; background: url("../images/qq.png") 15px center no-repeat; margin-top: 10px;}
.fixed .qq a:hover{ border-color: #fdd000; box-shadow: 0 7px 14px rgba(253,208,0,.1), 0 3px 6px rgba(253,208,0,.08);}
.fixed .phone p{ margin-top:5px;}
.fixbth{position: fixed;top:30%;left:140px; z-index: 999; background: #FF6209;border-radius: 0 12px 12px 0;width: 30px;text-align:  center;padding: 10px 5px;font-size:  14px;color:  #fff;cursor: pointer;}
.fixed.hide{ display: none;}
.fixed .red{color: #005bff;}

/*====  在线体验  =======*/
.w-layer-box{display: none;}
.w-layer-box .pop_black{ width: 100%; height: 100%; z-index: 999999999; background-color: rgba(0,0,0,0.3); position: fixed; top: 0; right: 0; bottom: 0; left: 0;}
.w-mask{ position: fixed; top: 0; right: 0; bottom: 0; left: 0;  background-color: rgba(0,0,0,0.3);  }
.w-closed{ position: absolute; height: 30px; width: 30px; border-radius: 30px; background-color: #777777; top:0; right:0; margin-right: -15px; margin-top: -15px; cursor: pointer; }
.w-layer{ position: fixed; top: 50%; left: 50%; margin-top:-210px; margin-left: -260px; width: 520px; border-radius: 8px; background-color: #fff;z-index: 99999999999; }
.w-layer-tit{ background-color: #1b6b9d; padding: 0 20px; line-height: 58px; font-size: 20px; color: #fff; border-radius: 8px 8px 0 0; }
.w-layer-con{ padding: 20px; }
.w-tips{ padding-bottom: 10px; border-bottom: 1px solid #e5e5e5; color: #666; }
.w-tips p{ margin-bottom: 10px; }
.w-form .item{ margin-top: 20px; position: relative; color: #666; }
.w-form .item input{ width: 100%; background-color: #f5f5f5; border: 1px solid #e0e0e0; padding:15px; box-sizing: border-box; font-size: 16px; border-radius: 5px; }
.w-form .item button{padding:15px 50px; float: right; background-color: #ff8400; color: #fff; border: 0; font-size: 16px; border-radius: 5px;}
.w-form .item button.disable{ background-color: #ccc }
.w-form .item .fl{ line-height: 54px; }
.getCode{ position: absolute; right:15px; top: 15px; color: #f86706; border-left: 1px solid #e5e5e5; padding-left: 15px; font-size: 16px; cursor: pointer; }
.blueLink{ color: #1b6b9d; }

/*====  首页样式  =======*/
.banner{ margin-top:5rem; }
.banner .owl-theme .owl-controls{ margin-top:-3rem; height:25rem; }
.banner.ordinary{padding-top:6%; height: 25rem;}
.banner.ordinary h1{font-size:3rem; text-shadow:0 1px #3f454b}
.banner.ordinary p{font-size:1.5rem; width: 80%; margin: 1rem auto 0 auto; text-shadow:0 1px #3f454b}

/*====  通用标大标题  =======*/
.floor{padding: 3.75rem 0 2.5rem 0;}
.floor .title1{margin-bottom: 3rem;}
.floor .title1 h2{color: #1c2023; margin-bottom: 0.5rem;}
.floor .title1 p{color: #595a61; line-height: 1.5;}
.floor .title1.text-white h2{color: white;}
.floor .title1.text-white p{color: rgba(225,225,225,.7);}

.floor .title2{position: relative; margin-bottom: 3.5rem;}
.floor .title2:after {position: absolute; bottom: -12px; left: 50%; margin-left: -36px;
    content: ''; width: 72px; height: 5px; background-color: #4976f8;}
.floor .title2:before {position: absolute; bottom: -10px; left: 50%; margin-left: -150px; content: ''; width: 300px;
    height: 1px; background-color: #e5e5e5;}
.floor .title2.text-white:after{background-color: #fff;}
.floor .title2.text-white h2{color: white;}

/*====  通用文案排版  =======*/
.caption h4{color:#3f454b; }
.caption p{color:#595a61; }




@media only screen and (max-width: 1200px) {
    header .navbar .logo span{display: none;}
    header .navbar .btn_box{display: none;}
    footer .lg_footer dl{padding-right: 6%;}
}


@media only screen and (max-width: 55em) {

}

@media only screen and (max-width: 40em) {
    .move_hidden{display: none;}
    .container{padding: 0 0.5rem;}
    p{font-size: 0.875rem;}
    header .navbar{height: 3.75rem;}
    header .navbar .top_box{display: none;}
    header .navbar .logo a{ width: 7.5rem; height: 3.75rem;  background: url("../images/logo@2.png") no-repeat left center; background-size: auto 3.3rem;  }
    header .navbar .logo span{display:block; padding-top: 20px;}
    header .navbar .btn_box {display: none;}
    header .nav-list{ display:none;}
    header .nav-icon{ display:block;}
    footer .footer_p{display: none;}
    footer .lg_footer .footer_main{padding: 1rem ;}
    footer .lg_footer dl{display: none;}
    footer .lg_footer dl.contact{display: block; width: 100%;}
    footer .mobile-footer{display:none;}
    footer .branch-foot{ display: none; }
    .banner{ margin-top:3.75rem; text-align:center;}
    .banner.ordinary{padding-top:6%; height: 11.25rem; overflow: hidden; }
    .banner.ordinary h1{font-size:1.5rem;}
    .banner.ordinary p{font-size:1rem; margin-top: 0.5rem; }

    .floor{padding: 1.5rem 0 1.5rem 0;}
    .floor .title1{margin-bottom: 1.5rem;}
    .floor .title1 h2{color: #1c2023; font-size: 1.25rem;}
    .floor .title1 p{color: #595a61;}
    .floor .title2{margin-bottom: 2rem;}
    .floor .title2 h2{color: #1c2023; font-size: 1.25rem;}
    .floor .title2 p{color: #595a61;}

    /*====  通用文案排版  =======*/
    .caption h4{color:#3f454b; font-size: 1rem;}
    .caption p{color:#595a61; font-size: 0.875rem;}

    /*====  左边浮动  =======*/
    .fixbth, .fixed { display: none;}

    #newBridge .nb-icon-right-center{right: 0!important; bottom: 0!important;}

    .footer_iframe{width: 100%; height: 244px;}

}
@media only screen and (max-width:28.75em) {

}
/**底部固定条**/
.footbar { width:100%; height: 4.5rem; padding-bottom:.5rem; background: #fff; position: fixed; bottom: 0; left: 0; z-index:888; display:none;}
.foot_neirbox {height: 100%; padding: 0 0.2rem; box-sizing: border-box; background-color: #fff; display: flex; align-items: center; box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, .1);}
	
.zxnum_li { display: block; width:4rem; height: 4rem; box-sizing: border-box; display: flex; align-items: center; justify-content: center; flex-direction: column; margin-right: 0.3rem; }
.zxnum_li a ,.zxnum_li span{ display: block; width:4rem; height: 4rem; box-sizing: border-box; display: flex; align-items: center; justify-content: center; flex-direction: column; text-decoration: none; cursor: pointer;}
.zxnum_li a .butt-icon,.zxnum_li span .butt-icon{font-size:1.6rem;  color: #4976f8; height:2.2rem;}
.zxnum_li a .button-text,.zxnum_li span .button-text{color: #666;font-size: 0.8rem;}
	
	
.foot_butt {width: 12rem; height:3rem; margin-left:0.2rem; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border-radius: 24px; background: #4976f8;}
.foot_butt a {width: 12rem; height:3rem;box-sizing: border-box; display: flex; align-items: center; justify-content: center; border-radius: 24px; background: #4976f8; text-decoration: none;}
.foot_butt a .butt-icon {font-size: 1.2rem; color:#fff; margin-right: 0.5rem; }
.foot_butt a .button-text {  font-size: 1rem; color:#fff; font-weight: bold; }

@media only screen and (max-width: 40em) {
	.footbar {display:block;}	
}

.wxtextbox { width:54%; height: auto; background: #fff; padding:0 1rem 1rem; box-sizing: border-box; border-radius: 6px; box-shadow:0 0 20px 5px rgba(0,0,0,.1); position: fixed; left:23%; bottom: 9rem; z-index: 899; display:none;  }	
	
.mobilekejian { display: none ;}

@media only screen and (max-width: 40em) {
	 .mobilekejian { display: block ;}
}
	
#wxclose { float:right; width:20px; height: 20px; margin:.6rem 0 .5rem 0; display: flex; align-items: center; justify-content: center; flex-direction: column; ; position: relative; right: -0.5rem;cursor: pointer;}
#wxclose i { font-size: 1.5rem; color: #999;}
	
.mobile_ewm { width:100%; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.mobile_ewm img { max-width:100%; height: auto;}
.mobile_txt {font-size: .8rem; color: #555; text-align: center; padding-top:.6rem;}
#weixinhao { color:#4976f8; font-size: 1rem; font-weight: bold; display: block; }