@charset "utf-8";
/* CSS Document */
html{background:#FFF;}
body{font-size:14px;color: #333;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
img,object{max-width:100%;/*height:auto;*/width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color: #333;}
a:hover{color: #306298;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}

.clearFix{*zoom:1;clear:both;}
.clearFix:after{content: '';display: block;clear:both;}
.clear{width: 100%;overflow:hidden;}
.imgResponsive{width: 100%;height: 0;padding-bottom: 55.67%;overflow:hidden;display: block;}
.imgResponsive img{width: 100%;transition: all 0.35s ease-in-out;}
.nowrap{white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}

/*.header{width: 100%;background:url(../../images/formobile2019/header_bg.jpg) no-repeat right center #306298;}*/
.header{width: 100%;background:#306298;}
.logo{width: 100%;text-align: center;display:block;/* padding:10px 0; */font-size: 0;/* margin:0 15px; */}
.logo a{display: inline-block;vertical-align: middle;}
.logo a img{max-width: 100%;max-height: 70px;}
.logo_01{/* max-width: 100%; *//* margin-right: 2%; */}
.logo_02{max-width: 39%}
/*手机端导航*/
.mobile{width: 100%;height:32px;z-index: 99;background: #263D5F;position: relative;}
.mobile-inner-header{width:100%;height: 32px;z-index: 99999;}
.mobile-inner-header-icon{color: #ffffff; height: 40px;font-size:25px;text-align: center;float:right;width: 40px;position: relative;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{opacity:0.8;cursor: pointer;}
.mobile-inner-header-icon span{ position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #fff;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span{top: calc((100% - -11px) / 3);}
.mobile-inner-header-icon{  color: #fff;height: 31px;float:right;width:31px; position: relative;cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;z-index: 4;}
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: block;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {transform: translateY(4px) rotate(0deg);}
  100% {transform: translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform: translateY(-4px) rotate(0deg); }
  100% {transform: translateY(0) rotate(-45deg);}
}
@keyframes clickthird {
  0% {opacity: 0}
  100% {opacity: 0}
}
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;
    animation-name: outfirst;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;
    animation-name: outsecond;}
.mobile-inner-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;
    animation-name: outthird;}
@keyframes outfirst {
  0% {transform: translateY(0) rotate(-45deg);}
  100% {transform: translateY(-4px) rotate(0deg);  }
}
@keyframes outsecond {
  0% {transform: translateY(0) rotate(45deg);}
  100% {transform: translateY(4px) rotate(0deg);}
}
@keyframes outthird {
  0% {transform: translateY(0) rotate(90deg);}
  100% {transform: translateY(12px) rotate(0deg);}
}
.mobile-inner-nav{width: 100%;position: absolute;top: 30px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;z-index: 3;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;text-decoration: none;width: 100%;font-size: 14px;border-bottom: solid 1px rgba(255,255,255,0.3);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;}
.mobile-inner-nav li strong{font-weight: normal; color:#fff;position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;color: #f1efef;}
@-webkit-keyframes returnToNormal {
  from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes returnToNormal {
  from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(255,255,255,0.2);font-size: 12px;color:#fff;}
.mobile_search{clear: both;position: relative;height: 36px;margin:0 20px;border-bottom:1px solid rgba(255,255,255,0.3);overflow: hidden;}
.mobile_search input{position:absolute;background:none;}
.mobile_search input.notxt{width: 100%;color:#fff;padding-left:40px;border:none;height: 36px;line-height: 36px;box-sizing: border-box;}
.mobile_search input.notxt1{width: 40px;background-color:#fff;right:auto;left:0;background:url(../../images/formobile2019/search_btn.png) no-repeat center center;border:none;height: 36px;line-height: 36px;}
.mobile_bg { display: none; width: 100%; height: 100%; z-index: 1; position: fixed; top: 0; left:0; opacity: 1;background:#306298;opacity: 0.95;}
.mobileLink{padding:0 20px;text-align: center;}
.mobileLink a{display: inline-block;margin-right: 10px;width: auto;}
.mobile-header-link{float: left;height: 32px;line-height: 32px;padding-left: 15px}
.mobile-header-link a{color:#fff;display: inline-block;margin-right: 10px;}
.code{padding-bottom: 8px;}
.code img{max-width: 80px}
.footer{color:#666;text-align: center;padding:15px;line-height: 1.5;font-size: 12px;background-size: auto 100%;border-bottom: 4px solid #263D5F;background:#306298;}
.footer span,.footer a{display: inline-block;margin:0 5px;color:#fff;}


