@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 auto; 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.5px; 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;}
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{width: 1400px; margin: 0px auto;height: auto;overflow: hidden; padding: 0px;}
/*.container:after{*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    height: 0;*/
/*    visibility: hidden;*/
/*    content: ".";*/
/*}*/
.clear{clear: both}
*:focus {outline: none;}
.transition{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s 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);
}
.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("../images/Prent.gif");background-repeat: no-repeat;  background-position: 50%;  background-size: 30px 30px;}
.background_fff{background-color: #ffffff}
.background_f5f5f5{background-color: #f5f5f5}


/* header */
.header {position:fixed;top:0;left:0;width:100%;z-index:999;transition:all .3s; border-bottom: 1px solid rgba(166, 177, 180, 0.4)
}
.header .container{display: flex;justify-content: space-between;align-items: center;}
.header .logo{margin: 0px 0px; }
.header .logo img{width: 200px;display: none}
.header .logo .logo1{width: 200px; display: block}

.header .Navigation {display: flex;width: calc(100% - 235px);justify-content: space-between;margin: 0px 0px;}
.header .Navigation li {position: relative;}
.header .Navigation li a {color: #ffffff;transition: all .3s;height: 90px;line-height: 90px;display: block;font-size: 16px;}
.header .Navigation li:hover>a{border-bottom: 2px solid #029bcc;color: #029bcc;}
.header .Navigation li.More>a{
    border-bottom: 2px solid #029bcc;color: #029bcc;
}
.header .Navigation li .headerUllist {position: absolute;z-index: 1000;top: 100%;left: 50%;display: none;background: rgba(1, 11, 32, 0.6);white-space: nowrap;padding: 10px 25px;transform: translate(-50%, 0);}
.header .Navigation li .headerUllist a {display: block;color: #fff; min-width: 80px;font-size: 14px;height: auto;margin: 4px 0px;line-height: 32px;transition: color .4s;letter-spacing: 0.8px;}
.header .Navigation li .headerUllist a:before{content: '·';margin-right: 4px;}
.header .Navigation li .headerUllist a:hover{color: #029bcc;}
.header .container,.header .Navigation,.header .Navigation li{overflow: visible}

.header.on{border-bottom-color: rgba(221, 221, 221, 0.63); background-color: #ffffff}
.header.on .logo1{display: none;}
.header.on .logo2{display: block;}
.header.on .Navigation li a{color: #333333}
.header.on .Navigation li .headerUllist{    background: rgba(1, 11, 32, 0.8);}
.header.on .Navigation li .headerUllist a {color: #ffffff;}
#HeaderPc{
    display: block;
    width: 100%;
    height: 90px;
}

/*移动端顶部*/
.wapHeader,.sub-menu{display: none;}
.wapHeader{height: 55px;position: fixed;background: #fff;z-index: 20000;width: 100%;display: none;top: 0;left: 0;}
.wapHeader .main-wrap {height: 55px;padding: 0 3%;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);box-sizing: border-box;width: 100%;display: flex;    flex-direction: row;justify-content: space-between;align-items: center;}
.wapHeader .logo {overflow: hidden;margin: 0px;}
.wapHeader .logo a {display: block;}
.wapHeader .logo img {display: block;height: 40px;}
.wapHeader .nav-btn {width: 24px;height: 18px;position: relative;cursor: pointer;margin: 0px;}
.wapHeader .nav-btn .line {display: block;width: 100%;height: 2px;border-radius: 2px;background-color: #ababab;position: absolute;}
.wapHeader .nav-btn .line1 {-webkit-transform-origin: left 0px 0;-ms-transform-origin: left 0px 0;transform-origin: left 0px 0;}
.wapHeader .nav-btn .line2 {top: 8px;}
.wapHeader .nav-btn .line3 {bottom: 0;-webkit-transform-origin: left 2px 0;-ms-transform-origin: left 2px 0;transform-origin: left 2px 0;}
.wapHeader .nav-btn.hover .line {background: #54AFF5;}

.search-bg1 {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f5f5f5;display: none;z-index: 2000;}
.wapHeader .sub-menu {width: 100%;padding: 0 2%;display: none;position: absolute;left: 0;top: 60px;z-index: 2;overflow-y: auto;box-sizing: border-box;}
.wapHeader .sub-menu ul {width: 100%;overflow-y: scroll;height: calc(100vh - 55px - 1.5rem);}
.wapHeader .sub-menu li {border-bottom: 1px solid #E8E8E8;font-size: 16px;width: 96%;margin: 0 auto;}
.wapHeader .sub-menu .tit {display: block;width: 100%;padding: 0 3%;line-height: 60px;color: #333;position: relative;box-sizing: border-box;font-size: 16px;}
.wapHeader .sub-menu .tit i {display: block;width: 10px;height: 10px;background-image: url(../images/h-add.svg);position: absolute;top: 50%;margin-top: -5px;right: 3%;transition: all .3s linear;-moz-transition: all .3s linear;-webkit-transition: all .3s linear;-o-transition: all .3s linear;-ms-transition: all .3s linear;}
.wapHeader .sub-menu .tit.on i {transform: rotate(45deg);}
.wapHeader .sub-menu .sec-list {line-height: 40px;padding: 10px 4%;display: none;}
.wapHeader .sub-menu .sec-list p {background: url(../images/ico_04.png) no-repeat left center;background-size: 3px auto;font-size: 14px;}
.wapHeader .sub-menu .sec-list a {padding-left: 3%;color: #666;display: block;}


/*footer*/
.footer{background-color: #2b2c2e;overflow: hidden;}
.footer>.footernavig{display: flex;padding: 60px 0px 30px;flex-direction: row;justify-content: space-between;}
.footernavig_List{    display: flex;
    flex-direction: row;
    justify-content: flex-start; margin: 0;}
.footernavig_List li{display: block; text-align: left; margin-right: 110px;}
.footernavig_ListTitle{color: #ffffff;font-size: 18px; margin-bottom: 20px;}
.footernavig_List li a,.footernavig_Right{color: #ffffff;font-size: 14px;display: block; line-height: 34px;}
.footernavig_List li a:hover{text-decoration: underline;}
.footernavig_Right a{color: #ffffff; display: block;}
.footerHr{width: 100%; height: 1px;background-color: #454546}
.footer_Bottom{}
.footer_Bottom .container{display:flex;color: #929292;font-size: 12px; line-height: 26px; padding: 15px 0px 18px;}
.footer_Bottom a{color: #929292; margin-right: 15px;}
.footer_Bottom_Left{margin-left: 0px;}
.footer_Bottom .Huibiao{vertical-align: middle; margin-right: 6px;}

.BannerSwiper{
    width: 100%;
    height: 550px;
}
/*二级导航*/
.Secondary_Navigation{width: 100%; background-color: #ffffff; border-bottom: 1px solid #e6e6e6}
.Lujin_Navigation{padding: 22px 0px; text-align: left; color: rgb(0,0,0);font-size: 15px;}
.Lujin_Navigation a{color: rgb(0,0,0); margin-right: 3px; text-transform: capitalize; margin-left: 3px;}
.Lujin_Navigation a:first-child{margin-left: 0px}

.Ej_Navigation{float: right; display: flex}
.Ej_Navigation li{margin-left: 65px;}
.Ej_Navigation li a{color: #000000; font-size: 16px;}
.Ej_Navigation li.Move a{color: #005c9f}


/*分页*/
.paging{margin: 15px 0px 60px; text-align: center; display: flex;    flex-direction: row;
    align-items: center;
    justify-content: center;}
.pagination > a, .pagination > 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 #dcdcdc}
.pagination > span,.pagination >a:hover{background-color: #005c9f;color: #ffffff;border-color: #005c9f;}
.pagination .a1 {background-color: #e6e6e6; line-height: 27px;}
