@charset "UTF-8";
/****************************/
/*公用部分*/
html{font-size: 10px; background-color: #ffffff}
body {background-color: #ffffff;min-width:320px;font-family: "微软雅黑", Microsoft YaHei, "方正中等线简体", Microsoft JhengHei,"华文细黑",STHeiti,MingLiu,Regular; font-size: 14px;}
* { margin: 0px 0; padding: 0px 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before,
*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;  }
dl,dt, ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, textarea, p, blockquote, code,nobr {margin: 0px auto;padding: 0px;letter-spacing: 0.3px; overflow: hidden;}
a {color: #000;text-decoration: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body,html{min-width: 380px;}
input,textarea{border-radius: 0px;font-family: "微软雅黑", Microsoft Yahei, Regular}
a:hover,a:active {text-decoration: none}
ul, li {list-style-type: none;outline: none;display: block  }
hr{border: 0px}
img {border: 0px;vertical-align: middle; max-width: 100%;}
i,em{font-style: normal}
input{border-radius: 0px}
input:focus,textarea:focus,select:focus,option:focus {
    outline:none;
}
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
option,select{-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none}
button {
    -webkit-appearance: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}
/* 去除谷歌 浏览器中数字型输入框的上下小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
/* 去除火狐 浏览器中数字型输入框的上下小箭头*/
input{
    -moz-appearance:textfield;
}

button {
    -webkit-appearance: none;
}

.container,.header-container,.container_Inside{width: 1545px;height: auto;overflow: hidden; padding: 0px; margin: 0px auto;}
.container_Inside{width: 1400px;}
.header-container{
    width: 90%;
}
.container:after,.container_Inside:after{
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}
.clear{clear: both}
*:focus {outline: none;}
.transition{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.transform:hover{
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.transition5{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.overflow{overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.none{display: none!important;}
.block{display: block!important;}
.f12{font-size: 12px;}

.fr{float: right!important;}
.fl{float: left!important;}
a:hover{cursor: pointer}
.width100{width: 100%; overflow: hidden;}
.overflow_hidden{overflow: hidden;}
.background{background-image: url("/static/images/Prent.gif");background-repeat: no-repeat;  background-position: 50%;  background-size: 30px 30px;}
.background_f5f5f5{background-color: #f5f5f5}

/* 整个滚动条 */
::-webkit-scrollbar {
    width: 7px; /* 滚动条宽度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 轨道颜色 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #004ea2; /* 滑块颜色 */
    border-radius: 7px; /* 滑块圆角 */
}

/* 滑块悬停 */
::-webkit-scrollbar-thumb:hover {
    background: #004ea2; /* 滑块悬停颜色 */
}


/*导航*/
.header{position: fixed;z-index: 990;top: 0px;left:0px; width: 100%;}
.header .Nav_Top{display: flex;flex-direction: row;justify-content: space-between; margin-top: 20px;}
.header .header_logo{width: 15vw;}
.header_logo_active{display: none;}
.Navigation_Button{margin-top: 18px; position: relative;z-index: 980;    background-color: rgba(255,255,255,0.6);border-radius: 40px;overflow: hidden;display: flex;height:36px;line-height: 36px;    flex-direction: row;align-items: flex-start;}
.Nav_Gread{color: #032992;font-size:16px;width: 72px; text-align: center; letter-spacing: 0.6px;}
.Nav_Gread .iconfont{color: #032992;font-size: 20px; font-weight: bold; margin-right: 2px; vertical-align: -1px;}
.ZE_switch{width: 50px; background-color: #032992;color: #ffffff; font-size: 16px; text-align: center; }

.header_Nav_Open{display: none;background-color: rgba(0,78,162,0.84);position: absolute;top: 0px; left: 0px;width: 100%;height: 100%;z-index: 900;}
.Navigation{display: none; position: relative;z-index: 980;margin-top: 30px;}
.Navigation_list{display: flex; color: #ffffff;     flex-direction: row;align-items: flex-start;}
.Navigation_list li{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;}
.Navigation_listName{font-size: 18px; line-height: 28px; margin-bottom: 15px; color: #ffffff}
.Navigation_More{font-size: 15px; line-height: 26px; margin: 8px 0px; display: block; color: #ffffff; letter-spacing: 1px;}
.Navigation_More:hover{color: rgba(255, 255, 255, 0.79)}

.header_Open {height: 100vh}
.header_Open .Navigation,
.header_Open .header_Nav_Open{display: block; }

.header.active{background: rgba(0, 78, 162, 0.98);box-shadow: 0 0 15px rgb(0 0 0 / 20%)}
.header.active .header_logo{display: none}
.header.active .header_logo.header_logo_active{display: block}
.header.active .Nav_Top {margin: 15px auto;    align-items: center;}
.header.active .Navigation_Button{margin-top: 0px;}


/*footer"*/
.footer{background-color: #004ea2;overflow: hidden;}
.footer .container{width: 100%;display: flex;margin-top: 35px;margin-bottom: 50px;color: #ffffff;flex-direction: row;align-items: flex-start;}
.footer .container:after{display: none;}
.footer .container li{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;}
.footer_Name{font-size: 18px;line-height: 28px;margin-bottom: 12px; color: #ffffff}
.footer_More{font-size: 14px;line-height: 26px;margin: 6px 0px;color: #ffffff;letter-spacing: 1px;}
.footer_More:hover {color: rgba(255, 255, 255, 0.85);}
.footer_bottom{border-top: 1px solid #206fc5;padding: 20px 0px;text-align: center; line-height: 24px;color: #fefeff;}
.footer_bottom .container{margin-top: 0px;font-size: 12px; text-align: center;display: block;margin-bottom: 0px;letter-spacing: 0px;}
.footer_bottom a{color: #ffffff;margin: 0px 10px; display: inline-block}
.footer_bottom img{vertical-align: middle; margin-right: 4px;}


/*分页*/
.pagination{margin: 40px 0px 50px; text-align: center; display: flex;flex-direction: row;align-items: center;justify-content: center;}
#pages li{
    display: inline-block;
}

#pages a, #pages span{display: inline-block;line-height: 28px; height: 30px; min-width: 30px; text-align: center;font-size: 13px; border-radius: 50%; margin: 0px 2px;padding: 0px 4px;color: #000000; border: 1px solid #ffffff}
#pages .active span{background-color: #004ea1;color: #ffffff;border-color: #004ea1;}
#pages  span:hover,#pages a:hover{background-color: #004ea1!important;color: #ffffff;border-color: #004ea1;}
#pages li:nth-last-of-type(1) span,#pages li:first-child span,
#pages li:nth-last-of-type(1) a,#pages li:first-child a{
    background-color: #e6e6e6; line-height: 26px;cursor: pointer;
}
