@charset "utf-8";
/* CSS Document */
html,body{ min-width: 100vw; min-height: 100vh;}

.warp{ width: 100%; max-width: 1920px; min-width: 1360px; position: relative; overflow: hidden; margin: 0 auto; background:#f5fafe;}

.TopSlideBg{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1920px;}

.TopMain{ height:auto; }

/*头部快捷信息*/
.dbText{ height:36px; line-height: 36px; font-size: 16px; color:#FFF; padding: 12px 0; background-color: #0d59a7; box-shadow: 0px 0px 16px 8px #95b1d4;}
.dbText .Top_Btns{ user-select: none;}
.dbText .Top_Btns li{ float: left; position: relative; overflow: hidden; margin: 0 5px;}
.dbText .Top_Btns li a{ padding: 0 2px; }
.dbText .Top_Btns span{ padding: 0 10px;}
.dbText .Top_Btns li.Personl,
.dbText .Top_Btns li.wza{ border-radius: 18px; transition: all 0.3s; }
.dbText .Top_Btns li.Personl a{ padding:0 10px 0 30px; background: url("../images/Top_ico_1.png") no-repeat 10px center; color: #FFF;}
.dbText .Top_Btns li.wza{ background-color: #3172b4; }
.dbText .Top_Btns li.wza a{ padding:0 10px 0 40px; background: url("../images/Top_ico_2.png") no-repeat 10px center; color: #FFF;}
.dbText .Top_Btns li.Personl:hover,
.dbText .Top_Btns li.wza:hover{ background-color: #3172b4; box-shadow:0px 0px 10px -2px #3c4f62; }

.Top_slogan{ height:0px; text-align: center; user-select: none; }
.Top_slogan dd{ position: relative; overflow: hidden; display:inline-block; font-size: 18px; font-family: '宋体'; margin: 0 5px; }



/*logo与搜索*/
.topCon{ height:280px; }
.Home_Logo{ position: relative; margin: 0 auto; width: 615px; background: url("../images/Top_ico_3.png") no-repeat center top; }
.Home_Logo img{ }



.Home_Search{ width: 500px; height: auto; margin: 30px auto 0; }
.Home_Search .SeInBox{ height: 44px; border-radius: 22px; background-color:rgba(255,255,255,0.8); border: 1px solid #dfeffb; box-shadow: 0px 0px 10px -2px #9dc1e5; }
.Home_Search .AllSeSwitch{width: 100px;position:relative;float:left;height: 44px;font-size: 15px;display: block !important;}
.Home_Search .AllSeSwitch::after{content:'';display:block;position:absolute;right:0;top: 11px;height:22px;border-right:1px solid #b99797;}
.Home_Search .AllSeSwitch>a{position:relative;display:block;text-align:center;line-height: 44px;color:#1c69c6;cursor: pointer;padding-right: 10px;}
.Home_Search .AllSeSwitch>a::after{content:'';display:block;position: absolute;top: 20px;right: 10px;border: 5px solid transparent;border-top-color: #1069c6;}
.Home_Search .AllSeSwitch>dl{display: none;position:absolute;width: 70px;left: 15px;top: 45px;border: 1px solid rgba(255,255,255,0.5);background-color: #FFF;background-color: rgba(255,255,255,0.9);box-shadow: 1px 1px 3px 0px #3b7fd1; z-index: 999;}
.Home_Search .AllSeSwitch>dl dd{display:block;line-height:1.5;padding:5px 0;text-align:center;cursor: pointer;transition: none;}
.Home_Search .AllSeSwitch>dl dd:hover{ background-color:#2069c6; color:#FFF;}
.Home_Search>.SeInBox input{width: 260px;height:44px;text-indent:1em;line-height:44px;background:none;float:left;font-size: 16px; border: none; background: none;}
.Home_Search>.SeInBox>a{display:block;width:120px;height:44px;float:right;color:#fff;line-height:44px;text-indent:2.5em;user-select: none;position: relative;overflow: hidden;border-radius:22px; background: url("../images/Top_ico_4.png") no-repeat 20px center #0d59a7; cursor: pointer; font-size: 18px; }
.SearchMain:hover .SeInBox a.SearchClose{ display: block;}

.Home_Search .HeaderDate{ display: block; font-size: 16px; color: #FFF; line-height: 1.5; margin-top: 10px; user-select: none; }


/*导航菜单*/
.NavBox{ height:64px; padding:0 40px 6px; }
.NavBox::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: 6px solid #0d59a7; border-radius: 3px 3px 0 0; }
.NavBox ul{ }
.NavBox li{ position: relative; overflow: hidden; width:20%; height:64px; float:left; font-size:24px; font-weight: bold; }
.NavBox li>a{ display:block;  height: 64px; text-align: center; color:#000; line-height: 64px; transition: all 0.3s; }
.NavBox li.on a,
.NavBox li:hover a{ color: #0d59a7; text-shadow: 1px 1px 3px #afafaf; }

.Main{ }

.Border{ border:1px solid #f1f1f1;}



/*内页头部-修改*/
.InterTopBg{ position: absolute; left: 0; top: 0; width: 100%; height: 311px; background: url("../images/InterTop_bg.png") no-repeat center top; }

.InterTop{}
.InterTop .topCon{ height: 142px; display: flex; justify-content: space-between; align-items: center; }
.InterTop .Top_Logo{  }
.InterTop .Home_Search{ margin: 0; }






